namespace IBox.WinFrmUI { partial class ProtocolOML { /// /// 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.textEditIP = new DevExpress.XtraEditors.TextEdit(); this.textEditPort = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditIP.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditPort.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); this.SuspendLayout(); // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.textEditIP); this.dataLayoutControl1.Controls.Add(this.textEditPort); 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(761, 554); this.dataLayoutControl1.TabIndex = 0; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // textEditIP // this.textEditIP.Location = new System.Drawing.Point(72, 12); this.textEditIP.Name = "textEditIP"; this.textEditIP.Size = new System.Drawing.Size(306, 20); this.textEditIP.StyleController = this.dataLayoutControl1; this.textEditIP.TabIndex = 6; // // textEditPort // this.textEditPort.Location = new System.Drawing.Point(442, 12); this.textEditPort.Name = "textEditPort"; this.textEditPort.Size = new System.Drawing.Size(307, 20); this.textEditPort.StyleController = this.dataLayoutControl1; this.textEditPort.TabIndex = 7; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem3}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(761, 554); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.textEditIP; this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem1.CustomizationFormText = "IP地址:"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(370, 534); this.layoutControlItem1.Text = "IP地址:"; this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.textEditPort; this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem3.CustomizationFormText = "端口号:"; this.layoutControlItem3.Location = new System.Drawing.Point(370, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(371, 534); this.layoutControlItem3.Text = "端口号:"; this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14); // // ProtocolOML // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dataLayoutControl1); this.Name = "ProtocolOML"; this.Size = new System.Drawing.Size(761, 554); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEditIP.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditPort.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).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 textEditIP; private DevExpress.XtraEditors.TextEdit textEditPort; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; } }