|
|
@ -33,6 +33,7 @@ |
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
this.connectButton = new System.Windows.Forms.Button(); |
|
|
|
this.connectButton = new System.Windows.Forms.Button(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
|
|
|
|
this.portRefreshButton = new System.Windows.Forms.Button(); |
|
|
|
this.settingButton = new System.Windows.Forms.Button(); |
|
|
|
this.settingButton = new System.Windows.Forms.Button(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.portComboBox = new System.Windows.Forms.ComboBox(); |
|
|
|
this.portComboBox = new System.Windows.Forms.ComboBox(); |
|
|
@ -40,7 +41,6 @@ |
|
|
|
this.sendButton = new System.Windows.Forms.Button(); |
|
|
|
this.sendButton = new System.Windows.Forms.Button(); |
|
|
|
this.commandText = new System.Windows.Forms.TextBox(); |
|
|
|
this.commandText = new System.Windows.Forms.TextBox(); |
|
|
|
this.printText = new System.Windows.Forms.TextBox(); |
|
|
|
this.printText = new System.Windows.Forms.TextBox(); |
|
|
|
this.portRefreshButton = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout(); |
|
|
|
this.tableLayoutPanel1.SuspendLayout(); |
|
|
|
this.tableLayoutPanel2.SuspendLayout(); |
|
|
|
this.tableLayoutPanel2.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
@ -109,6 +109,18 @@ |
|
|
|
this.panel1.Size = new System.Drawing.Size(350, 32); |
|
|
|
this.panel1.Size = new System.Drawing.Size(350, 32); |
|
|
|
this.panel1.TabIndex = 2; |
|
|
|
this.panel1.TabIndex = 2; |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
// portRefreshButton |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.portRefreshButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("portRefreshButton.BackgroundImage"))); |
|
|
|
|
|
|
|
this.portRefreshButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; |
|
|
|
|
|
|
|
this.portRefreshButton.Location = new System.Drawing.Point(159, 4); |
|
|
|
|
|
|
|
this.portRefreshButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
|
|
|
|
this.portRefreshButton.Name = "portRefreshButton"; |
|
|
|
|
|
|
|
this.portRefreshButton.Size = new System.Drawing.Size(25, 24); |
|
|
|
|
|
|
|
this.portRefreshButton.TabIndex = 2; |
|
|
|
|
|
|
|
this.portRefreshButton.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
this.portRefreshButton.Click += new System.EventHandler(this.portRefreshButton_Click); |
|
|
|
|
|
|
|
// |
|
|
|
// settingButton |
|
|
|
// settingButton |
|
|
|
// |
|
|
|
// |
|
|
|
this.settingButton.Location = new System.Drawing.Point(207, 3); |
|
|
|
this.settingButton.Location = new System.Drawing.Point(207, 3); |
|
|
@ -191,18 +203,6 @@ |
|
|
|
this.printText.TabIndex = 2; |
|
|
|
this.printText.TabIndex = 2; |
|
|
|
this.printText.TabStop = false; |
|
|
|
this.printText.TabStop = false; |
|
|
|
// |
|
|
|
// |
|
|
|
// portRefreshButton |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.portRefreshButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("portRefreshButton.BackgroundImage"))); |
|
|
|
|
|
|
|
this.portRefreshButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; |
|
|
|
|
|
|
|
this.portRefreshButton.Location = new System.Drawing.Point(159, 4); |
|
|
|
|
|
|
|
this.portRefreshButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
|
|
|
|
this.portRefreshButton.Name = "portRefreshButton"; |
|
|
|
|
|
|
|
this.portRefreshButton.Size = new System.Drawing.Size(25, 24); |
|
|
|
|
|
|
|
this.portRefreshButton.TabIndex = 2; |
|
|
|
|
|
|
|
this.portRefreshButton.UseVisualStyleBackColor = true; |
|
|
|
|
|
|
|
this.portRefreshButton.Click += new System.EventHandler(this.portRefreshButton_Click); |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// SerialCommApp |
|
|
|
// SerialCommApp |
|
|
|
// |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); |
|
|
|