namespace IBox.WinFrmUI { partial class ProtocolModbus { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.textEditPort = new DevExpress.XtraEditors.TextEdit(); this.textEditBaudRate = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.textEditDataBits = new DevExpress.XtraEditors.TextEdit(); this.textEditStopBits = new DevExpress.XtraEditors.TextEdit(); this.textEditParity = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.textEditStationNumber = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditPort.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditBaudRate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditDataBits.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditStopBits.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditStationNumber.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); this.SuspendLayout(); // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.textEditPort); this.dataLayoutControl1.Controls.Add(this.textEditBaudRate); this.dataLayoutControl1.Controls.Add(this.textEditDataBits); this.dataLayoutControl1.Controls.Add(this.textEditStopBits); this.dataLayoutControl1.Controls.Add(this.textEditParity); this.dataLayoutControl1.Controls.Add(this.textEditStationNumber); this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); this.dataLayoutControl1.Name = "dataLayoutControl1"; this.dataLayoutControl1.Root = this.Root; this.dataLayoutControl1.Size = new System.Drawing.Size(822, 635); this.dataLayoutControl1.TabIndex = 0; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // textEditPort // this.textEditPort.Location = new System.Drawing.Point(84, 12); this.textEditPort.Name = "textEditPort"; this.textEditPort.Size = new System.Drawing.Size(325, 20); this.textEditPort.StyleController = this.dataLayoutControl1; this.textEditPort.TabIndex = 7; // // textEditBaudRate // this.textEditBaudRate.Location = new System.Drawing.Point(485, 12); this.textEditBaudRate.Name = "textEditBaudRate"; this.textEditBaudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.textEditBaudRate.Size = new System.Drawing.Size(325, 20); this.textEditBaudRate.StyleController = this.dataLayoutControl1; this.textEditBaudRate.TabIndex = 11; // // textEditDataBits // this.textEditDataBits.EditValue = "8"; this.textEditDataBits.Location = new System.Drawing.Point(485, 36); this.textEditDataBits.Name = "textEditDataBits"; this.textEditDataBits.Size = new System.Drawing.Size(325, 20); this.textEditDataBits.StyleController = this.dataLayoutControl1; this.textEditDataBits.TabIndex = 12; // // textEditStopBits // this.textEditStopBits.EditValue = "1"; this.textEditStopBits.Location = new System.Drawing.Point(84, 60); this.textEditStopBits.Name = "textEditStopBits"; this.textEditStopBits.Size = new System.Drawing.Size(325, 20); this.textEditStopBits.StyleController = this.dataLayoutControl1; this.textEditStopBits.TabIndex = 13; // // textEditParity // this.textEditParity.Location = new System.Drawing.Point(485, 60); this.textEditParity.Name = "textEditParity"; this.textEditParity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.textEditParity.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无", "0", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("奇", "1", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("偶", "2", -1)}); this.textEditParity.Properties.NullText = "无"; this.textEditParity.Size = new System.Drawing.Size(325, 20); this.textEditParity.StyleController = this.dataLayoutControl1; this.textEditParity.TabIndex = 14; // // textEditStationNumber // this.textEditStationNumber.EditValue = "1"; this.textEditStationNumber.Location = new System.Drawing.Point(84, 36); this.textEditStationNumber.Name = "textEditStationNumber"; this.textEditStationNumber.Size = new System.Drawing.Size(325, 20); this.textEditStationNumber.StyleController = this.dataLayoutControl1; this.textEditStationNumber.TabIndex = 15; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem8, this.layoutControlItem9, this.layoutControlItem10, this.layoutControlItem11, this.layoutControlItem7, this.layoutControlItem3}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(822, 635); this.Root.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.textEditDataBits; this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem8.CustomizationFormText = "数据位:"; this.layoutControlItem8.Location = new System.Drawing.Point(401, 24); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(401, 24); this.layoutControlItem8.Text = "数据位:"; this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 14); // // layoutControlItem9 // this.layoutControlItem9.Control = this.textEditStopBits; this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem9.CustomizationFormText = "停止位:"; this.layoutControlItem9.Location = new System.Drawing.Point(0, 48); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(401, 567); this.layoutControlItem9.Text = "停止位:"; this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 14); // // layoutControlItem10 // this.layoutControlItem10.Control = this.textEditParity; this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem10.CustomizationFormText = "奇偶校验:"; this.layoutControlItem10.Location = new System.Drawing.Point(401, 48); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(401, 567); this.layoutControlItem10.Text = "奇偶校验:"; this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 14); // // layoutControlItem11 // this.layoutControlItem11.Control = this.textEditStationNumber; this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem11.CustomizationFormText = "站号:"; this.layoutControlItem11.Location = new System.Drawing.Point(0, 24); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.Size = new System.Drawing.Size(401, 24); this.layoutControlItem11.Text = "站号:"; this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 14); // // layoutControlItem7 // this.layoutControlItem7.Control = this.textEditBaudRate; this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem7.CustomizationFormText = "波特率:"; this.layoutControlItem7.Location = new System.Drawing.Point(401, 0); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(401, 24); this.layoutControlItem7.Text = "波特率:"; this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.textEditPort; this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem3.CustomizationFormText = "端口号:"; this.layoutControlItem3.Location = new System.Drawing.Point(0, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(401, 24); this.layoutControlItem3.Text = "端口号:"; this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14); // // ProtocolModbus // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dataLayoutControl1); this.Name = "ProtocolModbus"; this.Size = new System.Drawing.Size(822, 635); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEditPort.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditBaudRate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditDataBits.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditStopBits.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditStationNumber.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.TextEdit textEditPort; private DevExpress.XtraEditors.ImageComboBoxEdit textEditBaudRate; private DevExpress.XtraEditors.TextEdit textEditDataBits; private DevExpress.XtraEditors.TextEdit textEditStopBits; private DevExpress.XtraEditors.ImageComboBoxEdit textEditParity; private DevExpress.XtraEditors.TextEdit textEditStationNumber; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; } }