namespace ControlServer { partial class Form3 { /// /// 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() { lblTerminalName = new Label(); lblTerminalIP = new Label(); label1 = new Label(); label2 = new Label(); lbl0 = new Label(); label3 = new Label(); label4 = new Label(); pannUpdate = new Panel(); rdoUpdate5m = new RadioButton(); rdoUpdate3m = new RadioButton(); rdoUpdate1m = new RadioButton(); pannStartTime = new Panel(); label5 = new Label(); txtBoxOnMM = new TextBox(); txtBoxOnYY = new TextBox(); pannStopTime = new Panel(); label6 = new Label(); txtBoxOffMM = new TextBox(); txtBoxOffYY = new TextBox(); btnCancel = new Button(); btnUpdate = new Button(); pannUpdate.SuspendLayout(); pannStartTime.SuspendLayout(); pannStopTime.SuspendLayout(); SuspendLayout(); // // lblTerminalName // lblTerminalName.Font = new Font("맑은 고딕", 9F, FontStyle.Bold, GraphicsUnit.Point, 129); lblTerminalName.Location = new Point(430, 42); lblTerminalName.Name = "lblTerminalName"; lblTerminalName.Size = new Size(288, 50); lblTerminalName.TabIndex = 0; lblTerminalName.TextAlign = ContentAlignment.MiddleLeft; // // lblTerminalIP // lblTerminalIP.Location = new Point(430, 118); lblTerminalIP.Name = "lblTerminalIP"; lblTerminalIP.Size = new Size(288, 50); lblTerminalIP.TabIndex = 1; lblTerminalIP.TextAlign = ContentAlignment.MiddleLeft; // // label1 // label1.Location = new Point(254, 42); label1.Name = "label1"; label1.Size = new Size(147, 50); label1.TabIndex = 2; label1.Text = "단말기명"; label1.TextAlign = ContentAlignment.MiddleLeft; // // label2 // label2.Location = new Point(254, 118); label2.Name = "label2"; label2.Size = new Size(147, 50); label2.TabIndex = 3; label2.Text = "IP"; label2.TextAlign = ContentAlignment.MiddleLeft; // // lbl0 // lbl0.BackColor = SystemColors.ControlDark; lbl0.BorderStyle = BorderStyle.FixedSingle; lbl0.Location = new Point(254, 223); lbl0.Name = "lbl0"; lbl0.Size = new Size(159, 50); lbl0.TabIndex = 4; lbl0.Text = "갱신주기"; lbl0.TextAlign = ContentAlignment.MiddleLeft; // // label3 // label3.BackColor = SystemColors.ControlDark; label3.BorderStyle = BorderStyle.FixedSingle; label3.Location = new Point(254, 273); label3.Name = "label3"; label3.Size = new Size(159, 50); label3.TabIndex = 5; label3.Text = "프로그램 ON 시간"; label3.TextAlign = ContentAlignment.MiddleLeft; // // label4 // label4.BackColor = SystemColors.ControlDark; label4.BorderStyle = BorderStyle.FixedSingle; label4.Location = new Point(254, 323); label4.Name = "label4"; label4.Size = new Size(159, 50); label4.TabIndex = 6; label4.Text = "프로그램 OFF 시간"; label4.TextAlign = ContentAlignment.MiddleLeft; // // pannUpdate // pannUpdate.BorderStyle = BorderStyle.FixedSingle; pannUpdate.Controls.Add(rdoUpdate5m); pannUpdate.Controls.Add(rdoUpdate3m); pannUpdate.Controls.Add(rdoUpdate1m); pannUpdate.Location = new Point(413, 223); pannUpdate.Name = "pannUpdate"; pannUpdate.Size = new Size(356, 50); pannUpdate.TabIndex = 7; // // rdoUpdate5m // rdoUpdate5m.AutoSize = true; rdoUpdate5m.Location = new Point(157, 12); rdoUpdate5m.Name = "rdoUpdate5m"; rdoUpdate5m.Size = new Size(53, 24); rdoUpdate5m.TabIndex = 2; rdoUpdate5m.TabStop = true; rdoUpdate5m.Text = "5분"; rdoUpdate5m.UseVisualStyleBackColor = true; // // rdoUpdate3m // rdoUpdate3m.AutoSize = true; rdoUpdate3m.Location = new Point(86, 12); rdoUpdate3m.Name = "rdoUpdate3m"; rdoUpdate3m.Size = new Size(53, 24); rdoUpdate3m.TabIndex = 1; rdoUpdate3m.TabStop = true; rdoUpdate3m.Text = "3분"; rdoUpdate3m.UseVisualStyleBackColor = true; // // rdoUpdate1m // rdoUpdate1m.AutoSize = true; rdoUpdate1m.Location = new Point(16, 12); rdoUpdate1m.Name = "rdoUpdate1m"; rdoUpdate1m.Size = new Size(53, 24); rdoUpdate1m.TabIndex = 0; rdoUpdate1m.TabStop = true; rdoUpdate1m.Text = "1분"; rdoUpdate1m.UseVisualStyleBackColor = true; // // pannStartTime // pannStartTime.BorderStyle = BorderStyle.FixedSingle; pannStartTime.Controls.Add(label5); pannStartTime.Controls.Add(txtBoxOnMM); pannStartTime.Controls.Add(txtBoxOnYY); pannStartTime.Location = new Point(413, 273); pannStartTime.Name = "pannStartTime"; pannStartTime.Size = new Size(356, 50); pannStartTime.TabIndex = 8; // // label5 // label5.AutoSize = true; label5.Location = new Point(83, 14); label5.Name = "label5"; label5.Size = new Size(12, 20); label5.TabIndex = 2; label5.Text = ":"; // // txtBoxOnMM // txtBoxOnMM.Location = new Point(99, 11); txtBoxOnMM.Name = "txtBoxOnMM"; txtBoxOnMM.Size = new Size(64, 27); txtBoxOnMM.TabIndex = 1; txtBoxOnMM.TextAlign = HorizontalAlignment.Center; // // txtBoxOnYY // txtBoxOnYY.Location = new Point(16, 11); txtBoxOnYY.Name = "txtBoxOnYY"; txtBoxOnYY.Size = new Size(64, 27); txtBoxOnYY.TabIndex = 0; txtBoxOnYY.TextAlign = HorizontalAlignment.Center; // // pannStopTime // pannStopTime.BorderStyle = BorderStyle.FixedSingle; pannStopTime.Controls.Add(label6); pannStopTime.Controls.Add(txtBoxOffMM); pannStopTime.Controls.Add(txtBoxOffYY); pannStopTime.Location = new Point(413, 323); pannStopTime.Name = "pannStopTime"; pannStopTime.Size = new Size(356, 50); pannStopTime.TabIndex = 9; // // label6 // label6.AutoSize = true; label6.Location = new Point(83, 14); label6.Name = "label6"; label6.Size = new Size(12, 20); label6.TabIndex = 5; label6.Text = ":"; // // txtBoxOffMM // txtBoxOffMM.Location = new Point(99, 11); txtBoxOffMM.Name = "txtBoxOffMM"; txtBoxOffMM.Size = new Size(64, 27); txtBoxOffMM.TabIndex = 4; txtBoxOffMM.TextAlign = HorizontalAlignment.Center; // // txtBoxOffYY // txtBoxOffYY.Location = new Point(16, 11); txtBoxOffYY.Name = "txtBoxOffYY"; txtBoxOffYY.Size = new Size(64, 27); txtBoxOffYY.TabIndex = 3; txtBoxOffYY.TextAlign = HorizontalAlignment.Center; // // btnCancel // btnCancel.Font = new Font("맑은 고딕", 10.2F, FontStyle.Bold, GraphicsUnit.Point, 129); btnCancel.Location = new Point(559, 408); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(174, 56); btnCancel.TabIndex = 12; btnCancel.Text = "취소"; btnCancel.UseVisualStyleBackColor = true; btnCancel.MouseClick += btnCancel_MouseClick; // // btnUpdate // btnUpdate.BackColor = SystemColors.Desktop; btnUpdate.Font = new Font("맑은 고딕", 10.2F, FontStyle.Bold, GraphicsUnit.Point, 129); btnUpdate.ForeColor = SystemColors.Window; btnUpdate.Location = new Point(309, 408); btnUpdate.Name = "btnUpdate"; btnUpdate.Size = new Size(174, 56); btnUpdate.TabIndex = 11; btnUpdate.Text = "수정"; btnUpdate.UseVisualStyleBackColor = false; btnUpdate.MouseClick += btnUpdate_MouseClick; // // Form3 // AutoScaleDimensions = new SizeF(9F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1008, 563); Controls.Add(btnCancel); Controls.Add(btnUpdate); Controls.Add(pannStopTime); Controls.Add(pannStartTime); Controls.Add(pannUpdate); Controls.Add(label4); Controls.Add(label3); Controls.Add(lbl0); Controls.Add(label2); Controls.Add(label1); Controls.Add(lblTerminalIP); Controls.Add(lblTerminalName); Name = "Form3"; Text = "Form3"; pannUpdate.ResumeLayout(false); pannUpdate.PerformLayout(); pannStartTime.ResumeLayout(false); pannStartTime.PerformLayout(); pannStopTime.ResumeLayout(false); pannStopTime.PerformLayout(); ResumeLayout(false); } #endregion private Label lblTerminalName; private Label lblTerminalIP; private Label label1; private Label label2; private Label lbl0; private Label label3; private Label label4; private Panel pannUpdate; private Panel pannStartTime; private Panel pannStopTime; private RadioButton rdoUpdate1m; private RadioButton rdoUpdate5m; private RadioButton rdoUpdate3m; private TextBox txtBoxOnYY; private TextBox txtBoxOnMM; private Label label5; private Label label6; private TextBox txtBoxOffMM; private TextBox txtBoxOffYY; private Button btnCancel; private Button btnUpdate; } }