namespace Yw.WinFrmUI
|
{
|
partial class SetHydroCurveCtrl
|
{
|
/// <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 Component 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()
|
{
|
components = new Container();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(SetHydroCurveCtrl));
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
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();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
hydroCurveViewCtrl1 = new HydroCurveViewCtrl();
|
sidePanel1 = new DevExpress.XtraEditors.SidePanel();
|
sidePanel2 = new DevExpress.XtraEditors.SidePanel();
|
sidePanel3 = new DevExpress.XtraEditors.SidePanel();
|
layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
((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)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)layoutControlItem8).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
sidePanel1.SuspendLayout();
|
sidePanel2.SuspendLayout();
|
sidePanel3.SuspendLayout();
|
((ISupportInitialize)layoutControl2).BeginInit();
|
layoutControl2.SuspendLayout();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlGroup2).BeginInit();
|
((ISupportInitialize)layoutControlGroup3).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(btnImportByExcel);
|
layoutControl1.Controls.Add(txtCurveType);
|
layoutControl1.Controls.Add(btnSave);
|
layoutControl1.Controls.Add(txtDescription);
|
layoutControl1.Controls.Add(txtName);
|
layoutControl1.Controls.Add(txtCode);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(4, 5, 4, 5);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(567, 228, 1237, 1023);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(403, 249);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// btnImportByExcel
|
//
|
btnImportByExcel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnImportByExcel.Appearance.ForeColor = Color.White;
|
btnImportByExcel.Appearance.Options.UseBackColor = true;
|
btnImportByExcel.Appearance.Options.UseForeColor = true;
|
btnImportByExcel.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnImportByExcel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnImportByExcel.ImageOptions.SvgImage");
|
btnImportByExcel.ImageOptions.SvgImageSize = new Size(18, 18);
|
btnImportByExcel.Location = new Point(50, 202);
|
btnImportByExcel.Margin = new Padding(4, 5, 4, 5);
|
btnImportByExcel.Name = "btnImportByExcel";
|
btnImportByExcel.Size = new Size(115, 32);
|
btnImportByExcel.StyleController = layoutControl1;
|
btnImportByExcel.TabIndex = 13;
|
btnImportByExcel.Text = "Excel导入";
|
//
|
// txtCurveType
|
//
|
txtCurveType.Location = new Point(66, 109);
|
txtCurveType.Margin = new Padding(4, 5, 4, 5);
|
txtCurveType.Name = "txtCurveType";
|
txtCurveType.Properties.ReadOnly = true;
|
txtCurveType.Size = new Size(325, 28);
|
txtCurveType.StyleController = layoutControl1;
|
txtCurveType.TabIndex = 12;
|
//
|
// btnSave
|
//
|
btnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
|
btnSave.Appearance.ForeColor = Color.White;
|
btnSave.Appearance.Options.UseBackColor = true;
|
btnSave.Appearance.Options.UseForeColor = true;
|
btnSave.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnSave.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnSave.ImageOptions.SvgImage");
|
btnSave.ImageOptions.SvgImageSize = new Size(18, 18);
|
btnSave.Location = new Point(245, 202);
|
btnSave.Margin = new Padding(4, 5, 4, 5);
|
btnSave.Name = "btnSave";
|
btnSave.Size = new Size(108, 32);
|
btnSave.StyleController = layoutControl1;
|
btnSave.TabIndex = 11;
|
btnSave.Text = "保存";
|
btnSave.Click += btnSave_Click;
|
//
|
// txtDescription
|
//
|
txtDescription.Location = new Point(66, 141);
|
txtDescription.Margin = new Padding(4, 5, 4, 5);
|
txtDescription.Name = "txtDescription";
|
txtDescription.Size = new Size(325, 54);
|
txtDescription.StyleController = layoutControl1;
|
txtDescription.TabIndex = 8;
|
//
|
// txtName
|
//
|
txtName.Location = new Point(66, 77);
|
txtName.Margin = new Padding(4, 5, 4, 5);
|
txtName.Name = "txtName";
|
txtName.Size = new Size(325, 28);
|
txtName.StyleController = layoutControl1;
|
txtName.TabIndex = 7;
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroCurvePointViewModelBindingSource;
|
gridControl1.EmbeddedNavigator.Margin = new Padding(4, 5, 4, 5);
|
gridControl1.Location = new Point(0, 33);
|
gridControl1.MainView = gridView1;
|
gridControl1.Margin = new Padding(4, 5, 4, 5);
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
gridControl1.Size = new Size(403, 784);
|
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.DetailHeight = 550;
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsEditForm.PopupEditFormWidth = 1143;
|
gridView1.ViewCaption = "曲线点";
|
gridView1.RowCellClick += gridView1_RowCellClick;
|
//
|
// colX
|
//
|
colX.FieldName = "X";
|
colX.MinWidth = 29;
|
colX.Name = "colX";
|
colX.Visible = true;
|
colX.VisibleIndex = 0;
|
colX.Width = 107;
|
//
|
// colY
|
//
|
colY.FieldName = "Y";
|
colY.MinWidth = 29;
|
colY.Name = "colY";
|
colY.Visible = true;
|
colY.VisibleIndex = 1;
|
colY.Width = 107;
|
//
|
// colDelete
|
//
|
colDelete.Caption = "删除";
|
colDelete.ColumnEdit = repositoryItemButtonEdit1;
|
colDelete.MaxWidth = 71;
|
colDelete.MinWidth = 71;
|
colDelete.Name = "colDelete";
|
colDelete.OptionsColumn.AllowEdit = false;
|
colDelete.Visible = true;
|
colDelete.VisibleIndex = 2;
|
colDelete.Width = 71;
|
//
|
// repositoryItemButtonEdit1
|
//
|
repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions2.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions2.SvgImage");
|
editorButtonImageOptions2.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, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// txtCode
|
//
|
txtCode.Location = new Point(66, 45);
|
txtCode.Margin = new Padding(4, 5, 4, 5);
|
txtCode.Name = "txtCode";
|
txtCode.Properties.ReadOnly = true;
|
txtCode.Size = new Size(325, 28);
|
txtCode.StyleController = layoutControl1;
|
txtCode.TabIndex = 5;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup3 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(403, 249);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = txtCode;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(383, 32);
|
layoutControlItem2.Text = "编码:";
|
layoutControlItem2.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = txtName;
|
layoutControlItem4.Location = new Point(0, 32);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(383, 32);
|
layoutControlItem4.Text = "名称:";
|
layoutControlItem4.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = txtDescription;
|
layoutControlItem5.Location = new Point(0, 96);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(383, 58);
|
layoutControlItem5.Text = "说明:";
|
layoutControlItem5.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.Control = btnSave;
|
layoutControlItem8.Location = new Point(195, 154);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(40, 40, 5, 5);
|
layoutControlItem8.Size = new Size(188, 42);
|
layoutControlItem8.TextSize = new Size(0, 0);
|
layoutControlItem8.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = txtCurveType;
|
layoutControlItem1.Location = new Point(0, 64);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(383, 32);
|
layoutControlItem1.Text = "类型:";
|
layoutControlItem1.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = btnImportByExcel;
|
layoutControlItem6.Location = new Point(0, 154);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(40, 40, 5, 5);
|
layoutControlItem6.Size = new Size(195, 42);
|
layoutControlItem6.TextSize = new Size(0, 0);
|
layoutControlItem6.TextVisible = false;
|
//
|
// hydroCurveViewCtrl1
|
//
|
hydroCurveViewCtrl1.Dock = DockStyle.Fill;
|
hydroCurveViewCtrl1.Location = new Point(404, 0);
|
hydroCurveViewCtrl1.Margin = new Padding(6, 8, 6, 8);
|
hydroCurveViewCtrl1.Name = "hydroCurveViewCtrl1";
|
hydroCurveViewCtrl1.Size = new Size(900, 1067);
|
hydroCurveViewCtrl1.TabIndex = 0;
|
hydroCurveViewCtrl1.TitleTextX = "Axis of arguments";
|
hydroCurveViewCtrl1.TitleTextY = "Axis of values";
|
//
|
// sidePanel1
|
//
|
sidePanel1.Controls.Add(sidePanel3);
|
sidePanel1.Controls.Add(sidePanel2);
|
sidePanel1.Dock = DockStyle.Left;
|
sidePanel1.Location = new Point(0, 0);
|
sidePanel1.Name = "sidePanel1";
|
sidePanel1.Size = new Size(404, 1067);
|
sidePanel1.TabIndex = 1;
|
sidePanel1.Text = "sidePanel1";
|
//
|
// sidePanel2
|
//
|
sidePanel2.Controls.Add(layoutControl1);
|
sidePanel2.Dock = DockStyle.Top;
|
sidePanel2.Location = new Point(0, 0);
|
sidePanel2.Name = "sidePanel2";
|
sidePanel2.Size = new Size(403, 250);
|
sidePanel2.TabIndex = 0;
|
sidePanel2.Text = "sidePanel2";
|
//
|
// sidePanel3
|
//
|
sidePanel3.Controls.Add(layoutControl2);
|
sidePanel3.Dock = DockStyle.Fill;
|
sidePanel3.Location = new Point(0, 250);
|
sidePanel3.Name = "sidePanel3";
|
sidePanel3.Size = new Size(403, 817);
|
sidePanel3.TabIndex = 1;
|
sidePanel3.Text = "sidePanel3";
|
//
|
// layoutControl2
|
//
|
layoutControl2.Controls.Add(gridControl1);
|
layoutControl2.Dock = DockStyle.Fill;
|
layoutControl2.Location = new Point(0, 0);
|
layoutControl2.Name = "layoutControl2";
|
layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1061, 721, 975, 600);
|
layoutControl2.Root = layoutControlGroup1;
|
layoutControl2.Size = new Size(403, 817);
|
layoutControl2.TabIndex = 0;
|
layoutControl2.Text = "layoutControl2";
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup2 });
|
layoutControlGroup1.Name = "Root";
|
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Size = new Size(403, 817);
|
layoutControlGroup1.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = gridControl1;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem3.Size = new Size(403, 784);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlGroup2
|
//
|
layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 });
|
layoutControlGroup2.Location = new Point(0, 0);
|
layoutControlGroup2.Name = "layoutControlGroup2";
|
layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup2.Size = new Size(403, 817);
|
layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup2.Text = "曲线定义点";
|
//
|
// layoutControlGroup3
|
//
|
layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem4, layoutControlItem1, layoutControlItem5, layoutControlItem6, layoutControlItem8 });
|
layoutControlGroup3.Location = new Point(0, 0);
|
layoutControlGroup3.Name = "layoutControlGroup3";
|
layoutControlGroup3.Size = new Size(403, 249);
|
layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup3.Text = "基础信息";
|
//
|
// SetHydroCurveCtrl
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(hydroCurveViewCtrl1);
|
Controls.Add(sidePanel1);
|
Margin = new Padding(4, 5, 4, 5);
|
Name = "SetHydroCurveCtrl";
|
Size = new Size(1304, 1067);
|
((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)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)layoutControlItem8).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
sidePanel1.ResumeLayout(false);
|
sidePanel2.ResumeLayout(false);
|
sidePanel3.ResumeLayout(false);
|
((ISupportInitialize)layoutControl2).EndInit();
|
layoutControl2.ResumeLayout(false);
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlGroup2).EndInit();
|
((ISupportInitialize)layoutControlGroup3).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
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 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.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;
|
private DevExpress.XtraEditors.SidePanel sidePanel1;
|
private DevExpress.XtraEditors.SidePanel sidePanel3;
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.SidePanel sidePanel2;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
}
|
}
|