namespace Yw.WinFrmUI
{
partial class SetHydroEvaluationModelDlg
{
///
/// 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()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
setHydroEvaluationModelCtrl1 = new SetHydroEvaluationModelCtrl();
selectHydroEvaluationCatalogCtrl1 = new SelectHydroEvaluationCatalogCtrl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)splitterItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
layoutControl1.Controls.Add(setHydroEvaluationModelCtrl1);
layoutControl1.Controls.Add(selectHydroEvaluationCatalogCtrl1);
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";
//
// 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, 561);
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
generalOkAndCancelCtrl1.Size = new Size(889, 26);
generalOkAndCancelCtrl1.TabIndex = 3;
//
// setHydroEvaluationModelCtrl1
//
setHydroEvaluationModelCtrl1.Location = new Point(208, 12);
setHydroEvaluationModelCtrl1.Name = "setHydroEvaluationModelCtrl1";
setHydroEvaluationModelCtrl1.Size = new Size(693, 545);
setHydroEvaluationModelCtrl1.TabIndex = 2;
//
// selectHydroEvaluationCatalogCtrl1
//
selectHydroEvaluationCatalogCtrl1.Location = new Point(12, 12);
selectHydroEvaluationCatalogCtrl1.Name = "selectHydroEvaluationCatalogCtrl1";
selectHydroEvaluationCatalogCtrl1.Size = new Size(182, 545);
selectHydroEvaluationCatalogCtrl1.TabIndex = 0;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, splitterItem2, layoutControlItem3 });
Root.Name = "Root";
Root.Size = new Size(913, 599);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = selectHydroEvaluationCatalogCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(186, 549);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = setHydroEvaluationModelCtrl1;
layoutControlItem2.Location = new Point(196, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(697, 549);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// splitterItem2
//
splitterItem2.AllowHotTrack = true;
splitterItem2.Location = new Point(186, 0);
splitterItem2.Name = "splitterItem2";
splitterItem2.Size = new Size(10, 549);
//
// layoutControlItem3
//
layoutControlItem3.Control = generalOkAndCancelCtrl1;
layoutControlItem3.Location = new Point(0, 549);
layoutControlItem3.MaxSize = new Size(0, 30);
layoutControlItem3.MinSize = new Size(205, 30);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(893, 30);
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// SetHydroEvaluationModelDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(913, 599);
Controls.Add(layoutControl1);
Name = "SetHydroEvaluationModelDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "评价规则";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)splitterItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.SplitterItem splitterItem2;
private SelectHydroEvaluationCatalogCtrl selectHydroEvaluationCatalogCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
private SetHydroEvaluationModelCtrl setHydroEvaluationModelCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
}
}