| | |
| | | nudDepth = new NumericUpDown(); |
| | | nudTargetLoggingInterval = new NumericUpDown(); |
| | | label54 = new Label(); |
| | | txtToolType = new TextBox(); |
| | | label53 = new Label(); |
| | | label52 = new Label(); |
| | | pbLoadDB = new ProgressBar(); |
| | | cmbToolType = new ComboBox(); |
| | | ((System.ComponentModel.ISupportInitialize)nudSoPrecisionRequired).BeginInit(); |
| | | pnlLockPass.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)nudPass).BeginInit(); |
| | |
| | | // |
| | | // tpPlan |
| | | // |
| | | tpPlan.Controls.Add(cmbToolType); |
| | | tpPlan.Controls.Add(label7); |
| | | tpPlan.Controls.Add(cmbTargetLoggingIntervalUnit); |
| | | tpPlan.Controls.Add(label5); |
| | |
| | | tpPlan.Controls.Add(nudTargetLoggingInterval); |
| | | tpPlan.Controls.Add(nudSoPrecisionRequired); |
| | | tpPlan.Controls.Add(label54); |
| | | tpPlan.Controls.Add(txtToolType); |
| | | tpPlan.Controls.Add(label53); |
| | | tpPlan.Controls.Add(label52); |
| | | tpPlan.Controls.Add(label21); |
| | |
| | | label54.TabIndex = 12; |
| | | label54.Text = "Alpha-processing window"; |
| | | // |
| | | // txtToolType |
| | | // |
| | | txtToolType.Location = new Point(185, 15); |
| | | txtToolType.Name = "txtToolType"; |
| | | txtToolType.ReadOnly = true; |
| | | txtToolType.Size = new Size(88, 23); |
| | | txtToolType.TabIndex = 24; |
| | | // |
| | | // label53 |
| | | // |
| | | label53.AutoSize = true; |
| | |
| | | pbLoadDB.Size = new Size(75, 23); |
| | | pbLoadDB.TabIndex = 8; |
| | | pbLoadDB.Visible = false; |
| | | // |
| | | // cmbToolType |
| | | // |
| | | cmbToolType.DropDownStyle = ComboBoxStyle.DropDownList; |
| | | cmbToolType.FormattingEnabled = true; |
| | | cmbToolType.Items.AddRange(new object[] { "RET", "SMRT" }); |
| | | cmbToolType.Location = new Point(183, 12); |
| | | cmbToolType.Name = "cmbToolType"; |
| | | cmbToolType.Size = new Size(104, 25); |
| | | cmbToolType.TabIndex = 32; |
| | | // |
| | | // FrmMain |
| | | // |
| | |
| | | private NumericUpDown nudGasDensity; |
| | | private Label label51; |
| | | private Label label50; |
| | | private TextBox txtToolType; |
| | | private Label label52; |
| | | private NumericUpDown nudDepth; |
| | | private Label label53; |
| | |
| | | private RichTextBox txtAnalysisResult; |
| | | private Label label7; |
| | | private NumericUpDown nudYieldCounting; |
| | | private ComboBox cmbToolType; |
| | | } |
| | | } |