You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotNetStudyWithGPT/MySolution/SerialComApp/SerialCommApp.Designer.cs

244 lines
11 KiB

namespace SerialCommApp
{
partial class SerialCommApp
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SerialCommApp));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.connectButton = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.settingButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.portComboBox = new System.Windows.Forms.ComboBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.sendButton = new System.Windows.Forms.Button();
this.commandText = new System.Windows.Forms.TextBox();
this.printText = new System.Windows.Forms.TextBox();
this.portRefreshButton = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.panel1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.White;
this.tableLayoutPanel1.ColumnCount = 1;
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.tableLayoutPanel3, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.printText, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
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.Percent, 100F));
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.TabIndex = 6;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.BackColor = System.Drawing.Color.White;
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.Percent, 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.panel1, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 4);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
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.TabIndex = 6;
//
// connectButton
//
this.connectButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.connectButton.Location = new System.Drawing.Point(480, 4);
this.connectButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.connectButton.Name = "connectButton";
this.connectButton.Size = new System.Drawing.Size(94, 24);
this.connectButton.TabIndex = 1;
this.connectButton.Text = "Connect";
this.connectButton.UseVisualStyleBackColor = true;
this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
//
// panel1
//
this.panel1.Controls.Add(this.portRefreshButton);
this.panel1.Controls.Add(this.settingButton);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.portComboBox);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(350, 32);
this.panel1.TabIndex = 2;
//
// settingButton
//
this.settingButton.Location = new System.Drawing.Point(207, 3);
this.settingButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.settingButton.Name = "settingButton";
this.settingButton.Size = new System.Drawing.Size(68, 24);
this.settingButton.TabIndex = 1;
this.settingButton.Text = "Setting";
this.settingButton.UseVisualStyleBackColor = true;
this.settingButton.Click += new System.EventHandler(this.settingButton_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 15);
this.label1.TabIndex = 0;
this.label1.Text = "Port";
//
// portComboBox
//
this.portComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.portComboBox.FormattingEnabled = true;
this.portComboBox.Location = new System.Drawing.Point(37, 4);
this.portComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.portComboBox.Name = "portComboBox";
this.portComboBox.Size = new System.Drawing.Size(116, 23);
this.portComboBox.TabIndex = 0;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.BackColor = System.Drawing.Color.White;
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel3.Controls.Add(this.sendButton, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.commandText, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 643);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
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.TabIndex = 6;
//
// sendButton
//
this.sendButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.sendButton.Location = new System.Drawing.Point(480, 4);
this.sendButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.sendButton.Name = "sendButton";
this.sendButton.Size = new System.Drawing.Size(94, 24);
this.sendButton.TabIndex = 1;
this.sendButton.Text = "Send";
this.sendButton.UseVisualStyleBackColor = true;
this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
//
// commandText
//
this.commandText.Dock = System.Windows.Forms.DockStyle.Fill;
this.commandText.Location = new System.Drawing.Point(3, 4);
this.commandText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.commandText.Name = "commandText";
this.commandText.Size = new System.Drawing.Size(471, 23);
this.commandText.TabIndex = 0;
//
// printText
//
this.printText.BackColor = System.Drawing.Color.White;
this.printText.Dock = System.Windows.Forms.DockStyle.Fill;
this.printText.Location = new System.Drawing.Point(3, 44);
this.printText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.printText.Multiline = true;
this.printText.Name = "printText";
this.printText.ReadOnly = true;
this.printText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.printText.Size = new System.Drawing.Size(577, 591);
this.printText.TabIndex = 2;
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(583, 679);
this.Controls.Add(this.tableLayoutPanel1);
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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "SerialCommApp";
this.Text = "Serial Communication Application";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button connectButton;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button portRefreshButton;
private System.Windows.Forms.Button settingButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox portComboBox;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Button sendButton;
private System.Windows.Forms.TextBox commandText;
private System.Windows.Forms.TextBox printText;
}
}