namespace ControlServer { partial class Form2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { lbl0 = new Label(); lbl1 = new Label(); txtBoxName = new TextBox(); txtBoxIP = new TextBox(); btnRegister = new Button(); btnCancel = new Button(); txtBoxPort = new TextBox(); lbl5 = new Label(); SuspendLayout(); // // lbl0 // lbl0.BackColor = SystemColors.ControlDark; lbl0.BorderStyle = BorderStyle.FixedSingle; lbl0.Location = new Point(277, 106); lbl0.Name = "lbl0"; lbl0.Size = new Size(293, 50); lbl0.TabIndex = 0; lbl0.Text = "단말기명"; lbl0.TextAlign = ContentAlignment.MiddleLeft; // // lbl1 // lbl1.BackColor = SystemColors.ControlDark; lbl1.BorderStyle = BorderStyle.FixedSingle; lbl1.Location = new Point(277, 156); lbl1.Name = "lbl1"; lbl1.Size = new Size(293, 50); lbl1.TabIndex = 1; lbl1.Text = "IP"; lbl1.TextAlign = ContentAlignment.MiddleLeft; // // txtBoxName // txtBoxName.Location = new Point(572, 106); txtBoxName.Multiline = true; txtBoxName.Name = "txtBoxName"; txtBoxName.Size = new Size(507, 50); txtBoxName.TabIndex = 4; // // txtBoxIP // txtBoxIP.Location = new Point(572, 156); txtBoxIP.Multiline = true; txtBoxIP.Name = "txtBoxIP"; txtBoxIP.Size = new Size(507, 50); txtBoxIP.TabIndex = 5; // // btnRegister // btnRegister.BackColor = SystemColors.Desktop; btnRegister.Font = new Font("맑은 고딕", 10.2F, FontStyle.Bold, GraphicsUnit.Point, 129); btnRegister.ForeColor = SystemColors.Window; btnRegister.Location = new Point(460, 291); btnRegister.Name = "btnRegister"; btnRegister.Size = new Size(174, 56); btnRegister.TabIndex = 9; btnRegister.Text = "등록"; btnRegister.UseVisualStyleBackColor = false; btnRegister.MouseClick += btnRegister_MouseClick; // // btnCancel // btnCancel.Font = new Font("맑은 고딕", 10.2F, FontStyle.Bold, GraphicsUnit.Point, 129); btnCancel.Location = new Point(710, 291); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(174, 56); btnCancel.TabIndex = 10; btnCancel.Text = "취소"; btnCancel.UseVisualStyleBackColor = true; btnCancel.MouseClick += btnCancel_MouseClick; // // txtBoxPort // txtBoxPort.Location = new Point(572, 206); txtBoxPort.Multiline = true; txtBoxPort.Name = "txtBoxPort"; txtBoxPort.Size = new Size(507, 50); txtBoxPort.TabIndex = 12; // // lbl5 // lbl5.BackColor = SystemColors.ControlDark; lbl5.BorderStyle = BorderStyle.FixedSingle; lbl5.Location = new Point(277, 206); lbl5.Name = "lbl5"; lbl5.Size = new Size(293, 50); lbl5.TabIndex = 11; lbl5.Text = "Port"; lbl5.TextAlign = ContentAlignment.MiddleLeft; // // Form2 // AutoScaleDimensions = new SizeF(9F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1357, 737); Controls.Add(txtBoxPort); Controls.Add(lbl5); Controls.Add(btnCancel); Controls.Add(btnRegister); Controls.Add(txtBoxIP); Controls.Add(txtBoxName); Controls.Add(lbl1); Controls.Add(lbl0); Name = "Form2"; ResumeLayout(false); PerformLayout(); } #endregion private Label lbl0; private Label lbl1; private TextBox txtBoxName; private TextBox txtBoxIP; private Button btnRegister; private Button btnCancel; private TextBox txtBoxPort; private Label lbl5; } }