namespace YangjieTester.主界面
{
partial class TestModeSettingForm
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.cob测试模式 = new PlcUiControl.PlcUiComboBox();
this.uiLabel15 = new Sunny.UI.UILabel();
this.uiTabControl1 = new Sunny.UI.UITabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.txt测试1仿真值 = new PlcUiControl.PlcUiNumberInput();
this.uiLabel47 = new Sunny.UI.UILabel();
this.btn测试1仿真 = new PlcUiControl.PlcUiButton();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.txt测试2仿真值 = new PlcUiControl.PlcUiNumberInput();
this.uiLabel1 = new Sunny.UI.UILabel();
this.btn测试2仿真 = new PlcUiControl.PlcUiButton();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.txt测试3仿真值 = new PlcUiControl.PlcUiNumberInput();
this.uiLabel2 = new Sunny.UI.UILabel();
this.btn测试3仿真 = new PlcUiControl.PlcUiButton();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.txt测试4仿真值 = new PlcUiControl.PlcUiNumberInput();
this.uiLabel3 = new Sunny.UI.UILabel();
this.btn测试4仿真 = new PlcUiControl.PlcUiButton();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.txt测试5仿真值 = new PlcUiControl.PlcUiNumberInput();
this.uiLabel4 = new Sunny.UI.UILabel();
this.btn测试5仿真 = new PlcUiControl.PlcUiButton();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.txt热测仿真值 = new PlcUiControl.PlcUiNumberInput();
this.uiLabel5 = new Sunny.UI.UILabel();
this.btn热测仿真 = new PlcUiControl.PlcUiButton();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.plcUiNumberInput1 = new PlcUiControl.PlcUiNumberInput();
this.uiLabel6 = new Sunny.UI.UILabel();
this.plcUiButton1 = new PlcUiControl.PlcUiButton();
this.uiTabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabPage6.SuspendLayout();
this.tabPage7.SuspendLayout();
this.SuspendLayout();
//
// cob测试模式
//
this.cob测试模式.DataSource = null;
this.cob测试模式.DisabilityTriggerNode = null;
this.cob测试模式.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
this.cob测试模式.FillColor = System.Drawing.Color.White;
this.cob测试模式.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cob测试模式.InvisibilityTriggerNode = null;
this.cob测试模式.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cob测试模式.Items.AddRange(new object[] {
"串测",
"并测"});
this.cob测试模式.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cob测试模式.Location = new System.Drawing.Point(121, 46);
this.cob测试模式.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cob测试模式.MinimumSize = new System.Drawing.Size(63, 0);
this.cob测试模式.Name = "cob测试模式";
this.cob测试模式.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cob测试模式.ReadNode = new Node("Application.A04_TestStation_Auto.ui工作模式", NodeType.UDINT, "工作模式:=1串测/2并测——HMIset");
this.cob测试模式.Size = new System.Drawing.Size(125, 29);
this.cob测试模式.SymbolSize = 24;
this.cob测试模式.TabIndex = 29;
this.cob测试模式.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cob测试模式.Watermark = "";
this.cob测试模式.WriteNode = new Node("Application.A04_TestStation_Auto.ui工作模式", NodeType.UDINT, "工作模式:=1串测/2并测——HMIset");
//
// uiLabel15
//
this.uiLabel15.AutoSize = true;
this.uiLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel15.Location = new System.Drawing.Point(3, 52);
this.uiLabel15.Name = "uiLabel15";
this.uiLabel15.Size = new System.Drawing.Size(87, 16);
this.uiLabel15.TabIndex = 28;
this.uiLabel15.Text = "测试站模式";
//
// uiTabControl1
//
this.uiTabControl1.Controls.Add(this.tabPage7);
this.uiTabControl1.Controls.Add(this.tabPage1);
this.uiTabControl1.Controls.Add(this.tabPage2);
this.uiTabControl1.Controls.Add(this.tabPage3);
this.uiTabControl1.Controls.Add(this.tabPage4);
this.uiTabControl1.Controls.Add(this.tabPage5);
this.uiTabControl1.Controls.Add(this.tabPage6);
this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTabControl1.ItemSize = new System.Drawing.Size(80, 40);
this.uiTabControl1.Location = new System.Drawing.Point(3, 83);
this.uiTabControl1.MainPage = "";
this.uiTabControl1.Name = "uiTabControl1";
this.uiTabControl1.SelectedIndex = 0;
this.uiTabControl1.Size = new System.Drawing.Size(566, 235);
this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.uiTabControl1.TabIndex = 30;
this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
// tabPage1
//
this.tabPage1.Controls.Add(this.txt测试1仿真值);
this.tabPage1.Controls.Add(this.uiLabel47);
this.tabPage1.Controls.Add(this.btn测试1仿真);
this.tabPage1.Location = new System.Drawing.Point(0, 40);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(537, 195);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "测试1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// txt测试1仿真值
//
this.txt测试1仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txt测试1仿真值.DisabilityTriggerNode = null;
this.txt测试1仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt测试1仿真值.Gain = 1D;
this.txt测试1仿真值.IntegerDigits = 0;
this.txt测试1仿真值.InvisibilityTriggerNode = null;
this.txt测试1仿真值.Location = new System.Drawing.Point(81, 98);
this.txt测试1仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt测试1仿真值.MinimumSize = new System.Drawing.Size(1, 16);
this.txt测试1仿真值.Name = "txt测试1仿真值";
this.txt测试1仿真值.Padding = new System.Windows.Forms.Padding(5);
this.txt测试1仿真值.ReadNode = new Node("Application.A04_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
this.txt测试1仿真值.ShowText = false;
this.txt测试1仿真值.Size = new System.Drawing.Size(72, 27);
this.txt测试1仿真值.TabIndex = 193;
this.txt测试1仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.txt测试1仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
this.txt测试1仿真值.Watermark = "";
this.txt测试1仿真值.WriteNode = new Node("Application.A04_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
//
// uiLabel47
//
this.uiLabel47.AutoSize = true;
this.uiLabel47.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel47.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel47.Location = new System.Drawing.Point(3, 104);
this.uiLabel47.Name = "uiLabel47";
this.uiLabel47.Size = new System.Drawing.Size(71, 16);
this.uiLabel47.TabIndex = 192;
this.uiLabel47.Text = "仿真结果";
//
// btn测试1仿真
//
this.btn测试1仿真.ButtonType = PlcUiControl.ButtonType.交替型;
this.btn测试1仿真.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn测试1仿真.DisabilityTriggerNode = null;
this.btn测试1仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试1仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试1仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试1仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试1仿真.InvisibilityTriggerNode = null;
this.btn测试1仿真.Location = new System.Drawing.Point(3, 33);
this.btn测试1仿真.Maximum = 0D;
this.btn测试1仿真.Minimum = 0D;
this.btn测试1仿真.MinimumSize = new System.Drawing.Size(1, 1);
this.btn测试1仿真.Name = "btn测试1仿真";
this.btn测试1仿真.NeedUserEnsure = false;
this.btn测试1仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试1仿真.OffSymbol = 61453;
this.btn测试1仿真.OffText = "仿真测试关";
this.btn测试1仿真.OnColor = System.Drawing.Color.Green;
this.btn测试1仿真.OnSymbol = 61452;
this.btn测试1仿真.OnText = "仿真测试开";
this.btn测试1仿真.ReadNode = new Node("Application.A04_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
this.btn测试1仿真.Size = new System.Drawing.Size(150, 42);
this.btn测试1仿真.Symbol = 61453;
this.btn测试1仿真.TabIndex = 191;
this.btn测试1仿真.Text = "仿真测试关";
this.btn测试1仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试1仿真.WriteNode = new Node("Application.A04_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.txt测试2仿真值);
this.tabPage2.Controls.Add(this.uiLabel1);
this.tabPage2.Controls.Add(this.btn测试2仿真);
this.tabPage2.Location = new System.Drawing.Point(0, 40);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(537, 195);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "测试2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// txt测试2仿真值
//
this.txt测试2仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txt测试2仿真值.DisabilityTriggerNode = null;
this.txt测试2仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt测试2仿真值.Gain = 1D;
this.txt测试2仿真值.IntegerDigits = 0;
this.txt测试2仿真值.InvisibilityTriggerNode = null;
this.txt测试2仿真值.Location = new System.Drawing.Point(81, 98);
this.txt测试2仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt测试2仿真值.MinimumSize = new System.Drawing.Size(1, 16);
this.txt测试2仿真值.Name = "txt测试2仿真值";
this.txt测试2仿真值.Padding = new System.Windows.Forms.Padding(5);
this.txt测试2仿真值.ReadNode = new Node("Application.A05_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
this.txt测试2仿真值.ShowText = false;
this.txt测试2仿真值.Size = new System.Drawing.Size(72, 27);
this.txt测试2仿真值.TabIndex = 196;
this.txt测试2仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.txt测试2仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
this.txt测试2仿真值.Watermark = "";
this.txt测试2仿真值.WriteNode = new Node("Application.A05_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
//
// uiLabel1
//
this.uiLabel1.AutoSize = true;
this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel1.Location = new System.Drawing.Point(3, 104);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(71, 16);
this.uiLabel1.TabIndex = 195;
this.uiLabel1.Text = "仿真结果";
//
// btn测试2仿真
//
this.btn测试2仿真.ButtonType = PlcUiControl.ButtonType.交替型;
this.btn测试2仿真.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn测试2仿真.DisabilityTriggerNode = null;
this.btn测试2仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试2仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试2仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试2仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试2仿真.InvisibilityTriggerNode = null;
this.btn测试2仿真.Location = new System.Drawing.Point(3, 33);
this.btn测试2仿真.Maximum = 0D;
this.btn测试2仿真.Minimum = 0D;
this.btn测试2仿真.MinimumSize = new System.Drawing.Size(1, 1);
this.btn测试2仿真.Name = "btn测试2仿真";
this.btn测试2仿真.NeedUserEnsure = false;
this.btn测试2仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试2仿真.OffSymbol = 61453;
this.btn测试2仿真.OffText = "仿真测试关";
this.btn测试2仿真.OnColor = System.Drawing.Color.Green;
this.btn测试2仿真.OnSymbol = 61452;
this.btn测试2仿真.OnText = "仿真测试开";
this.btn测试2仿真.ReadNode = new Node("Application.A05_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
this.btn测试2仿真.Size = new System.Drawing.Size(150, 42);
this.btn测试2仿真.Symbol = 61453;
this.btn测试2仿真.TabIndex = 194;
this.btn测试2仿真.Text = "仿真测试关";
this.btn测试2仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试2仿真.WriteNode = new Node("Application.A05_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.txt测试3仿真值);
this.tabPage3.Controls.Add(this.uiLabel2);
this.tabPage3.Controls.Add(this.btn测试3仿真);
this.tabPage3.Location = new System.Drawing.Point(0, 40);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(537, 195);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "测试3";
this.tabPage3.UseVisualStyleBackColor = true;
//
// txt测试3仿真值
//
this.txt测试3仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txt测试3仿真值.DisabilityTriggerNode = null;
this.txt测试3仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt测试3仿真值.Gain = 1D;
this.txt测试3仿真值.IntegerDigits = 0;
this.txt测试3仿真值.InvisibilityTriggerNode = null;
this.txt测试3仿真值.Location = new System.Drawing.Point(81, 98);
this.txt测试3仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt测试3仿真值.MinimumSize = new System.Drawing.Size(1, 16);
this.txt测试3仿真值.Name = "txt测试3仿真值";
this.txt测试3仿真值.Padding = new System.Windows.Forms.Padding(5);
this.txt测试3仿真值.ReadNode = new Node("Application.A06_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
this.txt测试3仿真值.ShowText = false;
this.txt测试3仿真值.Size = new System.Drawing.Size(72, 27);
this.txt测试3仿真值.TabIndex = 196;
this.txt测试3仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.txt测试3仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
this.txt测试3仿真值.Watermark = "";
this.txt测试3仿真值.WriteNode = new Node("Application.A06_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
//
// uiLabel2
//
this.uiLabel2.AutoSize = true;
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel2.Location = new System.Drawing.Point(3, 104);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(71, 16);
this.uiLabel2.TabIndex = 195;
this.uiLabel2.Text = "仿真结果";
//
// btn测试3仿真
//
this.btn测试3仿真.ButtonType = PlcUiControl.ButtonType.交替型;
this.btn测试3仿真.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn测试3仿真.DisabilityTriggerNode = null;
this.btn测试3仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试3仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试3仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试3仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试3仿真.InvisibilityTriggerNode = null;
this.btn测试3仿真.Location = new System.Drawing.Point(3, 33);
this.btn测试3仿真.Maximum = 0D;
this.btn测试3仿真.Minimum = 0D;
this.btn测试3仿真.MinimumSize = new System.Drawing.Size(1, 1);
this.btn测试3仿真.Name = "btn测试3仿真";
this.btn测试3仿真.NeedUserEnsure = false;
this.btn测试3仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试3仿真.OffSymbol = 61453;
this.btn测试3仿真.OffText = "仿真测试关";
this.btn测试3仿真.OnColor = System.Drawing.Color.Green;
this.btn测试3仿真.OnSymbol = 61452;
this.btn测试3仿真.OnText = "仿真测试开";
this.btn测试3仿真.ReadNode = new Node("Application.A06_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
this.btn测试3仿真.Size = new System.Drawing.Size(150, 42);
this.btn测试3仿真.Symbol = 61453;
this.btn测试3仿真.TabIndex = 194;
this.btn测试3仿真.Text = "仿真测试关";
this.btn测试3仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试3仿真.WriteNode = new Node("Application.A06_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.txt测试4仿真值);
this.tabPage4.Controls.Add(this.uiLabel3);
this.tabPage4.Controls.Add(this.btn测试4仿真);
this.tabPage4.Location = new System.Drawing.Point(0, 40);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(566, 195);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "测试4";
this.tabPage4.UseVisualStyleBackColor = true;
//
// txt测试4仿真值
//
this.txt测试4仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txt测试4仿真值.DisabilityTriggerNode = null;
this.txt测试4仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt测试4仿真值.Gain = 1D;
this.txt测试4仿真值.IntegerDigits = 0;
this.txt测试4仿真值.InvisibilityTriggerNode = null;
this.txt测试4仿真值.Location = new System.Drawing.Point(81, 98);
this.txt测试4仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt测试4仿真值.MinimumSize = new System.Drawing.Size(1, 16);
this.txt测试4仿真值.Name = "txt测试4仿真值";
this.txt测试4仿真值.Padding = new System.Windows.Forms.Padding(5);
this.txt测试4仿真值.ReadNode = new Node("Application.A07_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
this.txt测试4仿真值.ShowText = false;
this.txt测试4仿真值.Size = new System.Drawing.Size(72, 27);
this.txt测试4仿真值.TabIndex = 196;
this.txt测试4仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.txt测试4仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
this.txt测试4仿真值.Watermark = "";
this.txt测试4仿真值.WriteNode = new Node("Application.A07_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
//
// uiLabel3
//
this.uiLabel3.AutoSize = true;
this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel3.Location = new System.Drawing.Point(3, 104);
this.uiLabel3.Name = "uiLabel3";
this.uiLabel3.Size = new System.Drawing.Size(71, 16);
this.uiLabel3.TabIndex = 195;
this.uiLabel3.Text = "仿真结果";
//
// btn测试4仿真
//
this.btn测试4仿真.ButtonType = PlcUiControl.ButtonType.交替型;
this.btn测试4仿真.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn测试4仿真.DisabilityTriggerNode = null;
this.btn测试4仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试4仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试4仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试4仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试4仿真.InvisibilityTriggerNode = null;
this.btn测试4仿真.Location = new System.Drawing.Point(3, 33);
this.btn测试4仿真.Maximum = 0D;
this.btn测试4仿真.Minimum = 0D;
this.btn测试4仿真.MinimumSize = new System.Drawing.Size(1, 1);
this.btn测试4仿真.Name = "btn测试4仿真";
this.btn测试4仿真.NeedUserEnsure = false;
this.btn测试4仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试4仿真.OffSymbol = 61453;
this.btn测试4仿真.OffText = "仿真测试关";
this.btn测试4仿真.OnColor = System.Drawing.Color.Green;
this.btn测试4仿真.OnSymbol = 61452;
this.btn测试4仿真.OnText = "仿真测试开";
this.btn测试4仿真.ReadNode = new Node("Application.A07_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
this.btn测试4仿真.Size = new System.Drawing.Size(150, 42);
this.btn测试4仿真.Symbol = 61453;
this.btn测试4仿真.TabIndex = 194;
this.btn测试4仿真.Text = "仿真测试关";
this.btn测试4仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试4仿真.WriteNode = new Node("Application.A07_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
//
// tabPage5
//
this.tabPage5.Controls.Add(this.txt测试5仿真值);
this.tabPage5.Controls.Add(this.uiLabel4);
this.tabPage5.Controls.Add(this.btn测试5仿真);
this.tabPage5.Location = new System.Drawing.Point(0, 40);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Size = new System.Drawing.Size(566, 195);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "测试5";
this.tabPage5.UseVisualStyleBackColor = true;
//
// txt测试5仿真值
//
this.txt测试5仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txt测试5仿真值.DisabilityTriggerNode = null;
this.txt测试5仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt测试5仿真值.Gain = 1D;
this.txt测试5仿真值.IntegerDigits = 0;
this.txt测试5仿真值.InvisibilityTriggerNode = null;
this.txt测试5仿真值.Location = new System.Drawing.Point(81, 98);
this.txt测试5仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt测试5仿真值.MinimumSize = new System.Drawing.Size(1, 16);
this.txt测试5仿真值.Name = "txt测试5仿真值";
this.txt测试5仿真值.Padding = new System.Windows.Forms.Padding(5);
this.txt测试5仿真值.ReadNode = new Node("Application.A25_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
this.txt测试5仿真值.ShowText = false;
this.txt测试5仿真值.Size = new System.Drawing.Size(72, 27);
this.txt测试5仿真值.TabIndex = 196;
this.txt测试5仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.txt测试5仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
this.txt测试5仿真值.Watermark = "";
this.txt测试5仿真值.WriteNode = new Node("Application.A25_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
//
// uiLabel4
//
this.uiLabel4.AutoSize = true;
this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel4.Location = new System.Drawing.Point(3, 104);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(71, 16);
this.uiLabel4.TabIndex = 195;
this.uiLabel4.Text = "仿真结果";
//
// btn测试5仿真
//
this.btn测试5仿真.ButtonType = PlcUiControl.ButtonType.交替型;
this.btn测试5仿真.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn测试5仿真.DisabilityTriggerNode = null;
this.btn测试5仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试5仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试5仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试5仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试5仿真.InvisibilityTriggerNode = null;
this.btn测试5仿真.Location = new System.Drawing.Point(3, 33);
this.btn测试5仿真.Maximum = 0D;
this.btn测试5仿真.Minimum = 0D;
this.btn测试5仿真.MinimumSize = new System.Drawing.Size(1, 1);
this.btn测试5仿真.Name = "btn测试5仿真";
this.btn测试5仿真.NeedUserEnsure = false;
this.btn测试5仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn测试5仿真.OffSymbol = 61453;
this.btn测试5仿真.OffText = "仿真测试关";
this.btn测试5仿真.OnColor = System.Drawing.Color.Green;
this.btn测试5仿真.OnSymbol = 61452;
this.btn测试5仿真.OnText = "仿真测试开";
this.btn测试5仿真.ReadNode = new Node("Application.A25_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
this.btn测试5仿真.Size = new System.Drawing.Size(150, 42);
this.btn测试5仿真.Symbol = 61453;
this.btn测试5仿真.TabIndex = 194;
this.btn测试5仿真.Text = "仿真测试关";
this.btn测试5仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn测试5仿真.WriteNode = new Node("Application.A25_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
//
// tabPage6
//
this.tabPage6.Controls.Add(this.txt热测仿真值);
this.tabPage6.Controls.Add(this.uiLabel5);
this.tabPage6.Controls.Add(this.btn热测仿真);
this.tabPage6.Location = new System.Drawing.Point(0, 40);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Size = new System.Drawing.Size(566, 195);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "热测";
this.tabPage6.UseVisualStyleBackColor = true;
//
// txt热测仿真值
//
this.txt热测仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txt热测仿真值.DisabilityTriggerNode = null;
this.txt热测仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt热测仿真值.Gain = 1D;
this.txt热测仿真值.IntegerDigits = 0;
this.txt热测仿真值.InvisibilityTriggerNode = null;
this.txt热测仿真值.Location = new System.Drawing.Point(81, 98);
this.txt热测仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txt热测仿真值.MinimumSize = new System.Drawing.Size(1, 16);
this.txt热测仿真值.Name = "txt热测仿真值";
this.txt热测仿真值.Padding = new System.Windows.Forms.Padding(5);
this.txt热测仿真值.ReadNode = new Node("Application.A14_ThermalTest_Auto.ui热测仿真结果", NodeType.UDINT, null);
this.txt热测仿真值.ShowText = false;
this.txt热测仿真值.Size = new System.Drawing.Size(72, 27);
this.txt热测仿真值.TabIndex = 199;
this.txt热测仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.txt热测仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
this.txt热测仿真值.Watermark = "";
this.txt热测仿真值.WriteNode = new Node("Application.A14_ThermalTest_Auto.ui热测仿真结果", NodeType.UDINT, null);
//
// uiLabel5
//
this.uiLabel5.AutoSize = true;
this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel5.Location = new System.Drawing.Point(3, 104);
this.uiLabel5.Name = "uiLabel5";
this.uiLabel5.Size = new System.Drawing.Size(71, 16);
this.uiLabel5.TabIndex = 198;
this.uiLabel5.Text = "仿真结果";
//
// btn热测仿真
//
this.btn热测仿真.ButtonType = PlcUiControl.ButtonType.交替型;
this.btn热测仿真.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn热测仿真.DisabilityTriggerNode = null;
this.btn热测仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn热测仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn热测仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn热测仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn热测仿真.InvisibilityTriggerNode = null;
this.btn热测仿真.Location = new System.Drawing.Point(3, 33);
this.btn热测仿真.Maximum = 0D;
this.btn热测仿真.Minimum = 0D;
this.btn热测仿真.MinimumSize = new System.Drawing.Size(1, 1);
this.btn热测仿真.Name = "btn热测仿真";
this.btn热测仿真.NeedUserEnsure = false;
this.btn热测仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn热测仿真.OffSymbol = 61453;
this.btn热测仿真.OffText = "仿真测试关";
this.btn热测仿真.OnColor = System.Drawing.Color.Green;
this.btn热测仿真.OnSymbol = 61452;
this.btn热测仿真.OnText = "仿真测试开";
this.btn热测仿真.ReadNode = new Node("Application.A14_ThermalTest_Auto.b热测仿真开关", NodeType.BOOL, null);
this.btn热测仿真.Size = new System.Drawing.Size(150, 42);
this.btn热测仿真.Symbol = 61453;
this.btn热测仿真.TabIndex = 197;
this.btn热测仿真.Text = "仿真测试关";
this.btn热测仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn热测仿真.WriteNode = new Node("Application.A14_ThermalTest_Auto.b热测仿真开关", NodeType.BOOL, null);
//
// tabPage7
//
this.tabPage7.Controls.Add(this.plcUiNumberInput1);
this.tabPage7.Controls.Add(this.uiLabel6);
this.tabPage7.Controls.Add(this.plcUiButton1);
this.tabPage7.Location = new System.Drawing.Point(0, 40);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Size = new System.Drawing.Size(537, 195);
this.tabPage7.TabIndex = 6;
this.tabPage7.Text = "电测";
this.tabPage7.UseVisualStyleBackColor = true;
//
// plcUiNumberInput1
//
this.plcUiNumberInput1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.plcUiNumberInput1.DisabilityTriggerNode = null;
this.plcUiNumberInput1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.plcUiNumberInput1.Gain = 1D;
this.plcUiNumberInput1.IntegerDigits = 0;
this.plcUiNumberInput1.InvisibilityTriggerNode = null;
this.plcUiNumberInput1.Location = new System.Drawing.Point(81, 98);
this.plcUiNumberInput1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.plcUiNumberInput1.MinimumSize = new System.Drawing.Size(1, 16);
this.plcUiNumberInput1.Name = "plcUiNumberInput1";
this.plcUiNumberInput1.Padding = new System.Windows.Forms.Padding(5);
this.plcUiNumberInput1.ReadNode = new Node("Application.A02_TestStation_Auto.b_仿真测试结果", NodeType.UDINT, null);
this.plcUiNumberInput1.ShowText = false;
this.plcUiNumberInput1.Size = new System.Drawing.Size(72, 27);
this.plcUiNumberInput1.TabIndex = 196;
this.plcUiNumberInput1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.plcUiNumberInput1.Type = Sunny.UI.UITextBox.UIEditType.Integer;
this.plcUiNumberInput1.Watermark = "";
this.plcUiNumberInput1.WriteNode = new Node("Application.A02_TestStation_Auto.b_仿真测试结果", NodeType.UDINT, null);
//
// uiLabel6
//
this.uiLabel6.AutoSize = true;
this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel6.Location = new System.Drawing.Point(3, 104);
this.uiLabel6.Name = "uiLabel6";
this.uiLabel6.Size = new System.Drawing.Size(71, 16);
this.uiLabel6.TabIndex = 195;
this.uiLabel6.Text = "仿真结果";
//
// plcUiButton1
//
this.plcUiButton1.ButtonType = PlcUiControl.ButtonType.交替型;
this.plcUiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.plcUiButton1.DisabilityTriggerNode = null;
this.plcUiButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.plcUiButton1.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.plcUiButton1.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.plcUiButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.plcUiButton1.InvisibilityTriggerNode = null;
this.plcUiButton1.Location = new System.Drawing.Point(3, 33);
this.plcUiButton1.Maximum = 0D;
this.plcUiButton1.Minimum = 0D;
this.plcUiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.plcUiButton1.Name = "plcUiButton1";
this.plcUiButton1.NeedUserEnsure = false;
this.plcUiButton1.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.plcUiButton1.OffSymbol = 61453;
this.plcUiButton1.OffText = "仿真测试关";
this.plcUiButton1.OnColor = System.Drawing.Color.Green;
this.plcUiButton1.OnSymbol = 61452;
this.plcUiButton1.OnText = "仿真测试开";
this.plcUiButton1.ReadNode = new Node("Application.A02_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
this.plcUiButton1.Size = new System.Drawing.Size(150, 42);
this.plcUiButton1.Symbol = 61453;
this.plcUiButton1.TabIndex = 194;
this.plcUiButton1.Text = "仿真测试关";
this.plcUiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.plcUiButton1.WriteNode = new Node("Application.A02_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
//
// TestModeSettingForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(573, 321);
this.Controls.Add(this.uiTabControl1);
this.Controls.Add(this.cob测试模式);
this.Controls.Add(this.uiLabel15);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TestModeSettingForm";
this.Text = "测试模式选择";
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
this.uiTabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.tabPage5.ResumeLayout(false);
this.tabPage5.PerformLayout();
this.tabPage6.ResumeLayout(false);
this.tabPage6.PerformLayout();
this.tabPage7.ResumeLayout(false);
this.tabPage7.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private PlcUiControl.PlcUiComboBox cob测试模式;
private Sunny.UI.UILabel uiLabel15;
private Sunny.UI.UITabControl uiTabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private PlcUiControl.PlcUiButton btn测试1仿真;
private PlcUiControl.PlcUiNumberInput txt测试1仿真值;
private PlcUiControl.PlcUiNumberInput txt测试2仿真值;
private Sunny.UI.UILabel uiLabel1;
private PlcUiControl.PlcUiButton btn测试2仿真;
private PlcUiControl.PlcUiNumberInput txt测试3仿真值;
private Sunny.UI.UILabel uiLabel2;
private PlcUiControl.PlcUiButton btn测试3仿真;
private PlcUiControl.PlcUiNumberInput txt测试4仿真值;
private Sunny.UI.UILabel uiLabel3;
private PlcUiControl.PlcUiButton btn测试4仿真;
private PlcUiControl.PlcUiNumberInput txt测试5仿真值;
private Sunny.UI.UILabel uiLabel4;
private PlcUiControl.PlcUiButton btn测试5仿真;
private Sunny.UI.UILabel uiLabel47;
private System.Windows.Forms.TabPage tabPage6;
private PlcUiControl.PlcUiNumberInput txt热测仿真值;
private Sunny.UI.UILabel uiLabel5;
private PlcUiControl.PlcUiButton btn热测仿真;
private System.Windows.Forms.TabPage tabPage7;
private PlcUiControl.PlcUiNumberInput plcUiNumberInput1;
private Sunny.UI.UILabel uiLabel6;
private PlcUiControl.PlcUiButton plcUiButton1;
}
}