namespace Rs.MotionPlat.SysConfig
{
partial class LightConfig
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnLoadParam = new System.Windows.Forms.Button();
this.btnOpen = new System.Windows.Forms.Button();
this.btnSendParam = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.rbtnGR1 = new System.Windows.Forms.RadioButton();
this.rbtnGR0 = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.rbtnTR7 = new System.Windows.Forms.RadioButton();
this.rbtnTR5 = new System.Windows.Forms.RadioButton();
this.rbtnTR3 = new System.Windows.Forms.RadioButton();
this.rbtnTR1 = new System.Windows.Forms.RadioButton();
this.rbtnTR15 = new System.Windows.Forms.RadioButton();
this.rbtnTR6 = new System.Windows.Forms.RadioButton();
this.rbtnTR4 = new System.Windows.Forms.RadioButton();
this.rbtnTR2 = new System.Windows.Forms.RadioButton();
this.rbtnTR0 = new System.Windows.Forms.RadioButton();
this.panelEx2 = new Rs.Controls.PanelEx();
this.txtL0 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtP3 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtP2 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtP1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtP0 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtT3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtT2 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtT1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtT0 = new System.Windows.Forms.TextBox();
this.cboxF0 = new System.Windows.Forms.CheckBox();
this.txtL3 = new System.Windows.Forms.TextBox();
this.cboxF1 = new System.Windows.Forms.CheckBox();
this.cboxF3 = new System.Windows.Forms.CheckBox();
this.txtL1 = new System.Windows.Forms.TextBox();
this.txtL2 = new System.Windows.Forms.TextBox();
this.cboxF2 = new System.Windows.Forms.CheckBox();
this.panelEx1 = new Rs.Controls.PanelEx();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.txtRunResult = new System.Windows.Forms.RichTextBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panelEx1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnLoadParam);
this.groupBox1.Controls.Add(this.btnOpen);
this.groupBox1.Controls.Add(this.btnSendParam);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.panelEx2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(592, 497);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "控制器参数";
//
// btnLoadParam
//
this.btnLoadParam.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnLoadParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnLoadParam.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnLoadParam.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLoadParam.ForeColor = System.Drawing.Color.White;
this.btnLoadParam.Location = new System.Drawing.Point(169, 438);
this.btnLoadParam.Name = "btnLoadParam";
this.btnLoadParam.Size = new System.Drawing.Size(120, 54);
this.btnLoadParam.TabIndex = 9;
this.btnLoadParam.Text = "加载参数";
this.btnLoadParam.UseVisualStyleBackColor = false;
this.btnLoadParam.Click += new System.EventHandler(this.btnLoadParam_Click);
//
// btnOpen
//
this.btnOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOpen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnOpen.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnOpen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOpen.ForeColor = System.Drawing.Color.White;
this.btnOpen.Location = new System.Drawing.Point(26, 436);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(120, 54);
this.btnOpen.TabIndex = 9;
this.btnOpen.Text = "打开";
this.btnOpen.UseVisualStyleBackColor = false;
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// btnSendParam
//
this.btnSendParam.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSendParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnSendParam.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnSendParam.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSendParam.ForeColor = System.Drawing.Color.White;
this.btnSendParam.Location = new System.Drawing.Point(312, 438);
this.btnSendParam.Name = "btnSendParam";
this.btnSendParam.Size = new System.Drawing.Size(120, 54);
this.btnSendParam.TabIndex = 9;
this.btnSendParam.Text = "发送";
this.btnSendParam.UseVisualStyleBackColor = false;
this.btnSendParam.Click += new System.EventHandler(this.btnSendParam_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.rbtnGR1);
this.groupBox3.Controls.Add(this.rbtnGR0);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.groupBox3.Location = new System.Drawing.Point(3, 375);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(586, 57);
this.groupBox3.TabIndex = 8;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "输出电平";
//
// rbtnGR1
//
this.rbtnGR1.AutoSize = true;
this.rbtnGR1.Location = new System.Drawing.Point(164, 20);
this.rbtnGR1.Name = "rbtnGR1";
this.rbtnGR1.Size = new System.Drawing.Size(83, 16);
this.rbtnGR1.TabIndex = 0;
this.rbtnGR1.TabStop = true;
this.rbtnGR1.Text = "上升沿脉冲";
this.rbtnGR1.UseVisualStyleBackColor = true;
this.rbtnGR1.CheckedChanged += new System.EventHandler(this.outLevel_CheckedChanged);
//
// rbtnGR0
//
this.rbtnGR0.AutoSize = true;
this.rbtnGR0.Location = new System.Drawing.Point(12, 21);
this.rbtnGR0.Name = "rbtnGR0";
this.rbtnGR0.Size = new System.Drawing.Size(83, 16);
this.rbtnGR0.TabIndex = 0;
this.rbtnGR0.TabStop = true;
this.rbtnGR0.Text = "下降沿脉冲";
this.rbtnGR0.UseVisualStyleBackColor = true;
this.rbtnGR0.CheckedChanged += new System.EventHandler(this.outLevel_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.rbtnTR7);
this.groupBox2.Controls.Add(this.rbtnTR5);
this.groupBox2.Controls.Add(this.rbtnTR3);
this.groupBox2.Controls.Add(this.rbtnTR1);
this.groupBox2.Controls.Add(this.rbtnTR15);
this.groupBox2.Controls.Add(this.rbtnTR6);
this.groupBox2.Controls.Add(this.rbtnTR4);
this.groupBox2.Controls.Add(this.rbtnTR2);
this.groupBox2.Controls.Add(this.rbtnTR0);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.groupBox2.Location = new System.Drawing.Point(3, 233);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(586, 142);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "触发模式";
//
// rbtnTR7
//
this.rbtnTR7.AutoSize = true;
this.rbtnTR7.Location = new System.Drawing.Point(164, 86);
this.rbtnTR7.Name = "rbtnTR7";
this.rbtnTR7.Size = new System.Drawing.Size(107, 16);
this.rbtnTR7.TabIndex = 0;
this.rbtnTR7.TabStop = true;
this.rbtnTR7.Text = "内部上升沿触发";
this.rbtnTR7.UseVisualStyleBackColor = true;
this.rbtnTR7.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR5
//
this.rbtnTR5.AutoSize = true;
this.rbtnTR5.Location = new System.Drawing.Point(164, 64);
this.rbtnTR5.Name = "rbtnTR5";
this.rbtnTR5.Size = new System.Drawing.Size(131, 16);
this.rbtnTR5.TabIndex = 0;
this.rbtnTR5.TabStop = true;
this.rbtnTR5.Text = "内部跟随高电平触发";
this.rbtnTR5.UseVisualStyleBackColor = true;
this.rbtnTR5.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR3
//
this.rbtnTR3.AutoSize = true;
this.rbtnTR3.Location = new System.Drawing.Point(164, 42);
this.rbtnTR3.Name = "rbtnTR3";
this.rbtnTR3.Size = new System.Drawing.Size(107, 16);
this.rbtnTR3.TabIndex = 0;
this.rbtnTR3.TabStop = true;
this.rbtnTR3.Text = "外部上升沿触发";
this.rbtnTR3.UseVisualStyleBackColor = true;
this.rbtnTR3.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR1
//
this.rbtnTR1.AutoSize = true;
this.rbtnTR1.Location = new System.Drawing.Point(164, 20);
this.rbtnTR1.Name = "rbtnTR1";
this.rbtnTR1.Size = new System.Drawing.Size(131, 16);
this.rbtnTR1.TabIndex = 0;
this.rbtnTR1.TabStop = true;
this.rbtnTR1.Text = "外部跟随高电平触发";
this.rbtnTR1.UseVisualStyleBackColor = true;
this.rbtnTR1.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR15
//
this.rbtnTR15.AutoSize = true;
this.rbtnTR15.Location = new System.Drawing.Point(12, 109);
this.rbtnTR15.Name = "rbtnTR15";
this.rbtnTR15.Size = new System.Drawing.Size(71, 16);
this.rbtnTR15.TabIndex = 0;
this.rbtnTR15.TabStop = true;
this.rbtnTR15.Text = "常亮模式";
this.rbtnTR15.UseVisualStyleBackColor = true;
this.rbtnTR15.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR6
//
this.rbtnTR6.AutoSize = true;
this.rbtnTR6.Location = new System.Drawing.Point(12, 87);
this.rbtnTR6.Name = "rbtnTR6";
this.rbtnTR6.Size = new System.Drawing.Size(107, 16);
this.rbtnTR6.TabIndex = 0;
this.rbtnTR6.TabStop = true;
this.rbtnTR6.Text = "内部下降沿触发";
this.rbtnTR6.UseVisualStyleBackColor = true;
this.rbtnTR6.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR4
//
this.rbtnTR4.AutoSize = true;
this.rbtnTR4.Location = new System.Drawing.Point(12, 65);
this.rbtnTR4.Name = "rbtnTR4";
this.rbtnTR4.Size = new System.Drawing.Size(131, 16);
this.rbtnTR4.TabIndex = 0;
this.rbtnTR4.TabStop = true;
this.rbtnTR4.Text = "内部跟随低电平触发";
this.rbtnTR4.UseVisualStyleBackColor = true;
this.rbtnTR4.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR2
//
this.rbtnTR2.AutoSize = true;
this.rbtnTR2.Location = new System.Drawing.Point(12, 43);
this.rbtnTR2.Name = "rbtnTR2";
this.rbtnTR2.Size = new System.Drawing.Size(107, 16);
this.rbtnTR2.TabIndex = 0;
this.rbtnTR2.TabStop = true;
this.rbtnTR2.Text = "外部下降沿触发";
this.rbtnTR2.UseVisualStyleBackColor = true;
this.rbtnTR2.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// rbtnTR0
//
this.rbtnTR0.AutoSize = true;
this.rbtnTR0.Location = new System.Drawing.Point(12, 21);
this.rbtnTR0.Name = "rbtnTR0";
this.rbtnTR0.Size = new System.Drawing.Size(131, 16);
this.rbtnTR0.TabIndex = 0;
this.rbtnTR0.TabStop = true;
this.rbtnTR0.Text = "外部跟随低电平触发";
this.rbtnTR0.UseVisualStyleBackColor = true;
this.rbtnTR0.CheckedChanged += new System.EventHandler(this.triggerMode_CheckedChanged);
//
// panelEx2
//
this.panelEx2.Controls.Add(this.txtL0);
this.panelEx2.Controls.Add(this.label1);
this.panelEx2.Controls.Add(this.txtP3);
this.panelEx2.Controls.Add(this.label2);
this.panelEx2.Controls.Add(this.txtP2);
this.panelEx2.Controls.Add(this.label7);
this.panelEx2.Controls.Add(this.txtP1);
this.panelEx2.Controls.Add(this.label3);
this.panelEx2.Controls.Add(this.txtP0);
this.panelEx2.Controls.Add(this.label8);
this.panelEx2.Controls.Add(this.txtT3);
this.panelEx2.Controls.Add(this.label4);
this.panelEx2.Controls.Add(this.txtT2);
this.panelEx2.Controls.Add(this.label9);
this.panelEx2.Controls.Add(this.txtT1);
this.panelEx2.Controls.Add(this.label5);
this.panelEx2.Controls.Add(this.txtT0);
this.panelEx2.Controls.Add(this.cboxF0);
this.panelEx2.Controls.Add(this.txtL3);
this.panelEx2.Controls.Add(this.cboxF1);
this.panelEx2.Controls.Add(this.cboxF3);
this.panelEx2.Controls.Add(this.txtL1);
this.panelEx2.Controls.Add(this.txtL2);
this.panelEx2.Controls.Add(this.cboxF2);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx2.Location = new System.Drawing.Point(3, 17);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(586, 216);
this.panelEx2.TabIndex = 6;
//
// txtL0
//
this.txtL0.Location = new System.Drawing.Point(153, 46);
this.txtL0.Name = "txtL0";
this.txtL0.Size = new System.Drawing.Size(51, 21);
this.txtL0.TabIndex = 2;
this.txtL0.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 49);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "通道1:";
//
// txtP3
//
this.txtP3.Location = new System.Drawing.Point(352, 162);
this.txtP3.Name = "txtP3";
this.txtP3.Size = new System.Drawing.Size(51, 21);
this.txtP3.TabIndex = 2;
this.txtP3.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(69, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 0;
this.label2.Text = "启用";
//
// txtP2
//
this.txtP2.Location = new System.Drawing.Point(352, 123);
this.txtP2.Name = "txtP2";
this.txtP2.Size = new System.Drawing.Size(51, 21);
this.txtP2.TabIndex = 2;
this.txtP2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(13, 88);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 0;
this.label7.Text = "通道2:";
//
// txtP1
//
this.txtP1.Location = new System.Drawing.Point(352, 85);
this.txtP1.Name = "txtP1";
this.txtP1.Size = new System.Drawing.Size(51, 21);
this.txtP1.TabIndex = 2;
this.txtP1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(158, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 0;
this.label3.Text = "亮度";
//
// txtP0
//
this.txtP0.Location = new System.Drawing.Point(352, 46);
this.txtP0.Name = "txtP0";
this.txtP0.Size = new System.Drawing.Size(51, 21);
this.txtP0.TabIndex = 2;
this.txtP0.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 126);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 0;
this.label8.Text = "通道3:";
//
// txtT3
//
this.txtT3.Location = new System.Drawing.Point(247, 162);
this.txtT3.Name = "txtT3";
this.txtT3.Size = new System.Drawing.Size(51, 21);
this.txtT3.TabIndex = 2;
this.txtT3.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(245, 13);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "发光时间";
//
// txtT2
//
this.txtT2.Location = new System.Drawing.Point(247, 123);
this.txtT2.Name = "txtT2";
this.txtT2.Size = new System.Drawing.Size(51, 21);
this.txtT2.TabIndex = 2;
this.txtT2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(13, 165);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 0;
this.label9.Text = "通道4:";
//
// txtT1
//
this.txtT1.Location = new System.Drawing.Point(247, 85);
this.txtT1.Name = "txtT1";
this.txtT1.Size = new System.Drawing.Size(51, 21);
this.txtT1.TabIndex = 2;
this.txtT1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(350, 13);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "输出时间";
//
// txtT0
//
this.txtT0.Location = new System.Drawing.Point(247, 46);
this.txtT0.Name = "txtT0";
this.txtT0.Size = new System.Drawing.Size(51, 21);
this.txtT0.TabIndex = 2;
this.txtT0.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// cboxF0
//
this.cboxF0.AutoSize = true;
this.cboxF0.Location = new System.Drawing.Point(75, 49);
this.cboxF0.Name = "cboxF0";
this.cboxF0.Size = new System.Drawing.Size(15, 14);
this.cboxF0.TabIndex = 1;
this.cboxF0.UseVisualStyleBackColor = true;
this.cboxF0.CheckedChanged += new System.EventHandler(this.enable_CheckedChanged);
//
// txtL3
//
this.txtL3.Location = new System.Drawing.Point(153, 162);
this.txtL3.Name = "txtL3";
this.txtL3.Size = new System.Drawing.Size(51, 21);
this.txtL3.TabIndex = 2;
this.txtL3.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// cboxF1
//
this.cboxF1.AutoSize = true;
this.cboxF1.Location = new System.Drawing.Point(75, 88);
this.cboxF1.Name = "cboxF1";
this.cboxF1.Size = new System.Drawing.Size(15, 14);
this.cboxF1.TabIndex = 1;
this.cboxF1.UseVisualStyleBackColor = true;
this.cboxF1.CheckedChanged += new System.EventHandler(this.enable_CheckedChanged);
//
// cboxF3
//
this.cboxF3.AutoSize = true;
this.cboxF3.Location = new System.Drawing.Point(75, 165);
this.cboxF3.Name = "cboxF3";
this.cboxF3.Size = new System.Drawing.Size(15, 14);
this.cboxF3.TabIndex = 1;
this.cboxF3.UseVisualStyleBackColor = true;
this.cboxF3.CheckedChanged += new System.EventHandler(this.enable_CheckedChanged);
//
// txtL1
//
this.txtL1.Location = new System.Drawing.Point(153, 85);
this.txtL1.Name = "txtL1";
this.txtL1.Size = new System.Drawing.Size(51, 21);
this.txtL1.TabIndex = 2;
this.txtL1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// txtL2
//
this.txtL2.Location = new System.Drawing.Point(153, 123);
this.txtL2.Name = "txtL2";
this.txtL2.Size = new System.Drawing.Size(51, 21);
this.txtL2.TabIndex = 2;
this.txtL2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtParam_KeyUp);
//
// cboxF2
//
this.cboxF2.AutoSize = true;
this.cboxF2.Location = new System.Drawing.Point(75, 126);
this.cboxF2.Name = "cboxF2";
this.cboxF2.Size = new System.Drawing.Size(15, 14);
this.cboxF2.TabIndex = 1;
this.cboxF2.UseVisualStyleBackColor = true;
this.cboxF2.CheckedChanged += new System.EventHandler(this.enable_CheckedChanged);
//
// panelEx1
//
this.panelEx1.Controls.Add(this.groupBox4);
this.panelEx1.Controls.Add(this.groupBox1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(592, 744);
this.panelEx1.TabIndex = 1;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.txtRunResult);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.groupBox4.Location = new System.Drawing.Point(0, 497);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(592, 247);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Result";
//
// txtRunResult
//
this.txtRunResult.BackColor = System.Drawing.Color.Black;
this.txtRunResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtRunResult.ForeColor = System.Drawing.Color.Lime;
this.txtRunResult.Location = new System.Drawing.Point(3, 17);
this.txtRunResult.Name = "txtRunResult";
this.txtRunResult.Size = new System.Drawing.Size(586, 227);
this.txtRunResult.TabIndex = 2;
this.txtRunResult.Text = "";
//
// button1
//
this.button1.Location = new System.Drawing.Point(720, 334);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// LightConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1102, 744);
this.Controls.Add(this.button1);
this.Controls.Add(this.panelEx1);
this.Name = "LightConfig";
this.Text = "LightConfig";
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
this.panelEx1.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private Controls.PanelEx panelEx1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox cboxF0;
private System.Windows.Forms.TextBox txtP3;
private System.Windows.Forms.TextBox txtP2;
private System.Windows.Forms.TextBox txtP1;
private System.Windows.Forms.TextBox txtP0;
private System.Windows.Forms.TextBox txtT3;
private System.Windows.Forms.TextBox txtT2;
private System.Windows.Forms.TextBox txtT1;
private System.Windows.Forms.TextBox txtT0;
private System.Windows.Forms.TextBox txtL3;
private System.Windows.Forms.CheckBox cboxF3;
private System.Windows.Forms.TextBox txtL2;
private System.Windows.Forms.CheckBox cboxF2;
private System.Windows.Forms.TextBox txtL1;
private System.Windows.Forms.CheckBox cboxF1;
private System.Windows.Forms.TextBox txtL0;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.RadioButton rbtnGR1;
private System.Windows.Forms.RadioButton rbtnGR0;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton rbtnTR7;
private System.Windows.Forms.RadioButton rbtnTR5;
private System.Windows.Forms.RadioButton rbtnTR3;
private System.Windows.Forms.RadioButton rbtnTR1;
private System.Windows.Forms.RadioButton rbtnTR15;
private System.Windows.Forms.RadioButton rbtnTR6;
private System.Windows.Forms.RadioButton rbtnTR4;
private System.Windows.Forms.RadioButton rbtnTR2;
private System.Windows.Forms.RadioButton rbtnTR0;
private Controls.PanelEx panelEx2;
private System.Windows.Forms.Button btnSendParam;
private System.Windows.Forms.Button btnLoadParam;
private System.Windows.Forms.Button btnOpen;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.RichTextBox txtRunResult;
private System.Windows.Forms.Button button1;
}
}