/// /// Copyright (c) 2015 Sensus Metering Systems /// Author: Milan Hanajík /// namespace TBF.BenchControl.DB.SensusOracle { partial class DatabaseCfgCtrl { /// /// 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.benchIdTextBox = new System.Windows.Forms.TextBox(); this.benchIdLabel = new System.Windows.Forms.Label(); this.dbUsedComboBox = new System.Windows.Forms.ComboBox(); this.dbUsedLabel = new System.Windows.Forms.Label(); this.baujahrTextBox = new System.Windows.Forms.TextBox(); this.baujahrLabel = new System.Windows.Forms.Label(); this.logsFolderButton = new System.Windows.Forms.Button(); this.logsFolderTextBox = new System.Windows.Forms.TextBox(); this.logsFolderLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(110, 30); 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, 33); 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, 8); 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, 117); this.destinationTextBox.Name = "destinationTextBox"; this.destinationTextBox.Size = new System.Drawing.Size(145, 20); this.destinationTextBox.TabIndex = 10; // // destinationLabel // this.destinationLabel.AutoSize = true; this.destinationLabel.Location = new System.Drawing.Point(19, 120); this.destinationLabel.Name = "destinationLabel"; this.destinationLabel.Size = new System.Drawing.Size(71, 13); this.destinationLabel.TabIndex = 9; this.destinationLabel.Text = "Results folder"; // // dayFoldersCheckBox // this.dayFoldersCheckBox.AutoSize = true; this.dayFoldersCheckBox.Enabled = false; this.dayFoldersCheckBox.Location = new System.Drawing.Point(207, 166); this.dayFoldersCheckBox.Name = "dayFoldersCheckBox"; this.dayFoldersCheckBox.Size = new System.Drawing.Size(79, 17); this.dayFoldersCheckBox.TabIndex = 17; this.dayFoldersCheckBox.Text = "Day folders"; this.dayFoldersCheckBox.UseVisualStyleBackColor = true; // // destinationButton // this.destinationButton.Enabled = false; this.destinationButton.Location = new System.Drawing.Point(261, 117); this.destinationButton.Name = "destinationButton"; this.destinationButton.Size = new System.Drawing.Size(30, 20); this.destinationButton.TabIndex = 11; 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(23, 166); this.yearFoldersCheckBox.Name = "yearFoldersCheckBox"; this.yearFoldersCheckBox.Size = new System.Drawing.Size(82, 17); this.yearFoldersCheckBox.TabIndex = 15; 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, 166); this.monthFoldersCheckBox.Name = "monthFoldersCheckBox"; this.monthFoldersCheckBox.Size = new System.Drawing.Size(90, 17); this.monthFoldersCheckBox.TabIndex = 16; 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, 208); this.eliminateSpacesCheckBox.Name = "eliminateSpacesCheckBox"; this.eliminateSpacesCheckBox.Size = new System.Drawing.Size(165, 17); this.eliminateSpacesCheckBox.TabIndex = 20; 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, 188); this.separatorLabel.Name = "separatorLabel"; this.separatorLabel.Size = new System.Drawing.Size(53, 13); this.separatorLabel.TabIndex = 18; this.separatorLabel.Text = "Separator"; // // separatorComboBox // this.separatorComboBox.Enabled = false; this.separatorComboBox.FormattingEnabled = true; this.separatorComboBox.Location = new System.Drawing.Point(110, 185); this.separatorComboBox.Name = "separatorComboBox"; this.separatorComboBox.Size = new System.Drawing.Size(146, 21); this.separatorComboBox.TabIndex = 19; // // benchIdTextBox // this.benchIdTextBox.Enabled = false; this.benchIdTextBox.Location = new System.Drawing.Point(110, 51); this.benchIdTextBox.Name = "benchIdTextBox"; this.benchIdTextBox.Size = new System.Drawing.Size(57, 20); this.benchIdTextBox.TabIndex = 4; // // benchIdLabel // this.benchIdLabel.AutoSize = true; this.benchIdLabel.Location = new System.Drawing.Point(19, 54); this.benchIdLabel.Name = "benchIdLabel"; this.benchIdLabel.Size = new System.Drawing.Size(76, 13); this.benchIdLabel.TabIndex = 3; this.benchIdLabel.Text = "Test Bench ID"; // // dbUsedComboBox // this.dbUsedComboBox.Enabled = false; this.dbUsedComboBox.FormattingEnabled = true; this.dbUsedComboBox.Location = new System.Drawing.Point(110, 73); this.dbUsedComboBox.Name = "dbUsedComboBox"; this.dbUsedComboBox.Size = new System.Drawing.Size(145, 21); this.dbUsedComboBox.TabIndex = 6; // // dbUsedLabel // this.dbUsedLabel.AutoSize = true; this.dbUsedLabel.Location = new System.Drawing.Point(19, 76); this.dbUsedLabel.Name = "dbUsedLabel"; this.dbUsedLabel.Size = new System.Drawing.Size(79, 13); this.dbUsedLabel.TabIndex = 5; this.dbUsedLabel.Text = "Database used"; // // baujahrTextBox // this.baujahrTextBox.Enabled = false; this.baujahrTextBox.Location = new System.Drawing.Point(110, 95); this.baujahrTextBox.Name = "baujahrTextBox"; this.baujahrTextBox.Size = new System.Drawing.Size(57, 20); this.baujahrTextBox.TabIndex = 8; // // baujahrLabel // this.baujahrLabel.AutoSize = true; this.baujahrLabel.Location = new System.Drawing.Point(19, 98); this.baujahrLabel.Name = "baujahrLabel"; this.baujahrLabel.Size = new System.Drawing.Size(43, 13); this.baujahrLabel.TabIndex = 7; this.baujahrLabel.Text = "Baujahr"; // // logsFolderButton // this.logsFolderButton.Enabled = false; this.logsFolderButton.Location = new System.Drawing.Point(261, 139); this.logsFolderButton.Name = "logsFolderButton"; this.logsFolderButton.Size = new System.Drawing.Size(30, 20); this.logsFolderButton.TabIndex = 14; this.logsFolderButton.Text = "..."; this.logsFolderButton.UseVisualStyleBackColor = true; this.logsFolderButton.Click += new System.EventHandler(this.logsFolderButton_Click); // // logsFolderTextBox // this.logsFolderTextBox.Enabled = false; this.logsFolderTextBox.Location = new System.Drawing.Point(110, 139); this.logsFolderTextBox.Name = "logsFolderTextBox"; this.logsFolderTextBox.Size = new System.Drawing.Size(145, 20); this.logsFolderTextBox.TabIndex = 13; // // logsFolderLabel // this.logsFolderLabel.AutoSize = true; this.logsFolderLabel.Location = new System.Drawing.Point(19, 142); this.logsFolderLabel.Name = "logsFolderLabel"; this.logsFolderLabel.Size = new System.Drawing.Size(59, 13); this.logsFolderLabel.TabIndex = 12; this.logsFolderLabel.Text = "Logs folder"; // // DatabaseCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.logsFolderButton); this.Controls.Add(this.logsFolderTextBox); this.Controls.Add(this.logsFolderLabel); this.Controls.Add(this.baujahrTextBox); this.Controls.Add(this.baujahrLabel); this.Controls.Add(this.dbUsedComboBox); this.Controls.Add(this.dbUsedLabel); this.Controls.Add(this.benchIdTextBox); this.Controls.Add(this.benchIdLabel); 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 = "DatabaseCfgCtrl"; 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; private System.Windows.Forms.TextBox benchIdTextBox; private System.Windows.Forms.Label benchIdLabel; private System.Windows.Forms.ComboBox dbUsedComboBox; private System.Windows.Forms.Label dbUsedLabel; private System.Windows.Forms.TextBox baujahrTextBox; private System.Windows.Forms.Label baujahrLabel; private System.Windows.Forms.Button logsFolderButton; private System.Windows.Forms.TextBox logsFolderTextBox; private System.Windows.Forms.Label logsFolderLabel; } }