/// /// Copyright (c) 2015-2018 Sensus Slovensko a.s. /// namespace TBF.BenchControl.Output.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.readStartInfoCheckBox = new System.Windows.Forms.CheckBox(); this.saveResultsCheckBox = new System.Windows.Forms.CheckBox(); 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.startInfoIsRequiredCheckBox = new System.Windows.Forms.CheckBox(); this.testModeCheckBox = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(110, 55); 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, 58); 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, 27); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 0; this.classNameLabel.Text = "ComonentName"; // // readStartInfoCheckBox // this.readStartInfoCheckBox.AutoSize = true; this.readStartInfoCheckBox.Enabled = false; this.readStartInfoCheckBox.Location = new System.Drawing.Point(111, 145); this.readStartInfoCheckBox.Name = "readStartInfoCheckBox"; this.readStartInfoCheckBox.Size = new System.Drawing.Size(95, 17); this.readStartInfoCheckBox.TabIndex = 9; this.readStartInfoCheckBox.Text = "Read start info"; this.readStartInfoCheckBox.UseVisualStyleBackColor = true; // // saveResultsCheckBox // this.saveResultsCheckBox.AutoSize = true; this.saveResultsCheckBox.Enabled = false; this.saveResultsCheckBox.Location = new System.Drawing.Point(111, 200); this.saveResultsCheckBox.Name = "saveResultsCheckBox"; this.saveResultsCheckBox.Size = new System.Drawing.Size(84, 17); this.saveResultsCheckBox.TabIndex = 11; this.saveResultsCheckBox.Text = "Save results"; this.saveResultsCheckBox.UseVisualStyleBackColor = true; // // dbUsedComboBox // this.dbUsedComboBox.Enabled = false; this.dbUsedComboBox.FormattingEnabled = true; this.dbUsedComboBox.Location = new System.Drawing.Point(110, 79); 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, 81); 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, 104); 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, 107); this.baujahrLabel.Name = "baujahrLabel"; this.baujahrLabel.Size = new System.Drawing.Size(43, 13); this.baujahrLabel.TabIndex = 7; this.baujahrLabel.Text = "Baujahr"; // // startInfoIsRequiredCheckBox // this.startInfoIsRequiredCheckBox.AutoSize = true; this.startInfoIsRequiredCheckBox.Enabled = false; this.startInfoIsRequiredCheckBox.Location = new System.Drawing.Point(130, 168); this.startInfoIsRequiredCheckBox.Name = "startInfoIsRequiredCheckBox"; this.startInfoIsRequiredCheckBox.Size = new System.Drawing.Size(119, 17); this.startInfoIsRequiredCheckBox.TabIndex = 10; this.startInfoIsRequiredCheckBox.Text = "Start info is required"; this.startInfoIsRequiredCheckBox.UseVisualStyleBackColor = true; // // testModeCheckBox // this.testModeCheckBox.AutoSize = true; this.testModeCheckBox.Enabled = false; this.testModeCheckBox.Location = new System.Drawing.Point(130, 223); this.testModeCheckBox.Name = "testModeCheckBox"; this.testModeCheckBox.Size = new System.Drawing.Size(155, 17); this.testModeCheckBox.TabIndex = 12; this.testModeCheckBox.Text = "TestMode (no writes to DB)"; this.testModeCheckBox.UseVisualStyleBackColor = true; // // DatabaseCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.testModeCheckBox); this.Controls.Add(this.startInfoIsRequiredCheckBox); this.Controls.Add(this.baujahrTextBox); this.Controls.Add(this.baujahrLabel); this.Controls.Add(this.dbUsedComboBox); this.Controls.Add(this.dbUsedLabel); this.Controls.Add(this.saveResultsCheckBox); this.Controls.Add(this.readStartInfoCheckBox); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "DatabaseCfgCtrl"; this.Size = new System.Drawing.Size(383, 291); 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.CheckBox readStartInfoCheckBox; private System.Windows.Forms.CheckBox saveResultsCheckBox; 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.CheckBox startInfoIsRequiredCheckBox; private System.Windows.Forms.CheckBox testModeCheckBox; } }