namespace PBS.WinFrmUI.Box
|
{
|
partial class ChoiceFacilityDlg
|
{
|
/// <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 Windows Form 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()
|
{
|
components = new System.ComponentModel.Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
imageComboBoxEdit1 = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
TxtConnectionAddress = new DevExpress.XtraEditors.TextEdit();
|
imageComboxConnectType = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
BtnOk = new DevExpress.XtraEditors.SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)TxtConnectionAddress.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)imageComboxConnectType.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(imageComboBoxEdit1);
|
layoutControl1.Controls.Add(TxtConnectionAddress);
|
layoutControl1.Controls.Add(imageComboxConnectType);
|
layoutControl1.Controls.Add(BtnOk);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(428, 146);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// imageComboBoxEdit1
|
//
|
imageComboBoxEdit1.Location = new Point(89, 12);
|
imageComboBoxEdit1.Name = "imageComboBoxEdit1";
|
imageComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
imageComboBoxEdit1.Size = new Size(327, 24);
|
imageComboBoxEdit1.StyleController = layoutControl1;
|
imageComboBoxEdit1.TabIndex = 0;
|
imageComboBoxEdit1.SelectedIndexChanged += imageComboBoxEdit1_SelectedIndexChanged;
|
//
|
// TxtConnectionAddress
|
//
|
TxtConnectionAddress.Location = new Point(89, 68);
|
TxtConnectionAddress.Name = "TxtConnectionAddress";
|
TxtConnectionAddress.Properties.ReadOnly = true;
|
TxtConnectionAddress.Size = new Size(327, 24);
|
TxtConnectionAddress.StyleController = layoutControl1;
|
TxtConnectionAddress.TabIndex = 3;
|
//
|
// imageComboxConnectType
|
//
|
imageComboxConnectType.Location = new Point(89, 40);
|
imageComboxConnectType.Name = "imageComboxConnectType";
|
imageComboxConnectType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
imageComboxConnectType.Properties.ReadOnly = true;
|
imageComboxConnectType.Size = new Size(327, 24);
|
imageComboxConnectType.StyleController = layoutControl1;
|
imageComboxConnectType.TabIndex = 2;
|
//
|
// BtnOk
|
//
|
BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
BtnOk.Appearance.Options.UseBackColor = true;
|
BtnOk.Location = new Point(356, 96);
|
BtnOk.Name = "BtnOk";
|
BtnOk.Size = new Size(60, 27);
|
BtnOk.StyleController = layoutControl1;
|
BtnOk.TabIndex = 4;
|
BtnOk.Text = "确定";
|
BtnOk.Click += BtnOk_Click;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem2, emptySpaceItem1, layoutControlItem4 });
|
Root.Name = "Root";
|
Root.Size = new Size(428, 146);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = imageComboBoxEdit1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(408, 28);
|
layoutControlItem1.Text = "设施:";
|
layoutControlItem1.TextSize = new Size(65, 18);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = TxtConnectionAddress;
|
layoutControlItem3.Location = new Point(0, 56);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(408, 28);
|
layoutControlItem3.Text = "IP地址:";
|
layoutControlItem3.TextSize = new Size(65, 18);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = imageComboxConnectType;
|
layoutControlItem2.Location = new Point(0, 28);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(408, 28);
|
layoutControlItem2.Text = "连接方式:";
|
layoutControlItem2.TextSize = new Size(65, 18);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 84);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(344, 42);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = BtnOk;
|
layoutControlItem4.Location = new Point(344, 84);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(64, 42);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// ChoiceFacilityDlg
|
//
|
AutoScaleDimensions = new SizeF(8F, 18F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(428, 146);
|
Controls.Add(layoutControl1);
|
MaximizeBox = false;
|
MinimizeBox = false;
|
Name = "ChoiceFacilityDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "选择设施";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)TxtConnectionAddress.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)imageComboxConnectType.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEdit1;
|
private DevExpress.XtraEditors.TextEdit TxtConnectionAddress;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboxConnectType;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraEditors.SimpleButton BtnOk;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
}
|
}
|