namespace IBox.WinFrmUI
|
{
|
partial class ProtocolXMZ
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.textEditIP = new DevExpress.XtraEditors.TextEdit();
|
this.textEditPort = new DevExpress.XtraEditors.TextEdit();
|
this.textEditRackNumber = new DevExpress.XtraEditors.TextEdit();
|
this.textEditSlotNumber = new DevExpress.XtraEditors.TextEdit();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem6 = 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.textEditRackNumber.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEditSlotNumber.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.textEditIP);
|
this.dataLayoutControl1.Controls.Add(this.textEditPort);
|
this.dataLayoutControl1.Controls.Add(this.textEditRackNumber);
|
this.dataLayoutControl1.Controls.Add(this.textEditSlotNumber);
|
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(562, 428);
|
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(206, 20);
|
this.textEditIP.StyleController = this.dataLayoutControl1;
|
this.textEditIP.TabIndex = 6;
|
//
|
// textEditPort
|
//
|
this.textEditPort.Location = new System.Drawing.Point(342, 12);
|
this.textEditPort.Name = "textEditPort";
|
this.textEditPort.Size = new System.Drawing.Size(208, 20);
|
this.textEditPort.StyleController = this.dataLayoutControl1;
|
this.textEditPort.TabIndex = 7;
|
//
|
// textEditRackNumber
|
//
|
this.textEditRackNumber.EditValue = "0";
|
this.textEditRackNumber.Location = new System.Drawing.Point(72, 36);
|
this.textEditRackNumber.Name = "textEditRackNumber";
|
this.textEditRackNumber.Size = new System.Drawing.Size(206, 20);
|
this.textEditRackNumber.StyleController = this.dataLayoutControl1;
|
this.textEditRackNumber.TabIndex = 9;
|
//
|
// textEditSlotNumber
|
//
|
this.textEditSlotNumber.EditValue = "0";
|
this.textEditSlotNumber.Location = new System.Drawing.Point(342, 36);
|
this.textEditSlotNumber.Name = "textEditSlotNumber";
|
this.textEditSlotNumber.Size = new System.Drawing.Size(208, 20);
|
this.textEditSlotNumber.StyleController = this.dataLayoutControl1;
|
this.textEditSlotNumber.TabIndex = 10;
|
//
|
// 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.layoutControlItem5,
|
this.layoutControlItem6});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(562, 428);
|
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(270, 24);
|
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(270, 0);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(272, 24);
|
this.layoutControlItem3.Text = "端口号:";
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
|
//
|
// layoutControlItem5
|
//
|
this.layoutControlItem5.Control = this.textEditRackNumber;
|
this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.layoutControlItem5.CustomizationFormText = "机架号:";
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 24);
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
this.layoutControlItem5.Size = new System.Drawing.Size(270, 384);
|
this.layoutControlItem5.Text = "机架号:";
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
|
//
|
// layoutControlItem6
|
//
|
this.layoutControlItem6.Control = this.textEditSlotNumber;
|
this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.layoutControlItem6.CustomizationFormText = "槽号:";
|
this.layoutControlItem6.Location = new System.Drawing.Point(270, 24);
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
this.layoutControlItem6.Size = new System.Drawing.Size(272, 384);
|
this.layoutControlItem6.Text = "槽号:";
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
|
//
|
// ProtocolXMZ
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.dataLayoutControl1);
|
this.Name = "ProtocolXMZ";
|
this.Size = new System.Drawing.Size(562, 428);
|
((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.textEditRackNumber.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEditSlotNumber.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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.XtraEditors.TextEdit textEditRackNumber;
|
private DevExpress.XtraEditors.TextEdit textEditSlotNumber;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
}
|
}
|