namespace PBS.WinFrmUI.Hydro
|
{
|
partial class SelectBackgroundImageCtrl
|
{
|
/// <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()
|
{
|
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
|
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
this.textEdit5 = new DevExpress.XtraEditors.TextEdit();
|
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
|
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
|
this.dataLayoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.simpleButton3);
|
this.dataLayoutControl1.Controls.Add(this.pictureEdit1);
|
this.dataLayoutControl1.Controls.Add(this.textEdit5);
|
this.dataLayoutControl1.Controls.Add(this.textEdit4);
|
this.dataLayoutControl1.Controls.Add(this.textEdit3);
|
this.dataLayoutControl1.Controls.Add(this.textEdit2);
|
this.dataLayoutControl1.Controls.Add(this.simpleButton1);
|
this.dataLayoutControl1.Controls.Add(this.simpleButton2);
|
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(4);
|
this.dataLayoutControl1.Name = "dataLayoutControl1";
|
this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1029, 0, 650, 400);
|
this.dataLayoutControl1.Root = this.Root;
|
this.dataLayoutControl1.Size = new System.Drawing.Size(482, 209);
|
this.dataLayoutControl1.TabIndex = 0;
|
this.dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// simpleButton3
|
//
|
this.simpleButton3.Location = new System.Drawing.Point(256, 175);
|
this.simpleButton3.Name = "simpleButton3";
|
this.simpleButton3.Size = new System.Drawing.Size(103, 22);
|
this.simpleButton3.StyleController = this.dataLayoutControl1;
|
this.simpleButton3.TabIndex = 13;
|
this.simpleButton3.Text = "应用";
|
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
|
//
|
// pictureEdit1
|
//
|
this.pictureEdit1.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.pictureEdit1.Location = new System.Drawing.Point(12, 12);
|
this.pictureEdit1.Name = "pictureEdit1";
|
this.pictureEdit1.Properties.NullText = "选择背景图片";
|
this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
|
this.pictureEdit1.Size = new System.Drawing.Size(140, 159);
|
this.pictureEdit1.StyleController = this.dataLayoutControl1;
|
this.pictureEdit1.TabIndex = 9;
|
this.pictureEdit1.Click += new System.EventHandler(this.pictureEdit1_Click);
|
//
|
// textEdit5
|
//
|
this.textEdit5.Location = new System.Drawing.Point(250, 84);
|
this.textEdit5.Margin = new System.Windows.Forms.Padding(4);
|
this.textEdit5.Name = "textEdit5";
|
this.textEdit5.Size = new System.Drawing.Size(220, 20);
|
this.textEdit5.StyleController = this.dataLayoutControl1;
|
this.textEdit5.TabIndex = 8;
|
//
|
// textEdit4
|
//
|
this.textEdit4.Location = new System.Drawing.Point(250, 60);
|
this.textEdit4.Margin = new System.Windows.Forms.Padding(4);
|
this.textEdit4.Name = "textEdit4";
|
this.textEdit4.Size = new System.Drawing.Size(220, 20);
|
this.textEdit4.StyleController = this.dataLayoutControl1;
|
this.textEdit4.TabIndex = 7;
|
//
|
// textEdit3
|
//
|
this.textEdit3.EditValue = "0";
|
this.textEdit3.Location = new System.Drawing.Point(250, 36);
|
this.textEdit3.Margin = new System.Windows.Forms.Padding(4);
|
this.textEdit3.Name = "textEdit3";
|
this.textEdit3.Size = new System.Drawing.Size(220, 20);
|
this.textEdit3.StyleController = this.dataLayoutControl1;
|
this.textEdit3.TabIndex = 6;
|
//
|
// textEdit2
|
//
|
this.textEdit2.EditValue = "0";
|
this.textEdit2.Location = new System.Drawing.Point(250, 12);
|
this.textEdit2.Margin = new System.Windows.Forms.Padding(4);
|
this.textEdit2.Name = "textEdit2";
|
this.textEdit2.Size = new System.Drawing.Size(220, 20);
|
this.textEdit2.StyleController = this.dataLayoutControl1;
|
this.textEdit2.TabIndex = 5;
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Location = new System.Drawing.Point(156, 175);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(96, 22);
|
this.simpleButton1.StyleController = this.dataLayoutControl1;
|
this.simpleButton1.TabIndex = 10;
|
this.simpleButton1.Text = "确定";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// simpleButton2
|
//
|
this.simpleButton2.Location = new System.Drawing.Point(363, 175);
|
this.simpleButton2.Name = "simpleButton2";
|
this.simpleButton2.Size = new System.Drawing.Size(107, 22);
|
this.simpleButton2.StyleController = this.dataLayoutControl1;
|
this.simpleButton2.TabIndex = 11;
|
this.simpleButton2.Text = "取消";
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem6,
|
this.layoutControlItem2,
|
this.layoutControlItem4,
|
this.layoutControlItem5,
|
this.layoutControlItem3,
|
this.layoutControlItem1,
|
this.layoutControlItem7,
|
this.emptySpaceItem1,
|
this.emptySpaceItem3,
|
this.layoutControlItem9});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(482, 209);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem6
|
//
|
this.layoutControlItem6.Control = this.pictureEdit1;
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
this.layoutControlItem6.Size = new System.Drawing.Size(144, 163);
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem6.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.textEdit2;
|
this.layoutControlItem2.Location = new System.Drawing.Point(144, 0);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(318, 24);
|
this.layoutControlItem2.Text = "初始坐标X:";
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(82, 14);
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.textEdit4;
|
this.layoutControlItem4.CustomizationFormText = "底图宽度(米):";
|
this.layoutControlItem4.Location = new System.Drawing.Point(144, 48);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(318, 24);
|
this.layoutControlItem4.Text = "底图宽度(米):";
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(82, 14);
|
//
|
// layoutControlItem5
|
//
|
this.layoutControlItem5.Control = this.textEdit5;
|
this.layoutControlItem5.Location = new System.Drawing.Point(144, 72);
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
this.layoutControlItem5.Size = new System.Drawing.Size(318, 24);
|
this.layoutControlItem5.Text = "底图高度(米):";
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(82, 14);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.textEdit3;
|
this.layoutControlItem3.Location = new System.Drawing.Point(144, 24);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(318, 24);
|
this.layoutControlItem3.Text = "初始坐标Y:";
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(82, 14);
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.simpleButton1;
|
this.layoutControlItem1.Location = new System.Drawing.Point(144, 163);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(100, 26);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
this.layoutControlItem1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
//
|
// layoutControlItem7
|
//
|
this.layoutControlItem7.Control = this.simpleButton2;
|
this.layoutControlItem7.Location = new System.Drawing.Point(351, 163);
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
this.layoutControlItem7.Size = new System.Drawing.Size(111, 26);
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem7.TextVisible = false;
|
this.layoutControlItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 163);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(144, 26);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// emptySpaceItem3
|
//
|
this.emptySpaceItem3.AllowHotTrack = false;
|
this.emptySpaceItem3.Location = new System.Drawing.Point(144, 96);
|
this.emptySpaceItem3.Name = "emptySpaceItem3";
|
this.emptySpaceItem3.Size = new System.Drawing.Size(318, 67);
|
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem9
|
//
|
this.layoutControlItem9.Control = this.simpleButton3;
|
this.layoutControlItem9.Location = new System.Drawing.Point(244, 163);
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
this.layoutControlItem9.Size = new System.Drawing.Size(107, 26);
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem9.TextVisible = false;
|
//
|
// SelectBackgroundImageCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.dataLayoutControl1);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "SelectBackgroundImageCtrl";
|
this.Size = new System.Drawing.Size(482, 209);
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
|
this.dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
|
private DevExpress.XtraEditors.TextEdit textEdit5;
|
private DevExpress.XtraEditors.TextEdit textEdit4;
|
private DevExpress.XtraEditors.TextEdit textEdit3;
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|
private DevExpress.XtraEditors.SimpleButton simpleButton3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
}
|
}
|