/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.BenchControl.ResultsWriters.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.dayFoldersCheckBox = new System.Windows.Forms.CheckBox(); this.destinationButton = new System.Windows.Forms.Button(); this.yearFoldersCheckBox = new System.Windows.Forms.CheckBox(); this.monthFoldersCheckBox = new System.Windows.Forms.CheckBox(); this.eliminateSpacesCheckBox = new System.Windows.Forms.CheckBox(); this.separatorLabel = new System.Windows.Forms.Label(); this.separatorComboBox = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(110, 39); 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(19, 42); 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(107, 15); 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(110, 65); 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(19, 68); this.destinationLabel.Name = "destinationLabel"; this.destinationLabel.Size = new System.Drawing.Size(60, 13); this.destinationLabel.TabIndex = 3; this.destinationLabel.Text = "Destination"; // // dayFoldersCheckBox // this.dayFoldersCheckBox.AutoSize = true; this.dayFoldersCheckBox.Enabled = false; this.dayFoldersCheckBox.Location = new System.Drawing.Point(111, 136); this.dayFoldersCheckBox.Name = "dayFoldersCheckBox"; this.dayFoldersCheckBox.Size = new System.Drawing.Size(79, 17); this.dayFoldersCheckBox.TabIndex = 8; this.dayFoldersCheckBox.Text = "Day folders"; this.dayFoldersCheckBox.UseVisualStyleBackColor = true; // // destinationButton // this.destinationButton.Enabled = false; this.destinationButton.Location = new System.Drawing.Point(261, 65); 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); // // yearFoldersCheckBox // this.yearFoldersCheckBox.AutoSize = true; this.yearFoldersCheckBox.Enabled = false; this.yearFoldersCheckBox.Location = new System.Drawing.Point(111, 94); this.yearFoldersCheckBox.Name = "yearFoldersCheckBox"; this.yearFoldersCheckBox.Size = new System.Drawing.Size(82, 17); this.yearFoldersCheckBox.TabIndex = 6; this.yearFoldersCheckBox.Text = "Year folders"; this.yearFoldersCheckBox.UseVisualStyleBackColor = true; // // monthFoldersCheckBox // this.monthFoldersCheckBox.AutoSize = true; this.monthFoldersCheckBox.Enabled = false; this.monthFoldersCheckBox.Location = new System.Drawing.Point(111, 115); this.monthFoldersCheckBox.Name = "monthFoldersCheckBox"; this.monthFoldersCheckBox.Size = new System.Drawing.Size(90, 17); this.monthFoldersCheckBox.TabIndex = 7; this.monthFoldersCheckBox.Text = "Month folders"; this.monthFoldersCheckBox.UseVisualStyleBackColor = true; // // eliminateSpacesCheckBox // this.eliminateSpacesCheckBox.AutoSize = true; this.eliminateSpacesCheckBox.Enabled = false; this.eliminateSpacesCheckBox.Location = new System.Drawing.Point(111, 194); this.eliminateSpacesCheckBox.Name = "eliminateSpacesCheckBox"; this.eliminateSpacesCheckBox.Size = new System.Drawing.Size(165, 17); this.eliminateSpacesCheckBox.TabIndex = 11; this.eliminateSpacesCheckBox.Text = "Eliminate spaces in each field"; this.eliminateSpacesCheckBox.UseVisualStyleBackColor = true; // // separatorLabel // this.separatorLabel.AutoSize = true; this.separatorLabel.Location = new System.Drawing.Point(19, 168); this.separatorLabel.Name = "separatorLabel"; this.separatorLabel.Size = new System.Drawing.Size(53, 13); this.separatorLabel.TabIndex = 9; this.separatorLabel.Text = "Separator"; // // separatorComboBox // this.separatorComboBox.Enabled = false; this.separatorComboBox.FormattingEnabled = true; this.separatorComboBox.Location = new System.Drawing.Point(110, 165); this.separatorComboBox.Name = "separatorComboBox"; this.separatorComboBox.Size = new System.Drawing.Size(146, 21); this.separatorComboBox.TabIndex = 10; // // WriterCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.separatorComboBox); this.Controls.Add(this.separatorLabel); this.Controls.Add(this.eliminateSpacesCheckBox); this.Controls.Add(this.monthFoldersCheckBox); this.Controls.Add(this.yearFoldersCheckBox); this.Controls.Add(this.destinationButton); this.Controls.Add(this.dayFoldersCheckBox); 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.CheckBox dayFoldersCheckBox; private System.Windows.Forms.Button destinationButton; private System.Windows.Forms.CheckBox yearFoldersCheckBox; private System.Windows.Forms.CheckBox monthFoldersCheckBox; private System.Windows.Forms.CheckBox eliminateSpacesCheckBox; private System.Windows.Forms.Label separatorLabel; private System.Windows.Forms.ComboBox separatorComboBox; } }