namespace _7K87K_dio { 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.txtDIChannel = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtDOChannel = new System.Windows.Forms.TextBox(); this.btnClosePort = new System.Windows.Forms.Button(); this.btnOpenPort = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txtBaudRate = new System.Windows.Forms.TextBox(); this.txtAddress = new System.Windows.Forms.TextBox(); this.cmbComPort = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label11 = new System.Windows.Forms.Label(); this.btnWriteDO = new System.Windows.Forms.Button(); this.txtDOValue = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.btnReadDI = new System.Windows.Forms.Button(); this.txtDIValue = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.btnReadDI_MF = new System.Windows.Forms.Button(); this.btnWriteDO_MF = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.txtDIChannel); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtDOChannel); this.groupBox1.Controls.Add(this.btnClosePort); this.groupBox1.Controls.Add(this.btnOpenPort); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtBaudRate); this.groupBox1.Controls.Add(this.txtAddress); this.groupBox1.Controls.Add(this.cmbComPort); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(326, 376); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Step1"; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F); this.label8.Location = new System.Drawing.Point(6, 11); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(304, 62); this.label8.TabIndex = 26; this.label8.Text = "Select com port and then input address, baud rate, DI channel and DO channel to o" + "pen com port"; // // txtDIChannel // this.txtDIChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIChannel.Location = new System.Drawing.Point(198, 233); this.txtDIChannel.Name = "txtDIChannel"; this.txtDIChannel.Size = new System.Drawing.Size(70, 30); this.txtDIChannel.TabIndex = 30; this.txtDIChannel.Text = "8"; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 14F); this.label4.Location = new System.Drawing.Point(11, 232); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(144, 30); this.label4.TabIndex = 32; this.label4.Text = "DI total channel"; // // txtDOChannel // this.txtDOChannel.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOChannel.Location = new System.Drawing.Point(198, 280); this.txtDOChannel.Name = "txtDOChannel"; this.txtDOChannel.Size = new System.Drawing.Size(70, 30); this.txtDOChannel.TabIndex = 31; this.txtDOChannel.Text = "8"; // // btnClosePort // this.btnClosePort.Enabled = false; this.btnClosePort.Font = new System.Drawing.Font("Tahoma", 14F); this.btnClosePort.Location = new System.Drawing.Point(153, 324); this.btnClosePort.Name = "btnClosePort"; this.btnClosePort.Size = new System.Drawing.Size(115, 42); this.btnClosePort.TabIndex = 34; this.btnClosePort.Text = "Close port"; this.btnClosePort.Click += new System.EventHandler(this.btnClosePort_Click); // // btnOpenPort // this.btnOpenPort.Font = new System.Drawing.Font("Tahoma", 14F); this.btnOpenPort.Location = new System.Drawing.Point(11, 324); this.btnOpenPort.Name = "btnOpenPort"; this.btnOpenPort.Size = new System.Drawing.Size(114, 42); this.btnOpenPort.TabIndex = 33; this.btnOpenPort.Text = "Open port"; this.btnOpenPort.Click += new System.EventHandler(this.btnOpenPort_Click); // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 14F); this.label2.Location = new System.Drawing.Point(11, 280); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(155, 30); this.label2.TabIndex = 35; this.label2.Text = "DO total channel"; // // txtBaudRate // this.txtBaudRate.Font = new System.Drawing.Font("Tahoma", 14F); this.txtBaudRate.Location = new System.Drawing.Point(153, 186); this.txtBaudRate.Name = "txtBaudRate"; this.txtBaudRate.Size = new System.Drawing.Size(115, 30); this.txtBaudRate.TabIndex = 29; this.txtBaudRate.Text = "9600"; // // txtAddress // this.txtAddress.Font = new System.Drawing.Font("Tahoma", 14F); this.txtAddress.Location = new System.Drawing.Point(211, 136); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(33, 30); this.txtAddress.TabIndex = 28; this.txtAddress.Text = "1"; // // cmbComPort // this.cmbComPort.Font = new System.Drawing.Font("Tahoma", 14F); this.cmbComPort.Location = new System.Drawing.Point(153, 92); this.cmbComPort.Name = "cmbComPort"; this.cmbComPort.Size = new System.Drawing.Size(115, 31); this.cmbComPort.TabIndex = 27; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 14F); this.label5.Location = new System.Drawing.Point(11, 136); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(144, 30); this.label5.TabIndex = 36; this.label5.Text = "Address(0~255)"; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 14F); this.label3.Location = new System.Drawing.Point(11, 186); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(94, 30); this.label3.TabIndex = 37; this.label3.Text = "Baud rate"; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 14F); this.label1.Location = new System.Drawing.Point(11, 92); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 30); this.label1.TabIndex = 38; this.label1.Text = "Com port"; // // groupBox2 // this.groupBox2.Controls.Add(this.btnWriteDO_MF); this.groupBox2.Controls.Add(this.btnReadDI_MF); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.btnWriteDO); this.groupBox2.Controls.Add(this.txtDOValue); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.btnReadDI); this.groupBox2.Controls.Add(this.txtDIValue); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Location = new System.Drawing.Point(353, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(277, 283); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Step2"; // // label11 // this.label11.Font = new System.Drawing.Font("Tahoma", 12F); this.label11.Location = new System.Drawing.Point(13, 162); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(211, 30); this.label11.TabIndex = 32; this.label11.Text = "Click button to write data"; // // btnWriteDO // this.btnWriteDO.Font = new System.Drawing.Font("Tahoma", 14F); this.btnWriteDO.Location = new System.Drawing.Point(13, 225); this.btnWriteDO.Name = "btnWriteDO"; this.btnWriteDO.Size = new System.Drawing.Size(113, 42); this.btnWriteDO.TabIndex = 31; this.btnWriteDO.Text = "Write DO"; this.btnWriteDO.Click += new System.EventHandler(this.btnWriteDO_Click); // // txtDOValue // this.txtDOValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDOValue.Location = new System.Drawing.Point(140, 193); this.txtDOValue.Name = "txtDOValue"; this.txtDOValue.Size = new System.Drawing.Size(120, 30); this.txtDOValue.TabIndex = 30; this.txtDOValue.Text = "1"; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 14F); this.label7.Location = new System.Drawing.Point(13, 192); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(140, 30); this.label7.TabIndex = 33; this.label7.Text = "DO value(Hex)"; // // label10 // this.label10.Font = new System.Drawing.Font("Tahoma", 12F); this.label10.Location = new System.Drawing.Point(5, 25); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(188, 34); this.label10.TabIndex = 24; this.label10.Text = "Click button to read data"; // // btnReadDI // this.btnReadDI.Font = new System.Drawing.Font("Tahoma", 14F); this.btnReadDI.Location = new System.Drawing.Point(6, 92); this.btnReadDI.Name = "btnReadDI"; this.btnReadDI.Size = new System.Drawing.Size(120, 42); this.btnReadDI.TabIndex = 26; this.btnReadDI.Text = "Read DI"; this.btnReadDI.Click += new System.EventHandler(this.btnReadDI_Click); // // txtDIValue // this.txtDIValue.Font = new System.Drawing.Font("Tahoma", 14F); this.txtDIValue.Location = new System.Drawing.Point(133, 59); this.txtDIValue.Name = "txtDIValue"; this.txtDIValue.Size = new System.Drawing.Size(120, 30); this.txtDIValue.TabIndex = 25; // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 14F); this.label6.Location = new System.Drawing.Point(6, 59); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(85, 30); this.label6.TabIndex = 27; this.label6.Text = "DI value"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(353, 301); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(266, 113); this.textBox2.TabIndex = 9; this.textBox2.Text = resources.GetString("textBox2.Text"); // // btnReadDI_MF // this.btnReadDI_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnReadDI_MF.Location = new System.Drawing.Point(132, 92); this.btnReadDI_MF.Name = "btnReadDI_MF"; this.btnReadDI_MF.Size = new System.Drawing.Size(128, 42); this.btnReadDI_MF.TabIndex = 34; this.btnReadDI_MF.Text = "Read DI_MF"; this.btnReadDI_MF.Click += new System.EventHandler(this.btnReadDI_MF_Click); // // btnWriteDO_MF // this.btnWriteDO_MF.Font = new System.Drawing.Font("Tahoma", 14F); this.btnWriteDO_MF.Location = new System.Drawing.Point(132, 226); this.btnWriteDO_MF.Name = "btnWriteDO_MF"; this.btnWriteDO_MF.Size = new System.Drawing.Size(134, 42); this.btnWriteDO_MF.TabIndex = 35; this.btnWriteDO_MF.Text = "Write DO_MF"; this.btnWriteDO_MF.Click += new System.EventHandler(this.btnWriteDO_MF_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(647, 427); this.Controls.Add(this.textBox2); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "7K87K dio demo"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtDIChannel; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtDOChannel; private System.Windows.Forms.Button btnClosePort; private System.Windows.Forms.Button btnOpenPort; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtBaudRate; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.ComboBox cmbComPort; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button btnWriteDO; private System.Windows.Forms.TextBox txtDOValue; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button btnReadDI; private System.Windows.Forms.TextBox txtDIValue; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnWriteDO_MF; private System.Windows.Forms.Button btnReadDI_MF; private System.Windows.Forms.TextBox textBox2; } }