namespace Yw.WinFrmUI
{
partial class SetHydroCurveCtrl
{
///
/// 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 Component 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();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
ComponentResourceManager resources = new ComponentResourceManager(typeof(SetHydroCurveCtrl));
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
btnImportByExcel = new DevExpress.XtraEditors.SimpleButton();
txtCurveType = new DevExpress.XtraEditors.TextEdit();
btnSave = new DevExpress.XtraEditors.SimpleButton();
txtDescription = new DevExpress.XtraEditors.MemoEdit();
txtName = new DevExpress.XtraEditors.TextEdit();
gridControl1 = new DevExpress.XtraGrid.GridControl();
hydroCurvePointViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colX = new DevExpress.XtraGrid.Columns.GridColumn();
colY = new DevExpress.XtraGrid.Columns.GridColumn();
colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
txtCode = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
hydroCurveViewCtrl1 = new HydroCurveViewCtrl();
((ISupportInitialize)splitContainerControl1).BeginInit();
((ISupportInitialize)splitContainerControl1.Panel1).BeginInit();
splitContainerControl1.Panel1.SuspendLayout();
((ISupportInitialize)splitContainerControl1.Panel2).BeginInit();
splitContainerControl1.Panel2.SuspendLayout();
splitContainerControl1.SuspendLayout();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtCurveType.Properties).BeginInit();
((ISupportInitialize)txtDescription.Properties).BeginInit();
((ISupportInitialize)txtName.Properties).BeginInit();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)hydroCurvePointViewModelBindingSource).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
((ISupportInitialize)txtCode.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)layoutControlItem5).BeginInit();
((ISupportInitialize)layoutControlItem8).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
SuspendLayout();
//
// splitContainerControl1
//
splitContainerControl1.Dock = DockStyle.Fill;
splitContainerControl1.Location = new Point(0, 0);
splitContainerControl1.Name = "splitContainerControl1";
//
// splitContainerControl1.Panel1
//
splitContainerControl1.Panel1.Controls.Add(layoutControl1);
splitContainerControl1.Panel1.Text = "Panel1";
//
// splitContainerControl1.Panel2
//
splitContainerControl1.Panel2.Controls.Add(hydroCurveViewCtrl1);
splitContainerControl1.Panel2.Text = "Panel2";
splitContainerControl1.Size = new Size(913, 563);
splitContainerControl1.SplitterPosition = 295;
splitContainerControl1.TabIndex = 0;
//
// layoutControl1
//
layoutControl1.Controls.Add(btnImportByExcel);
layoutControl1.Controls.Add(txtCurveType);
layoutControl1.Controls.Add(btnSave);
layoutControl1.Controls.Add(txtDescription);
layoutControl1.Controls.Add(txtName);
layoutControl1.Controls.Add(gridControl1);
layoutControl1.Controls.Add(txtCode);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(683, 274, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(295, 563);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// btnImportByExcel
//
btnImportByExcel.Location = new Point(97, 539);
btnImportByExcel.Name = "btnImportByExcel";
btnImportByExcel.Size = new Size(96, 22);
btnImportByExcel.StyleController = layoutControl1;
btnImportByExcel.TabIndex = 13;
btnImportByExcel.Text = "Excel导入";
//
// txtCurveType
//
txtCurveType.Location = new Point(42, 50);
txtCurveType.Name = "txtCurveType";
txtCurveType.Properties.ReadOnly = true;
txtCurveType.Size = new Size(251, 20);
txtCurveType.StyleController = layoutControl1;
txtCurveType.TabIndex = 12;
//
// btnSave
//
btnSave.Location = new Point(197, 539);
btnSave.Name = "btnSave";
btnSave.Size = new Size(96, 22);
btnSave.StyleController = layoutControl1;
btnSave.TabIndex = 11;
btnSave.Text = "保存";
btnSave.Click += btnSave_Click;
//
// txtDescription
//
txtDescription.Location = new Point(42, 74);
txtDescription.Name = "txtDescription";
txtDescription.Size = new Size(251, 49);
txtDescription.StyleController = layoutControl1;
txtDescription.TabIndex = 8;
//
// txtName
//
txtName.Location = new Point(42, 26);
txtName.Name = "txtName";
txtName.Size = new Size(251, 20);
txtName.StyleController = layoutControl1;
txtName.TabIndex = 7;
//
// gridControl1
//
gridControl1.DataSource = hydroCurvePointViewModelBindingSource;
gridControl1.Location = new Point(2, 127);
gridControl1.MainView = gridView1;
gridControl1.Name = "gridControl1";
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
gridControl1.Size = new Size(291, 408);
gridControl1.TabIndex = 6;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// hydroCurvePointViewModelBindingSource
//
hydroCurvePointViewModelBindingSource.DataSource = typeof(HydroCurvePointViewModel);
//
// gridView1
//
gridView1.Appearance.ViewCaption.Options.UseTextOptions = true;
gridView1.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colX, colY, colDelete });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsView.ShowViewCaption = true;
gridView1.ViewCaption = "曲线点";
gridView1.RowCellClick += gridView1_RowCellClick;
//
// colX
//
colX.FieldName = "X";
colX.Name = "colX";
colX.Visible = true;
colX.VisibleIndex = 0;
//
// colY
//
colY.FieldName = "Y";
colY.Name = "colY";
colY.Visible = true;
colY.VisibleIndex = 1;
//
// colDelete
//
colDelete.Caption = "删除";
colDelete.ColumnEdit = repositoryItemButtonEdit1;
colDelete.MaxWidth = 50;
colDelete.MinWidth = 50;
colDelete.Name = "colDelete";
colDelete.OptionsColumn.AllowEdit = false;
colDelete.Visible = true;
colDelete.VisibleIndex = 2;
colDelete.Width = 50;
//
// repositoryItemButtonEdit1
//
repositoryItemButtonEdit1.AutoHeight = false;
editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
editorButtonImageOptions1.SvgImageSize = new Size(20, 20);
repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
//
// txtCode
//
txtCode.Location = new Point(42, 2);
txtCode.Name = "txtCode";
txtCode.Properties.ReadOnly = true;
txtCode.Size = new Size(251, 20);
txtCode.StyleController = layoutControl1;
txtCode.TabIndex = 5;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem8, emptySpaceItem1, layoutControlItem1, layoutControlItem6 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(295, 563);
Root.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = txtCode;
layoutControlItem2.Location = new Point(0, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(295, 24);
layoutControlItem2.Text = "编码:";
layoutControlItem2.TextSize = new Size(28, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = gridControl1;
layoutControlItem3.Location = new Point(0, 125);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(295, 412);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// layoutControlItem4
//
layoutControlItem4.Control = txtName;
layoutControlItem4.Location = new Point(0, 24);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(295, 24);
layoutControlItem4.Text = "名称:";
layoutControlItem4.TextSize = new Size(28, 14);
//
// layoutControlItem5
//
layoutControlItem5.Control = txtDescription;
layoutControlItem5.Location = new Point(0, 72);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(295, 53);
layoutControlItem5.Text = "说明:";
layoutControlItem5.TextSize = new Size(28, 14);
//
// layoutControlItem8
//
layoutControlItem8.Control = btnSave;
layoutControlItem8.Location = new Point(195, 537);
layoutControlItem8.MaxSize = new Size(100, 0);
layoutControlItem8.MinSize = new Size(100, 26);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new Size(100, 26);
layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem8.TextSize = new Size(0, 0);
layoutControlItem8.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 537);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(95, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem1
//
layoutControlItem1.Control = txtCurveType;
layoutControlItem1.Location = new Point(0, 48);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(295, 24);
layoutControlItem1.Text = "类型:";
layoutControlItem1.TextSize = new Size(28, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = btnImportByExcel;
layoutControlItem6.Location = new Point(95, 537);
layoutControlItem6.MaxSize = new Size(100, 26);
layoutControlItem6.MinSize = new Size(100, 26);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(100, 26);
layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem6.TextSize = new Size(0, 0);
layoutControlItem6.TextVisible = false;
//
// hydroCurveViewCtrl1
//
hydroCurveViewCtrl1.Dock = DockStyle.Fill;
hydroCurveViewCtrl1.Location = new Point(0, 0);
hydroCurveViewCtrl1.Name = "hydroCurveViewCtrl1";
hydroCurveViewCtrl1.Size = new Size(608, 563);
hydroCurveViewCtrl1.TabIndex = 0;
hydroCurveViewCtrl1.TitleTextX = "Axis of arguments";
hydroCurveViewCtrl1.TitleTextY = "Axis of values";
//
// SetHydroCurveCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(splitContainerControl1);
Name = "SetHydroCurveCtrl";
Size = new Size(913, 563);
((ISupportInitialize)splitContainerControl1.Panel1).EndInit();
splitContainerControl1.Panel1.ResumeLayout(false);
((ISupportInitialize)splitContainerControl1.Panel2).EndInit();
splitContainerControl1.Panel2.ResumeLayout(false);
((ISupportInitialize)splitContainerControl1).EndInit();
splitContainerControl1.ResumeLayout(false);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtCurveType.Properties).EndInit();
((ISupportInitialize)txtDescription.Properties).EndInit();
((ISupportInitialize)txtName.Properties).EndInit();
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)hydroCurvePointViewModelBindingSource).EndInit();
((ISupportInitialize)gridView1).EndInit();
((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
((ISupportInitialize)txtCode.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)layoutControlItem5).EndInit();
((ISupportInitialize)layoutControlItem8).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private HydroCurveViewCtrl hydroCurveViewCtrl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.TextEdit txtCode;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private BindingSource hydroCurvePointViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colX;
private DevExpress.XtraGrid.Columns.GridColumn colY;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.MemoEdit txtDescription;
private DevExpress.XtraEditors.TextEdit txtName;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.SimpleButton btnImportByExcel;
private DevExpress.XtraEditors.TextEdit txtCurveType;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraGrid.Columns.GridColumn colDelete;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
}
}