namespace GCAS
{
partial class NewDeviceForm
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewDeviceForm));
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.text_name = new DevExpress.XtraEditors.TextEdit();
this.text_ip = new DevExpress.XtraEditors.TextEdit();
this.btn_save = new DevExpress.XtraEditors.SimpleButton();
this.btn_cancel = new DevExpress.XtraEditors.SimpleButton();
this.text_port = new DevExpress.XtraEditors.TextEdit();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.text_name.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.text_ip.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.text_port.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
resources.ApplyResources(this.layoutControl1, "layoutControl1");
this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta")));
this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta")));
this.layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode")));
this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.Image")));
this.layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta")));
this.layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta")));
this.layoutControl1.Appearance.DisabledLayoutItem.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.GradientMode")));
this.layoutControl1.Appearance.DisabledLayoutItem.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.Image")));
this.layoutControl1.Controls.Add(this.text_name);
this.layoutControl1.Controls.Add(this.text_ip);
this.layoutControl1.Controls.Add(this.btn_save);
this.layoutControl1.Controls.Add(this.btn_cancel);
this.layoutControl1.Controls.Add(this.text_port);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1109, 285, 650, 400);
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta")));
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta")));
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode")));
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.Image")));
this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta")));
this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta")));
this.layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode")));
this.layoutControl1.OptionsPrint.AppearanceItemCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.Image")));
this.layoutControl1.Root = this.layoutControlGroup1;
//
// text_name
//
resources.ApplyResources(this.text_name, "text_name");
this.text_name.Name = "text_name";
this.text_name.Properties.AccessibleDescription = resources.GetString("text_name.Properties.AccessibleDescription");
this.text_name.Properties.AccessibleName = resources.GetString("text_name.Properties.AccessibleName");
this.text_name.Properties.AutoHeight = ((bool)(resources.GetObject("text_name.Properties.AutoHeight")));
this.text_name.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_name.Properties.Mask.AutoComplete")));
this.text_name.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_name.Properties.Mask.BeepOnError")));
this.text_name.Properties.Mask.EditMask = resources.GetString("text_name.Properties.Mask.EditMask");
this.text_name.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_name.Properties.Mask.IgnoreMaskBlank")));
this.text_name.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_name.Properties.Mask.MaskType")));
this.text_name.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_name.Properties.Mask.PlaceHolder")));
this.text_name.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_name.Properties.Mask.SaveLiteral")));
this.text_name.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_name.Properties.Mask.ShowPlaceHolders")));
this.text_name.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_name.Properties.Mask.UseMaskAsDisplayFormat")));
this.text_name.Properties.NullValuePrompt = resources.GetString("text_name.Properties.NullValuePrompt");
this.text_name.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_name.Properties.NullValuePromptShowForEmptyValue")));
this.text_name.StyleController = this.layoutControl1;
this.text_name.Click += new System.EventHandler(this.text_name_Click);
//
// text_ip
//
resources.ApplyResources(this.text_ip, "text_ip");
this.text_ip.Name = "text_ip";
this.text_ip.Properties.AccessibleDescription = resources.GetString("text_ip.Properties.AccessibleDescription");
this.text_ip.Properties.AccessibleName = resources.GetString("text_ip.Properties.AccessibleName");
this.text_ip.Properties.AutoHeight = ((bool)(resources.GetObject("text_ip.Properties.AutoHeight")));
this.text_ip.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_ip.Properties.Mask.AutoComplete")));
this.text_ip.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_ip.Properties.Mask.BeepOnError")));
this.text_ip.Properties.Mask.EditMask = resources.GetString("text_ip.Properties.Mask.EditMask");
this.text_ip.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_ip.Properties.Mask.IgnoreMaskBlank")));
this.text_ip.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_ip.Properties.Mask.MaskType")));
this.text_ip.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_ip.Properties.Mask.PlaceHolder")));
this.text_ip.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_ip.Properties.Mask.SaveLiteral")));
this.text_ip.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_ip.Properties.Mask.ShowPlaceHolders")));
this.text_ip.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_ip.Properties.Mask.UseMaskAsDisplayFormat")));
this.text_ip.Properties.NullValuePrompt = resources.GetString("text_ip.Properties.NullValuePrompt");
this.text_ip.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_ip.Properties.NullValuePromptShowForEmptyValue")));
this.text_ip.StyleController = this.layoutControl1;
this.text_ip.Click += new System.EventHandler(this.text_ip_Click);
//
// btn_save
//
resources.ApplyResources(this.btn_save, "btn_save");
this.btn_save.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btn_save.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_save.ImageOptions.ImageIndex")));
this.btn_save.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_save.ImageOptions.SvgImage")));
this.btn_save.Name = "btn_save";
this.btn_save.StyleController = this.layoutControl1;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
// btn_cancel
//
resources.ApplyResources(this.btn_cancel, "btn_cancel");
this.btn_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_cancel.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_cancel.ImageOptions.ImageIndex")));
this.btn_cancel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_cancel.ImageOptions.SvgImage")));
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.StyleController = this.layoutControl1;
//
// text_port
//
resources.ApplyResources(this.text_port, "text_port");
this.text_port.Name = "text_port";
this.text_port.Properties.AccessibleDescription = resources.GetString("text_port.Properties.AccessibleDescription");
this.text_port.Properties.AccessibleName = resources.GetString("text_port.Properties.AccessibleName");
this.text_port.Properties.AutoHeight = ((bool)(resources.GetObject("text_port.Properties.AutoHeight")));
this.text_port.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_port.Properties.Mask.AutoComplete")));
this.text_port.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_port.Properties.Mask.BeepOnError")));
this.text_port.Properties.Mask.EditMask = resources.GetString("text_port.Properties.Mask.EditMask");
this.text_port.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_port.Properties.Mask.IgnoreMaskBlank")));
this.text_port.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_port.Properties.Mask.MaskType")));
this.text_port.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_port.Properties.Mask.PlaceHolder")));
this.text_port.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_port.Properties.Mask.SaveLiteral")));
this.text_port.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_port.Properties.Mask.ShowPlaceHolders")));
this.text_port.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_port.Properties.Mask.UseMaskAsDisplayFormat")));
this.text_port.Properties.NullValuePrompt = resources.GetString("text_port.Properties.NullValuePrompt");
this.text_port.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_port.Properties.NullValuePromptShowForEmptyValue")));
this.text_port.StyleController = this.layoutControl1;
this.text_port.Click += new System.EventHandler(this.text_port_Click);
//
// layoutControlGroup1
//
this.layoutControlGroup1.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.ImageIndex")));
this.layoutControlGroup1.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.SvgImage")));
this.layoutControlGroup1.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.ImageIndex")));
this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage")));
this.layoutControlGroup1.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.ContentImageOptions.ImageIndex")));
this.layoutControlGroup1.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.ContentImageOptions.SvgImage")));
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem6,
this.layoutControlItem7,
this.emptySpaceItem1,
this.emptySpaceItem2,
this.layoutControlItem3});
this.layoutControlGroup1.Name = "Root";
this.layoutControlGroup1.Size = new System.Drawing.Size(359, 168);
this.layoutControlGroup1.TextVisible = false;
//
// layoutControlItem1
//
resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
this.layoutControlItem1.Control = this.text_name;
this.layoutControlItem1.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem1.ImageOptions.ImageIndex")));
this.layoutControlItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem1.ImageOptions.SvgImage")));
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(404, 0);
this.layoutControlItem1.MinSize = new System.Drawing.Size(116, 40);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(339, 40);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem1.TextSize = new System.Drawing.Size(62, 14);
//
// layoutControlItem2
//
resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
this.layoutControlItem2.Control = this.text_ip;
this.layoutControlItem2.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem2.ImageOptions.ImageIndex")));
this.layoutControlItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem2.ImageOptions.SvgImage")));
this.layoutControlItem2.Location = new System.Drawing.Point(0, 40);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(404, 0);
this.layoutControlItem2.MinSize = new System.Drawing.Size(116, 40);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(339, 40);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem2.TextSize = new System.Drawing.Size(62, 14);
//
// layoutControlItem6
//
resources.ApplyResources(this.layoutControlItem6, "layoutControlItem6");
this.layoutControlItem6.Control = this.btn_save;
this.layoutControlItem6.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem6.ImageOptions.ImageIndex")));
this.layoutControlItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem6.ImageOptions.SvgImage")));
this.layoutControlItem6.Location = new System.Drawing.Point(189, 121);
this.layoutControlItem6.MaxSize = new System.Drawing.Size(70, 27);
this.layoutControlItem6.MinSize = new System.Drawing.Size(70, 27);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(70, 27);
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left;
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// layoutControlItem7
//
resources.ApplyResources(this.layoutControlItem7, "layoutControlItem7");
this.layoutControlItem7.Control = this.btn_cancel;
this.layoutControlItem7.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem7.ImageOptions.ImageIndex")));
this.layoutControlItem7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem7.ImageOptions.SvgImage")));
this.layoutControlItem7.Location = new System.Drawing.Point(269, 121);
this.layoutControlItem7.MaxSize = new System.Drawing.Size(70, 27);
this.layoutControlItem7.MinSize = new System.Drawing.Size(70, 27);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(70, 27);
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left;
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem7.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1");
this.emptySpaceItem1.Location = new System.Drawing.Point(259, 121);
this.emptySpaceItem1.MaxSize = new System.Drawing.Size(10, 27);
this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 27);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(10, 27);
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// emptySpaceItem2
//
this.emptySpaceItem2.AllowHotTrack = false;
resources.ApplyResources(this.emptySpaceItem2, "emptySpaceItem2");
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 121);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Size = new System.Drawing.Size(189, 27);
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem3
//
resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
this.layoutControlItem3.Control = this.text_port;
this.layoutControlItem3.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem3.ImageOptions.ImageIndex")));
this.layoutControlItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem3.ImageOptions.SvgImage")));
this.layoutControlItem3.Location = new System.Drawing.Point(0, 80);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(339, 41);
this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem3.TextSize = new System.Drawing.Size(62, 14);
//
// NewDeviceForm
//
this.AcceptButton = this.btn_save;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btn_cancel;
this.Controls.Add(this.layoutControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "NewDeviceForm";
this.ShowIcon = false;
this.Load += new System.EventHandler(this.NewDeviceForm_Load);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.text_name.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.text_ip.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.text_port.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraEditors.TextEdit text_name;
private DevExpress.XtraEditors.TextEdit text_ip;
private DevExpress.XtraEditors.SimpleButton btn_save;
private DevExpress.XtraEditors.SimpleButton btn_cancel;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraEditors.TextEdit text_port;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
}
}