namespace PBS.WinFrmUI.Hydro
{
partial class SelectModelTemplateDlg
{
///
/// 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();
txtLowerLevel = new TextEdit();
txtHighestLevel = new TextEdit();
txtBottomElevation = new TextEdit();
txtFloorHeight = new TextEdit();
cmbDirection = new ComboBoxEdit();
panelControl1 = new PanelControl();
modelTemplateTreeListCtrl1 = new ModelTemplateTreeListCtrl();
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtLowerLevel.Properties).BeginInit();
((ISupportInitialize)txtHighestLevel.Properties).BeginInit();
((ISupportInitialize)txtBottomElevation.Properties).BeginInit();
((ISupportInitialize)txtFloorHeight.Properties).BeginInit();
((ISupportInitialize)cmbDirection.Properties).BeginInit();
((ISupportInitialize)panelControl1).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)layoutControlGroup1).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlGroup2).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlGroup3).BeginInit();
((ISupportInitialize)layoutControlItem5).BeginInit();
((ISupportInitialize)emptySpaceItem2).BeginInit();
((ISupportInitialize)layoutControlItem8).BeginInit();
((ISupportInitialize)layoutControlItem7).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem9).BeginInit();
((ISupportInitialize)dxErrorProvider1).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(txtLowerLevel);
layoutControl1.Controls.Add(txtHighestLevel);
layoutControl1.Controls.Add(txtBottomElevation);
layoutControl1.Controls.Add(txtFloorHeight);
layoutControl1.Controls.Add(cmbDirection);
layoutControl1.Controls.Add(panelControl1);
layoutControl1.Controls.Add(modelTemplateTreeListCtrl1);
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Margin = new Padding(3, 4, 3, 4);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(558, 222, 650, 628);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(931, 531);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtLowerLevel
//
txtLowerLevel.Location = new Point(803, 49);
txtLowerLevel.Margin = new Padding(3, 4, 3, 4);
txtLowerLevel.Name = "txtLowerLevel";
txtLowerLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtLowerLevel.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtLowerLevel.Properties.MaskSettings.Set("mask", "d");
txtLowerLevel.Size = new Size(106, 24);
txtLowerLevel.StyleController = layoutControl1;
txtLowerLevel.TabIndex = 2;
//
// txtHighestLevel
//
txtHighestLevel.Location = new Point(803, 77);
txtHighestLevel.Margin = new Padding(3, 4, 3, 4);
txtHighestLevel.Name = "txtHighestLevel";
txtHighestLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtHighestLevel.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtHighestLevel.Properties.MaskSettings.Set("mask", "d");
txtHighestLevel.Size = new Size(106, 24);
txtHighestLevel.StyleController = layoutControl1;
txtHighestLevel.TabIndex = 7;
//
// txtBottomElevation
//
txtBottomElevation.Location = new Point(803, 105);
txtBottomElevation.Margin = new Padding(3, 4, 3, 4);
txtBottomElevation.Name = "txtBottomElevation";
txtBottomElevation.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtBottomElevation.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtBottomElevation.Size = new Size(106, 24);
txtBottomElevation.StyleController = layoutControl1;
txtBottomElevation.TabIndex = 6;
//
// txtFloorHeight
//
txtFloorHeight.Location = new Point(803, 133);
txtFloorHeight.Margin = new Padding(3, 4, 3, 4);
txtFloorHeight.Name = "txtFloorHeight";
txtFloorHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtFloorHeight.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtFloorHeight.Size = new Size(106, 24);
txtFloorHeight.StyleController = layoutControl1;
txtFloorHeight.TabIndex = 5;
//
// cmbDirection
//
cmbDirection.EditValue = "向上";
cmbDirection.Location = new Point(803, 161);
cmbDirection.Margin = new Padding(3, 4, 3, 4);
cmbDirection.Name = "cmbDirection";
cmbDirection.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
cmbDirection.Properties.Items.AddRange(new object[] { "向上", "向下" });
cmbDirection.Size = new Size(106, 24);
cmbDirection.StyleController = layoutControl1;
cmbDirection.TabIndex = 4;
//
// panelControl1
//
panelControl1.Location = new Point(200, 37);
panelControl1.Name = "panelControl1";
panelControl1.Size = new Size(514, 447);
panelControl1.TabIndex = 1;
//
// modelTemplateTreeListCtrl1
//
modelTemplateTreeListCtrl1.Location = new Point(10, 37);
modelTemplateTreeListCtrl1.Margin = new Padding(3, 4, 3, 4);
modelTemplateTreeListCtrl1.MenuBarVisible = true;
modelTemplateTreeListCtrl1.Name = "modelTemplateTreeListCtrl1";
modelTemplateTreeListCtrl1.Size = new Size(190, 447);
modelTemplateTreeListCtrl1.TabIndex = 0;
//
// generalOkAndCancelCtrl1
//
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(131, 42);
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(114, 33);
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(131, 42);
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(114, 33);
generalOkAndCancelCtrl1.Location = new Point(12, 486);
generalOkAndCancelCtrl1.Margin = new Padding(3, 5, 3, 5);
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
generalOkAndCancelCtrl1.Size = new Size(907, 33);
generalOkAndCancelCtrl1.TabIndex = 3;
//
// 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[] { layoutControlItem4, layoutControlGroup1, layoutControlGroup2, layoutControlGroup3 });
Root.Name = "Root";
Root.Size = new Size(931, 531);
Root.TextVisible = false;
//
// layoutControlItem4
//
layoutControlItem4.Control = generalOkAndCancelCtrl1;
layoutControlItem4.Location = new Point(0, 474);
layoutControlItem4.MaxSize = new Size(911, 37);
layoutControlItem4.MinSize = new Size(911, 37);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(911, 37);
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// layoutControlGroup1
//
layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "layoutControlGroup1";
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup1.Size = new Size(190, 474);
layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup1.Text = "列表";
//
// layoutControlItem1
//
layoutControlItem1.Control = modelTemplateTreeListCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem1.Size = new Size(190, 447);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlGroup2
//
layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 });
layoutControlGroup2.Location = new Point(190, 0);
layoutControlGroup2.Name = "layoutControlGroup2";
layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup2.Size = new Size(514, 474);
layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup2.Text = "预览";
//
// layoutControlItem2
//
layoutControlItem2.Control = panelControl1;
layoutControlItem2.Location = new Point(0, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem2.Size = new Size(514, 447);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlGroup3
//
layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, emptySpaceItem2, layoutControlItem8, layoutControlItem7, layoutControlItem3, layoutControlItem9 });
layoutControlGroup3.Location = new Point(704, 0);
layoutControlGroup3.Name = "layoutControlGroup3";
layoutControlGroup3.Size = new Size(207, 474);
layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup3.Text = "快速建模";
//
// layoutControlItem5
//
layoutControlItem5.Control = cmbDirection;
layoutControlItem5.Location = new Point(0, 112);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(187, 28);
layoutControlItem5.Text = "供水方向:";
layoutControlItem5.TextSize = new Size(65, 18);
//
// emptySpaceItem2
//
emptySpaceItem2.AllowHotTrack = false;
emptySpaceItem2.Location = new Point(0, 140);
emptySpaceItem2.Name = "emptySpaceItem2";
emptySpaceItem2.Size = new Size(187, 287);
emptySpaceItem2.TextSize = new Size(0, 0);
//
// layoutControlItem8
//
layoutControlItem8.Control = txtBottomElevation;
layoutControlItem8.Location = new Point(0, 56);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new Size(187, 28);
layoutControlItem8.Text = "底层标高:";
layoutControlItem8.TextSize = new Size(65, 18);
//
// layoutControlItem7
//
layoutControlItem7.Control = txtFloorHeight;
layoutControlItem7.Location = new Point(0, 84);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(187, 28);
layoutControlItem7.Text = "楼层层高:";
layoutControlItem7.TextSize = new Size(65, 18);
//
// layoutControlItem3
//
layoutControlItem3.Control = txtLowerLevel;
layoutControlItem3.Location = new Point(0, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(187, 28);
layoutControlItem3.Text = "最低层:";
layoutControlItem3.TextSize = new Size(65, 18);
//
// layoutControlItem9
//
layoutControlItem9.Control = txtHighestLevel;
layoutControlItem9.Location = new Point(0, 28);
layoutControlItem9.Name = "layoutControlItem9";
layoutControlItem9.Size = new Size(187, 28);
layoutControlItem9.Text = "最高层:";
layoutControlItem9.TextSize = new Size(65, 18);
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// layoutControlItem6
//
layoutControlItem6.Location = new Point(0, 0);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(164, 158);
layoutControlItem6.TextSize = new Size(0, 0);
layoutControlItem6.TextVisible = false;
//
// SelectModelTemplateDlg
//
AutoScaleDimensions = new SizeF(8F, 18F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(931, 531);
Controls.Add(layoutControl1);
Margin = new Padding(3, 4, 3, 4);
Name = "SelectModelTemplateDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "模型模板";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtLowerLevel.Properties).EndInit();
((ISupportInitialize)txtHighestLevel.Properties).EndInit();
((ISupportInitialize)txtBottomElevation.Properties).EndInit();
((ISupportInitialize)txtFloorHeight.Properties).EndInit();
((ISupportInitialize)cmbDirection.Properties).EndInit();
((ISupportInitialize)panelControl1).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)layoutControlGroup1).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlGroup2).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlGroup3).EndInit();
((ISupportInitialize)layoutControlItem5).EndInit();
((ISupportInitialize)emptySpaceItem2).EndInit();
((ISupportInitialize)layoutControlItem8).EndInit();
((ISupportInitialize)layoutControlItem7).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem9).EndInit();
((ISupportInitialize)dxErrorProvider1).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.TextEdit TextCustomerName;
private DevExpress.XtraEditors.TextEdit TextTagName;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.SimpleButton BtnCancel;
private DevExpress.XtraEditors.SimpleButton BtnOk;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private ModelTemplateTreeListCtrl modelTemplateTreeListCtrl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private PanelControl panelControl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private TextEdit txtLowerLevel;
private TextEdit txtHighestLevel;
private TextEdit txtBottomElevation;
private TextEdit txtFloorHeight;
private ComboBoxEdit cmbDirection;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
}
}