namespace CSharp_Demo1 { partial class Form1 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.Btn_TotalModules = new System.Windows.Forms.Button(); this.TBox_TotalModules = new System.Windows.Forms.TextBox(); this.Btn_DLLVer = new System.Windows.Forms.Button(); this.TBox_DLLVer = new System.Windows.Forms.TextBox(); this.TBox_GetMasterStatus = new System.Windows.Forms.TextBox(); this.TBox_GetMasterID = new System.Windows.Forms.TextBox(); this.Btn_GetMasterStatus = new System.Windows.Forms.Button(); this.Btn_GetMasterID = new System.Windows.Forms.Button(); this.TBox_GetBaudRate = new System.Windows.Forms.TextBox(); this.Btn_GetBaudRate = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.ComboBox_PortNo = new System.Windows.Forms.ComboBox(); this.Btn_ActiveModule = new System.Windows.Forms.Button(); this.textBox7 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.Btn_ClearAllConfig = new System.Windows.Forms.Button(); this.TBox_ActiveModule = new System.Windows.Forms.TextBox(); this.TBox_ClearAllConfig = new System.Windows.Forms.TextBox(); this.textBox10 = new System.Windows.Forms.TextBox(); this.TBox_SetBaudRate = new System.Windows.Forms.TextBox(); this.textBox12 = new System.Windows.Forms.TextBox(); this.Btn_SetBaudRate = new System.Windows.Forms.Button(); this.ComBox_SetBaudRate = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.TBox_SetMasterID = new System.Windows.Forms.TextBox(); this.textBox14 = new System.Windows.Forms.TextBox(); this.Btn_SetMasterID = new System.Windows.Forms.Button(); this.ComBox_SetMasterID = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.TBox_DebugDevice = new System.Windows.Forms.TextBox(); this.textBox16 = new System.Windows.Forms.TextBox(); this.Btn_DebugDevice = new System.Windows.Forms.Button(); this.ComBox_DebugDevice = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.textBox17 = new System.Windows.Forms.TextBox(); this.TBox_AddDevice = new System.Windows.Forms.TextBox(); this.Btn_AddDevice = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.textBox19 = new System.Windows.Forms.TextBox(); this.TBox_GetPollInfo = new System.Windows.Forms.TextBox(); this.Btn_GetPollInfo = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.TBox_PollInput = new System.Windows.Forms.TextBox(); this.TBox_PollOutput = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.textBox23 = new System.Windows.Forms.TextBox(); this.TBox_ConfigPoll = new System.Windows.Forms.TextBox(); this.Btn_ConfigPoll = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.textBox25 = new System.Windows.Forms.TextBox(); this.TBox_StartDevice = new System.Windows.Forms.TextBox(); this.Btn_StartDevice = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.textBox27 = new System.Windows.Forms.TextBox(); this.TBox_ReadPollData = new System.Windows.Forms.TextBox(); this.Btn_ReadPollData = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.ComboBox_BoardNo = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Btn_TotalModules // this.Btn_TotalModules.Location = new System.Drawing.Point(12, 12); this.Btn_TotalModules.Name = "Btn_TotalModules"; this.Btn_TotalModules.Size = new System.Drawing.Size(106, 23); this.Btn_TotalModules.TabIndex = 0; this.Btn_TotalModules.Text = "TotalBoards"; this.Btn_TotalModules.UseVisualStyleBackColor = true; this.Btn_TotalModules.Click += new System.EventHandler(this.Btn_TotalModules_Click); // // TBox_TotalModules // this.TBox_TotalModules.BackColor = System.Drawing.Color.Gainsboro; this.TBox_TotalModules.Location = new System.Drawing.Point(124, 12); this.TBox_TotalModules.Name = "TBox_TotalModules"; this.TBox_TotalModules.Size = new System.Drawing.Size(100, 22); this.TBox_TotalModules.TabIndex = 1; // // Btn_DLLVer // this.Btn_DLLVer.Location = new System.Drawing.Point(248, 40); this.Btn_DLLVer.Name = "Btn_DLLVer"; this.Btn_DLLVer.Size = new System.Drawing.Size(110, 23); this.Btn_DLLVer.TabIndex = 2; this.Btn_DLLVer.Text = "DLL Version"; this.Btn_DLLVer.UseVisualStyleBackColor = true; this.Btn_DLLVer.Click += new System.EventHandler(this.Btn_DLLVer_Click); // // TBox_DLLVer // this.TBox_DLLVer.BackColor = System.Drawing.Color.Gainsboro; this.TBox_DLLVer.Location = new System.Drawing.Point(364, 40); this.TBox_DLLVer.Name = "TBox_DLLVer"; this.TBox_DLLVer.Size = new System.Drawing.Size(100, 22); this.TBox_DLLVer.TabIndex = 4; // // TBox_GetMasterStatus // this.TBox_GetMasterStatus.BackColor = System.Drawing.Color.Gainsboro; this.TBox_GetMasterStatus.Location = new System.Drawing.Point(648, 40); this.TBox_GetMasterStatus.Name = "TBox_GetMasterStatus"; this.TBox_GetMasterStatus.Size = new System.Drawing.Size(100, 22); this.TBox_GetMasterStatus.TabIndex = 11; // // TBox_GetMasterID // this.TBox_GetMasterID.BackColor = System.Drawing.Color.Gainsboro; this.TBox_GetMasterID.Location = new System.Drawing.Point(648, 8); this.TBox_GetMasterID.Name = "TBox_GetMasterID"; this.TBox_GetMasterID.Size = new System.Drawing.Size(100, 22); this.TBox_GetMasterID.TabIndex = 10; // // Btn_GetMasterStatus // this.Btn_GetMasterStatus.Location = new System.Drawing.Point(519, 39); this.Btn_GetMasterStatus.Name = "Btn_GetMasterStatus"; this.Btn_GetMasterStatus.Size = new System.Drawing.Size(123, 23); this.Btn_GetMasterStatus.TabIndex = 9; this.Btn_GetMasterStatus.Text = "Get Master Status"; this.Btn_GetMasterStatus.UseVisualStyleBackColor = true; this.Btn_GetMasterStatus.Click += new System.EventHandler(this.Btn_GetMasterStatus_Click); // // Btn_GetMasterID // this.Btn_GetMasterID.Location = new System.Drawing.Point(519, 8); this.Btn_GetMasterID.Name = "Btn_GetMasterID"; this.Btn_GetMasterID.Size = new System.Drawing.Size(123, 23); this.Btn_GetMasterID.TabIndex = 8; this.Btn_GetMasterID.Text = "Get Master ID"; this.Btn_GetMasterID.UseVisualStyleBackColor = true; this.Btn_GetMasterID.Click += new System.EventHandler(this.Btn_GetMasterID_Click); // // TBox_GetBaudRate // this.TBox_GetBaudRate.BackColor = System.Drawing.Color.Gainsboro; this.TBox_GetBaudRate.Location = new System.Drawing.Point(364, 10); this.TBox_GetBaudRate.Name = "TBox_GetBaudRate"; this.TBox_GetBaudRate.Size = new System.Drawing.Size(100, 22); this.TBox_GetBaudRate.TabIndex = 7; // // Btn_GetBaudRate // this.Btn_GetBaudRate.Location = new System.Drawing.Point(248, 10); this.Btn_GetBaudRate.Name = "Btn_GetBaudRate"; this.Btn_GetBaudRate.Size = new System.Drawing.Size(110, 23); this.Btn_GetBaudRate.TabIndex = 6; this.Btn_GetBaudRate.Text = "Get Baud Rate"; this.Btn_GetBaudRate.UseVisualStyleBackColor = true; this.Btn_GetBaudRate.Click += new System.EventHandler(this.Btn_GetBaudRate_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 97); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 12); this.label1.TabIndex = 13; this.label1.Text = "Step 1."; // // ComboBox_PortNo // this.ComboBox_PortNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComboBox_PortNo.FormattingEnabled = true; this.ComboBox_PortNo.Location = new System.Drawing.Point(64, 118); this.ComboBox_PortNo.Name = "ComboBox_PortNo"; this.ComboBox_PortNo.Size = new System.Drawing.Size(102, 20); this.ComboBox_PortNo.TabIndex = 14; // // Btn_ActiveModule // this.Btn_ActiveModule.Location = new System.Drawing.Point(172, 118); this.Btn_ActiveModule.Name = "Btn_ActiveModule"; this.Btn_ActiveModule.Size = new System.Drawing.Size(98, 23); this.Btn_ActiveModule.TabIndex = 15; this.Btn_ActiveModule.Text = "Active"; this.Btn_ActiveModule.UseVisualStyleBackColor = true; this.Btn_ActiveModule.Click += new System.EventHandler(this.Btn_ActiveModule_Click); // // textBox7 // this.textBox7.BackColor = System.Drawing.Color.LightGreen; this.textBox7.Location = new System.Drawing.Point(13, 175); this.textBox7.Multiline = true; this.textBox7.Name = "textBox7"; this.textBox7.ReadOnly = true; this.textBox7.Size = new System.Drawing.Size(257, 70); this.textBox7.TabIndex = 16; this.textBox7.Text = resources.GetString("textBox7.Text"); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 269); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 12); this.label2.TabIndex = 17; this.label2.Text = "Step 2."; // // Btn_ClearAllConfig // this.Btn_ClearAllConfig.Location = new System.Drawing.Point(56, 264); this.Btn_ClearAllConfig.Name = "Btn_ClearAllConfig"; this.Btn_ClearAllConfig.Size = new System.Drawing.Size(216, 23); this.Btn_ClearAllConfig.TabIndex = 18; this.Btn_ClearAllConfig.Text = "Clear All Config"; this.Btn_ClearAllConfig.UseVisualStyleBackColor = true; this.Btn_ClearAllConfig.Click += new System.EventHandler(this.Btn_ClearAllConfig_Click); // // TBox_ActiveModule // this.TBox_ActiveModule.BackColor = System.Drawing.Color.Gainsboro; this.TBox_ActiveModule.Location = new System.Drawing.Point(15, 147); this.TBox_ActiveModule.Name = "TBox_ActiveModule"; this.TBox_ActiveModule.Size = new System.Drawing.Size(255, 22); this.TBox_ActiveModule.TabIndex = 19; this.TBox_ActiveModule.Text = "Return : "; // // TBox_ClearAllConfig // this.TBox_ClearAllConfig.BackColor = System.Drawing.Color.Gainsboro; this.TBox_ClearAllConfig.Location = new System.Drawing.Point(15, 293); this.TBox_ClearAllConfig.Name = "TBox_ClearAllConfig"; this.TBox_ClearAllConfig.Size = new System.Drawing.Size(257, 22); this.TBox_ClearAllConfig.TabIndex = 20; this.TBox_ClearAllConfig.Text = "Return : "; // // textBox10 // this.textBox10.BackColor = System.Drawing.Color.LightGreen; this.textBox10.Location = new System.Drawing.Point(15, 321); this.textBox10.Multiline = true; this.textBox10.Name = "textBox10"; this.textBox10.ReadOnly = true; this.textBox10.Size = new System.Drawing.Size(257, 54); this.textBox10.TabIndex = 21; this.textBox10.Text = "Hint : (Optional Step) Clear all configuration information in the EEPROM in PISOC" + "ANDNM. If you use this module first time,please clear EEPROM first."; // // TBox_SetBaudRate // this.TBox_SetBaudRate.BackColor = System.Drawing.Color.Gainsboro; this.TBox_SetBaudRate.Location = new System.Drawing.Point(15, 375); this.TBox_SetBaudRate.Name = "TBox_SetBaudRate"; this.TBox_SetBaudRate.Size = new System.Drawing.Size(257, 22); this.TBox_SetBaudRate.TabIndex = 26; this.TBox_SetBaudRate.Text = "Return : "; // // textBox12 // this.textBox12.BackColor = System.Drawing.Color.LightGreen; this.textBox12.Location = new System.Drawing.Point(13, 441); this.textBox12.Multiline = true; this.textBox12.Name = "textBox12"; this.textBox12.ReadOnly = true; this.textBox12.Size = new System.Drawing.Size(255, 60); this.textBox12.TabIndex = 25; this.textBox12.Text = "Hint : (Optional Step) Change the baud rate of the CAN bus. If you use this modul" + "e first time, the default baud rate is 125 Kbps.After changing baud rate,please " + "restart the demo to make change enable."; // // Btn_SetBaudRate // this.Btn_SetBaudRate.Location = new System.Drawing.Point(135, 411); this.Btn_SetBaudRate.Name = "Btn_SetBaudRate"; this.Btn_SetBaudRate.Size = new System.Drawing.Size(135, 23); this.Btn_SetBaudRate.TabIndex = 24; this.Btn_SetBaudRate.Text = "Set Baud Rate"; this.Btn_SetBaudRate.UseVisualStyleBackColor = true; this.Btn_SetBaudRate.Click += new System.EventHandler(this.Btn_SetBaudRate_Click); // // ComBox_SetBaudRate // this.ComBox_SetBaudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComBox_SetBaudRate.FormattingEnabled = true; this.ComBox_SetBaudRate.Items.AddRange(new object[] { "0: 125k", "1: 250k", "2: 500k"}); this.ComBox_SetBaudRate.Location = new System.Drawing.Point(56, 414); this.ComBox_SetBaudRate.Name = "ComBox_SetBaudRate"; this.ComBox_SetBaudRate.Size = new System.Drawing.Size(73, 20); this.ComBox_SetBaudRate.TabIndex = 23; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 417); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(37, 12); this.label3.TabIndex = 22; this.label3.Text = "Step 3."; // // TBox_SetMasterID // this.TBox_SetMasterID.BackColor = System.Drawing.Color.Gainsboro; this.TBox_SetMasterID.Location = new System.Drawing.Point(19, 561); this.TBox_SetMasterID.Name = "TBox_SetMasterID"; this.TBox_SetMasterID.Size = new System.Drawing.Size(253, 22); this.TBox_SetMasterID.TabIndex = 31; this.TBox_SetMasterID.Text = "Return : "; // // textBox14 // this.textBox14.BackColor = System.Drawing.Color.LightGreen; this.textBox14.Location = new System.Drawing.Point(17, 589); this.textBox14.Multiline = true; this.textBox14.Name = "textBox14"; this.textBox14.ReadOnly = true; this.textBox14.Size = new System.Drawing.Size(255, 73); this.textBox14.TabIndex = 30; this.textBox14.Text = "Hint : (Optional Step) Change the MAC ID of the master (PISOCANDNM). If you use t" + "his module first time, the default master MAC ID is 0. After changing MAC ID,ple" + "ase restart demo to make change enable."; // // Btn_SetMasterID // this.Btn_SetMasterID.Location = new System.Drawing.Point(137, 532); this.Btn_SetMasterID.Name = "Btn_SetMasterID"; this.Btn_SetMasterID.Size = new System.Drawing.Size(135, 23); this.Btn_SetMasterID.TabIndex = 29; this.Btn_SetMasterID.Text = "Set Master ID"; this.Btn_SetMasterID.UseVisualStyleBackColor = true; this.Btn_SetMasterID.Click += new System.EventHandler(this.Btn_SetMasterID_Click); // // ComBox_SetMasterID // this.ComBox_SetMasterID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComBox_SetMasterID.FormattingEnabled = true; this.ComBox_SetMasterID.Items.AddRange(new object[] { "00 (0x00)", "01 (0x01)", "02 (0x02)", "03 (0x03)", "04 (0x04)", "05 (0x05)", "06 (0x06)", "07 (0x07)", "08 (0x08)", "09 (0x09)", "10 (0x0A)", "11 (0x0B)", "12 (0x0C)", "13 (0x0D)", "14 (0x0E)", "15 (0x0F)", "16 (0x10)", "17 (0x11)", "18 (0x12)", "19 (0x13)", "20 (0x14)", "21 (0x15)", "22 (0x16)", "23 (0x17)", "24 (0x18)", "25 (0x19)", "26 (0x1A)", "27 (0x1B)", "28 (0x1C)", "29 (0x1D)", "30 (0x1E)", "31 (0x1F)", "32 (0x20)", "33 (0x21)", "34 (0x22)", "35 (0x23)", "36 (0x24)", "37 (0x25)", "38 (0x26)", "39 (0x27)", "40 (0x28)", "41 (0x29)", "42 (0x2A)", "43 (0x2B)", "44 (0x2C)", "45 (0x2D)", "46 (0x2E)", "47 (0x2F)", "48 (0x30)", "49 (0x31)", "50 (0x32)", "51 (0x33)", "52 (0x34)", "53 (0x35)", "54 (0x36)", "55 (0x37)", "56 (0x38)", "57 (0x39)", "58 (0x3A)", "59 (0x3B)", "60 (0x3C)", "61 (0x3D)", "62 (0x3E)", "63 (0x3F)"}); this.ComBox_SetMasterID.Location = new System.Drawing.Point(58, 535); this.ComBox_SetMasterID.Name = "ComBox_SetMasterID"; this.ComBox_SetMasterID.Size = new System.Drawing.Size(73, 20); this.ComBox_SetMasterID.TabIndex = 28; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(15, 538); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(37, 12); this.label4.TabIndex = 27; this.label4.Text = "Step 4."; // // TBox_DebugDevice // this.TBox_DebugDevice.BackColor = System.Drawing.Color.Gainsboro; this.TBox_DebugDevice.Location = new System.Drawing.Point(325, 115); this.TBox_DebugDevice.Name = "TBox_DebugDevice"; this.TBox_DebugDevice.Size = new System.Drawing.Size(255, 22); this.TBox_DebugDevice.TabIndex = 36; this.TBox_DebugDevice.Text = "Return : "; // // textBox16 // this.textBox16.BackColor = System.Drawing.Color.LightGreen; this.textBox16.Location = new System.Drawing.Point(323, 143); this.textBox16.Multiline = true; this.textBox16.Name = "textBox16"; this.textBox16.ReadOnly = true; this.textBox16.Size = new System.Drawing.Size(257, 64); this.textBox16.TabIndex = 35; this.textBox16.Text = resources.GetString("textBox16.Text"); // // Btn_DebugDevice // this.Btn_DebugDevice.Location = new System.Drawing.Point(443, 86); this.Btn_DebugDevice.Name = "Btn_DebugDevice"; this.Btn_DebugDevice.Size = new System.Drawing.Size(137, 23); this.Btn_DebugDevice.TabIndex = 34; this.Btn_DebugDevice.Text = "Debug Device"; this.Btn_DebugDevice.UseVisualStyleBackColor = true; this.Btn_DebugDevice.Click += new System.EventHandler(this.Btn_DebugDevice_Click); // // ComBox_DebugDevice // this.ComBox_DebugDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComBox_DebugDevice.FormattingEnabled = true; this.ComBox_DebugDevice.Items.AddRange(new object[] { "00 (0x00)", "01 (0x01)", "02 (0x02)", "03 (0x03)", "04 (0x04)", "05 (0x05)", "06 (0x06)", "07 (0x07)", "08 (0x08)", "09 (0x09)", "10 (0x0A)", "11 (0x0B)", "12 (0x0C)", "13 (0x0D)", "14 (0x0E)", "15 (0x0F)", "16 (0x10)", "17 (0x11)", "18 (0x12)", "19 (0x13)", "20 (0x14)", "21 (0x15)", "22 (0x16)", "23 (0x17)", "24 (0x18)", "25 (0x19)", "26 (0x1A)", "27 (0x1B)", "28 (0x1C)", "29 (0x1D)", "30 (0x1E)", "31 (0x1F)", "32 (0x20)", "33 (0x21)", "34 (0x22)", "35 (0x23)", "36 (0x24)", "37 (0x25)", "38 (0x26)", "39 (0x27)", "40 (0x28)", "41 (0x29)", "42 (0x2A)", "43 (0x2B)", "44 (0x2C)", "45 (0x2D)", "46 (0x2E)", "47 (0x2F)", "48 (0x30)", "49 (0x31)", "50 (0x32)", "51 (0x33)", "52 (0x34)", "53 (0x35)", "54 (0x36)", "55 (0x37)", "56 (0x38)", "57 (0x39)", "58 (0x3A)", "59 (0x3B)", "60 (0x3C)", "61 (0x3D)", "62 (0x3E)", "63 (0x3F)"}); this.ComBox_DebugDevice.Location = new System.Drawing.Point(364, 89); this.ComBox_DebugDevice.Name = "ComBox_DebugDevice"; this.ComBox_DebugDevice.Size = new System.Drawing.Size(73, 20); this.ComBox_DebugDevice.TabIndex = 33; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(321, 92); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 12); this.label5.TabIndex = 32; this.label5.Text = "Step 5."; // // textBox17 // this.textBox17.BackColor = System.Drawing.Color.LightGreen; this.textBox17.Location = new System.Drawing.Point(325, 283); this.textBox17.Multiline = true; this.textBox17.Name = "textBox17"; this.textBox17.ReadOnly = true; this.textBox17.Size = new System.Drawing.Size(255, 54); this.textBox17.TabIndex = 40; this.textBox17.Text = "Hint : (Required Step) If the device has been found in the step 5, you can add th" + "e device which you selected into EEPROM in PISOCANDNM."; // // TBox_AddDevice // this.TBox_AddDevice.BackColor = System.Drawing.Color.Gainsboro; this.TBox_AddDevice.Location = new System.Drawing.Point(325, 255); this.TBox_AddDevice.Name = "TBox_AddDevice"; this.TBox_AddDevice.Size = new System.Drawing.Size(255, 22); this.TBox_AddDevice.TabIndex = 39; this.TBox_AddDevice.Text = "Return : "; // // Btn_AddDevice // this.Btn_AddDevice.Location = new System.Drawing.Point(366, 226); this.Btn_AddDevice.Name = "Btn_AddDevice"; this.Btn_AddDevice.Size = new System.Drawing.Size(214, 23); this.Btn_AddDevice.TabIndex = 38; this.Btn_AddDevice.Text = "Add Device"; this.Btn_AddDevice.UseVisualStyleBackColor = true; this.Btn_AddDevice.Click += new System.EventHandler(this.Btn_AddDevice_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(323, 231); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(37, 12); this.label6.TabIndex = 37; this.label6.Text = "Step 6."; // // textBox19 // this.textBox19.BackColor = System.Drawing.Color.LightGreen; this.textBox19.Location = new System.Drawing.Point(323, 441); this.textBox19.Multiline = true; this.textBox19.Name = "textBox19"; this.textBox19.ReadOnly = true; this.textBox19.Size = new System.Drawing.Size(257, 91); this.textBox19.TabIndex = 44; this.textBox19.Text = resources.GetString("textBox19.Text"); // // TBox_GetPollInfo // this.TBox_GetPollInfo.BackColor = System.Drawing.Color.Gainsboro; this.TBox_GetPollInfo.Location = new System.Drawing.Point(323, 413); this.TBox_GetPollInfo.Name = "TBox_GetPollInfo"; this.TBox_GetPollInfo.Size = new System.Drawing.Size(257, 22); this.TBox_GetPollInfo.TabIndex = 43; this.TBox_GetPollInfo.Text = "Return : "; // // Btn_GetPollInfo // this.Btn_GetPollInfo.Location = new System.Drawing.Point(366, 356); this.Btn_GetPollInfo.Name = "Btn_GetPollInfo"; this.Btn_GetPollInfo.Size = new System.Drawing.Size(214, 23); this.Btn_GetPollInfo.TabIndex = 42; this.Btn_GetPollInfo.Text = "Get Poll Info"; this.Btn_GetPollInfo.UseVisualStyleBackColor = true; this.Btn_GetPollInfo.Click += new System.EventHandler(this.Btn_GetPollInfo_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(323, 361); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(37, 12); this.label7.TabIndex = 41; this.label7.Text = "Step 7."; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(343, 392); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(30, 12); this.label8.TabIndex = 45; this.label8.Text = "Input"; // // TBox_PollInput // this.TBox_PollInput.Location = new System.Drawing.Point(379, 385); this.TBox_PollInput.Name = "TBox_PollInput"; this.TBox_PollInput.Size = new System.Drawing.Size(70, 22); this.TBox_PollInput.TabIndex = 46; // // TBox_PollOutput // this.TBox_PollOutput.Location = new System.Drawing.Point(498, 385); this.TBox_PollOutput.Name = "TBox_PollOutput"; this.TBox_PollOutput.Size = new System.Drawing.Size(82, 22); this.TBox_PollOutput.TabIndex = 48; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(455, 392); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(37, 12); this.label9.TabIndex = 47; this.label9.Text = "Output"; // // textBox23 // this.textBox23.BackColor = System.Drawing.Color.LightGreen; this.textBox23.Location = new System.Drawing.Point(641, 143); this.textBox23.Multiline = true; this.textBox23.Name = "textBox23"; this.textBox23.ReadOnly = true; this.textBox23.Size = new System.Drawing.Size(257, 64); this.textBox23.TabIndex = 52; this.textBox23.Text = "Hint : (Required Step) If the POLL information has been found in the step 7, you " + "can configure POLL information by the result in step7."; // // TBox_ConfigPoll // this.TBox_ConfigPoll.BackColor = System.Drawing.Color.Gainsboro; this.TBox_ConfigPoll.Location = new System.Drawing.Point(641, 115); this.TBox_ConfigPoll.Name = "TBox_ConfigPoll"; this.TBox_ConfigPoll.Size = new System.Drawing.Size(257, 22); this.TBox_ConfigPoll.TabIndex = 51; this.TBox_ConfigPoll.Text = "Return : "; // // Btn_ConfigPoll // this.Btn_ConfigPoll.Location = new System.Drawing.Point(682, 86); this.Btn_ConfigPoll.Name = "Btn_ConfigPoll"; this.Btn_ConfigPoll.Size = new System.Drawing.Size(216, 23); this.Btn_ConfigPoll.TabIndex = 50; this.Btn_ConfigPoll.Text = "Config Poll"; this.Btn_ConfigPoll.UseVisualStyleBackColor = true; this.Btn_ConfigPoll.Click += new System.EventHandler(this.Btn_ConfigPoll_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(639, 91); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(37, 12); this.label10.TabIndex = 49; this.label10.Text = "Step 8."; // // textBox25 // this.textBox25.BackColor = System.Drawing.Color.LightGreen; this.textBox25.Location = new System.Drawing.Point(643, 283); this.textBox25.Multiline = true; this.textBox25.Name = "textBox25"; this.textBox25.ReadOnly = true; this.textBox25.Size = new System.Drawing.Size(255, 54); this.textBox25.TabIndex = 56; this.textBox25.Text = "Hint : (Required Step) After finishing Step 8, you can start to communicate with " + "the slave device."; // // TBox_StartDevice // this.TBox_StartDevice.BackColor = System.Drawing.Color.Gainsboro; this.TBox_StartDevice.Location = new System.Drawing.Point(643, 255); this.TBox_StartDevice.Name = "TBox_StartDevice"; this.TBox_StartDevice.Size = new System.Drawing.Size(255, 22); this.TBox_StartDevice.TabIndex = 55; this.TBox_StartDevice.Text = "Return : "; // // Btn_StartDevice // this.Btn_StartDevice.Location = new System.Drawing.Point(684, 226); this.Btn_StartDevice.Name = "Btn_StartDevice"; this.Btn_StartDevice.Size = new System.Drawing.Size(214, 23); this.Btn_StartDevice.TabIndex = 54; this.Btn_StartDevice.Text = "Start Device"; this.Btn_StartDevice.UseVisualStyleBackColor = true; this.Btn_StartDevice.Click += new System.EventHandler(this.Btn_StartDevice_Click); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(641, 231); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(37, 12); this.label11.TabIndex = 53; this.label11.Text = "Step 9."; // // textBox27 // this.textBox27.BackColor = System.Drawing.Color.LightGreen; this.textBox27.Location = new System.Drawing.Point(643, 413); this.textBox27.Multiline = true; this.textBox27.Name = "textBox27"; this.textBox27.ReadOnly = true; this.textBox27.Size = new System.Drawing.Size(255, 60); this.textBox27.TabIndex = 60; this.textBox27.Text = "Hint : (Required Step) After finishing Step 9, you can get the input data of the " + "remote slave device."; // // TBox_ReadPollData // this.TBox_ReadPollData.BackColor = System.Drawing.Color.Gainsboro; this.TBox_ReadPollData.Location = new System.Drawing.Point(643, 385); this.TBox_ReadPollData.Name = "TBox_ReadPollData"; this.TBox_ReadPollData.Size = new System.Drawing.Size(255, 22); this.TBox_ReadPollData.TabIndex = 59; this.TBox_ReadPollData.Text = "Return : "; // // Btn_ReadPollData // this.Btn_ReadPollData.Location = new System.Drawing.Point(684, 356); this.Btn_ReadPollData.Name = "Btn_ReadPollData"; this.Btn_ReadPollData.Size = new System.Drawing.Size(214, 23); this.Btn_ReadPollData.TabIndex = 58; this.Btn_ReadPollData.Text = "Read Poll Input I/O Data"; this.Btn_ReadPollData.UseVisualStyleBackColor = true; this.Btn_ReadPollData.Click += new System.EventHandler(this.Btn_ReadPollData_Click); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(641, 361); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(43, 12); this.label12.TabIndex = 57; this.label12.Text = "Step 10."; // // ComboBox_BoardNo // this.ComboBox_BoardNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComboBox_BoardNo.FormattingEnabled = true; this.ComboBox_BoardNo.Location = new System.Drawing.Point(113, 92); this.ComboBox_BoardNo.Name = "ComboBox_BoardNo"; this.ComboBox_BoardNo.Size = new System.Drawing.Size(157, 20); this.ComboBox_BoardNo.TabIndex = 61; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(56, 97); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(51, 12); this.label13.TabIndex = 62; this.label13.Text = "BoardNo."; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(17, 121); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(41, 12); this.label14.TabIndex = 63; this.label14.Text = "PortNo."; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(919, 674); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.ComboBox_BoardNo); this.Controls.Add(this.textBox27); this.Controls.Add(this.TBox_ReadPollData); this.Controls.Add(this.Btn_ReadPollData); this.Controls.Add(this.label12); this.Controls.Add(this.textBox25); this.Controls.Add(this.TBox_StartDevice); this.Controls.Add(this.Btn_StartDevice); this.Controls.Add(this.label11); this.Controls.Add(this.textBox23); this.Controls.Add(this.TBox_ConfigPoll); this.Controls.Add(this.Btn_ConfigPoll); this.Controls.Add(this.label10); this.Controls.Add(this.TBox_PollOutput); this.Controls.Add(this.label9); this.Controls.Add(this.TBox_PollInput); this.Controls.Add(this.label8); this.Controls.Add(this.textBox19); this.Controls.Add(this.TBox_GetPollInfo); this.Controls.Add(this.Btn_GetPollInfo); this.Controls.Add(this.label7); this.Controls.Add(this.textBox17); this.Controls.Add(this.TBox_AddDevice); this.Controls.Add(this.Btn_AddDevice); this.Controls.Add(this.label6); this.Controls.Add(this.TBox_DebugDevice); this.Controls.Add(this.textBox16); this.Controls.Add(this.Btn_DebugDevice); this.Controls.Add(this.ComBox_DebugDevice); this.Controls.Add(this.label5); this.Controls.Add(this.TBox_SetMasterID); this.Controls.Add(this.textBox14); this.Controls.Add(this.Btn_SetMasterID); this.Controls.Add(this.ComBox_SetMasterID); this.Controls.Add(this.label4); this.Controls.Add(this.TBox_SetBaudRate); this.Controls.Add(this.textBox12); this.Controls.Add(this.Btn_SetBaudRate); this.Controls.Add(this.ComBox_SetBaudRate); this.Controls.Add(this.label3); this.Controls.Add(this.textBox10); this.Controls.Add(this.TBox_ClearAllConfig); this.Controls.Add(this.TBox_ActiveModule); this.Controls.Add(this.Btn_ClearAllConfig); this.Controls.Add(this.label2); this.Controls.Add(this.textBox7); this.Controls.Add(this.Btn_ActiveModule); this.Controls.Add(this.ComboBox_PortNo); this.Controls.Add(this.label1); this.Controls.Add(this.TBox_GetMasterStatus); this.Controls.Add(this.TBox_GetMasterID); this.Controls.Add(this.Btn_GetMasterStatus); this.Controls.Add(this.Btn_GetMasterID); this.Controls.Add(this.TBox_GetBaudRate); this.Controls.Add(this.Btn_GetBaudRate); this.Controls.Add(this.TBox_DLLVer); this.Controls.Add(this.Btn_DLLVer); this.Controls.Add(this.TBox_TotalModules); this.Controls.Add(this.Btn_TotalModules); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PISO-CANDNM Demo1"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Btn_TotalModules; private System.Windows.Forms.TextBox TBox_TotalModules; private System.Windows.Forms.Button Btn_DLLVer; private System.Windows.Forms.TextBox TBox_DLLVer; private System.Windows.Forms.TextBox TBox_GetMasterStatus; private System.Windows.Forms.TextBox TBox_GetMasterID; private System.Windows.Forms.Button Btn_GetMasterStatus; private System.Windows.Forms.Button Btn_GetMasterID; private System.Windows.Forms.TextBox TBox_GetBaudRate; private System.Windows.Forms.Button Btn_GetBaudRate; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox ComboBox_PortNo; private System.Windows.Forms.Button Btn_ActiveModule; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button Btn_ClearAllConfig; private System.Windows.Forms.TextBox TBox_ActiveModule; private System.Windows.Forms.TextBox TBox_ClearAllConfig; private System.Windows.Forms.TextBox textBox10; private System.Windows.Forms.TextBox TBox_SetBaudRate; private System.Windows.Forms.TextBox textBox12; private System.Windows.Forms.Button Btn_SetBaudRate; private System.Windows.Forms.ComboBox ComBox_SetBaudRate; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox TBox_SetMasterID; private System.Windows.Forms.TextBox textBox14; private System.Windows.Forms.Button Btn_SetMasterID; private System.Windows.Forms.ComboBox ComBox_SetMasterID; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox TBox_DebugDevice; private System.Windows.Forms.TextBox textBox16; private System.Windows.Forms.Button Btn_DebugDevice; private System.Windows.Forms.ComboBox ComBox_DebugDevice; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox17; private System.Windows.Forms.TextBox TBox_AddDevice; private System.Windows.Forms.Button Btn_AddDevice; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox19; private System.Windows.Forms.TextBox TBox_GetPollInfo; private System.Windows.Forms.Button Btn_GetPollInfo; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox TBox_PollInput; private System.Windows.Forms.TextBox TBox_PollOutput; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox textBox23; private System.Windows.Forms.TextBox TBox_ConfigPoll; private System.Windows.Forms.Button Btn_ConfigPoll; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBox25; private System.Windows.Forms.TextBox TBox_StartDevice; private System.Windows.Forms.Button Btn_StartDevice; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox textBox27; private System.Windows.Forms.TextBox TBox_ReadPollData; private System.Windows.Forms.Button Btn_ReadPollData; private System.Windows.Forms.Label label12; private System.Windows.Forms.ComboBox ComboBox_BoardNo; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; } }