namespace HStation.WinFrmUI.Xhs
{
partial class AddProjectDlg
{
///
/// 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()
{
components = new Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
mapSetSimpleMarkerContainer1 = new MapSetSimpleMarkerContainer();
TextProjectName = new DevExpress.XtraEditors.TextEdit();
TextAddress = new DevExpress.XtraEditors.TextEdit();
TextCustomerName = new DevExpress.XtraEditors.TextEdit();
TextTagName = new DevExpress.XtraEditors.TextEdit();
BtnCancel = new DevExpress.XtraEditors.SimpleButton();
BtnOk = new DevExpress.XtraEditors.SimpleButton();
TextDescription = new DevExpress.XtraEditors.MemoEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)TextProjectName.Properties).BeginInit();
((ISupportInitialize)TextAddress.Properties).BeginInit();
((ISupportInitialize)TextCustomerName.Properties).BeginInit();
((ISupportInitialize)TextTagName.Properties).BeginInit();
((ISupportInitialize)TextDescription.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
((ISupportInitialize)layoutControlItem7).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)tabbedControlGroup1).BeginInit();
((ISupportInitialize)layoutControlGroup2).BeginInit();
((ISupportInitialize)layoutControlItem8).BeginInit();
((ISupportInitialize)layoutControlGroup1).BeginInit();
((ISupportInitialize)layoutControlItem5).BeginInit();
((ISupportInitialize)dxErrorProvider1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(mapSetSimpleMarkerContainer1);
layoutControl1.Controls.Add(TextProjectName);
layoutControl1.Controls.Add(TextAddress);
layoutControl1.Controls.Add(TextCustomerName);
layoutControl1.Controls.Add(TextTagName);
layoutControl1.Controls.Add(BtnCancel);
layoutControl1.Controls.Add(BtnOk);
layoutControl1.Controls.Add(TextDescription);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(982, 129, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(687, 456);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// mapSetSimpleMarkerContainer1
//
mapSetSimpleMarkerContainer1.BorderColor = Color.LightGray;
mapSetSimpleMarkerContainer1.BorderWidth = 1;
mapSetSimpleMarkerContainer1.Location = new Point(24, 144);
mapSetSimpleMarkerContainer1.Margin = new Padding(3, 2, 3, 2);
mapSetSimpleMarkerContainer1.Name = "mapSetSimpleMarkerContainer1";
mapSetSimpleMarkerContainer1.ShowBorder = false;
mapSetSimpleMarkerContainer1.Size = new Size(639, 262);
mapSetSimpleMarkerContainer1.TabIndex = 8;
//
// TextProjectName
//
TextProjectName.Location = new Point(76, 12);
TextProjectName.Name = "TextProjectName";
TextProjectName.Size = new Size(599, 20);
TextProjectName.StyleController = layoutControl1;
TextProjectName.TabIndex = 0;
//
// TextAddress
//
TextAddress.Location = new Point(76, 84);
TextAddress.Name = "TextAddress";
TextAddress.Size = new Size(599, 20);
TextAddress.StyleController = layoutControl1;
TextAddress.TabIndex = 2;
//
// TextCustomerName
//
TextCustomerName.Location = new Point(76, 36);
TextCustomerName.Name = "TextCustomerName";
TextCustomerName.Size = new Size(599, 20);
TextCustomerName.StyleController = layoutControl1;
TextCustomerName.TabIndex = 3;
//
// TextTagName
//
TextTagName.Location = new Point(76, 60);
TextTagName.Name = "TextTagName";
TextTagName.Size = new Size(599, 20);
TextTagName.StyleController = layoutControl1;
TextTagName.TabIndex = 4;
//
// BtnCancel
//
BtnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
BtnCancel.Appearance.Options.UseBackColor = true;
BtnCancel.DialogResult = DialogResult.Cancel;
BtnCancel.Location = new Point(583, 422);
BtnCancel.Name = "BtnCancel";
BtnCancel.Size = new Size(92, 22);
BtnCancel.StyleController = layoutControl1;
BtnCancel.TabIndex = 7;
BtnCancel.Text = "取消";
//
// BtnOk
//
BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
BtnOk.Appearance.Options.UseBackColor = true;
BtnOk.Location = new Point(488, 422);
BtnOk.Name = "BtnOk";
BtnOk.Size = new Size(91, 22);
BtnOk.StyleController = layoutControl1;
BtnOk.TabIndex = 6;
BtnOk.Text = "确定";
BtnOk.Click += BtnOk_Click;
//
// TextDescription
//
TextDescription.Location = new Point(24, 144);
TextDescription.Name = "TextDescription";
TextDescription.Size = new Size(639, 262);
TextDescription.StyleController = layoutControl1;
TextDescription.TabIndex = 5;
//
// Root
//
Root.AppearanceItemCaption.Options.UseTextOptions = true;
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem4, layoutControlItem6, emptySpaceItem1, layoutControlItem7, layoutControlItem2, tabbedControlGroup1 });
Root.Name = "Root";
Root.Size = new Size(687, 456);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = TextProjectName;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(667, 24);
layoutControlItem1.Text = "项目名称:";
layoutControlItem1.TextSize = new Size(52, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = TextCustomerName;
layoutControlItem3.Location = new Point(0, 24);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(667, 24);
layoutControlItem3.Text = "客户名称:";
layoutControlItem3.TextSize = new Size(52, 14);
//
// layoutControlItem4
//
layoutControlItem4.Control = TextTagName;
layoutControlItem4.Location = new Point(0, 48);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(667, 24);
layoutControlItem4.Text = "标签:";
layoutControlItem4.TextSize = new Size(52, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = BtnCancel;
layoutControlItem6.Location = new Point(571, 410);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(96, 26);
layoutControlItem6.TextSize = new Size(0, 0);
layoutControlItem6.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 410);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(476, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem7
//
layoutControlItem7.Control = BtnOk;
layoutControlItem7.Location = new Point(476, 410);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(95, 26);
layoutControlItem7.TextSize = new Size(0, 0);
layoutControlItem7.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = TextAddress;
layoutControlItem2.Location = new Point(0, 72);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(667, 24);
layoutControlItem2.Text = "详细地址:";
layoutControlItem2.TextSize = new Size(52, 14);
//
// tabbedControlGroup1
//
tabbedControlGroup1.Location = new Point(0, 96);
tabbedControlGroup1.Name = "tabbedControlGroup1";
tabbedControlGroup1.SelectedTabPage = layoutControlGroup2;
tabbedControlGroup1.Size = new Size(667, 314);
tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup2, layoutControlGroup1 });
tabbedControlGroup1.Text = "说明";
//
// layoutControlGroup2
//
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem8 });
layoutControlGroup2.Location = new Point(0, 0);
layoutControlGroup2.Name = "layoutControlGroup2";
layoutControlGroup2.Size = new Size(643, 266);
layoutControlGroup2.Text = "地图选择";
//
// layoutControlItem8
//
layoutControlItem8.Control = mapSetSimpleMarkerContainer1;
layoutControlItem8.Location = new Point(0, 0);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new Size(643, 266);
layoutControlItem8.TextSize = new Size(0, 0);
layoutControlItem8.TextVisible = false;
//
// layoutControlGroup1
//
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "layoutControlGroup1";
layoutControlGroup1.Size = new Size(643, 266);
layoutControlGroup1.Text = "说明";
//
// layoutControlItem5
//
layoutControlItem5.Control = TextDescription;
layoutControlItem5.Location = new Point(0, 0);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(643, 266);
layoutControlItem5.Text = "说明:";
layoutControlItem5.TextSize = new Size(0, 0);
layoutControlItem5.TextVisible = false;
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// AddProjectDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(687, 456);
Controls.Add(layoutControl1);
Name = "AddProjectDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "添加项目";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)TextProjectName.Properties).EndInit();
((ISupportInitialize)TextAddress.Properties).EndInit();
((ISupportInitialize)TextCustomerName.Properties).EndInit();
((ISupportInitialize)TextTagName.Properties).EndInit();
((ISupportInitialize)TextDescription.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
((ISupportInitialize)layoutControlItem7).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)tabbedControlGroup1).EndInit();
((ISupportInitialize)layoutControlGroup2).EndInit();
((ISupportInitialize)layoutControlItem8).EndInit();
((ISupportInitialize)layoutControlGroup1).EndInit();
((ISupportInitialize)layoutControlItem5).EndInit();
((ISupportInitialize)dxErrorProvider1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.TextEdit TextProjectName;
private DevExpress.XtraEditors.TextEdit TextAddress;
private DevExpress.XtraEditors.TextEdit TextCustomerName;
private DevExpress.XtraEditors.TextEdit TextTagName;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.SimpleButton BtnCancel;
private DevExpress.XtraEditors.SimpleButton BtnOk;
private DevExpress.XtraEditors.MemoEdit TextDescription;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private MapSetSimpleMarkerContainer mapSetSimpleMarkerContainer1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
}
}