namespace KHSCALE_TP { partial class FormScale { /// /// 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() { this.components = new System.ComponentModel.Container(); this.timer_min = new System.Windows.Forms.Timer(this.components); this.timer_save = new System.Windows.Forms.Timer(this.components); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_ipaddr = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_com = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_rxcount = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_updtime = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.button_test = new System.Windows.Forms.Button(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_value = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.panelControl6 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_tpid = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_ipaddr.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_com.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_rxcount.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_updtime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_value.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit(); this.panelControl6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_tpid.Properties)).BeginInit(); this.SuspendLayout(); // // timer_min // this.timer_min.Tick += new System.EventHandler(this.timer_min_Tick); // // timer_save // this.timer_save.Tick += new System.EventHandler(this.timer_save_Tick); // // panelControl5 // this.panelControl5.Controls.Add(this.textEdit_ipaddr); this.panelControl5.Controls.Add(this.labelControl4); this.panelControl5.Location = new System.Drawing.Point(12, 23); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(345, 40); this.panelControl5.TabIndex = 109; this.panelControl5.TabStop = true; // // textEdit_ipaddr // this.textEdit_ipaddr.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_ipaddr.Enabled = false; this.textEdit_ipaddr.Location = new System.Drawing.Point(115, 2); this.textEdit_ipaddr.Name = "textEdit_ipaddr"; this.textEdit_ipaddr.Properties.Appearance.BackColor = System.Drawing.Color.White; this.textEdit_ipaddr.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEdit_ipaddr.Properties.Appearance.Options.UseBackColor = true; this.textEdit_ipaddr.Properties.Appearance.Options.UseFont = true; this.textEdit_ipaddr.Properties.AutoHeight = false; this.textEdit_ipaddr.Properties.ReadOnly = true; this.textEdit_ipaddr.Size = new System.Drawing.Size(228, 36); this.textEdit_ipaddr.TabIndex = 1; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl4.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl4.Location = new System.Drawing.Point(2, 2); this.labelControl4.Name = "labelControl4"; this.labelControl4.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelControl4.Size = new System.Drawing.Size(113, 36); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "IP주소"; // // panelControl1 // this.panelControl1.Controls.Add(this.textEdit_com); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(12, 115); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(437, 40); this.panelControl1.TabIndex = 110; this.panelControl1.TabStop = true; // // textEdit_com // this.textEdit_com.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_com.Enabled = false; this.textEdit_com.Location = new System.Drawing.Point(115, 2); this.textEdit_com.Name = "textEdit_com"; this.textEdit_com.Properties.Appearance.BackColor = System.Drawing.Color.White; this.textEdit_com.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEdit_com.Properties.Appearance.Options.UseBackColor = true; this.textEdit_com.Properties.Appearance.Options.UseFont = true; this.textEdit_com.Properties.AutoHeight = false; this.textEdit_com.Properties.ReadOnly = true; this.textEdit_com.Size = new System.Drawing.Size(320, 36); this.textEdit_com.TabIndex = 1; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl1.Location = new System.Drawing.Point(2, 2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelControl1.Size = new System.Drawing.Size(113, 36); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "통신설정"; // // panelControl2 // this.panelControl2.Controls.Add(this.textEdit_rxcount); this.panelControl2.Controls.Add(this.labelControl2); this.panelControl2.Location = new System.Drawing.Point(12, 161); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(437, 40); this.panelControl2.TabIndex = 111; this.panelControl2.TabStop = true; // // textEdit_rxcount // this.textEdit_rxcount.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_rxcount.Enabled = false; this.textEdit_rxcount.Location = new System.Drawing.Point(115, 2); this.textEdit_rxcount.Name = "textEdit_rxcount"; this.textEdit_rxcount.Properties.Appearance.BackColor = System.Drawing.Color.White; this.textEdit_rxcount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEdit_rxcount.Properties.Appearance.Options.UseBackColor = true; this.textEdit_rxcount.Properties.Appearance.Options.UseFont = true; this.textEdit_rxcount.Properties.AutoHeight = false; this.textEdit_rxcount.Properties.ReadOnly = true; this.textEdit_rxcount.Size = new System.Drawing.Size(320, 36); this.textEdit_rxcount.TabIndex = 1; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl2.Location = new System.Drawing.Point(2, 2); this.labelControl2.Name = "labelControl2"; this.labelControl2.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelControl2.Size = new System.Drawing.Size(113, 36); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "RX 횟수"; // // panelControl3 // this.panelControl3.Controls.Add(this.textEdit_updtime); this.panelControl3.Controls.Add(this.labelControl3); this.panelControl3.Location = new System.Drawing.Point(12, 207); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(437, 40); this.panelControl3.TabIndex = 112; this.panelControl3.TabStop = true; // // textEdit_updtime // this.textEdit_updtime.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_updtime.Enabled = false; this.textEdit_updtime.Location = new System.Drawing.Point(115, 2); this.textEdit_updtime.Name = "textEdit_updtime"; this.textEdit_updtime.Properties.Appearance.BackColor = System.Drawing.Color.White; this.textEdit_updtime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEdit_updtime.Properties.Appearance.Options.UseBackColor = true; this.textEdit_updtime.Properties.Appearance.Options.UseFont = true; this.textEdit_updtime.Properties.AutoHeight = false; this.textEdit_updtime.Properties.ReadOnly = true; this.textEdit_updtime.Size = new System.Drawing.Size(320, 36); this.textEdit_updtime.TabIndex = 1; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl3.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl3.Location = new System.Drawing.Point(2, 2); this.labelControl3.Name = "labelControl3"; this.labelControl3.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelControl3.Size = new System.Drawing.Size(113, 36); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "갱신시각"; // // button_test // this.button_test.Location = new System.Drawing.Point(363, 23); this.button_test.Name = "button_test"; this.button_test.Size = new System.Drawing.Size(86, 40); this.button_test.TabIndex = 113; this.button_test.Text = "..."; this.button_test.UseVisualStyleBackColor = true; this.button_test.Click += new System.EventHandler(this.button_test_Click); // // panelControl4 // this.panelControl4.Controls.Add(this.textEdit_value); this.panelControl4.Controls.Add(this.labelControl5); this.panelControl4.Location = new System.Drawing.Point(12, 253); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(437, 40); this.panelControl4.TabIndex = 114; this.panelControl4.TabStop = true; // // textEdit_value // this.textEdit_value.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_value.Enabled = false; this.textEdit_value.Location = new System.Drawing.Point(115, 2); this.textEdit_value.Name = "textEdit_value"; this.textEdit_value.Properties.Appearance.BackColor = System.Drawing.Color.White; this.textEdit_value.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEdit_value.Properties.Appearance.Options.UseBackColor = true; this.textEdit_value.Properties.Appearance.Options.UseFont = true; this.textEdit_value.Properties.AutoHeight = false; this.textEdit_value.Properties.ReadOnly = true; this.textEdit_value.Size = new System.Drawing.Size(320, 36); this.textEdit_value.TabIndex = 1; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl5.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl5.Location = new System.Drawing.Point(2, 2); this.labelControl5.Name = "labelControl5"; this.labelControl5.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelControl5.Size = new System.Drawing.Size(113, 36); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "측정값"; // // panelControl6 // this.panelControl6.Controls.Add(this.textEdit_tpid); this.panelControl6.Controls.Add(this.labelControl6); this.panelControl6.Location = new System.Drawing.Point(12, 69); this.panelControl6.Name = "panelControl6"; this.panelControl6.Size = new System.Drawing.Size(437, 40); this.panelControl6.TabIndex = 115; this.panelControl6.TabStop = true; // // textEdit_tpid // this.textEdit_tpid.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_tpid.Enabled = false; this.textEdit_tpid.Location = new System.Drawing.Point(115, 2); this.textEdit_tpid.Name = "textEdit_tpid"; this.textEdit_tpid.Properties.Appearance.BackColor = System.Drawing.Color.White; this.textEdit_tpid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEdit_tpid.Properties.Appearance.Options.UseBackColor = true; this.textEdit_tpid.Properties.Appearance.Options.UseFont = true; this.textEdit_tpid.Properties.AutoHeight = false; this.textEdit_tpid.Properties.ReadOnly = true; this.textEdit_tpid.Size = new System.Drawing.Size(320, 36); this.textEdit_tpid.TabIndex = 1; // // labelControl6 // this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl6.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl6.Location = new System.Drawing.Point(2, 2); this.labelControl6.Name = "labelControl6"; this.labelControl6.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelControl6.Size = new System.Drawing.Size(113, 36); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "터치패널ID"; // // FormScale // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(461, 322); this.Controls.Add(this.panelControl6); this.Controls.Add(this.panelControl4); this.Controls.Add(this.button_test); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Controls.Add(this.panelControl5); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormScale"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormScale"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormScale_FormClosing); this.Load += new System.EventHandler(this.FormScale_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_ipaddr.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_com.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_rxcount.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_updtime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_value.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit(); this.panelControl6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_tpid.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer_min; private System.Windows.Forms.Timer timer_save; private DevExpress.XtraEditors.PanelControl panelControl5; private DevExpress.XtraEditors.TextEdit textEdit_ipaddr; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit textEdit_com; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.TextEdit textEdit_rxcount; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.TextEdit textEdit_updtime; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.Button button_test; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.TextEdit textEdit_value; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.PanelControl panelControl6; private DevExpress.XtraEditors.TextEdit textEdit_tpid; private DevExpress.XtraEditors.LabelControl labelControl6; } }