/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace TBF.BenchControl.Output.FileWriters.OneFilePerMeter { partial class WriterCfgCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.nameTextBox = new System.Windows.Forms.TextBox(); this.nameLabel = new System.Windows.Forms.Label(); this.classNameLabel = new System.Windows.Forms.Label(); this.destinationTextBox = new System.Windows.Forms.TextBox(); this.destinationLabel = new System.Windows.Forms.Label(); this.destinationButton = new System.Windows.Forms.Button(); this.separatorLabel = new System.Windows.Forms.Label(); this.separatorComboBox = new System.Windows.Forms.ComboBox(); this.testItemsButton = new System.Windows.Forms.Button(); this.yearFoldersLabel = new System.Windows.Forms.Label(); this.monthFoldersLabel = new System.Windows.Forms.Label(); this.dayFoldersLabel = new System.Windows.Forms.Label(); this.yearFoldersComboBox = new System.Windows.Forms.ComboBox(); this.monthFoldersComboBox = new System.Windows.Forms.ComboBox(); this.dayFoldersComboBox = new System.Windows.Forms.ComboBox(); this.destination2Button = new System.Windows.Forms.Button(); this.destination2TextBox = new System.Windows.Forms.TextBox(); this.destination2Label = new System.Windows.Forms.Label(); this.fileNameFmtTextBox = new System.Windows.Forms.TextBox(); this.fileNameFmtLabel = new System.Windows.Forms.Label(); this.eliminateSpacesCheckBox = new System.Windows.Forms.CheckBox(); this.headerButton = new System.Windows.Forms.Button(); this.footerButton = new System.Windows.Forms.Button(); this.commonItemsButton = new System.Windows.Forms.Button(); this.cultureComboBox = new System.Windows.Forms.ComboBox(); this.cultureLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(108, 28); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(146, 20); this.nameTextBox.TabIndex = 2; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(17, 31); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 1; this.nameLabel.Text = "Name"; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(105, 6); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 0; this.classNameLabel.Text = "ComonentName"; // // destinationTextBox // this.destinationTextBox.Enabled = false; this.destinationTextBox.Location = new System.Drawing.Point(108, 49); this.destinationTextBox.Name = "destinationTextBox"; this.destinationTextBox.Size = new System.Drawing.Size(146, 20); this.destinationTextBox.TabIndex = 4; // // destinationLabel // this.destinationLabel.AutoSize = true; this.destinationLabel.Location = new System.Drawing.Point(17, 52); this.destinationLabel.Name = "destinationLabel"; this.destinationLabel.Size = new System.Drawing.Size(60, 13); this.destinationLabel.TabIndex = 3; this.destinationLabel.Text = "Destination"; // // destinationButton // this.destinationButton.Enabled = false; this.destinationButton.Location = new System.Drawing.Point(269, 49); this.destinationButton.Name = "destinationButton"; this.destinationButton.Size = new System.Drawing.Size(30, 20); this.destinationButton.TabIndex = 5; this.destinationButton.Text = "..."; this.destinationButton.UseVisualStyleBackColor = true; this.destinationButton.Click += new System.EventHandler(this.destinationButton_Click); // // separatorLabel // this.separatorLabel.AutoSize = true; this.separatorLabel.Location = new System.Drawing.Point(17, 203); this.separatorLabel.Name = "separatorLabel"; this.separatorLabel.Size = new System.Drawing.Size(53, 13); this.separatorLabel.TabIndex = 19; this.separatorLabel.Text = "Separator"; // // separatorComboBox // this.separatorComboBox.Enabled = false; this.separatorComboBox.FormattingEnabled = true; this.separatorComboBox.Location = new System.Drawing.Point(108, 200); this.separatorComboBox.Name = "separatorComboBox"; this.separatorComboBox.Size = new System.Drawing.Size(146, 21); this.separatorComboBox.TabIndex = 20; // // testItemsButton // this.testItemsButton.Enabled = false; this.testItemsButton.Location = new System.Drawing.Point(108, 297); this.testItemsButton.Name = "testItemsButton"; this.testItemsButton.Size = new System.Drawing.Size(146, 23); this.testItemsButton.TabIndex = 24; this.testItemsButton.Text = "Test items"; this.testItemsButton.UseVisualStyleBackColor = true; this.testItemsButton.Click += new System.EventHandler(this.testItemsButton_Click); // // yearFoldersLabel // this.yearFoldersLabel.AutoSize = true; this.yearFoldersLabel.Location = new System.Drawing.Point(17, 94); this.yearFoldersLabel.Name = "yearFoldersLabel"; this.yearFoldersLabel.Size = new System.Drawing.Size(63, 13); this.yearFoldersLabel.TabIndex = 9; this.yearFoldersLabel.Text = "Year folders"; // // monthFoldersLabel // this.monthFoldersLabel.AutoSize = true; this.monthFoldersLabel.Location = new System.Drawing.Point(17, 116); this.monthFoldersLabel.Name = "monthFoldersLabel"; this.monthFoldersLabel.Size = new System.Drawing.Size(71, 13); this.monthFoldersLabel.TabIndex = 11; this.monthFoldersLabel.Text = "Month folders"; // // dayFoldersLabel // this.dayFoldersLabel.AutoSize = true; this.dayFoldersLabel.Location = new System.Drawing.Point(17, 138); this.dayFoldersLabel.Name = "dayFoldersLabel"; this.dayFoldersLabel.Size = new System.Drawing.Size(60, 13); this.dayFoldersLabel.TabIndex = 13; this.dayFoldersLabel.Text = "Day folders"; // // yearFoldersComboBox // this.yearFoldersComboBox.Enabled = false; this.yearFoldersComboBox.FormattingEnabled = true; this.yearFoldersComboBox.Location = new System.Drawing.Point(108, 91); this.yearFoldersComboBox.Name = "yearFoldersComboBox"; this.yearFoldersComboBox.Size = new System.Drawing.Size(146, 21); this.yearFoldersComboBox.TabIndex = 10; // // monthFoldersComboBox // this.monthFoldersComboBox.Enabled = false; this.monthFoldersComboBox.FormattingEnabled = true; this.monthFoldersComboBox.Location = new System.Drawing.Point(108, 113); this.monthFoldersComboBox.Name = "monthFoldersComboBox"; this.monthFoldersComboBox.Size = new System.Drawing.Size(146, 21); this.monthFoldersComboBox.TabIndex = 12; // // dayFoldersComboBox // this.dayFoldersComboBox.Enabled = false; this.dayFoldersComboBox.FormattingEnabled = true; this.dayFoldersComboBox.Location = new System.Drawing.Point(108, 135); this.dayFoldersComboBox.Name = "dayFoldersComboBox"; this.dayFoldersComboBox.Size = new System.Drawing.Size(146, 21); this.dayFoldersComboBox.TabIndex = 14; // // destination2Button // this.destination2Button.Enabled = false; this.destination2Button.Location = new System.Drawing.Point(269, 70); this.destination2Button.Name = "destination2Button"; this.destination2Button.Size = new System.Drawing.Size(30, 20); this.destination2Button.TabIndex = 8; this.destination2Button.Text = "..."; this.destination2Button.UseVisualStyleBackColor = true; // // destination2TextBox // this.destination2TextBox.Enabled = false; this.destination2TextBox.Location = new System.Drawing.Point(108, 70); this.destination2TextBox.Name = "destination2TextBox"; this.destination2TextBox.Size = new System.Drawing.Size(146, 20); this.destination2TextBox.TabIndex = 7; // // destination2Label // this.destination2Label.AutoSize = true; this.destination2Label.Location = new System.Drawing.Point(17, 73); this.destination2Label.Name = "destination2Label"; this.destination2Label.Size = new System.Drawing.Size(69, 13); this.destination2Label.TabIndex = 6; this.destination2Label.Text = "Destination 2"; // // fileNameFmtTextBox // this.fileNameFmtTextBox.Enabled = false; this.fileNameFmtTextBox.Location = new System.Drawing.Point(108, 157); this.fileNameFmtTextBox.Name = "fileNameFmtTextBox"; this.fileNameFmtTextBox.Size = new System.Drawing.Size(146, 20); this.fileNameFmtTextBox.TabIndex = 16; // // fileNameFmtLabel // this.fileNameFmtLabel.AutoSize = true; this.fileNameFmtLabel.Location = new System.Drawing.Point(17, 160); this.fileNameFmtLabel.Name = "fileNameFmtLabel"; this.fileNameFmtLabel.Size = new System.Drawing.Size(84, 13); this.fileNameFmtLabel.TabIndex = 15; this.fileNameFmtLabel.Text = "File name format"; // // eliminateSpacesCheckBox // this.eliminateSpacesCheckBox.AutoSize = true; this.eliminateSpacesCheckBox.Location = new System.Drawing.Point(108, 227); this.eliminateSpacesCheckBox.Name = "eliminateSpacesCheckBox"; this.eliminateSpacesCheckBox.Size = new System.Drawing.Size(77, 17); this.eliminateSpacesCheckBox.TabIndex = 21; this.eliminateSpacesCheckBox.Text = "No spaces"; this.eliminateSpacesCheckBox.UseVisualStyleBackColor = true; // // headerButton // this.headerButton.Enabled = false; this.headerButton.Location = new System.Drawing.Point(108, 247); this.headerButton.Name = "headerButton"; this.headerButton.Size = new System.Drawing.Size(146, 23); this.headerButton.TabIndex = 22; this.headerButton.Text = "Header"; this.headerButton.UseVisualStyleBackColor = true; this.headerButton.Click += new System.EventHandler(this.headerButton_Click); // // footerButton // this.footerButton.Enabled = false; this.footerButton.Location = new System.Drawing.Point(108, 322); this.footerButton.Name = "footerButton"; this.footerButton.Size = new System.Drawing.Size(146, 23); this.footerButton.TabIndex = 25; this.footerButton.Text = "Footer"; this.footerButton.UseVisualStyleBackColor = true; this.footerButton.Click += new System.EventHandler(this.footerButton_Click); // // commonItemsButton // this.commonItemsButton.Enabled = false; this.commonItemsButton.Location = new System.Drawing.Point(108, 272); this.commonItemsButton.Name = "commonItemsButton"; this.commonItemsButton.Size = new System.Drawing.Size(146, 23); this.commonItemsButton.TabIndex = 23; this.commonItemsButton.Text = "Common items"; this.commonItemsButton.UseVisualStyleBackColor = true; this.commonItemsButton.Click += new System.EventHandler(this.commonItemsButton_Click); // // cultureComboBox // this.cultureComboBox.Enabled = false; this.cultureComboBox.FormattingEnabled = true; this.cultureComboBox.Location = new System.Drawing.Point(108, 178); this.cultureComboBox.Name = "cultureComboBox"; this.cultureComboBox.Size = new System.Drawing.Size(146, 21); this.cultureComboBox.TabIndex = 18; // // cultureLabel // this.cultureLabel.AutoSize = true; this.cultureLabel.Location = new System.Drawing.Point(17, 181); this.cultureLabel.Name = "cultureLabel"; this.cultureLabel.Size = new System.Drawing.Size(42, 13); this.cultureLabel.TabIndex = 17; this.cultureLabel.Text = "Cullture"; // // WriterCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cultureComboBox); this.Controls.Add(this.cultureLabel); this.Controls.Add(this.commonItemsButton); this.Controls.Add(this.footerButton); this.Controls.Add(this.headerButton); this.Controls.Add(this.eliminateSpacesCheckBox); this.Controls.Add(this.fileNameFmtTextBox); this.Controls.Add(this.fileNameFmtLabel); this.Controls.Add(this.destination2Button); this.Controls.Add(this.destination2TextBox); this.Controls.Add(this.destination2Label); this.Controls.Add(this.dayFoldersComboBox); this.Controls.Add(this.monthFoldersComboBox); this.Controls.Add(this.yearFoldersComboBox); this.Controls.Add(this.dayFoldersLabel); this.Controls.Add(this.monthFoldersLabel); this.Controls.Add(this.yearFoldersLabel); this.Controls.Add(this.testItemsButton); this.Controls.Add(this.separatorComboBox); this.Controls.Add(this.separatorLabel); this.Controls.Add(this.destinationButton); this.Controls.Add(this.destinationTextBox); this.Controls.Add(this.destinationLabel); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "WriterCfgCtrl"; this.Size = new System.Drawing.Size(400, 350); this.Load += new System.EventHandler(this.WriterCfgCtrl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.Label classNameLabel; private System.Windows.Forms.TextBox destinationTextBox; private System.Windows.Forms.Label destinationLabel; private System.Windows.Forms.Button destinationButton; private System.Windows.Forms.Label separatorLabel; private System.Windows.Forms.ComboBox separatorComboBox; private System.Windows.Forms.Button testItemsButton; private System.Windows.Forms.Label yearFoldersLabel; private System.Windows.Forms.Label monthFoldersLabel; private System.Windows.Forms.Label dayFoldersLabel; private System.Windows.Forms.ComboBox yearFoldersComboBox; private System.Windows.Forms.ComboBox monthFoldersComboBox; private System.Windows.Forms.ComboBox dayFoldersComboBox; private System.Windows.Forms.Button destination2Button; private System.Windows.Forms.TextBox destination2TextBox; private System.Windows.Forms.Label destination2Label; private System.Windows.Forms.TextBox fileNameFmtTextBox; private System.Windows.Forms.Label fileNameFmtLabel; private System.Windows.Forms.CheckBox eliminateSpacesCheckBox; private System.Windows.Forms.Button headerButton; private System.Windows.Forms.Button footerButton; private System.Windows.Forms.Button commonItemsButton; private System.Windows.Forms.ComboBox cultureComboBox; private System.Windows.Forms.Label cultureLabel; } }