namespace Yw.WinFrmUI
|
{
|
partial class SetHydroGradingModelTreeDlg
|
{
|
/// <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();
|
selectHydroGradingPropTreeCtrl1 = new SelectHydroGradingPropTreeCtrl();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
btnSave = new DevExpress.XtraEditors.SimpleButton();
|
setHydroGradingModelCtrl1 = new SetHydroGradingModelCtrl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)splitterItem2).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(selectHydroGradingPropTreeCtrl1);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(btnSave);
|
layoutControl1.Controls.Add(setHydroGradingModelCtrl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1004, 264, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(913, 599);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// selectHydroGradingPropTreeCtrl1
|
//
|
selectHydroGradingPropTreeCtrl1.Location = new Point(12, 12);
|
selectHydroGradingPropTreeCtrl1.Name = "selectHydroGradingPropTreeCtrl1";
|
selectHydroGradingPropTreeCtrl1.Size = new Size(229, 549);
|
selectHydroGradingPropTreeCtrl1.TabIndex = 0;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(805, 565);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(96, 22);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 4;
|
btnCancel.Text = "取消";
|
//
|
// btnSave
|
//
|
btnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnSave.Appearance.Options.UseBackColor = true;
|
btnSave.Location = new Point(705, 565);
|
btnSave.Name = "btnSave";
|
btnSave.Size = new Size(96, 22);
|
btnSave.StyleController = layoutControl1;
|
btnSave.TabIndex = 3;
|
btnSave.Text = "保存";
|
btnSave.Click += btnSave_Click;
|
//
|
// setHydroGradingModelCtrl1
|
//
|
setHydroGradingModelCtrl1.Location = new Point(255, 12);
|
setHydroGradingModelCtrl1.Name = "setHydroGradingModelCtrl1";
|
setHydroGradingModelCtrl1.Size = new Size(646, 549);
|
setHydroGradingModelCtrl1.TabIndex = 2;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, layoutControlItem4, layoutControlItem5, emptySpaceItem1, layoutControlItem1, splitterItem2 });
|
Root.Name = "Root";
|
Root.Size = new Size(913, 599);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = setHydroGradingModelCtrl1;
|
layoutControlItem3.Location = new Point(243, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(650, 553);
|
layoutControlItem3.Text = "配置";
|
layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = btnSave;
|
layoutControlItem4.Location = new Point(693, 553);
|
layoutControlItem4.MaxSize = new Size(100, 26);
|
layoutControlItem4.MinSize = new Size(100, 26);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(100, 26);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = btnCancel;
|
layoutControlItem5.Location = new Point(793, 553);
|
layoutControlItem5.MaxSize = new Size(100, 26);
|
layoutControlItem5.MinSize = new Size(100, 26);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(100, 26);
|
layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem5.TextSize = new Size(0, 0);
|
layoutControlItem5.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 553);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(693, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = selectHydroGradingPropTreeCtrl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(233, 553);
|
layoutControlItem1.Text = "属性";
|
layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// splitterItem2
|
//
|
splitterItem2.AllowHotTrack = true;
|
splitterItem2.Location = new Point(233, 0);
|
splitterItem2.Name = "splitterItem2";
|
splitterItem2.Size = new Size(10, 553);
|
//
|
// SetHydroGradingModelTreeDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(913, 599);
|
Controls.Add(layoutControl1);
|
Name = "SetHydroGradingModelTreeDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "颜色配置";
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)splitterItem2).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
private SetHydroGradingModelCtrl setHydroGradingModelCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.SplitterItem splitterItem2;
|
private SelectHydroGradingPropTreeCtrl selectHydroGradingPropTreeCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
}
|
}
|