185 lines
7.8 KiB
C#
185 lines
7.8 KiB
C#
///
|
|
/// Copyright (c) 2015-2018 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.BenchControl.Output.DB.SensusOracle
|
|
{
|
|
partial class DatabaseCfgCtrl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.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.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";
|
|
//
|
|
// readStartInfoCheckBox
|
|
//
|
|
this.readStartInfoCheckBox.AutoSize = true;
|
|
this.readStartInfoCheckBox.Enabled = false;
|
|
this.readStartInfoCheckBox.Location = new System.Drawing.Point(111, 144);
|
|
this.readStartInfoCheckBox.Name = "readStartInfoCheckBox";
|
|
this.readStartInfoCheckBox.Size = new System.Drawing.Size(95, 17);
|
|
this.readStartInfoCheckBox.TabIndex = 15;
|
|
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, 167);
|
|
this.saveResultsCheckBox.Name = "saveResultsCheckBox";
|
|
this.saveResultsCheckBox.Size = new System.Drawing.Size(84, 17);
|
|
this.saveResultsCheckBox.TabIndex = 16;
|
|
this.saveResultsCheckBox.Text = "Save results";
|
|
this.saveResultsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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";
|
|
//
|
|
// DatabaseCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
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.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(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.CheckBox readStartInfoCheckBox;
|
|
private System.Windows.Forms.CheckBox saveResultsCheckBox;
|
|
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;
|
|
}
|
|
}
|