namespace pac_i8050WDemo { 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.label1 = new System.Windows.Forms.Label(); this.cmbSlot = new System.Windows.Forms.ComboBox(); this.btnBasicInfor = new System.Windows.Forms.Button(); this.lblShowInfor = new System.Windows.Forms.Label(); this.ptbDI0 = new System.Windows.Forms.PictureBox(); this.imageList1 = new System.Windows.Forms.ImageList(); this.timerDI = new System.Windows.Forms.Timer(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.ptbDI1 = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.ptbDI3 = new System.Windows.Forms.PictureBox(); this.label5 = new System.Windows.Forms.Label(); this.ptbDI2 = new System.Windows.Forms.PictureBox(); this.label6 = new System.Windows.Forms.Label(); this.ptbDI7 = new System.Windows.Forms.PictureBox(); this.label7 = new System.Windows.Forms.Label(); this.ptbDI6 = new System.Windows.Forms.PictureBox(); this.label8 = new System.Windows.Forms.Label(); this.ptbDI5 = new System.Windows.Forms.PictureBox(); this.label9 = new System.Windows.Forms.Label(); this.ptbDI4 = new System.Windows.Forms.PictureBox(); this.label10 = new System.Windows.Forms.Label(); this.ptbDI11 = new System.Windows.Forms.PictureBox(); this.label11 = new System.Windows.Forms.Label(); this.ptbDI10 = new System.Windows.Forms.PictureBox(); this.label12 = new System.Windows.Forms.Label(); this.ptbDI9 = new System.Windows.Forms.PictureBox(); this.label13 = new System.Windows.Forms.Label(); this.ptbDI8 = new System.Windows.Forms.PictureBox(); this.label14 = new System.Windows.Forms.Label(); this.ptbDI15 = new System.Windows.Forms.PictureBox(); this.label15 = new System.Windows.Forms.Label(); this.ptbDI14 = new System.Windows.Forms.PictureBox(); this.label16 = new System.Windows.Forms.Label(); this.ptbDI13 = new System.Windows.Forms.PictureBox(); this.label17 = new System.Windows.Forms.Label(); this.ptbDI12 = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label18 = new System.Windows.Forms.Label(); this.chkDO0_Config = new System.Windows.Forms.CheckBox(); this.chkDO12_Config = new System.Windows.Forms.CheckBox(); this.chkDO13_Config = new System.Windows.Forms.CheckBox(); this.chkDO14_Config = new System.Windows.Forms.CheckBox(); this.chkDO15_Config = new System.Windows.Forms.CheckBox(); this.chkDO11_Config = new System.Windows.Forms.CheckBox(); this.chkDO10_Config = new System.Windows.Forms.CheckBox(); this.chkDO9_Config = new System.Windows.Forms.CheckBox(); this.chkDO8_Config = new System.Windows.Forms.CheckBox(); this.chkDO7_Config = new System.Windows.Forms.CheckBox(); this.chkDO6_Config = new System.Windows.Forms.CheckBox(); this.chkDO5_Config = new System.Windows.Forms.CheckBox(); this.chkDO4_Config = new System.Windows.Forms.CheckBox(); this.chkDO3_Config = new System.Windows.Forms.CheckBox(); this.chkDO2_Config = new System.Windows.Forms.CheckBox(); this.chkDO1_Config = new System.Windows.Forms.CheckBox(); this.btnSelectAll_DOConfig = new System.Windows.Forms.Button(); this.btnClearAll_DOConfig = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.label19 = new System.Windows.Forms.Label(); this.chkDO9 = new System.Windows.Forms.CheckBox(); this.chkDO0 = new System.Windows.Forms.CheckBox(); this.chkDO12 = new System.Windows.Forms.CheckBox(); this.chkDO3 = new System.Windows.Forms.CheckBox(); this.chkDO13 = new System.Windows.Forms.CheckBox(); this.chkDO2 = new System.Windows.Forms.CheckBox(); this.chkDO14 = new System.Windows.Forms.CheckBox(); this.chkDO1 = new System.Windows.Forms.CheckBox(); this.chkDO15 = new System.Windows.Forms.CheckBox(); this.chkDO7 = new System.Windows.Forms.CheckBox(); this.chkDO8 = new System.Windows.Forms.CheckBox(); this.chkDO6 = new System.Windows.Forms.CheckBox(); this.chkDO10 = new System.Windows.Forms.CheckBox(); this.chkDO5 = new System.Windows.Forms.CheckBox(); this.chkDO11 = new System.Windows.Forms.CheckBox(); this.chkDO4 = new System.Windows.Forms.CheckBox(); this.btnSelectAll_DOWrite = new System.Windows.Forms.Button(); this.btnClearAll_DOWrite = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.label20 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(19, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 20); this.label1.Text = "Slot"; // // cmbSlot // this.cmbSlot.Items.Add("0"); this.cmbSlot.Items.Add("1"); this.cmbSlot.Items.Add("2"); this.cmbSlot.Items.Add("3"); this.cmbSlot.Items.Add("4"); this.cmbSlot.Items.Add("5"); this.cmbSlot.Items.Add("6"); this.cmbSlot.Items.Add("7"); this.cmbSlot.Location = new System.Drawing.Point(57, 14); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(51, 23); this.cmbSlot.TabIndex = 1; this.cmbSlot.SelectedIndexChanged += new System.EventHandler(this.cmbSlot_SelectedIndexChanged); // // btnBasicInfor // this.btnBasicInfor.Location = new System.Drawing.Point(19, 43); this.btnBasicInfor.Name = "btnBasicInfor"; this.btnBasicInfor.Size = new System.Drawing.Size(165, 34); this.btnBasicInfor.TabIndex = 2; this.btnBasicInfor.Text = "8050W basic information"; this.btnBasicInfor.Click += new System.EventHandler(this.btnBasicInfor_Click); // // lblShowInfor // this.lblShowInfor.Location = new System.Drawing.Point(19, 89); this.lblShowInfor.Name = "lblShowInfor"; this.lblShowInfor.Size = new System.Drawing.Size(165, 56); // // ptbDI0 // this.ptbDI0.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI0.Image"))); this.ptbDI0.Location = new System.Drawing.Point(8, 31); this.ptbDI0.Name = "ptbDI0"; this.ptbDI0.Size = new System.Drawing.Size(20, 20); this.ptbDI0.Click += new System.EventHandler(this.ptbDI0_Click); this.imageList1.Images.Clear(); this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource")))); this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource1")))); // // timerDI // this.timerDI.Interval = 700; this.timerDI.Tick += new System.EventHandler(this.timerDI_Tick); // // label2 // this.label2.Location = new System.Drawing.Point(34, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(27, 20); this.label2.Text = "DI0"; // // label3 // this.label3.Location = new System.Drawing.Point(102, 31); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(27, 20); this.label3.Text = "DI1"; // // ptbDI1 // this.ptbDI1.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI1.Image"))); this.ptbDI1.Location = new System.Drawing.Point(76, 31); this.ptbDI1.Name = "ptbDI1"; this.ptbDI1.Size = new System.Drawing.Size(20, 20); // // label4 // this.label4.Location = new System.Drawing.Point(239, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(27, 20); this.label4.Text = "DI3"; // // ptbDI3 // this.ptbDI3.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI3.Image"))); this.ptbDI3.Location = new System.Drawing.Point(213, 31); this.ptbDI3.Name = "ptbDI3"; this.ptbDI3.Size = new System.Drawing.Size(20, 20); // // label5 // this.label5.Location = new System.Drawing.Point(171, 31); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(27, 20); this.label5.Text = "DI2"; // // ptbDI2 // this.ptbDI2.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI2.Image"))); this.ptbDI2.Location = new System.Drawing.Point(145, 31); this.ptbDI2.Name = "ptbDI2"; this.ptbDI2.Size = new System.Drawing.Size(20, 20); // // label6 // this.label6.Location = new System.Drawing.Point(239, 66); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(27, 20); this.label6.Text = "DI7"; // // ptbDI7 // this.ptbDI7.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI7.Image"))); this.ptbDI7.Location = new System.Drawing.Point(213, 66); this.ptbDI7.Name = "ptbDI7"; this.ptbDI7.Size = new System.Drawing.Size(20, 20); // // label7 // this.label7.Location = new System.Drawing.Point(171, 66); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(27, 20); this.label7.Text = "DI6"; // // ptbDI6 // this.ptbDI6.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI6.Image"))); this.ptbDI6.Location = new System.Drawing.Point(145, 66); this.ptbDI6.Name = "ptbDI6"; this.ptbDI6.Size = new System.Drawing.Size(20, 20); // // label8 // this.label8.Location = new System.Drawing.Point(102, 66); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(27, 20); this.label8.Text = "DI5"; // // ptbDI5 // this.ptbDI5.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI5.Image"))); this.ptbDI5.Location = new System.Drawing.Point(76, 66); this.ptbDI5.Name = "ptbDI5"; this.ptbDI5.Size = new System.Drawing.Size(20, 20); // // label9 // this.label9.Location = new System.Drawing.Point(34, 66); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(27, 20); this.label9.Text = "DI4"; // // ptbDI4 // this.ptbDI4.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI4.Image"))); this.ptbDI4.Location = new System.Drawing.Point(8, 66); this.ptbDI4.Name = "ptbDI4"; this.ptbDI4.Size = new System.Drawing.Size(20, 20); // // label10 // this.label10.Location = new System.Drawing.Point(239, 101); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(36, 20); this.label10.Text = "DI11"; // // ptbDI11 // this.ptbDI11.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI11.Image"))); this.ptbDI11.Location = new System.Drawing.Point(213, 101); this.ptbDI11.Name = "ptbDI11"; this.ptbDI11.Size = new System.Drawing.Size(20, 20); // // label11 // this.label11.Location = new System.Drawing.Point(171, 101); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(36, 20); this.label11.Text = "DI10"; // // ptbDI10 // this.ptbDI10.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI10.Image"))); this.ptbDI10.Location = new System.Drawing.Point(145, 101); this.ptbDI10.Name = "ptbDI10"; this.ptbDI10.Size = new System.Drawing.Size(20, 20); // // label12 // this.label12.Location = new System.Drawing.Point(102, 101); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(27, 20); this.label12.Text = "DI9"; // // ptbDI9 // this.ptbDI9.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI9.Image"))); this.ptbDI9.Location = new System.Drawing.Point(76, 101); this.ptbDI9.Name = "ptbDI9"; this.ptbDI9.Size = new System.Drawing.Size(20, 20); // // label13 // this.label13.Location = new System.Drawing.Point(34, 101); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(27, 20); this.label13.Text = "DI8"; // // ptbDI8 // this.ptbDI8.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI8.Image"))); this.ptbDI8.Location = new System.Drawing.Point(8, 101); this.ptbDI8.Name = "ptbDI8"; this.ptbDI8.Size = new System.Drawing.Size(20, 20); // // label14 // this.label14.Location = new System.Drawing.Point(239, 135); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(36, 20); this.label14.Text = "DI15"; // // ptbDI15 // this.ptbDI15.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI15.Image"))); this.ptbDI15.Location = new System.Drawing.Point(213, 135); this.ptbDI15.Name = "ptbDI15"; this.ptbDI15.Size = new System.Drawing.Size(20, 20); // // label15 // this.label15.Location = new System.Drawing.Point(171, 135); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(36, 20); this.label15.Text = "DI14"; // // ptbDI14 // this.ptbDI14.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI14.Image"))); this.ptbDI14.Location = new System.Drawing.Point(145, 135); this.ptbDI14.Name = "ptbDI14"; this.ptbDI14.Size = new System.Drawing.Size(20, 20); // // label16 // this.label16.Location = new System.Drawing.Point(102, 135); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(36, 20); this.label16.Text = "DI13"; // // ptbDI13 // this.ptbDI13.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI13.Image"))); this.ptbDI13.Location = new System.Drawing.Point(76, 135); this.ptbDI13.Name = "ptbDI13"; this.ptbDI13.Size = new System.Drawing.Size(20, 20); // // label17 // this.label17.Location = new System.Drawing.Point(34, 135); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(34, 20); this.label17.Text = "DI12"; // // ptbDI12 // this.ptbDI12.Image = ((System.Drawing.Image)(resources.GetObject("ptbDI12.Image"))); this.ptbDI12.Location = new System.Drawing.Point(8, 135); this.ptbDI12.Name = "ptbDI12"; this.ptbDI12.Size = new System.Drawing.Size(20, 20); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Desktop; this.panel1.Controls.Add(this.label18); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.ptbDI15); this.panel1.Controls.Add(this.ptbDI0); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.ptbDI14); this.panel1.Controls.Add(this.ptbDI1); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.ptbDI13); this.panel1.Controls.Add(this.ptbDI2); this.panel1.Controls.Add(this.label17); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.ptbDI12); this.panel1.Controls.Add(this.ptbDI3); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.ptbDI11); this.panel1.Controls.Add(this.ptbDI4); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.ptbDI10); this.panel1.Controls.Add(this.ptbDI5); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.ptbDI6); this.panel1.Controls.Add(this.ptbDI9); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.label13); this.panel1.Controls.Add(this.ptbDI7); this.panel1.Controls.Add(this.ptbDI8); this.panel1.Controls.Add(this.label6); this.panel1.Location = new System.Drawing.Point(19, 194); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(293, 179); // // label18 // this.label18.BackColor = System.Drawing.SystemColors.Desktop; this.label18.Location = new System.Drawing.Point(3, 3); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(87, 20); this.label18.Text = "Digital Input"; // // chkDO0_Config // this.chkDO0_Config.Location = new System.Drawing.Point(9, 23); this.chkDO0_Config.Name = "chkDO0_Config"; this.chkDO0_Config.Size = new System.Drawing.Size(60, 20); this.chkDO0_Config.TabIndex = 68; this.chkDO0_Config.Text = "DO0"; this.chkDO0_Config.CheckStateChanged += new System.EventHandler(this.chkDO0_Config_CheckStateChanged); // // chkDO12_Config // this.chkDO12_Config.Location = new System.Drawing.Point(9, 101); this.chkDO12_Config.Name = "chkDO12_Config"; this.chkDO12_Config.Size = new System.Drawing.Size(65, 20); this.chkDO12_Config.TabIndex = 69; this.chkDO12_Config.Text = "DO12"; this.chkDO12_Config.CheckStateChanged += new System.EventHandler(this.chkDO12_Config_CheckStateChanged); // // chkDO13_Config // this.chkDO13_Config.Location = new System.Drawing.Point(80, 101); this.chkDO13_Config.Name = "chkDO13_Config"; this.chkDO13_Config.Size = new System.Drawing.Size(64, 20); this.chkDO13_Config.TabIndex = 70; this.chkDO13_Config.Text = "DO13"; this.chkDO13_Config.CheckStateChanged += new System.EventHandler(this.chkDO13_Config_CheckStateChanged); // // chkDO14_Config // this.chkDO14_Config.Location = new System.Drawing.Point(150, 101); this.chkDO14_Config.Name = "chkDO14_Config"; this.chkDO14_Config.Size = new System.Drawing.Size(63, 20); this.chkDO14_Config.TabIndex = 71; this.chkDO14_Config.Text = "DO14"; this.chkDO14_Config.CheckStateChanged += new System.EventHandler(this.chkDO14_Config_CheckStateChanged); // // chkDO15_Config // this.chkDO15_Config.Location = new System.Drawing.Point(219, 101); this.chkDO15_Config.Name = "chkDO15_Config"; this.chkDO15_Config.Size = new System.Drawing.Size(63, 20); this.chkDO15_Config.TabIndex = 72; this.chkDO15_Config.Text = "DO15"; this.chkDO15_Config.CheckStateChanged += new System.EventHandler(this.chkDO15_Config_CheckStateChanged); // // chkDO11_Config // this.chkDO11_Config.Location = new System.Drawing.Point(219, 75); this.chkDO11_Config.Name = "chkDO11_Config"; this.chkDO11_Config.Size = new System.Drawing.Size(63, 20); this.chkDO11_Config.TabIndex = 79; this.chkDO11_Config.Text = "DO11"; this.chkDO11_Config.CheckStateChanged += new System.EventHandler(this.chkDO11_Config_CheckStateChanged); // // chkDO10_Config // this.chkDO10_Config.Location = new System.Drawing.Point(150, 75); this.chkDO10_Config.Name = "chkDO10_Config"; this.chkDO10_Config.Size = new System.Drawing.Size(63, 20); this.chkDO10_Config.TabIndex = 78; this.chkDO10_Config.Text = "DO10"; this.chkDO10_Config.CheckStateChanged += new System.EventHandler(this.chkDO10_Config_CheckStateChanged); // // chkDO9_Config // this.chkDO9_Config.Location = new System.Drawing.Point(80, 75); this.chkDO9_Config.Name = "chkDO9_Config"; this.chkDO9_Config.Size = new System.Drawing.Size(64, 20); this.chkDO9_Config.TabIndex = 77; this.chkDO9_Config.Text = "DO9"; this.chkDO9_Config.CheckStateChanged += new System.EventHandler(this.chkDO9_Config_CheckStateChanged); // // chkDO8_Config // this.chkDO8_Config.Location = new System.Drawing.Point(9, 75); this.chkDO8_Config.Name = "chkDO8_Config"; this.chkDO8_Config.Size = new System.Drawing.Size(65, 20); this.chkDO8_Config.TabIndex = 76; this.chkDO8_Config.Text = "DO8"; this.chkDO8_Config.CheckStateChanged += new System.EventHandler(this.chkDO8_Config_CheckStateChanged); // // chkDO7_Config // this.chkDO7_Config.Location = new System.Drawing.Point(219, 49); this.chkDO7_Config.Name = "chkDO7_Config"; this.chkDO7_Config.Size = new System.Drawing.Size(63, 20); this.chkDO7_Config.TabIndex = 83; this.chkDO7_Config.Text = "DO7"; this.chkDO7_Config.CheckStateChanged += new System.EventHandler(this.chkDO7_Config_CheckStateChanged); // // chkDO6_Config // this.chkDO6_Config.Location = new System.Drawing.Point(150, 49); this.chkDO6_Config.Name = "chkDO6_Config"; this.chkDO6_Config.Size = new System.Drawing.Size(63, 20); this.chkDO6_Config.TabIndex = 82; this.chkDO6_Config.Text = "DO6"; this.chkDO6_Config.CheckStateChanged += new System.EventHandler(this.chkDO6_Config_CheckStateChanged); // // chkDO5_Config // this.chkDO5_Config.Location = new System.Drawing.Point(80, 49); this.chkDO5_Config.Name = "chkDO5_Config"; this.chkDO5_Config.Size = new System.Drawing.Size(64, 20); this.chkDO5_Config.TabIndex = 81; this.chkDO5_Config.Text = "DO5"; this.chkDO5_Config.CheckStateChanged += new System.EventHandler(this.chkDO5_Config_CheckStateChanged); // // chkDO4_Config // this.chkDO4_Config.Location = new System.Drawing.Point(9, 49); this.chkDO4_Config.Name = "chkDO4_Config"; this.chkDO4_Config.Size = new System.Drawing.Size(65, 20); this.chkDO4_Config.TabIndex = 80; this.chkDO4_Config.Text = "DO4"; this.chkDO4_Config.CheckStateChanged += new System.EventHandler(this.chkDO4_Config_CheckStateChanged); // // chkDO3_Config // this.chkDO3_Config.Location = new System.Drawing.Point(219, 23); this.chkDO3_Config.Name = "chkDO3_Config"; this.chkDO3_Config.Size = new System.Drawing.Size(63, 20); this.chkDO3_Config.TabIndex = 86; this.chkDO3_Config.Text = "DO3"; this.chkDO3_Config.CheckStateChanged += new System.EventHandler(this.chkDO3_Config_CheckStateChanged); // // chkDO2_Config // this.chkDO2_Config.Location = new System.Drawing.Point(150, 23); this.chkDO2_Config.Name = "chkDO2_Config"; this.chkDO2_Config.Size = new System.Drawing.Size(63, 20); this.chkDO2_Config.TabIndex = 85; this.chkDO2_Config.Text = "DO2"; this.chkDO2_Config.CheckStateChanged += new System.EventHandler(this.chkDO2_Config_CheckStateChanged); // // chkDO1_Config // this.chkDO1_Config.Location = new System.Drawing.Point(80, 23); this.chkDO1_Config.Name = "chkDO1_Config"; this.chkDO1_Config.Size = new System.Drawing.Size(64, 20); this.chkDO1_Config.TabIndex = 84; this.chkDO1_Config.Text = "DO1"; this.chkDO1_Config.CheckStateChanged += new System.EventHandler(this.chkDO1_Config_CheckStateChanged); // // btnSelectAll_DOConfig // this.btnSelectAll_DOConfig.Location = new System.Drawing.Point(9, 127); this.btnSelectAll_DOConfig.Name = "btnSelectAll_DOConfig"; this.btnSelectAll_DOConfig.Size = new System.Drawing.Size(99, 35); this.btnSelectAll_DOConfig.TabIndex = 90; this.btnSelectAll_DOConfig.Text = "Select all"; this.btnSelectAll_DOConfig.Click += new System.EventHandler(this.btnSelectAll_DOConfig_Click); // // btnClearAll_DOConfig // this.btnClearAll_DOConfig.Location = new System.Drawing.Point(183, 127); this.btnClearAll_DOConfig.Name = "btnClearAll_DOConfig"; this.btnClearAll_DOConfig.Size = new System.Drawing.Size(99, 35); this.btnClearAll_DOConfig.TabIndex = 94; this.btnClearAll_DOConfig.Text = "Clear all"; this.btnClearAll_DOConfig.Click += new System.EventHandler(this.btnClearAll_DOConfig_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.PaleGoldenrod; this.panel2.Controls.Add(this.label19); this.panel2.Controls.Add(this.chkDO9_Config); this.panel2.Controls.Add(this.btnClearAll_DOConfig); this.panel2.Controls.Add(this.chkDO0_Config); this.panel2.Controls.Add(this.btnSelectAll_DOConfig); this.panel2.Controls.Add(this.chkDO12_Config); this.panel2.Controls.Add(this.chkDO3_Config); this.panel2.Controls.Add(this.chkDO13_Config); this.panel2.Controls.Add(this.chkDO2_Config); this.panel2.Controls.Add(this.chkDO14_Config); this.panel2.Controls.Add(this.chkDO1_Config); this.panel2.Controls.Add(this.chkDO15_Config); this.panel2.Controls.Add(this.chkDO7_Config); this.panel2.Controls.Add(this.chkDO8_Config); this.panel2.Controls.Add(this.chkDO6_Config); this.panel2.Controls.Add(this.chkDO10_Config); this.panel2.Controls.Add(this.chkDO5_Config); this.panel2.Controls.Add(this.chkDO11_Config); this.panel2.Controls.Add(this.chkDO4_Config); this.panel2.Location = new System.Drawing.Point(318, 14); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(293, 174); // // label19 // this.label19.BackColor = System.Drawing.Color.PaleGoldenrod; this.label19.Location = new System.Drawing.Point(0, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(192, 20); this.label19.Text = "Digital Output Configuration"; // // chkDO9 // this.chkDO9.Enabled = false; this.chkDO9.Location = new System.Drawing.Point(82, 85); this.chkDO9.Name = "chkDO9"; this.chkDO9.Size = new System.Drawing.Size(64, 20); this.chkDO9.TabIndex = 102; this.chkDO9.Text = "DO9"; this.chkDO9.CheckStateChanged += new System.EventHandler(this.chkDO9_CheckStateChanged); // // chkDO0 // this.chkDO0.Enabled = false; this.chkDO0.Location = new System.Drawing.Point(9, 33); this.chkDO0.Name = "chkDO0"; this.chkDO0.Size = new System.Drawing.Size(54, 20); this.chkDO0.TabIndex = 96; this.chkDO0.Text = "DO0"; this.chkDO0.CheckStateChanged += new System.EventHandler(this.chkDO0_CheckStateChanged); // // chkDO12 // this.chkDO12.Enabled = false; this.chkDO12.Location = new System.Drawing.Point(9, 111); this.chkDO12.Name = "chkDO12"; this.chkDO12.Size = new System.Drawing.Size(65, 20); this.chkDO12.TabIndex = 97; this.chkDO12.Text = "DO12"; this.chkDO12.CheckStateChanged += new System.EventHandler(this.chkDO12_CheckStateChanged); // // chkDO3 // this.chkDO3.Enabled = false; this.chkDO3.Location = new System.Drawing.Point(221, 33); this.chkDO3.Name = "chkDO3"; this.chkDO3.Size = new System.Drawing.Size(63, 20); this.chkDO3.TabIndex = 111; this.chkDO3.Text = "DO3"; this.chkDO3.CheckStateChanged += new System.EventHandler(this.chkDO3_CheckStateChanged); // // chkDO13 // this.chkDO13.Enabled = false; this.chkDO13.Location = new System.Drawing.Point(82, 111); this.chkDO13.Name = "chkDO13"; this.chkDO13.Size = new System.Drawing.Size(64, 20); this.chkDO13.TabIndex = 98; this.chkDO13.Text = "DO13"; this.chkDO13.CheckStateChanged += new System.EventHandler(this.chkDO13_CheckStateChanged); // // chkDO2 // this.chkDO2.Enabled = false; this.chkDO2.Location = new System.Drawing.Point(152, 33); this.chkDO2.Name = "chkDO2"; this.chkDO2.Size = new System.Drawing.Size(63, 20); this.chkDO2.TabIndex = 110; this.chkDO2.Text = "DO2"; this.chkDO2.CheckStateChanged += new System.EventHandler(this.chkDO2_CheckStateChanged); // // chkDO14 // this.chkDO14.Enabled = false; this.chkDO14.Location = new System.Drawing.Point(152, 111); this.chkDO14.Name = "chkDO14"; this.chkDO14.Size = new System.Drawing.Size(63, 20); this.chkDO14.TabIndex = 99; this.chkDO14.Text = "DO14"; this.chkDO14.CheckStateChanged += new System.EventHandler(this.chkDO14_CheckStateChanged); // // chkDO1 // this.chkDO1.Enabled = false; this.chkDO1.Location = new System.Drawing.Point(82, 33); this.chkDO1.Name = "chkDO1"; this.chkDO1.Size = new System.Drawing.Size(64, 20); this.chkDO1.TabIndex = 109; this.chkDO1.Text = "DO1"; this.chkDO1.CheckStateChanged += new System.EventHandler(this.chkDO1_CheckStateChanged); // // chkDO15 // this.chkDO15.Enabled = false; this.chkDO15.Location = new System.Drawing.Point(221, 111); this.chkDO15.Name = "chkDO15"; this.chkDO15.Size = new System.Drawing.Size(63, 20); this.chkDO15.TabIndex = 100; this.chkDO15.Text = "DO15"; this.chkDO15.CheckStateChanged += new System.EventHandler(this.chkDO15_CheckStateChanged); // // chkDO7 // this.chkDO7.Enabled = false; this.chkDO7.Location = new System.Drawing.Point(221, 59); this.chkDO7.Name = "chkDO7"; this.chkDO7.Size = new System.Drawing.Size(63, 20); this.chkDO7.TabIndex = 108; this.chkDO7.Text = "DO7"; this.chkDO7.CheckStateChanged += new System.EventHandler(this.chkDO7_CheckStateChanged); // // chkDO8 // this.chkDO8.Enabled = false; this.chkDO8.Location = new System.Drawing.Point(9, 85); this.chkDO8.Name = "chkDO8"; this.chkDO8.Size = new System.Drawing.Size(54, 20); this.chkDO8.TabIndex = 101; this.chkDO8.Text = "DO8"; this.chkDO8.CheckStateChanged += new System.EventHandler(this.chkDO8_CheckStateChanged); // // chkDO6 // this.chkDO6.Enabled = false; this.chkDO6.Location = new System.Drawing.Point(152, 59); this.chkDO6.Name = "chkDO6"; this.chkDO6.Size = new System.Drawing.Size(63, 20); this.chkDO6.TabIndex = 107; this.chkDO6.Text = "DO6"; this.chkDO6.CheckStateChanged += new System.EventHandler(this.chkDO6_CheckStateChanged); // // chkDO10 // this.chkDO10.Enabled = false; this.chkDO10.Location = new System.Drawing.Point(152, 85); this.chkDO10.Name = "chkDO10"; this.chkDO10.Size = new System.Drawing.Size(63, 20); this.chkDO10.TabIndex = 103; this.chkDO10.Text = "DO10"; this.chkDO10.CheckStateChanged += new System.EventHandler(this.chkDO10_CheckStateChanged); // // chkDO5 // this.chkDO5.Enabled = false; this.chkDO5.Location = new System.Drawing.Point(82, 59); this.chkDO5.Name = "chkDO5"; this.chkDO5.Size = new System.Drawing.Size(64, 20); this.chkDO5.TabIndex = 106; this.chkDO5.Text = "DO5"; this.chkDO5.CheckStateChanged += new System.EventHandler(this.chkDO5_CheckStateChanged); // // chkDO11 // this.chkDO11.Enabled = false; this.chkDO11.Location = new System.Drawing.Point(221, 85); this.chkDO11.Name = "chkDO11"; this.chkDO11.Size = new System.Drawing.Size(63, 20); this.chkDO11.TabIndex = 104; this.chkDO11.Text = "DO11"; this.chkDO11.CheckStateChanged += new System.EventHandler(this.chkDO11_CheckStateChanged); // // chkDO4 // this.chkDO4.Enabled = false; this.chkDO4.Location = new System.Drawing.Point(9, 59); this.chkDO4.Name = "chkDO4"; this.chkDO4.Size = new System.Drawing.Size(54, 20); this.chkDO4.TabIndex = 105; this.chkDO4.Text = "DO4"; this.chkDO4.CheckStateChanged += new System.EventHandler(this.chkDO4_CheckStateChanged); // // btnSelectAll_DOWrite // this.btnSelectAll_DOWrite.Location = new System.Drawing.Point(9, 137); this.btnSelectAll_DOWrite.Name = "btnSelectAll_DOWrite"; this.btnSelectAll_DOWrite.Size = new System.Drawing.Size(99, 35); this.btnSelectAll_DOWrite.TabIndex = 116; this.btnSelectAll_DOWrite.Text = "Select all"; this.btnSelectAll_DOWrite.Click += new System.EventHandler(this.btnSelectAll_DOWrite_Click); // // btnClearAll_DOWrite // this.btnClearAll_DOWrite.Location = new System.Drawing.Point(185, 137); this.btnClearAll_DOWrite.Name = "btnClearAll_DOWrite"; this.btnClearAll_DOWrite.Size = new System.Drawing.Size(99, 35); this.btnClearAll_DOWrite.TabIndex = 117; this.btnClearAll_DOWrite.Text = "Clear all"; this.btnClearAll_DOWrite.Click += new System.EventHandler(this.btnClearAll_DOWrite_Click); // // panel3 // this.panel3.BackColor = System.Drawing.Color.PaleGreen; this.panel3.Controls.Add(this.label20); this.panel3.Controls.Add(this.chkDO9); this.panel3.Controls.Add(this.btnClearAll_DOWrite); this.panel3.Controls.Add(this.chkDO4); this.panel3.Controls.Add(this.btnSelectAll_DOWrite); this.panel3.Controls.Add(this.chkDO11); this.panel3.Controls.Add(this.chkDO5); this.panel3.Controls.Add(this.chkDO0); this.panel3.Controls.Add(this.chkDO10); this.panel3.Controls.Add(this.chkDO12); this.panel3.Controls.Add(this.chkDO6); this.panel3.Controls.Add(this.chkDO3); this.panel3.Controls.Add(this.chkDO8); this.panel3.Controls.Add(this.chkDO13); this.panel3.Controls.Add(this.chkDO7); this.panel3.Controls.Add(this.chkDO2); this.panel3.Controls.Add(this.chkDO15); this.panel3.Controls.Add(this.chkDO14); this.panel3.Controls.Add(this.chkDO1); this.panel3.Location = new System.Drawing.Point(318, 194); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(293, 180); // // label20 // this.label20.BackColor = System.Drawing.Color.PaleGreen; this.label20.Location = new System.Drawing.Point(0, 0); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(170, 20); this.label20.Text = "Digital Output"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(629, 385); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.lblShowInfor); this.Controls.Add(this.btnBasicInfor); this.Controls.Add(this.cmbSlot); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "Pac-8050w Demo"; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbSlot; private System.Windows.Forms.Button btnBasicInfor; private System.Windows.Forms.Label lblShowInfor; private System.Windows.Forms.PictureBox ptbDI0; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Timer timerDI; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.PictureBox ptbDI1; private System.Windows.Forms.Label label4; private System.Windows.Forms.PictureBox ptbDI3; private System.Windows.Forms.Label label5; private System.Windows.Forms.PictureBox ptbDI2; private System.Windows.Forms.Label label6; private System.Windows.Forms.PictureBox ptbDI7; private System.Windows.Forms.Label label7; private System.Windows.Forms.PictureBox ptbDI6; private System.Windows.Forms.Label label8; private System.Windows.Forms.PictureBox ptbDI5; private System.Windows.Forms.Label label9; private System.Windows.Forms.PictureBox ptbDI4; private System.Windows.Forms.Label label10; private System.Windows.Forms.PictureBox ptbDI11; private System.Windows.Forms.Label label11; private System.Windows.Forms.PictureBox ptbDI10; private System.Windows.Forms.Label label12; private System.Windows.Forms.PictureBox ptbDI9; private System.Windows.Forms.Label label13; private System.Windows.Forms.PictureBox ptbDI8; private System.Windows.Forms.Label label14; private System.Windows.Forms.PictureBox ptbDI15; private System.Windows.Forms.Label label15; private System.Windows.Forms.PictureBox ptbDI14; private System.Windows.Forms.Label label16; private System.Windows.Forms.PictureBox ptbDI13; private System.Windows.Forms.Label label17; private System.Windows.Forms.PictureBox ptbDI12; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label18; private System.Windows.Forms.CheckBox chkDO0_Config; private System.Windows.Forms.CheckBox chkDO12_Config; private System.Windows.Forms.CheckBox chkDO13_Config; private System.Windows.Forms.CheckBox chkDO14_Config; private System.Windows.Forms.CheckBox chkDO15_Config; private System.Windows.Forms.CheckBox chkDO11_Config; private System.Windows.Forms.CheckBox chkDO10_Config; private System.Windows.Forms.CheckBox chkDO9_Config; private System.Windows.Forms.CheckBox chkDO8_Config; private System.Windows.Forms.CheckBox chkDO7_Config; private System.Windows.Forms.CheckBox chkDO6_Config; private System.Windows.Forms.CheckBox chkDO5_Config; private System.Windows.Forms.CheckBox chkDO4_Config; private System.Windows.Forms.CheckBox chkDO3_Config; private System.Windows.Forms.CheckBox chkDO2_Config; private System.Windows.Forms.CheckBox chkDO1_Config; private System.Windows.Forms.Button btnSelectAll_DOConfig; private System.Windows.Forms.Button btnClearAll_DOConfig; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label19; private System.Windows.Forms.CheckBox chkDO9; private System.Windows.Forms.CheckBox chkDO0; private System.Windows.Forms.CheckBox chkDO12; private System.Windows.Forms.CheckBox chkDO3; private System.Windows.Forms.CheckBox chkDO13; private System.Windows.Forms.CheckBox chkDO2; private System.Windows.Forms.CheckBox chkDO14; private System.Windows.Forms.CheckBox chkDO1; private System.Windows.Forms.CheckBox chkDO15; private System.Windows.Forms.CheckBox chkDO7; private System.Windows.Forms.CheckBox chkDO8; private System.Windows.Forms.CheckBox chkDO6; private System.Windows.Forms.CheckBox chkDO10; private System.Windows.Forms.CheckBox chkDO5; private System.Windows.Forms.CheckBox chkDO11; private System.Windows.Forms.CheckBox chkDO4; private System.Windows.Forms.Button btnSelectAll_DOWrite; private System.Windows.Forms.Button btnClearAll_DOWrite; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label20; } }