namespace HStation.WinFrmUI
|
{
|
partial class SetXhsProjectMapDlg
|
{
|
/// <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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
|
mapSetSimpleMarkerContainer1 = new MapSetSimpleMarkerContainer();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
txtAddress = new TextEdit();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)txtAddress.Properties).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(txtAddress);
|
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
|
layoutControl1.Controls.Add(mapSetSimpleMarkerContainer1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(830, 533);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// generalOkAndCancelCtrl1
|
//
|
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.Location = new Point(12, 495);
|
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
|
generalOkAndCancelCtrl1.Size = new Size(806, 26);
|
generalOkAndCancelCtrl1.TabIndex = 3;
|
//
|
// mapSetSimpleMarkerContainer1
|
//
|
mapSetSimpleMarkerContainer1.BorderColor = Color.LightGray;
|
mapSetSimpleMarkerContainer1.BorderWidth = 1;
|
mapSetSimpleMarkerContainer1.Location = new Point(12, 12);
|
mapSetSimpleMarkerContainer1.Margin = new Padding(3, 2, 3, 2);
|
mapSetSimpleMarkerContainer1.Name = "mapSetSimpleMarkerContainer1";
|
mapSetSimpleMarkerContainer1.ShowBorder = true;
|
mapSetSimpleMarkerContainer1.Size = new Size(806, 455);
|
mapSetSimpleMarkerContainer1.TabIndex = 0;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 });
|
Root.Name = "Root";
|
Root.Size = new Size(830, 533);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = mapSetSimpleMarkerContainer1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(810, 459);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = generalOkAndCancelCtrl1;
|
layoutControlItem2.Location = new Point(0, 483);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(810, 30);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// txtAddress
|
//
|
txtAddress.Location = new Point(52, 471);
|
txtAddress.Name = "txtAddress";
|
txtAddress.Size = new Size(766, 20);
|
txtAddress.StyleController = layoutControl1;
|
txtAddress.TabIndex = 2;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = txtAddress;
|
layoutControlItem3.Location = new Point(0, 459);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(810, 24);
|
layoutControlItem3.Text = "地址:";
|
layoutControlItem3.TextSize = new Size(28, 14);
|
//
|
// SetXhsProjectMapDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(830, 533);
|
Controls.Add(layoutControl1);
|
Name = "SetXhsProjectMapDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "设置位置";
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)txtAddress.Properties).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private MapSetSimpleMarkerContainer mapSetSimpleMarkerContainer1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private TextEdit txtAddress;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
}
|
}
|