namespace Test_BMS { partial class Form1 { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.logTextBox1 = new arCtl.LogTextBox(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(27, 35); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(131, 20); this.comboBox1.TabIndex = 0; this.comboBox1.Text = "com15"; // // button1 // this.button1.Location = new System.Drawing.Point(301, 35); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(108, 20); this.button1.TabIndex = 1; this.button1.Text = "connect"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(415, 34); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(106, 20); this.button2.TabIndex = 1; this.button2.Text = "close"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "9600", "12800", "25600", "250000"}); this.comboBox2.Location = new System.Drawing.Point(164, 35); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(131, 20); this.comboBox2.TabIndex = 2; this.comboBox2.Text = "9600"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 12); this.label1.TabIndex = 3; this.label1.Text = "port"; this.label1.Click += new System.EventHandler(this.label1_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(162, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(33, 12); this.label2.TabIndex = 3; this.label2.Text = "baud"; // // logTextBox1 // this.logTextBox1.BackColor = System.Drawing.Color.WhiteSmoke; this.logTextBox1.ColorList = new arCtl.sLogMessageColor[0]; this.logTextBox1.DateFormat = "yy-MM-dd HH:mm:ss"; this.logTextBox1.DefaultColor = System.Drawing.Color.LightGray; this.logTextBox1.EnableDisplayTimer = true; this.logTextBox1.EnableGubunColor = true; this.logTextBox1.Font = new System.Drawing.Font("Consolas", 9F); this.logTextBox1.ListFormat = "[{0}] {1}"; this.logTextBox1.Location = new System.Drawing.Point(27, 87); this.logTextBox1.MaxListCount = ((ushort)(200)); this.logTextBox1.MaxTextLength = ((uint)(4000u)); this.logTextBox1.MessageInterval = 50; this.logTextBox1.Name = "logTextBox1"; this.logTextBox1.Size = new System.Drawing.Size(494, 351); this.logTextBox1.TabIndex = 4; this.logTextBox1.Text = ""; // // button3 // this.button3.Location = new System.Drawing.Point(301, 61); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(140, 20); this.button3.TabIndex = 5; this.button3.Text = "send query"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(447, 60); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(140, 20); this.button4.TabIndex = 6; this.button4.Text = "send query"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(155, 61); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(140, 20); this.button5.TabIndex = 7; this.button5.Text = "send query"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(574, 450); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.logTextBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox2); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.comboBox1); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private arCtl.LogTextBox logTextBox1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; } }