578 lines
28 KiB
C#
578 lines
28 KiB
C#
namespace Test_ProPLC
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// 필수 디자이너 변수입니다.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 사용 중인 모든 리소스를 정리합니다.
|
|
/// </summary>
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 디자이너에서 생성한 코드
|
|
|
|
/// <summary>
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
arFrame.Control.ColorListItem colorListItem1 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem2 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem3 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem4 = new arFrame.Control.ColorListItem();
|
|
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.textbox1 = new System.Windows.Forms.ComboBox();
|
|
this.textbox2 = new System.Windows.Forms.ComboBox();
|
|
this.gv1 = new arFrame.Control.GridView();
|
|
this.gv2 = new arFrame.Control.GridView();
|
|
this.logSub = new arCtl.LogTextBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.logMain = new arCtl.LogTextBox();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
this.button11 = new System.Windows.Forms.Button();
|
|
this.button12 = new System.Windows.Forms.Button();
|
|
this.button13 = new System.Windows.Forms.Button();
|
|
this.button14 = new System.Windows.Forms.Button();
|
|
this.button15 = new System.Windows.Forms.Button();
|
|
this.button16 = new System.Windows.Forms.Button();
|
|
this.button17 = new System.Windows.Forms.Button();
|
|
this.button18 = new System.Windows.Forms.Button();
|
|
this.button19 = new System.Windows.Forms.Button();
|
|
this.button20 = new System.Windows.Forms.Button();
|
|
this.button21 = new System.Windows.Forms.Button();
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
this.button24 = new System.Windows.Forms.Button();
|
|
this.button35 = new System.Windows.Forms.Button();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(9, 10);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(108, 36);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Conn";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(9, 333);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(108, 36);
|
|
this.button2.TabIndex = 4;
|
|
this.button2.Text = "Conn";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(123, 10);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(843, 21);
|
|
this.textBox3.TabIndex = 6;
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(123, 333);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(843, 21);
|
|
this.textBox4.TabIndex = 7;
|
|
//
|
|
// textbox1
|
|
//
|
|
this.textbox1.FormattingEnabled = true;
|
|
this.textbox1.Location = new System.Drawing.Point(9, 52);
|
|
this.textbox1.Name = "textbox1";
|
|
this.textbox1.Size = new System.Drawing.Size(108, 20);
|
|
this.textbox1.TabIndex = 8;
|
|
//
|
|
// textbox2
|
|
//
|
|
this.textbox2.FormattingEnabled = true;
|
|
this.textbox2.Location = new System.Drawing.Point(9, 375);
|
|
this.textbox2.Name = "textbox2";
|
|
this.textbox2.Size = new System.Drawing.Size(108, 20);
|
|
this.textbox2.TabIndex = 9;
|
|
this.textbox2.Text = "COM31";
|
|
//
|
|
// gv1
|
|
//
|
|
this.gv1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
this.gv1.BorderSize = 1;
|
|
colorListItem1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
colorListItem1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
|
|
colorListItem1.Remark = "";
|
|
colorListItem2.BackColor1 = System.Drawing.Color.Orange;
|
|
colorListItem2.BackColor2 = System.Drawing.Color.DarkOrange;
|
|
colorListItem2.Remark = "";
|
|
this.gv1.ColorList = new arFrame.Control.ColorListItem[] {
|
|
colorListItem1,
|
|
colorListItem2};
|
|
this.gv1.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.gv1.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gv1.FontPin = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.gv1.ForeColor = System.Drawing.Color.White;
|
|
this.gv1.ForeColorPin = System.Drawing.Color.WhiteSmoke;
|
|
this.gv1.Location = new System.Drawing.Point(123, 37);
|
|
this.gv1.MatrixSize = new System.Drawing.Point(8, 4);
|
|
this.gv1.MenuBorderSize = 1;
|
|
this.gv1.MenuGap = 5;
|
|
this.gv1.MinimumSize = new System.Drawing.Size(100, 50);
|
|
this.gv1.Name = "gv1";
|
|
this.gv1.Names = null;
|
|
this.gv1.ShadowColor = System.Drawing.Color.Black;
|
|
this.gv1.showDebugInfo = false;
|
|
this.gv1.ShowIndexString = true;
|
|
this.gv1.Size = new System.Drawing.Size(592, 169);
|
|
this.gv1.TabIndex = 10;
|
|
this.gv1.Tags = null;
|
|
this.gv1.Text = "gridView1";
|
|
this.gv1.TextAttachToImage = true;
|
|
this.gv1.Titles = null;
|
|
this.gv1.Values = null;
|
|
this.gv1.ItemClick += new System.EventHandler<arFrame.Control.GridView.ItemClickEventArgs>(this.gv1_ItemClick);
|
|
//
|
|
// gv2
|
|
//
|
|
this.gv2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
this.gv2.BorderSize = 1;
|
|
colorListItem3.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
colorListItem3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
|
|
colorListItem3.Remark = "";
|
|
colorListItem4.BackColor1 = System.Drawing.Color.Orange;
|
|
colorListItem4.BackColor2 = System.Drawing.Color.DarkOrange;
|
|
colorListItem4.Remark = "";
|
|
this.gv2.ColorList = new arFrame.Control.ColorListItem[] {
|
|
colorListItem3,
|
|
colorListItem4};
|
|
this.gv2.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.gv2.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gv2.FontPin = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.gv2.ForeColor = System.Drawing.Color.White;
|
|
this.gv2.ForeColorPin = System.Drawing.Color.WhiteSmoke;
|
|
this.gv2.Location = new System.Drawing.Point(123, 360);
|
|
this.gv2.MatrixSize = new System.Drawing.Point(8, 4);
|
|
this.gv2.MenuBorderSize = 1;
|
|
this.gv2.MenuGap = 5;
|
|
this.gv2.MinimumSize = new System.Drawing.Size(100, 50);
|
|
this.gv2.Name = "gv2";
|
|
this.gv2.Names = null;
|
|
this.gv2.ShadowColor = System.Drawing.Color.Black;
|
|
this.gv2.showDebugInfo = false;
|
|
this.gv2.ShowIndexString = true;
|
|
this.gv2.Size = new System.Drawing.Size(592, 169);
|
|
this.gv2.TabIndex = 11;
|
|
this.gv2.Tags = null;
|
|
this.gv2.Text = "gridView1";
|
|
this.gv2.TextAttachToImage = true;
|
|
this.gv2.Titles = null;
|
|
this.gv2.Values = null;
|
|
this.gv2.ItemClick += new System.EventHandler<arFrame.Control.GridView.ItemClickEventArgs>(this.gv2_ItemClick);
|
|
//
|
|
// logSub
|
|
//
|
|
this.logSub.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
|
|
this.logSub.ColorList = new arCtl.sLogMessageColor[0];
|
|
this.logSub.DateFormat = "yy-MM-dd HH:mm:ss";
|
|
this.logSub.DefaultColor = System.Drawing.Color.LightGray;
|
|
this.logSub.EnableDisplayTimer = true;
|
|
this.logSub.EnableGubunColor = true;
|
|
this.logSub.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.logSub.ListFormat = "[{0}] {1}";
|
|
this.logSub.Location = new System.Drawing.Point(123, 535);
|
|
this.logSub.MaxListCount = ((ushort)(200));
|
|
this.logSub.MaxTextLength = ((uint)(4000u));
|
|
this.logSub.MessageInterval = 50;
|
|
this.logSub.Name = "logSub";
|
|
this.logSub.Size = new System.Drawing.Size(592, 132);
|
|
this.logSub.TabIndex = 12;
|
|
this.logSub.Text = "";
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(721, 360);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(152, 36);
|
|
this.button3.TabIndex = 13;
|
|
this.button3.Text = "Z-UP";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(721, 402);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(152, 36);
|
|
this.button4.TabIndex = 14;
|
|
this.button4.Text = "Z-STOP";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(721, 444);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(152, 36);
|
|
this.button5.TabIndex = 15;
|
|
this.button5.Text = "Z-DN";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// logMain
|
|
//
|
|
this.logMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
|
|
this.logMain.ColorList = new arCtl.sLogMessageColor[0];
|
|
this.logMain.DateFormat = "yy-MM-dd HH:mm:ss";
|
|
this.logMain.DefaultColor = System.Drawing.Color.LightGray;
|
|
this.logMain.EnableDisplayTimer = true;
|
|
this.logMain.EnableGubunColor = true;
|
|
this.logMain.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.logMain.ListFormat = "[{0}] {1}";
|
|
this.logMain.Location = new System.Drawing.Point(123, 212);
|
|
this.logMain.MaxListCount = ((ushort)(200));
|
|
this.logMain.MaxTextLength = ((uint)(4000u));
|
|
this.logMain.MessageInterval = 50;
|
|
this.logMain.Name = "logMain";
|
|
this.logMain.Size = new System.Drawing.Size(592, 115);
|
|
this.logMain.TabIndex = 16;
|
|
this.logMain.Text = "";
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.BackColor = System.Drawing.Color.Tomato;
|
|
this.button6.ForeColor = System.Drawing.Color.White;
|
|
this.button6.Location = new System.Drawing.Point(721, 79);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(73, 36);
|
|
this.button6.TabIndex = 19;
|
|
this.button6.Text = "L_STOP";
|
|
this.button6.UseVisualStyleBackColor = false;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Location = new System.Drawing.Point(721, 121);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(73, 36);
|
|
this.button7.TabIndex = 18;
|
|
this.button7.Text = "L-DN";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Location = new System.Drawing.Point(721, 37);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(73, 36);
|
|
this.button8.TabIndex = 17;
|
|
this.button8.Text = "L-UP";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.BackColor = System.Drawing.Color.Tomato;
|
|
this.button9.ForeColor = System.Drawing.Color.White;
|
|
this.button9.Location = new System.Drawing.Point(800, 78);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(73, 36);
|
|
this.button9.TabIndex = 22;
|
|
this.button9.Text = "R-STOP";
|
|
this.button9.UseVisualStyleBackColor = false;
|
|
this.button9.Click += new System.EventHandler(this.button9_Click);
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.Location = new System.Drawing.Point(800, 120);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(73, 36);
|
|
this.button10.TabIndex = 21;
|
|
this.button10.Text = "R-DN";
|
|
this.button10.UseVisualStyleBackColor = true;
|
|
this.button10.Click += new System.EventHandler(this.button10_Click);
|
|
//
|
|
// button11
|
|
//
|
|
this.button11.Location = new System.Drawing.Point(800, 36);
|
|
this.button11.Name = "button11";
|
|
this.button11.Size = new System.Drawing.Size(73, 36);
|
|
this.button11.TabIndex = 20;
|
|
this.button11.Text = "R-UP";
|
|
this.button11.UseVisualStyleBackColor = true;
|
|
this.button11.Click += new System.EventHandler(this.button11_Click);
|
|
//
|
|
// button12
|
|
//
|
|
this.button12.BackColor = System.Drawing.Color.White;
|
|
this.button12.ForeColor = System.Drawing.Color.Black;
|
|
this.button12.Location = new System.Drawing.Point(721, 205);
|
|
this.button12.Name = "button12";
|
|
this.button12.Size = new System.Drawing.Size(152, 36);
|
|
this.button12.TabIndex = 25;
|
|
this.button12.Text = "STOP";
|
|
this.button12.UseVisualStyleBackColor = false;
|
|
this.button12.Click += new System.EventHandler(this.button12_Click);
|
|
//
|
|
// button13
|
|
//
|
|
this.button13.BackColor = System.Drawing.Color.White;
|
|
this.button13.Location = new System.Drawing.Point(721, 247);
|
|
this.button13.Name = "button13";
|
|
this.button13.Size = new System.Drawing.Size(152, 36);
|
|
this.button13.TabIndex = 24;
|
|
this.button13.Text = "BACK";
|
|
this.button13.UseVisualStyleBackColor = false;
|
|
this.button13.Click += new System.EventHandler(this.button13_Click);
|
|
//
|
|
// button14
|
|
//
|
|
this.button14.BackColor = System.Drawing.Color.White;
|
|
this.button14.Location = new System.Drawing.Point(721, 163);
|
|
this.button14.Name = "button14";
|
|
this.button14.Size = new System.Drawing.Size(152, 36);
|
|
this.button14.TabIndex = 23;
|
|
this.button14.Text = "GO";
|
|
this.button14.UseVisualStyleBackColor = false;
|
|
this.button14.Click += new System.EventHandler(this.button14_Click);
|
|
//
|
|
// button15
|
|
//
|
|
this.button15.Location = new System.Drawing.Point(879, 67);
|
|
this.button15.Name = "button15";
|
|
this.button15.Size = new System.Drawing.Size(87, 24);
|
|
this.button15.TabIndex = 26;
|
|
this.button15.Text = "10";
|
|
this.button15.UseVisualStyleBackColor = true;
|
|
this.button15.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button16
|
|
//
|
|
this.button16.Location = new System.Drawing.Point(879, 91);
|
|
this.button16.Name = "button16";
|
|
this.button16.Size = new System.Drawing.Size(87, 24);
|
|
this.button16.TabIndex = 27;
|
|
this.button16.Text = "20";
|
|
this.button16.UseVisualStyleBackColor = true;
|
|
this.button16.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button17
|
|
//
|
|
this.button17.Location = new System.Drawing.Point(879, 139);
|
|
this.button17.Name = "button17";
|
|
this.button17.Size = new System.Drawing.Size(87, 24);
|
|
this.button17.TabIndex = 29;
|
|
this.button17.Text = "40";
|
|
this.button17.UseVisualStyleBackColor = true;
|
|
this.button17.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button18
|
|
//
|
|
this.button18.Location = new System.Drawing.Point(879, 115);
|
|
this.button18.Name = "button18";
|
|
this.button18.Size = new System.Drawing.Size(87, 24);
|
|
this.button18.TabIndex = 28;
|
|
this.button18.Text = "30";
|
|
this.button18.UseVisualStyleBackColor = true;
|
|
this.button18.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button19
|
|
//
|
|
this.button19.Location = new System.Drawing.Point(879, 235);
|
|
this.button19.Name = "button19";
|
|
this.button19.Size = new System.Drawing.Size(87, 24);
|
|
this.button19.TabIndex = 33;
|
|
this.button19.Text = "80";
|
|
this.button19.UseVisualStyleBackColor = true;
|
|
this.button19.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button20
|
|
//
|
|
this.button20.Location = new System.Drawing.Point(879, 211);
|
|
this.button20.Name = "button20";
|
|
this.button20.Size = new System.Drawing.Size(87, 24);
|
|
this.button20.TabIndex = 32;
|
|
this.button20.Text = "70";
|
|
this.button20.UseVisualStyleBackColor = true;
|
|
this.button20.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button21
|
|
//
|
|
this.button21.Location = new System.Drawing.Point(879, 187);
|
|
this.button21.Name = "button21";
|
|
this.button21.Size = new System.Drawing.Size(87, 24);
|
|
this.button21.TabIndex = 31;
|
|
this.button21.Text = "60";
|
|
this.button21.UseVisualStyleBackColor = true;
|
|
this.button21.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button22
|
|
//
|
|
this.button22.Location = new System.Drawing.Point(879, 163);
|
|
this.button22.Name = "button22";
|
|
this.button22.Size = new System.Drawing.Size(87, 24);
|
|
this.button22.TabIndex = 30;
|
|
this.button22.Text = "50";
|
|
this.button22.UseVisualStyleBackColor = true;
|
|
this.button22.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button23
|
|
//
|
|
this.button23.Location = new System.Drawing.Point(879, 283);
|
|
this.button23.Name = "button23";
|
|
this.button23.Size = new System.Drawing.Size(87, 24);
|
|
this.button23.TabIndex = 35;
|
|
this.button23.Text = "100";
|
|
this.button23.UseVisualStyleBackColor = true;
|
|
this.button23.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button24
|
|
//
|
|
this.button24.Location = new System.Drawing.Point(879, 259);
|
|
this.button24.Name = "button24";
|
|
this.button24.Size = new System.Drawing.Size(87, 24);
|
|
this.button24.TabIndex = 34;
|
|
this.button24.Text = "90";
|
|
this.button24.UseVisualStyleBackColor = true;
|
|
this.button24.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// button35
|
|
//
|
|
this.button35.Location = new System.Drawing.Point(879, 42);
|
|
this.button35.Name = "button35";
|
|
this.button35.Size = new System.Drawing.Size(87, 24);
|
|
this.button35.TabIndex = 46;
|
|
this.button35.Text = "0";
|
|
this.button35.UseVisualStyleBackColor = true;
|
|
this.button35.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(9, 401);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(108, 20);
|
|
this.comboBox1.TabIndex = 47;
|
|
this.comboBox1.Text = "57600";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 250;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick_1);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(974, 677);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.button35);
|
|
this.Controls.Add(this.button23);
|
|
this.Controls.Add(this.button24);
|
|
this.Controls.Add(this.button19);
|
|
this.Controls.Add(this.button20);
|
|
this.Controls.Add(this.button21);
|
|
this.Controls.Add(this.button22);
|
|
this.Controls.Add(this.button17);
|
|
this.Controls.Add(this.button18);
|
|
this.Controls.Add(this.button16);
|
|
this.Controls.Add(this.button15);
|
|
this.Controls.Add(this.button12);
|
|
this.Controls.Add(this.button13);
|
|
this.Controls.Add(this.button14);
|
|
this.Controls.Add(this.button9);
|
|
this.Controls.Add(this.button10);
|
|
this.Controls.Add(this.button11);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.logMain);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.logSub);
|
|
this.Controls.Add(this.gv2);
|
|
this.Controls.Add(this.gv1);
|
|
this.Controls.Add(this.textbox2);
|
|
this.Controls.Add(this.textbox1);
|
|
this.Controls.Add(this.textBox4);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Name = "Form1";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Form1";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.IO.Ports.SerialPort serialPort1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.ComboBox textbox1;
|
|
private System.Windows.Forms.ComboBox textbox2;
|
|
private arFrame.Control.GridView gv1;
|
|
private arFrame.Control.GridView gv2;
|
|
private arCtl.LogTextBox logSub;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private arCtl.LogTextBox logMain;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Button button10;
|
|
private System.Windows.Forms.Button button11;
|
|
private System.Windows.Forms.Button button12;
|
|
private System.Windows.Forms.Button button13;
|
|
private System.Windows.Forms.Button button14;
|
|
private System.Windows.Forms.Button button15;
|
|
private System.Windows.Forms.Button button16;
|
|
private System.Windows.Forms.Button button17;
|
|
private System.Windows.Forms.Button button18;
|
|
private System.Windows.Forms.Button button19;
|
|
private System.Windows.Forms.Button button20;
|
|
private System.Windows.Forms.Button button21;
|
|
private System.Windows.Forms.Button button22;
|
|
private System.Windows.Forms.Button button23;
|
|
private System.Windows.Forms.Button button24;
|
|
private System.Windows.Forms.Button button35;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
}
|
|
|