/// /// Copyright (c) 2013-2016 Sensus Metering Systems /// namespace TBF.BenchControl.Output.FileWriters.Basic { 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.selectItemsButton = 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.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(108, 33); 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, 36); 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, 10); 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, 56); 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, 59); 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(259, 56); 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, 154); this.separatorLabel.Name = "separatorLabel"; this.separatorLabel.Size = new System.Drawing.Size(53, 13); this.separatorLabel.TabIndex = 12; this.separatorLabel.Text = "Separator"; // // separatorComboBox // this.separatorComboBox.Enabled = false; this.separatorComboBox.FormattingEnabled = true; this.separatorComboBox.Location = new System.Drawing.Point(108, 151); this.separatorComboBox.Name = "separatorComboBox"; this.separatorComboBox.Size = new System.Drawing.Size(146, 21); this.separatorComboBox.TabIndex = 13; // // selectItemsButton // this.selectItemsButton.Enabled = false; this.selectItemsButton.Location = new System.Drawing.Point(108, 187); this.selectItemsButton.Name = "selectItemsButton"; this.selectItemsButton.Size = new System.Drawing.Size(145, 23); this.selectItemsButton.TabIndex = 14; this.selectItemsButton.Text = "Select items"; this.selectItemsButton.UseVisualStyleBackColor = true; this.selectItemsButton.Click += new System.EventHandler(this.selectItemsButton_Click); // // yearFoldersLabel // this.yearFoldersLabel.AutoSize = true; this.yearFoldersLabel.Location = new System.Drawing.Point(17, 82); this.yearFoldersLabel.Name = "yearFoldersLabel"; this.yearFoldersLabel.Size = new System.Drawing.Size(63, 13); this.yearFoldersLabel.TabIndex = 6; this.yearFoldersLabel.Text = "Year folders"; // // monthFoldersLabel // this.monthFoldersLabel.AutoSize = true; this.monthFoldersLabel.Location = new System.Drawing.Point(17, 106); this.monthFoldersLabel.Name = "monthFoldersLabel"; this.monthFoldersLabel.Size = new System.Drawing.Size(71, 13); this.monthFoldersLabel.TabIndex = 8; this.monthFoldersLabel.Text = "Month folders"; // // dayFoldersLabel // this.dayFoldersLabel.AutoSize = true; this.dayFoldersLabel.Location = new System.Drawing.Point(17, 130); this.dayFoldersLabel.Name = "dayFoldersLabel"; this.dayFoldersLabel.Size = new System.Drawing.Size(60, 13); this.dayFoldersLabel.TabIndex = 10; this.dayFoldersLabel.Text = "Day folders"; // // yearFoldersComboBox // this.yearFoldersComboBox.Enabled = false; this.yearFoldersComboBox.FormattingEnabled = true; this.yearFoldersComboBox.Location = new System.Drawing.Point(108, 79); this.yearFoldersComboBox.Name = "yearFoldersComboBox"; this.yearFoldersComboBox.Size = new System.Drawing.Size(146, 21); this.yearFoldersComboBox.TabIndex = 7; // // monthFoldersComboBox // this.monthFoldersComboBox.Enabled = false; this.monthFoldersComboBox.FormattingEnabled = true; this.monthFoldersComboBox.Location = new System.Drawing.Point(109, 103); this.monthFoldersComboBox.Name = "monthFoldersComboBox"; this.monthFoldersComboBox.Size = new System.Drawing.Size(146, 21); this.monthFoldersComboBox.TabIndex = 9; // // dayFoldersComboBox // this.dayFoldersComboBox.Enabled = false; this.dayFoldersComboBox.FormattingEnabled = true; this.dayFoldersComboBox.Location = new System.Drawing.Point(108, 127); this.dayFoldersComboBox.Name = "dayFoldersComboBox"; this.dayFoldersComboBox.Size = new System.Drawing.Size(146, 21); this.dayFoldersComboBox.TabIndex = 11; // // WriterCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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.selectItemsButton); 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(300, 230); 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 selectItemsButton; 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; } }