File name
Commit message
Commit date
File name
Commit message
Commit date
namespace KHModbus
{
partial class FormModbus
{
/// <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();
this.textBox_State = new System.Windows.Forms.TextBox();
this.timer_Connect = new System.Windows.Forms.Timer(this.components);
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.timer_AutoInput = new System.Windows.Forms.Timer(this.components);
this.toggleSwitch_Auto = new DevExpress.XtraEditors.ToggleSwitch();
this.label1 = new System.Windows.Forms.Label();
this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
this.label2 = new System.Windows.Forms.Label();
this.textBox_DEV_ID = new System.Windows.Forms.TextBox();
this.textBox_FUNC = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox_ADDR = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_InputRegister_1 = new DevExpress.XtraEditors.SimpleButton();
this.textBox_LENGTH_1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox_Addr_1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox_LENGTH_2 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBox_Addr_2 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.simpleButton_InputRegister_2 = new DevExpress.XtraEditors.SimpleButton();
this.textBox_LENGTH_3 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.textBox_Addr_3 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.simpleButton_InputRegister_3 = new DevExpress.XtraEditors.SimpleButton();
this.textBox_LENGTH_5 = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.textBox_Addr_5 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.simpleButton_InputRegister_5 = new DevExpress.XtraEditors.SimpleButton();
this.textBox_LENGTH_4 = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.textBox_Addr_4 = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.simpleButton_InputRegister_4 = new DevExpress.XtraEditors.SimpleButton();
this.textBox_LENGTH_6 = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.textBox_Addr_6 = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.simpleButton_InputRegister_6 = new DevExpress.XtraEditors.SimpleButton();
this.textBox_LENGTH_2_2 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.textBox_Addr_2_2 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.simpleButton_InputRegister_2_2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_All = new DevExpress.XtraEditors.SimpleButton();
this.timer_DBInsert = new System.Windows.Forms.Timer(this.components);
this.panel_DBConnect = new System.Windows.Forms.Panel();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.toggleSwitch_Log = new DevExpress.XtraEditors.ToggleSwitch();
this.timer_Log = new System.Windows.Forms.Timer(this.components);
this.textBox1 = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.toggleSwitch_Auto.Properties)).BeginInit();
this.panel_DBConnect.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.toggleSwitch_Log.Properties)).BeginInit();
this.SuspendLayout();
//
// textBox_State
//
this.textBox_State.Location = new System.Drawing.Point(12, 177);
this.textBox_State.Multiline = true;
this.textBox_State.Name = "textBox_State";
this.textBox_State.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox_State.Size = new System.Drawing.Size(915, 234);
this.textBox_State.TabIndex = 1;
//
// timer_Connect
//
this.timer_Connect.Enabled = true;
this.timer_Connect.Interval = 5000;
this.timer_Connect.Tick += new System.EventHandler(this.timer_Connect_Tick);
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(16, 88);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(122, 85);
this.simpleButton2.TabIndex = 2;
this.simpleButton2.Text = "DataReadingTEST";
this.simpleButton2.Visible = false;
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(272, 88);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(122, 85);
this.simpleButton1.TabIndex = 3;
this.simpleButton1.Text = "DBTEST";
this.simpleButton1.Visible = false;
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click_1);
//
// simpleButton3
//
this.simpleButton3.Location = new System.Drawing.Point(144, 88);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(122, 85);
this.simpleButton3.TabIndex = 4;
this.simpleButton3.Text = "DBIsertTest";
this.simpleButton3.Visible = false;
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// simpleButton4
//
this.simpleButton4.Location = new System.Drawing.Point(444, 88);
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(122, 85);
this.simpleButton4.TabIndex = 5;
this.simpleButton4.Text = "[PLC]\r\nReading&&Insert";
this.simpleButton4.Visible = false;
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
//
// timer_AutoInput
//
this.timer_AutoInput.Enabled = true;
this.timer_AutoInput.Interval = 500;
this.timer_AutoInput.Tick += new System.EventHandler(this.timer_AutoInput_Tick);
//
// toggleSwitch_Auto
//
this.toggleSwitch_Auto.EditValue = true;
this.toggleSwitch_Auto.Location = new System.Drawing.Point(686, 146);
this.toggleSwitch_Auto.Name = "toggleSwitch_Auto";
this.toggleSwitch_Auto.Properties.OffText = "Off";
this.toggleSwitch_Auto.Properties.OnText = "On";
this.toggleSwitch_Auto.Size = new System.Drawing.Size(105, 25);
this.toggleSwitch_Auto.TabIndex = 6;
this.toggleSwitch_Auto.Toggled += new System.EventHandler(this.toggleSwitch_Auto_Toggled);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(684, 131);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(61, 12);
this.label1.TabIndex = 7;
this.label1.Text = "AutoInsert";
//
// simpleButton5
//
this.simpleButton5.Location = new System.Drawing.Point(558, 12);
this.simpleButton5.Name = "simpleButton5";
this.simpleButton5.Size = new System.Drawing.Size(122, 57);
this.simpleButton5.TabIndex = 8;
this.simpleButton5.Text = "{SERIAL]\r\nReading&&Insert";
this.simpleButton5.Visible = false;
this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
//
// simpleButton6
//
this.simpleButton6.Location = new System.Drawing.Point(444, 12);
this.simpleButton6.Name = "simpleButton6";
this.simpleButton6.Size = new System.Drawing.Size(98, 57);
this.simpleButton6.TabIndex = 9;
this.simpleButton6.Text = "[4Byte][SERIAL]\r\nCOMM_TEST";
this.simpleButton6.Visible = false;
this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 12);
this.label2.TabIndex = 10;
this.label2.Text = "SLAVE";
this.label2.Visible = false;
//
// textBox_DEV_ID
//
this.textBox_DEV_ID.Location = new System.Drawing.Point(65, 23);
this.textBox_DEV_ID.Name = "textBox_DEV_ID";
this.textBox_DEV_ID.Size = new System.Drawing.Size(44, 21);
this.textBox_DEV_ID.TabIndex = 11;
this.textBox_DEV_ID.Text = "1";
this.textBox_DEV_ID.Visible = false;
//
// textBox_FUNC
//
this.textBox_FUNC.Location = new System.Drawing.Point(171, 22);
this.textBox_FUNC.Name = "textBox_FUNC";
this.textBox_FUNC.Size = new System.Drawing.Size(44, 21);
this.textBox_FUNC.TabIndex = 13;
this.textBox_FUNC.Text = "4";
this.textBox_FUNC.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(124, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 12);
this.label3.TabIndex = 12;
this.label3.Text = "FUNC";
this.label3.Visible = false;
//
// textBox_ADDR
//
this.textBox_ADDR.Location = new System.Drawing.Point(276, 22);
this.textBox_ADDR.Name = "textBox_ADDR";
this.textBox_ADDR.Size = new System.Drawing.Size(44, 21);
this.textBox_ADDR.TabIndex = 15;
this.textBox_ADDR.Text = "220";
this.textBox_ADDR.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(229, 27);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 12);
this.label4.TabIndex = 14;
this.label4.Text = "ADDR";
this.label4.Visible = false;
//
// simpleButton7
//
this.simpleButton7.Location = new System.Drawing.Point(326, 12);
this.simpleButton7.Name = "simpleButton7";
this.simpleButton7.Size = new System.Drawing.Size(98, 57);
this.simpleButton7.TabIndex = 16;
this.simpleButton7.Text = "[2Byte][SERIAL]\r\nCOMM_TEST";
this.simpleButton7.Visible = false;
this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
//
// simpleButton_InputRegister_1
//
this.simpleButton_InputRegister_1.Location = new System.Drawing.Point(1146, 39);
this.simpleButton_InputRegister_1.Name = "simpleButton_InputRegister_1";
this.simpleButton_InputRegister_1.Size = new System.Drawing.Size(122, 32);
this.simpleButton_InputRegister_1.TabIndex = 17;
this.simpleButton_InputRegister_1.Text = "InputRegister";
this.simpleButton_InputRegister_1.Visible = false;
this.simpleButton_InputRegister_1.Click += new System.EventHandler(this.simpleButton_InputRegister_1_Click);
//
// textBox_LENGTH_1
//
this.textBox_LENGTH_1.Location = new System.Drawing.Point(1085, 46);
this.textBox_LENGTH_1.Name = "textBox_LENGTH_1";
this.textBox_LENGTH_1.Size = new System.Drawing.Size(44, 21);
this.textBox_LENGTH_1.TabIndex = 21;
this.textBox_LENGTH_1.Text = "48";
this.textBox_LENGTH_1.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(1030, 51);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(54, 12);
this.label5.TabIndex = 20;
this.label5.Text = "LENGTH";
this.label5.Visible = false;
//
// textBox_Addr_1
//
this.textBox_Addr_1.Location = new System.Drawing.Point(980, 46);
this.textBox_Addr_1.Name = "textBox_Addr_1";
this.textBox_Addr_1.Size = new System.Drawing.Size(44, 21);
this.textBox_Addr_1.TabIndex = 19;
this.textBox_Addr_1.Text = "400";
this.textBox_Addr_1.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(933, 51);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(37, 12);
this.label6.TabIndex = 18;
this.label6.Text = "ADDR";
this.label6.Visible = false;
//
// textBox_LENGTH_2
//
this.textBox_LENGTH_2.Location = new System.Drawing.Point(1085, 84);
this.textBox_LENGTH_2.Name = "textBox_LENGTH_2";
this.textBox_LENGTH_2.Size = new System.Drawing.Size(44, 21);
this.textBox_LENGTH_2.TabIndex = 26;
this.textBox_LENGTH_2.Text = "20";
this.textBox_LENGTH_2.Visible = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(1030, 89);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(54, 12);
this.label7.TabIndex = 25;
this.label7.Text = "LENGTH";
this.label7.Visible = false;
//
// textBox_Addr_2
//
this.textBox_Addr_2.Location = new System.Drawing.Point(980, 84);
this.textBox_Addr_2.Name = "textBox_Addr_2";
this.textBox_Addr_2.Size = new System.Drawing.Size(44, 21);
this.textBox_Addr_2.TabIndex = 24;
this.textBox_Addr_2.Text = "500";
this.textBox_Addr_2.Visible = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(933, 89);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(37, 12);
this.label8.TabIndex = 23;
this.label8.Text = "ADDR";
this.label8.Visible = false;
//
// simpleButton_InputRegister_2
//
this.simpleButton_InputRegister_2.Location = new System.Drawing.Point(1146, 77);
this.simpleButton_InputRegister_2.Name = "simpleButton_InputRegister_2";
this.simpleButton_InputRegister_2.Size = new System.Drawing.Size(122, 32);
this.simpleButton_InputRegister_2.TabIndex = 22;
this.simpleButton_InputRegister_2.Text = "InputRegister";
this.simpleButton_InputRegister_2.Visible = false;
this.simpleButton_InputRegister_2.Click += new System.EventHandler(this.simpleButton_InputRegister_2_Click);
//
// textBox_LENGTH_3
//
this.textBox_LENGTH_3.Location = new System.Drawing.Point(1085, 171);
this.textBox_LENGTH_3.Name = "textBox_LENGTH_3";
this.textBox_LENGTH_3.Size = new System.Drawing.Size(44, 21);
this.textBox_LENGTH_3.TabIndex = 31;
this.textBox_LENGTH_3.Text = "19";
this.textBox_LENGTH_3.Visible = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(1030, 176);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(54, 12);
this.label9.TabIndex = 30;
this.label9.Text = "LENGTH";
this.label9.Visible = false;
//
// textBox_Addr_3
//
this.textBox_Addr_3.Location = new System.Drawing.Point(980, 171);
this.textBox_Addr_3.Name = "textBox_Addr_3";
this.textBox_Addr_3.Size = new System.Drawing.Size(44, 21);
this.textBox_Addr_3.TabIndex = 29;
this.textBox_Addr_3.Text = "600";
this.textBox_Addr_3.Visible = false;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(933, 176);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(37, 12);
this.label10.TabIndex = 28;
this.label10.Text = "ADDR";
this.label10.Visible = false;
//
// simpleButton_InputRegister_3
//
this.simpleButton_InputRegister_3.Location = new System.Drawing.Point(1146, 164);
this.simpleButton_InputRegister_3.Name = "simpleButton_InputRegister_3";
this.simpleButton_InputRegister_3.Size = new System.Drawing.Size(122, 32);
this.simpleButton_InputRegister_3.TabIndex = 27;
this.simpleButton_InputRegister_3.Text = "InputRegister";
this.simpleButton_InputRegister_3.Visible = false;
this.simpleButton_InputRegister_3.Click += new System.EventHandler(this.simpleButton_InputRegister_3_Click);
//
// textBox_LENGTH_5
//
this.textBox_LENGTH_5.Location = new System.Drawing.Point(1085, 247);
this.textBox_LENGTH_5.Name = "textBox_LENGTH_5";
this.textBox_LENGTH_5.Size = new System.Drawing.Size(44, 21);
this.textBox_LENGTH_5.TabIndex = 41;
this.textBox_LENGTH_5.Text = "40";
this.textBox_LENGTH_5.Visible = false;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(1030, 252);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(54, 12);
this.label13.TabIndex = 40;
this.label13.Text = "LENGTH";
this.label13.Visible = false;
//
// textBox_Addr_5
//
this.textBox_Addr_5.Location = new System.Drawing.Point(980, 247);
this.textBox_Addr_5.Name = "textBox_Addr_5";
this.textBox_Addr_5.Size = new System.Drawing.Size(44, 21);
this.textBox_Addr_5.TabIndex = 39;
this.textBox_Addr_5.Text = "700";
this.textBox_Addr_5.Visible = false;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(933, 252);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(37, 12);
this.label14.TabIndex = 38;
this.label14.Text = "ADDR";
this.label14.Visible = false;
//
// simpleButton_InputRegister_5
//
this.simpleButton_InputRegister_5.Location = new System.Drawing.Point(1146, 240);
this.simpleButton_InputRegister_5.Name = "simpleButton_InputRegister_5";
this.simpleButton_InputRegister_5.Size = new System.Drawing.Size(122, 32);
this.simpleButton_InputRegister_5.TabIndex = 37;
this.simpleButton_InputRegister_5.Text = "InputRegister";
this.simpleButton_InputRegister_5.Visible = false;
this.simpleButton_InputRegister_5.Click += new System.EventHandler(this.simpleButton_InputRegister_5_Click);
//
// textBox_LENGTH_4
//
this.textBox_LENGTH_4.Location = new System.Drawing.Point(1085, 209);
this.textBox_LENGTH_4.Name = "textBox_LENGTH_4";
this.textBox_LENGTH_4.Size = new System.Drawing.Size(44, 21);
this.textBox_LENGTH_4.TabIndex = 36;
this.textBox_LENGTH_4.Text = "19";
this.textBox_LENGTH_4.Visible = false;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(1030, 214);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(54, 12);
this.label15.TabIndex = 35;
this.label15.Text = "LENGTH";
this.label15.Visible = false;
//
// textBox_Addr_4
//
this.textBox_Addr_4.Location = new System.Drawing.Point(980, 209);
this.textBox_Addr_4.Name = "textBox_Addr_4";
this.textBox_Addr_4.Size = new System.Drawing.Size(44, 21);
this.textBox_Addr_4.TabIndex = 34;
this.textBox_Addr_4.Text = "650";
this.textBox_Addr_4.Visible = false;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(933, 214);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(37, 12);
this.label16.TabIndex = 33;
this.label16.Text = "ADDR";
this.label16.Visible = false;
//
// simpleButton_InputRegister_4
//
this.simpleButton_InputRegister_4.Location = new System.Drawing.Point(1146, 202);
this.simpleButton_InputRegister_4.Name = "simpleButton_InputRegister_4";
this.simpleButton_InputRegister_4.Size = new System.Drawing.Size(122, 32);
this.simpleButton_InputRegister_4.TabIndex = 32;
this.simpleButton_InputRegister_4.Text = "InputRegister";
this.simpleButton_InputRegister_4.Visible = false;
this.simpleButton_InputRegister_4.Click += new System.EventHandler(this.simpleButton_InputRegister_4_Click);
//
// textBox_LENGTH_6
//
this.textBox_LENGTH_6.Location = new System.Drawing.Point(1085, 350);
this.textBox_LENGTH_6.Name = "textBox_LENGTH_6";
this.textBox_LENGTH_6.Size = new System.Drawing.Size(44, 21);
this.textBox_LENGTH_6.TabIndex = 61;
this.textBox_LENGTH_6.Text = "2";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(1030, 355);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(54, 12);
this.label17.TabIndex = 60;
this.label17.Text = "LENGTH";
//
// textBox_Addr_6
//
this.textBox_Addr_6.Location = new System.Drawing.Point(980, 350);
this.textBox_Addr_6.Name = "textBox_Addr_6";
this.textBox_Addr_6.Size = new System.Drawing.Size(44, 21);
this.textBox_Addr_6.TabIndex = 59;
this.textBox_Addr_6.Text = "620";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(933, 355);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(37, 12);
this.label18.TabIndex = 58;
this.label18.Text = "ADDR";
//
// simpleButton_InputRegister_6
//
this.simpleButton_InputRegister_6.Location = new System.Drawing.Point(1146, 343);
this.simpleButton_InputRegister_6.Name = "simpleButton_InputRegister_6";
this.simpleButton_InputRegister_6.Size = new System.Drawing.Size(122, 32);
this.simpleButton_InputRegister_6.TabIndex = 57;
this.simpleButton_InputRegister_6.Text = "InputRegister";
this.simpleButton_InputRegister_6.Click += new System.EventHandler(this.simpleButton_InputRegister_6_Click);
//
// textBox_LENGTH_2_2
//
this.textBox_LENGTH_2_2.Location = new System.Drawing.Point(1085, 122);
this.textBox_LENGTH_2_2.Name = "textBox_LENGTH_2_2";
this.textBox_LENGTH_2_2.Size = new System.Drawing.Size(44, 21);
this.textBox_LENGTH_2_2.TabIndex = 66;
this.textBox_LENGTH_2_2.Text = "20";
this.textBox_LENGTH_2_2.Visible = false;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(1030, 127);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(54, 12);
this.label11.TabIndex = 65;
this.label11.Text = "LENGTH";
this.label11.Visible = false;
//
// textBox_Addr_2_2
//
this.textBox_Addr_2_2.Location = new System.Drawing.Point(980, 122);
this.textBox_Addr_2_2.Name = "textBox_Addr_2_2";
this.textBox_Addr_2_2.Size = new System.Drawing.Size(44, 21);
this.textBox_Addr_2_2.TabIndex = 64;
this.textBox_Addr_2_2.Text = "520";
this.textBox_Addr_2_2.Visible = false;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(933, 127);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(37, 12);
this.label12.TabIndex = 63;
this.label12.Text = "ADDR";
this.label12.Visible = false;
//
// simpleButton_InputRegister_2_2
//
this.simpleButton_InputRegister_2_2.Location = new System.Drawing.Point(1146, 115);
this.simpleButton_InputRegister_2_2.Name = "simpleButton_InputRegister_2_2";
this.simpleButton_InputRegister_2_2.Size = new System.Drawing.Size(122, 32);
this.simpleButton_InputRegister_2_2.TabIndex = 62;
this.simpleButton_InputRegister_2_2.Text = "InputRegister";
this.simpleButton_InputRegister_2_2.Visible = false;
this.simpleButton_InputRegister_2_2.Click += new System.EventHandler(this.simpleButton_InputRegister_2_2_Click);
//
// simpleButton_All
//
this.simpleButton_All.Location = new System.Drawing.Point(1293, 406);
this.simpleButton_All.Name = "simpleButton_All";
this.simpleButton_All.Size = new System.Drawing.Size(122, 32);
this.simpleButton_All.TabIndex = 67;
this.simpleButton_All.Text = "AllReading";
this.simpleButton_All.Visible = false;
this.simpleButton_All.Click += new System.EventHandler(this.simpleButton_All_Click);
//
// timer_DBInsert
//
this.timer_DBInsert.Enabled = true;
this.timer_DBInsert.Interval = 10000;
this.timer_DBInsert.Tick += new System.EventHandler(this.timer_DBConnect_Tick);
//
// panel_DBConnect
//
this.panel_DBConnect.BackColor = System.Drawing.Color.White;
this.panel_DBConnect.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel_DBConnect.Controls.Add(this.label19);
this.panel_DBConnect.Location = new System.Drawing.Point(797, 122);
this.panel_DBConnect.Name = "panel_DBConnect";
this.panel_DBConnect.Size = new System.Drawing.Size(130, 49);
this.panel_DBConnect.TabIndex = 68;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(30, 20);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(72, 12);
this.label19.TabIndex = 0;
this.label19.Text = "DB Connect";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(573, 131);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(51, 12);
this.label20.TabIndex = 70;
this.label20.Text = "AutoLog";
//
// toggleSwitch_Log
//
this.toggleSwitch_Log.EditValue = true;
this.toggleSwitch_Log.Location = new System.Drawing.Point(575, 146);
this.toggleSwitch_Log.Name = "toggleSwitch_Log";
this.toggleSwitch_Log.Properties.OffText = "Off";
this.toggleSwitch_Log.Properties.OnText = "On";
this.toggleSwitch_Log.Size = new System.Drawing.Size(105, 25);
this.toggleSwitch_Log.TabIndex = 69;
this.toggleSwitch_Log.Toggled += new System.EventHandler(this.toggleSwitch_Log_Toggled);
//
// timer_Log
//
this.timer_Log.Enabled = true;
this.timer_Log.Interval = 5000;
this.timer_Log.Tick += new System.EventHandler(this.timer_Log_Tick);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(789, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(73, 21);
this.textBox1.TabIndex = 72;
this.textBox1.Visible = false;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(719, 17);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(64, 12);
this.label21.TabIndex = 71;
this.label21.Text = "MACH_CD";
this.label21.Visible = false;
//
// simpleButton8
//
this.simpleButton8.Location = new System.Drawing.Point(789, 39);
this.simpleButton8.Name = "simpleButton8";
this.simpleButton8.Size = new System.Drawing.Size(73, 30);
this.simpleButton8.TabIndex = 73;
this.simpleButton8.Text = "CHECK";
this.simpleButton8.Visible = false;
this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click_1);
//
// FormModbus
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(932, 450);
this.Controls.Add(this.simpleButton8);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label21);
this.Controls.Add(this.label20);
this.Controls.Add(this.toggleSwitch_Log);
this.Controls.Add(this.panel_DBConnect);
this.Controls.Add(this.simpleButton_All);
this.Controls.Add(this.textBox_LENGTH_2_2);
this.Controls.Add(this.label11);
this.Controls.Add(this.textBox_Addr_2_2);
this.Controls.Add(this.label12);
this.Controls.Add(this.simpleButton_InputRegister_2_2);
this.Controls.Add(this.textBox_LENGTH_6);
this.Controls.Add(this.label17);
this.Controls.Add(this.textBox_Addr_6);
this.Controls.Add(this.label18);
this.Controls.Add(this.simpleButton_InputRegister_6);
this.Controls.Add(this.textBox_LENGTH_5);
this.Controls.Add(this.label13);
this.Controls.Add(this.textBox_Addr_5);
this.Controls.Add(this.label14);
this.Controls.Add(this.simpleButton_InputRegister_5);
this.Controls.Add(this.textBox_LENGTH_4);
this.Controls.Add(this.label15);
this.Controls.Add(this.textBox_Addr_4);
this.Controls.Add(this.label16);
this.Controls.Add(this.simpleButton_InputRegister_4);
this.Controls.Add(this.textBox_LENGTH_3);
this.Controls.Add(this.label9);
this.Controls.Add(this.textBox_Addr_3);
this.Controls.Add(this.label10);
this.Controls.Add(this.simpleButton_InputRegister_3);
this.Controls.Add(this.textBox_LENGTH_2);
this.Controls.Add(this.label7);
this.Controls.Add(this.textBox_Addr_2);
this.Controls.Add(this.label8);
this.Controls.Add(this.simpleButton_InputRegister_2);
this.Controls.Add(this.textBox_LENGTH_1);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox_Addr_1);
this.Controls.Add(this.label6);
this.Controls.Add(this.simpleButton_InputRegister_1);
this.Controls.Add(this.simpleButton7);
this.Controls.Add(this.textBox_ADDR);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBox_FUNC);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox_DEV_ID);
this.Controls.Add(this.label2);
this.Controls.Add(this.simpleButton6);
this.Controls.Add(this.simpleButton5);
this.Controls.Add(this.label1);
this.Controls.Add(this.toggleSwitch_Auto);
this.Controls.Add(this.simpleButton4);
this.Controls.Add(this.simpleButton3);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.textBox_State);
this.Name = "FormModbus";
this.Text = "SignusSensorUploader";
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.FormModbus_Load);
((System.ComponentModel.ISupportInitialize)(this.toggleSwitch_Auto.Properties)).EndInit();
this.panel_DBConnect.ResumeLayout(false);
this.panel_DBConnect.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.toggleSwitch_Log.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox_State;
private System.Windows.Forms.Timer timer_Connect;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
private System.Windows.Forms.Timer timer_AutoInput;
private DevExpress.XtraEditors.ToggleSwitch toggleSwitch_Auto;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.SimpleButton simpleButton5;
private DevExpress.XtraEditors.SimpleButton simpleButton6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_DEV_ID;
private System.Windows.Forms.TextBox textBox_FUNC;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox_ADDR;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.SimpleButton simpleButton7;
private DevExpress.XtraEditors.SimpleButton simpleButton_InputRegister_1;
private System.Windows.Forms.TextBox textBox_LENGTH_1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox_Addr_1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox_LENGTH_2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox_Addr_2;
private System.Windows.Forms.Label label8;
private DevExpress.XtraEditors.SimpleButton simpleButton_InputRegister_2;
private System.Windows.Forms.TextBox textBox_LENGTH_3;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox_Addr_3;
private System.Windows.Forms.Label label10;
private DevExpress.XtraEditors.SimpleButton simpleButton_InputRegister_3;
private System.Windows.Forms.TextBox textBox_LENGTH_5;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox textBox_Addr_5;
private System.Windows.Forms.Label label14;
private DevExpress.XtraEditors.SimpleButton simpleButton_InputRegister_5;
private System.Windows.Forms.TextBox textBox_LENGTH_4;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBox_Addr_4;
private System.Windows.Forms.Label label16;
private DevExpress.XtraEditors.SimpleButton simpleButton_InputRegister_4;
private System.Windows.Forms.TextBox textBox_LENGTH_6;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox textBox_Addr_6;
private System.Windows.Forms.Label label18;
private DevExpress.XtraEditors.SimpleButton simpleButton_InputRegister_6;
private System.Windows.Forms.TextBox textBox_LENGTH_2_2;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox textBox_Addr_2_2;
private System.Windows.Forms.Label label12;
private DevExpress.XtraEditors.SimpleButton simpleButton_InputRegister_2_2;
private DevExpress.XtraEditors.SimpleButton simpleButton_All;
private System.Windows.Forms.Timer timer_DBInsert;
private System.Windows.Forms.Panel panel_DBConnect;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private DevExpress.XtraEditors.ToggleSwitch toggleSwitch_Log;
private System.Windows.Forms.Timer timer_Log;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label21;
private DevExpress.XtraEditors.SimpleButton simpleButton8;
}
}