|
|
@ -28,200 +28,200 @@ |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
private void InitializeComponent() |
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
{ |
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerialCommApp)); |
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerialCommApp)); |
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
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.settingButton = new System.Windows.Forms.Button(); |
|
|
|
this.portRefreshButton = new System.Windows.Forms.Button(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.settingButton = new System.Windows.Forms.Button(); |
|
|
|
this.portComboBox = new System.Windows.Forms.ComboBox(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
this.portComboBox = new System.Windows.Forms.ComboBox(); |
|
|
|
this.sendButton = new System.Windows.Forms.Button(); |
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
this.commandText = new System.Windows.Forms.TextBox(); |
|
|
|
this.sendButton = new System.Windows.Forms.Button(); |
|
|
|
this.printText = new System.Windows.Forms.TextBox(); |
|
|
|
this.commandText = new System.Windows.Forms.TextBox(); |
|
|
|
this.portRefreshButton = new System.Windows.Forms.Button(); |
|
|
|
this.printText = new System.Windows.Forms.TextBox(); |
|
|
|
this.tableLayoutPanel1.SuspendLayout(); |
|
|
|
this.tableLayoutPanel1.SuspendLayout(); |
|
|
|
this.tableLayoutPanel2.SuspendLayout(); |
|
|
|
this.tableLayoutPanel2.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
this.tableLayoutPanel3.SuspendLayout(); |
|
|
|
this.tableLayoutPanel3.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
|
// |
|
|
|
// tableLayoutPanel1 |
|
|
|
// tableLayoutPanel1 |
|
|
|
// |
|
|
|
// |
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.White; |
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.White; |
|
|
|
this.tableLayoutPanel1.ColumnCount = 1; |
|
|
|
this.tableLayoutPanel1.ColumnCount = 1; |
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0); |
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0); |
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2); |
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2); |
|
|
|
this.tableLayoutPanel1.Controls.Add(this.printText, 0, 1); |
|
|
|
this.tableLayoutPanel1.Controls.Add(this.printText, 0, 1); |
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
|
|
this.tableLayoutPanel1.RowCount = 3; |
|
|
|
this.tableLayoutPanel1.RowCount = 3; |
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(583, 679); |
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(583, 679); |
|
|
|
this.tableLayoutPanel1.TabIndex = 6; |
|
|
|
this.tableLayoutPanel1.TabIndex = 6; |
|
|
|
// |
|
|
|
// |
|
|
|
// tableLayoutPanel2 |
|
|
|
// tableLayoutPanel2 |
|
|
|
// |
|
|
|
// |
|
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.Color.White; |
|
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.Color.White; |
|
|
|
this.tableLayoutPanel2.ColumnCount = 3; |
|
|
|
this.tableLayoutPanel2.ColumnCount = 3; |
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 350F)); |
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 350F)); |
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
this.tableLayoutPanel2.Controls.Add(this.connectButton, 2, 0); |
|
|
|
this.tableLayoutPanel2.Controls.Add(this.connectButton, 2, 0); |
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0); |
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0); |
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 4); |
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 4); |
|
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
|
|
|
this.tableLayoutPanel2.RowCount = 1; |
|
|
|
this.tableLayoutPanel2.RowCount = 1; |
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(577, 32); |
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(577, 32); |
|
|
|
this.tableLayoutPanel2.TabIndex = 6; |
|
|
|
this.tableLayoutPanel2.TabIndex = 6; |
|
|
|
// |
|
|
|
// |
|
|
|
// connectButton |
|
|
|
// connectButton |
|
|
|
// |
|
|
|
// |
|
|
|
this.connectButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.connectButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.connectButton.Location = new System.Drawing.Point(480, 4); |
|
|
|
this.connectButton.Location = new System.Drawing.Point(480, 4); |
|
|
|
this.connectButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.connectButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.connectButton.Name = "connectButton"; |
|
|
|
this.connectButton.Name = "connectButton"; |
|
|
|
this.connectButton.Size = new System.Drawing.Size(94, 24); |
|
|
|
this.connectButton.Size = new System.Drawing.Size(94, 24); |
|
|
|
this.connectButton.TabIndex = 1; |
|
|
|
this.connectButton.TabIndex = 1; |
|
|
|
this.connectButton.Text = "Connect"; |
|
|
|
this.connectButton.Text = "Connect"; |
|
|
|
this.connectButton.UseVisualStyleBackColor = true; |
|
|
|
this.connectButton.UseVisualStyleBackColor = true; |
|
|
|
this.connectButton.Click += new System.EventHandler(this.connectButton_Click); |
|
|
|
this.connectButton.Click += new System.EventHandler(this.connectButton_Click); |
|
|
|
// |
|
|
|
// |
|
|
|
// panel1 |
|
|
|
// panel1 |
|
|
|
// |
|
|
|
// |
|
|
|
this.panel1.Controls.Add(this.portRefreshButton); |
|
|
|
this.panel1.Controls.Add(this.portRefreshButton); |
|
|
|
this.panel1.Controls.Add(this.settingButton); |
|
|
|
this.panel1.Controls.Add(this.settingButton); |
|
|
|
this.panel1.Controls.Add(this.label1); |
|
|
|
this.panel1.Controls.Add(this.label1); |
|
|
|
this.panel1.Controls.Add(this.portComboBox); |
|
|
|
this.panel1.Controls.Add(this.portComboBox); |
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0); |
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0); |
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
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; |
|
|
|
// |
|
|
|
// |
|
|
|
// settingButton |
|
|
|
// portRefreshButton |
|
|
|
// |
|
|
|
// |
|
|
|
this.settingButton.Location = new System.Drawing.Point(207, 3); |
|
|
|
this.portRefreshButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("portRefreshButton.BackgroundImage"))); |
|
|
|
this.settingButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.portRefreshButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; |
|
|
|
this.settingButton.Name = "settingButton"; |
|
|
|
this.portRefreshButton.Location = new System.Drawing.Point(159, 4); |
|
|
|
this.settingButton.Size = new System.Drawing.Size(68, 24); |
|
|
|
this.portRefreshButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.settingButton.TabIndex = 1; |
|
|
|
this.portRefreshButton.Name = "portRefreshButton"; |
|
|
|
this.settingButton.Text = "Setting"; |
|
|
|
this.portRefreshButton.Size = new System.Drawing.Size(25, 24); |
|
|
|
this.settingButton.UseVisualStyleBackColor = true; |
|
|
|
this.portRefreshButton.TabIndex = 2; |
|
|
|
this.settingButton.Click += new System.EventHandler(this.settingButton_Click); |
|
|
|
this.portRefreshButton.UseVisualStyleBackColor = true; |
|
|
|
// |
|
|
|
this.portRefreshButton.Click += new System.EventHandler(this.portRefreshButton_Click); |
|
|
|
// label1 |
|
|
|
// |
|
|
|
// |
|
|
|
// settingButton |
|
|
|
this.label1.AutoSize = true; |
|
|
|
// |
|
|
|
this.label1.Location = new System.Drawing.Point(2, 9); |
|
|
|
this.settingButton.Location = new System.Drawing.Point(207, 3); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.settingButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.label1.Size = new System.Drawing.Size(29, 15); |
|
|
|
this.settingButton.Name = "settingButton"; |
|
|
|
this.label1.TabIndex = 0; |
|
|
|
this.settingButton.Size = new System.Drawing.Size(68, 24); |
|
|
|
this.label1.Text = "Port"; |
|
|
|
this.settingButton.TabIndex = 1; |
|
|
|
// |
|
|
|
this.settingButton.Text = "Setting"; |
|
|
|
// portComboBox |
|
|
|
this.settingButton.UseVisualStyleBackColor = true; |
|
|
|
// |
|
|
|
this.settingButton.Click += new System.EventHandler(this.settingButton_Click); |
|
|
|
this.portComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
// |
|
|
|
this.portComboBox.FormattingEnabled = true; |
|
|
|
// label1 |
|
|
|
this.portComboBox.Location = new System.Drawing.Point(37, 4); |
|
|
|
// |
|
|
|
this.portComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.label1.AutoSize = true; |
|
|
|
this.portComboBox.Name = "portComboBox"; |
|
|
|
this.label1.Location = new System.Drawing.Point(2, 9); |
|
|
|
this.portComboBox.Size = new System.Drawing.Size(116, 23); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.portComboBox.TabIndex = 0; |
|
|
|
this.label1.Size = new System.Drawing.Size(29, 15); |
|
|
|
// |
|
|
|
this.label1.TabIndex = 0; |
|
|
|
// tableLayoutPanel3 |
|
|
|
this.label1.Text = "Port"; |
|
|
|
// |
|
|
|
// |
|
|
|
this.tableLayoutPanel3.BackColor = System.Drawing.Color.White; |
|
|
|
// portComboBox |
|
|
|
this.tableLayoutPanel3.ColumnCount = 2; |
|
|
|
// |
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.portComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
this.portComboBox.FormattingEnabled = true; |
|
|
|
this.tableLayoutPanel3.Controls.Add(this.sendButton, 1, 0); |
|
|
|
this.portComboBox.Location = new System.Drawing.Point(37, 4); |
|
|
|
this.tableLayoutPanel3.Controls.Add(this.commandText, 0, 0); |
|
|
|
this.portComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.portComboBox.Name = "portComboBox"; |
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 643); |
|
|
|
this.portComboBox.Size = new System.Drawing.Size(116, 23); |
|
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.portComboBox.TabIndex = 0; |
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
|
|
|
// |
|
|
|
this.tableLayoutPanel3.RowCount = 1; |
|
|
|
// tableLayoutPanel3 |
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
// |
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(577, 32); |
|
|
|
this.tableLayoutPanel3.BackColor = System.Drawing.Color.White; |
|
|
|
this.tableLayoutPanel3.TabIndex = 6; |
|
|
|
this.tableLayoutPanel3.ColumnCount = 2; |
|
|
|
// |
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
// sendButton |
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); |
|
|
|
// |
|
|
|
this.tableLayoutPanel3.Controls.Add(this.sendButton, 1, 0); |
|
|
|
this.sendButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.tableLayoutPanel3.Controls.Add(this.commandText, 0, 0); |
|
|
|
this.sendButton.Location = new System.Drawing.Point(480, 4); |
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.sendButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 643); |
|
|
|
this.sendButton.Name = "sendButton"; |
|
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.sendButton.Size = new System.Drawing.Size(94, 24); |
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
|
|
|
this.sendButton.TabIndex = 1; |
|
|
|
this.tableLayoutPanel3.RowCount = 1; |
|
|
|
this.sendButton.Text = "Send"; |
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
|
|
this.sendButton.UseVisualStyleBackColor = true; |
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(577, 32); |
|
|
|
this.sendButton.Click += new System.EventHandler(this.sendButton_Click); |
|
|
|
this.tableLayoutPanel3.TabIndex = 6; |
|
|
|
// |
|
|
|
// |
|
|
|
// commandText |
|
|
|
// sendButton |
|
|
|
// |
|
|
|
// |
|
|
|
this.commandText.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.sendButton.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.commandText.Location = new System.Drawing.Point(3, 4); |
|
|
|
this.sendButton.Location = new System.Drawing.Point(480, 4); |
|
|
|
this.commandText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.sendButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.commandText.Name = "commandText"; |
|
|
|
this.sendButton.Name = "sendButton"; |
|
|
|
this.commandText.Size = new System.Drawing.Size(471, 23); |
|
|
|
this.sendButton.Size = new System.Drawing.Size(94, 24); |
|
|
|
this.commandText.TabIndex = 0; |
|
|
|
this.sendButton.TabIndex = 1; |
|
|
|
// |
|
|
|
this.sendButton.Text = "Send"; |
|
|
|
// printText |
|
|
|
this.sendButton.UseVisualStyleBackColor = true; |
|
|
|
// |
|
|
|
this.sendButton.Click += new System.EventHandler(this.sendButton_Click); |
|
|
|
this.printText.BackColor = System.Drawing.Color.White; |
|
|
|
// |
|
|
|
this.printText.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
// commandText |
|
|
|
this.printText.Location = new System.Drawing.Point(3, 44); |
|
|
|
// |
|
|
|
this.printText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.commandText.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.printText.Multiline = true; |
|
|
|
this.commandText.Location = new System.Drawing.Point(3, 4); |
|
|
|
this.printText.Name = "printText"; |
|
|
|
this.commandText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.printText.ReadOnly = true; |
|
|
|
this.commandText.Name = "commandText"; |
|
|
|
this.printText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.commandText.Size = new System.Drawing.Size(471, 23); |
|
|
|
this.printText.Size = new System.Drawing.Size(577, 591); |
|
|
|
this.commandText.TabIndex = 0; |
|
|
|
this.printText.TabIndex = 2; |
|
|
|
// |
|
|
|
this.printText.TabStop = false; |
|
|
|
// printText |
|
|
|
// |
|
|
|
// |
|
|
|
// portRefreshButton |
|
|
|
this.printText.BackColor = System.Drawing.Color.White; |
|
|
|
// |
|
|
|
this.printText.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.portRefreshButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("portRefreshButton.BackgroundImage"))); |
|
|
|
this.printText.Location = new System.Drawing.Point(3, 44); |
|
|
|
this.portRefreshButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; |
|
|
|
this.printText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.portRefreshButton.Location = new System.Drawing.Point(159, 4); |
|
|
|
this.printText.Multiline = true; |
|
|
|
this.portRefreshButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.printText.Name = "printText"; |
|
|
|
this.portRefreshButton.Name = "portRefreshButton"; |
|
|
|
this.printText.ReadOnly = true; |
|
|
|
this.portRefreshButton.Size = new System.Drawing.Size(25, 24); |
|
|
|
this.printText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.portRefreshButton.TabIndex = 2; |
|
|
|
this.printText.Size = new System.Drawing.Size(577, 591); |
|
|
|
this.portRefreshButton.UseVisualStyleBackColor = true; |
|
|
|
this.printText.TabIndex = 2; |
|
|
|
this.portRefreshButton.Click += new System.EventHandler(this.portRefreshButton_Click); |
|
|
|
this.printText.TabStop = false; |
|
|
|
// |
|
|
|
// |
|
|
|
// SerialCommApp |
|
|
|
// SerialCommApp |
|
|
|
// |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(583, 679); |
|
|
|
this.ClientSize = new System.Drawing.Size(583, 679); |
|
|
|
this.Controls.Add(this.tableLayoutPanel1); |
|
|
|
this.Controls.Add(this.tableLayoutPanel1); |
|
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |
|
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
|
|
|
this.Name = "SerialCommApp"; |
|
|
|
this.Name = "SerialCommApp"; |
|
|
|
this.Text = "Serial Communication Application"; |
|
|
|
this.Text = "Serial Communication Application"; |
|
|
|
this.tableLayoutPanel1.ResumeLayout(false); |
|
|
|
this.tableLayoutPanel1.ResumeLayout(false); |
|
|
|
this.tableLayoutPanel1.PerformLayout(); |
|
|
|
this.tableLayoutPanel1.PerformLayout(); |
|
|
|
this.tableLayoutPanel2.ResumeLayout(false); |
|
|
|
this.tableLayoutPanel2.ResumeLayout(false); |
|
|
|
this.panel1.ResumeLayout(false); |
|
|
|
this.panel1.ResumeLayout(false); |
|
|
|
this.panel1.PerformLayout(); |
|
|
|
this.panel1.PerformLayout(); |
|
|
|
this.tableLayoutPanel3.ResumeLayout(false); |
|
|
|
this.tableLayoutPanel3.ResumeLayout(false); |
|
|
|
this.tableLayoutPanel3.PerformLayout(); |
|
|
|
this.tableLayoutPanel3.PerformLayout(); |
|
|
|
this.ResumeLayout(false); |
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|