namespace ITC81DB { partial class ControlConfiModbus { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 구성 요소 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlConfiModbus)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartLabel2 = new SmartX.SmartLabel(); this.labelFunctions = new SmartX.SmartLabel(); this.labelStartAddress = new SmartX.SmartLabel(); this.labelTitleStartAddress = new SmartX.SmartLabel(); this.labelDiscription2 = new SmartX.SmartLabel(); this.labelReadTimeout = new SmartX.SmartLabel(); this.smartLabel6 = new SmartX.SmartLabel(); this.comboBoxRole = new System.Windows.Forms.ComboBox(); this.labelTitleFunctions = new SmartX.SmartLabel(); this.labelDiscription1 = new SmartX.SmartLabel(); this.labelSlaveID = new SmartX.SmartLabel(); this.labelTitleSlaveID = new SmartX.SmartLabel(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 // this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.Controls.Add(this.smartLabel2); this.smartGroupBox1.Controls.Add(this.labelFunctions); this.smartGroupBox1.Controls.Add(this.labelStartAddress); this.smartGroupBox1.Controls.Add(this.labelTitleStartAddress); this.smartGroupBox1.Controls.Add(this.labelDiscription2); this.smartGroupBox1.Controls.Add(this.labelReadTimeout); this.smartGroupBox1.Controls.Add(this.smartLabel6); this.smartGroupBox1.Controls.Add(this.comboBoxRole); this.smartGroupBox1.Controls.Add(this.labelTitleFunctions); this.smartGroupBox1.Controls.Add(this.labelDiscription1); this.smartGroupBox1.Controls.Add(this.labelSlaveID); this.smartGroupBox1.Controls.Add(this.labelTitleSlaveID); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineThickness = 1; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image"))); this.smartGroupBox1.InitVisible = true; this.smartGroupBox1.Location = new System.Drawing.Point(0, 0); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 5; this.smartGroupBox1.Size = new System.Drawing.Size(710, 253); this.smartGroupBox1.TabIndex = 5; this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.Black; // // smartLabel2 // this.smartLabel2.BackPictureBox1 = null; this.smartLabel2.BackPictureBox2 = this.smartGroupBox1; this.smartLabel2.BorderColor = System.Drawing.Color.Black; this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel2.Enabled = false; this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel2.ForeColor = System.Drawing.Color.White; this.smartLabel2.InitVisible = true; this.smartLabel2.LineSpacing = 0F; this.smartLabel2.Location = new System.Drawing.Point(134, 10); this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.Size = new System.Drawing.Size(148, 28); this.smartLabel2.TabIndex = 158; this.smartLabel2.Text = "Role"; this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel2.Wordwrap = false; // // labelFunctions // this.labelFunctions.BackColor = System.Drawing.Color.Black; this.labelFunctions.BackPictureBox = null; this.labelFunctions.BackPictureBox1 = null; this.labelFunctions.BackPictureBox2 = null; this.labelFunctions.BorderColor = System.Drawing.Color.Black; this.labelFunctions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelFunctions.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); this.labelFunctions.ForeColor = System.Drawing.Color.White; this.labelFunctions.InitVisible = true; this.labelFunctions.LineSpacing = 0F; this.labelFunctions.Location = new System.Drawing.Point(288, 44); this.labelFunctions.Name = "labelFunctions"; this.labelFunctions.Size = new System.Drawing.Size(358, 30); this.labelFunctions.TabIndex = 157; this.labelFunctions.Text = "04: Read input register"; this.labelFunctions.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelFunctions.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelFunctions.Wordwrap = false; // // labelStartAddress // this.labelStartAddress.BackColor = System.Drawing.SystemColors.Window; this.labelStartAddress.BackPictureBox = null; this.labelStartAddress.BackPictureBox1 = null; this.labelStartAddress.BackPictureBox2 = null; this.labelStartAddress.BorderColor = System.Drawing.Color.Black; this.labelStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelStartAddress.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); this.labelStartAddress.InitVisible = true; this.labelStartAddress.LineSpacing = 0F; this.labelStartAddress.Location = new System.Drawing.Point(288, 116); this.labelStartAddress.Name = "labelStartAddress"; this.labelStartAddress.Size = new System.Drawing.Size(90, 30); this.labelStartAddress.TabIndex = 156; this.labelStartAddress.Text = "1"; this.labelStartAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelStartAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStartAddress.Wordwrap = false; this.labelStartAddress.Click += new System.EventHandler(this.labelStartAddress_Click); // // labelTitleStartAddress // this.labelTitleStartAddress.BackPictureBox1 = null; this.labelTitleStartAddress.BackPictureBox2 = this.smartGroupBox1; this.labelTitleStartAddress.BorderColor = System.Drawing.Color.Black; this.labelTitleStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleStartAddress.Enabled = false; this.labelTitleStartAddress.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleStartAddress.ForeColor = System.Drawing.Color.White; this.labelTitleStartAddress.InitVisible = true; this.labelTitleStartAddress.LineSpacing = 0F; this.labelTitleStartAddress.Location = new System.Drawing.Point(134, 116); this.labelTitleStartAddress.Name = "labelTitleStartAddress"; this.labelTitleStartAddress.Size = new System.Drawing.Size(148, 30); this.labelTitleStartAddress.TabIndex = 155; this.labelTitleStartAddress.Text = "Start Address"; this.labelTitleStartAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleStartAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleStartAddress.Wordwrap = false; // // labelDiscription2 // this.labelDiscription2.BackPictureBox1 = null; this.labelDiscription2.BackPictureBox2 = this.smartGroupBox1; this.labelDiscription2.BorderColor = System.Drawing.Color.Black; this.labelDiscription2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription2.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold); this.labelDiscription2.ForeColor = System.Drawing.Color.White; this.labelDiscription2.InitVisible = true; this.labelDiscription2.LineSpacing = 0F; this.labelDiscription2.Location = new System.Drawing.Point(118, 211); this.labelDiscription2.Name = "labelDiscription2"; this.labelDiscription2.Size = new System.Drawing.Size(561, 20); this.labelDiscription2.TabIndex = 154; this.labelDiscription2.Text = "- Master(Client) : 16(중량판정 시), Slave(Server) : 04(Master 읽기 요청 시)"; this.labelDiscription2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiscription2.Wordwrap = false; // // labelReadTimeout // this.labelReadTimeout.BackColor = System.Drawing.SystemColors.Window; this.labelReadTimeout.BackPictureBox = null; this.labelReadTimeout.BackPictureBox1 = null; this.labelReadTimeout.BackPictureBox2 = null; this.labelReadTimeout.BorderColor = System.Drawing.Color.Black; this.labelReadTimeout.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelReadTimeout.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); this.labelReadTimeout.InitVisible = true; this.labelReadTimeout.LineSpacing = 0F; this.labelReadTimeout.Location = new System.Drawing.Point(556, 80); this.labelReadTimeout.Name = "labelReadTimeout"; this.labelReadTimeout.Size = new System.Drawing.Size(90, 30); this.labelReadTimeout.TabIndex = 153; this.labelReadTimeout.Text = "1"; this.labelReadTimeout.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelReadTimeout.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelReadTimeout.Visible = false; this.labelReadTimeout.Wordwrap = false; this.labelReadTimeout.Click += new System.EventHandler(this.labelReadTimeout_Click); // // smartLabel6 // this.smartLabel6.BackPictureBox1 = null; this.smartLabel6.BackPictureBox2 = this.smartGroupBox1; this.smartLabel6.BorderColor = System.Drawing.Color.Black; this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel6.Enabled = false; this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.smartLabel6.ForeColor = System.Drawing.Color.White; this.smartLabel6.InitVisible = true; this.smartLabel6.LineSpacing = 0F; this.smartLabel6.Location = new System.Drawing.Point(402, 80); this.smartLabel6.Name = "smartLabel6"; this.smartLabel6.Size = new System.Drawing.Size(148, 30); this.smartLabel6.TabIndex = 152; this.smartLabel6.Text = "Timeout"; this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel6.Visible = false; this.smartLabel6.Wordwrap = false; // // comboBoxRole // this.comboBoxRole.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxRole.Location = new System.Drawing.Point(288, 10); this.comboBoxRole.Name = "comboBoxRole"; this.comboBoxRole.Size = new System.Drawing.Size(190, 28); this.comboBoxRole.TabIndex = 151; this.comboBoxRole.SelectedIndexChanged += new System.EventHandler(this.comboBoxRole_SelectedIndexChanged); // // labelTitleFunctions // this.labelTitleFunctions.BackPictureBox1 = null; this.labelTitleFunctions.BackPictureBox2 = this.smartGroupBox1; this.labelTitleFunctions.BorderColor = System.Drawing.Color.Black; this.labelTitleFunctions.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleFunctions.Enabled = false; this.labelTitleFunctions.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleFunctions.ForeColor = System.Drawing.Color.White; this.labelTitleFunctions.InitVisible = true; this.labelTitleFunctions.LineSpacing = 0F; this.labelTitleFunctions.Location = new System.Drawing.Point(134, 44); this.labelTitleFunctions.Name = "labelTitleFunctions"; this.labelTitleFunctions.Size = new System.Drawing.Size(148, 30); this.labelTitleFunctions.TabIndex = 140; this.labelTitleFunctions.Text = "Functions"; this.labelTitleFunctions.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleFunctions.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleFunctions.Wordwrap = false; // // labelDiscription1 // this.labelDiscription1.BackPictureBox1 = null; this.labelDiscription1.BackPictureBox2 = this.smartGroupBox1; this.labelDiscription1.BorderColor = System.Drawing.Color.Black; this.labelDiscription1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelDiscription1.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold); this.labelDiscription1.ForeColor = System.Drawing.Color.White; this.labelDiscription1.InitVisible = true; this.labelDiscription1.LineSpacing = 0F; this.labelDiscription1.Location = new System.Drawing.Point(118, 185); this.labelDiscription1.Name = "labelDiscription1"; this.labelDiscription1.Size = new System.Drawing.Size(561, 20); this.labelDiscription1.TabIndex = 138; this.labelDiscription1.Text = "- Parity Bit : None, Data Bits : 8, Stop Bits : 1"; this.labelDiscription1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelDiscription1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDiscription1.Wordwrap = false; // // labelSlaveID // this.labelSlaveID.BackColor = System.Drawing.SystemColors.Window; this.labelSlaveID.BackPictureBox = null; this.labelSlaveID.BackPictureBox1 = null; this.labelSlaveID.BackPictureBox2 = null; this.labelSlaveID.BorderColor = System.Drawing.Color.Black; this.labelSlaveID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelSlaveID.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); this.labelSlaveID.InitVisible = true; this.labelSlaveID.LineSpacing = 0F; this.labelSlaveID.Location = new System.Drawing.Point(288, 80); this.labelSlaveID.Name = "labelSlaveID"; this.labelSlaveID.Size = new System.Drawing.Size(90, 30); this.labelSlaveID.TabIndex = 136; this.labelSlaveID.Text = "1"; this.labelSlaveID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelSlaveID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelSlaveID.Wordwrap = false; this.labelSlaveID.Click += new System.EventHandler(this.labelSlaveID_Click); // // labelTitleSlaveID // this.labelTitleSlaveID.BackPictureBox1 = null; this.labelTitleSlaveID.BackPictureBox2 = this.smartGroupBox1; this.labelTitleSlaveID.BorderColor = System.Drawing.Color.Black; this.labelTitleSlaveID.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleSlaveID.Enabled = false; this.labelTitleSlaveID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelTitleSlaveID.ForeColor = System.Drawing.Color.White; this.labelTitleSlaveID.InitVisible = true; this.labelTitleSlaveID.LineSpacing = 0F; this.labelTitleSlaveID.Location = new System.Drawing.Point(134, 80); this.labelTitleSlaveID.Name = "labelTitleSlaveID"; this.labelTitleSlaveID.Size = new System.Drawing.Size(148, 30); this.labelTitleSlaveID.TabIndex = 107; this.labelTitleSlaveID.Text = "Slave ID"; this.labelTitleSlaveID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleSlaveID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleSlaveID.Wordwrap = false; // // ControlConfiModbus // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.smartGroupBox1); this.Name = "ControlConfiModbus"; this.Size = new System.Drawing.Size(710, 253); this.smartGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartLabel labelTitleSlaveID; public SmartX.SmartLabel labelSlaveID; private SmartX.SmartLabel labelDiscription1; private SmartX.SmartLabel labelTitleFunctions; private System.Windows.Forms.ComboBox comboBoxRole; public SmartX.SmartLabel labelReadTimeout; private SmartX.SmartLabel smartLabel6; private SmartX.SmartLabel labelDiscription2; public SmartX.SmartLabel labelStartAddress; private SmartX.SmartLabel labelTitleStartAddress; public SmartX.SmartLabel labelFunctions; private SmartX.SmartLabel smartLabel2; } }