MagTek 99875125 User Manual

Page 60

Advertising
background image

MagTek Device Drivers for Windows



this.btnOpen.TabIndex = 0;
this.btnOpen.Text = "&Open Port";
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// txtCommand
//
this.txtCommand.Location = new System.Drawing.Point(8, 136);
this.txtCommand.Name = "txtCommand";
this.txtCommand.Size = new System.Drawing.Size(376, 20);
this.txtCommand.TabIndex = 1;
this.txtCommand.Text = "/read";
//
// lblCommand
//
this.lblCommand.AutoSize = true;
this.lblCommand.Location = new System.Drawing.Point(8, 120);
this.lblCommand.Name = "lblCommand";
this.lblCommand.Size = new System.Drawing.Size(209, 13);
this.lblCommand.TabIndex = 2;
this.lblCommand.Text = "Type command here and then click Send";
this.lblCommand.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnSend
//
this.btnSend.Enabled = false;
this.btnSend.Location = new System.Drawing.Point(392, 136);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(96, 20);
this.btnSend.TabIndex = 3;
this.btnSend.Text = "&Send command";
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// lblResponse
//
this.lblResponse.AutoSize = true;
this.lblResponse.Location = new System.Drawing.Point(8, 168);
this.lblResponse.Name = "lblResponse";
this.lblResponse.Size = new System.Drawing.Size(131, 13);
this.lblResponse.TabIndex = 4;
this.lblResponse.Text = "Response from the driver";
this.lblResponse.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtResponse
//
this.txtResponse.Location = new System.Drawing.Point(8, 181);
this.txtResponse.Multiline = true;
this.txtResponse.Name = "txtResponse";
this.txtResponse.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtResponse.Size = new System.Drawing.Size(480, 72);
this.txtResponse.TabIndex = 5;
this.txtResponse.Text = "";
//
// btnClose
//
this.btnClose.Enabled = false;
this.btnClose.Location = new System.Drawing.Point(136, 24);
this.btnClose.Name = "btnClose";

52

Advertising