namespace Yw.WinFrmUI
|
{
|
partial class HydroFourlinkBulkSetListCtrl
|
{
|
/// <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();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
|
colElev = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDemand = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHasDb = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
textEdit3 = new DevExpress.XtraEditors.TextEdit();
|
textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
btnReset = new DevExpress.XtraEditors.SimpleButton();
|
btnSet = new DevExpress.XtraEditors.SimpleButton();
|
btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
txtName = new DevExpress.XtraEditors.TextEdit();
|
txtModelType = new DevExpress.XtraEditors.TextEdit();
|
txtCode = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
groupForHead = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
hydroFourlinkBulkSetViewModelBindingSource = new BindingSource(components);
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)textEdit3.Properties).BeginInit();
|
((ISupportInitialize)textEdit2.Properties).BeginInit();
|
((ISupportInitialize)textEdit1.Properties).BeginInit();
|
((ISupportInitialize)txtName.Properties).BeginInit();
|
((ISupportInitialize)txtModelType.Properties).BeginInit();
|
((ISupportInitialize)txtCode.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)groupForHead).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
((ISupportInitialize)layoutControlItem7).BeginInit();
|
((ISupportInitialize)layoutControlItem8).BeginInit();
|
((ISupportInitialize)layoutControlItem9).BeginInit();
|
((ISupportInitialize)simpleLabelItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem10).BeginInit();
|
((ISupportInitialize)hydroFourlinkBulkSetViewModelBindingSource).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroFourlinkBulkSetViewModelBindingSource;
|
gridControl1.Location = new Point(2, 50);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(1169, 421);
|
gridControl1.TabIndex = 4;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colDbLocked, colName, colCode, colModelType, colMaterial, colCaliber, colElev, colMinorLoss, colDemand, colHasDb, colFlagsString, colDescription });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.RowClick += gridView1_RowClick;
|
//
|
// colDbLocked
|
//
|
colDbLocked.FieldName = "DbLocked";
|
colDbLocked.MaxWidth = 60;
|
colDbLocked.MinWidth = 60;
|
colDbLocked.Name = "colDbLocked";
|
colDbLocked.Visible = true;
|
colDbLocked.VisibleIndex = 0;
|
colDbLocked.Width = 60;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MaxWidth = 150;
|
colName.MinWidth = 100;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
colName.Width = 100;
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.MaxWidth = 150;
|
colCode.MinWidth = 100;
|
colCode.Name = "colCode";
|
colCode.Visible = true;
|
colCode.VisibleIndex = 2;
|
colCode.Width = 100;
|
//
|
// colModelType
|
//
|
colModelType.FieldName = "ModelType";
|
colModelType.MaxWidth = 150;
|
colModelType.MinWidth = 100;
|
colModelType.Name = "colModelType";
|
colModelType.Visible = true;
|
colModelType.VisibleIndex = 3;
|
colModelType.Width = 100;
|
//
|
// colMaterial
|
//
|
colMaterial.FieldName = "Material";
|
colMaterial.MaxWidth = 100;
|
colMaterial.MinWidth = 100;
|
colMaterial.Name = "colMaterial";
|
colMaterial.Visible = true;
|
colMaterial.VisibleIndex = 4;
|
colMaterial.Width = 100;
|
//
|
// colCaliber
|
//
|
colCaliber.FieldName = "Caliber";
|
colCaliber.MaxWidth = 100;
|
colCaliber.MinWidth = 100;
|
colCaliber.Name = "colCaliber";
|
colCaliber.Visible = true;
|
colCaliber.VisibleIndex = 5;
|
colCaliber.Width = 100;
|
//
|
// colElev
|
//
|
colElev.FieldName = "Elev";
|
colElev.MaxWidth = 100;
|
colElev.MinWidth = 100;
|
colElev.Name = "colElev";
|
colElev.Visible = true;
|
colElev.VisibleIndex = 6;
|
colElev.Width = 100;
|
//
|
// colMinorLoss
|
//
|
colMinorLoss.FieldName = "MinorLoss";
|
colMinorLoss.MaxWidth = 100;
|
colMinorLoss.MinWidth = 100;
|
colMinorLoss.Name = "colMinorLoss";
|
colMinorLoss.Visible = true;
|
colMinorLoss.VisibleIndex = 7;
|
colMinorLoss.Width = 100;
|
//
|
// colDemand
|
//
|
colDemand.FieldName = "Demand";
|
colDemand.MaxWidth = 100;
|
colDemand.MinWidth = 100;
|
colDemand.Name = "colDemand";
|
colDemand.Visible = true;
|
colDemand.VisibleIndex = 9;
|
colDemand.Width = 100;
|
//
|
// colHasDb
|
//
|
colHasDb.FieldName = "HasDb";
|
colHasDb.MaxWidth = 60;
|
colHasDb.MinWidth = 60;
|
colHasDb.Name = "colHasDb";
|
colHasDb.Visible = true;
|
colHasDb.VisibleIndex = 8;
|
colHasDb.Width = 60;
|
//
|
// colFlagsString
|
//
|
colFlagsString.FieldName = "FlagsString";
|
colFlagsString.MaxWidth = 200;
|
colFlagsString.MinWidth = 100;
|
colFlagsString.Name = "colFlagsString";
|
colFlagsString.Visible = true;
|
colFlagsString.VisibleIndex = 10;
|
colFlagsString.Width = 100;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 100;
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 11;
|
colDescription.Width = 100;
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(textEdit3);
|
layoutControl1.Controls.Add(textEdit2);
|
layoutControl1.Controls.Add(textEdit1);
|
layoutControl1.Controls.Add(btnReset);
|
layoutControl1.Controls.Add(btnSet);
|
layoutControl1.Controls.Add(btnSearch);
|
layoutControl1.Controls.Add(txtName);
|
layoutControl1.Controls.Add(txtModelType);
|
layoutControl1.Controls.Add(txtCode);
|
layoutControl1.Controls.Add(gridControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1227, 184, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1173, 473);
|
layoutControl1.TabIndex = 1;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// textEdit3
|
//
|
textEdit3.Location = new Point(728, 14);
|
textEdit3.Name = "textEdit3";
|
textEdit3.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
|
textEdit3.Properties.AutoHeight = false;
|
textEdit3.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
textEdit3.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
textEdit3.Properties.NullValuePrompt = "mm";
|
textEdit3.Size = new Size(50, 22);
|
textEdit3.StyleController = layoutControl1;
|
textEdit3.TabIndex = 10;
|
//
|
// textEdit2
|
//
|
textEdit2.Location = new Point(654, 14);
|
textEdit2.Name = "textEdit2";
|
textEdit2.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
|
textEdit2.Properties.AutoHeight = false;
|
textEdit2.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
textEdit2.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
textEdit2.Properties.NullValuePrompt = "mm";
|
textEdit2.Size = new Size(50, 22);
|
textEdit2.StyleController = layoutControl1;
|
textEdit2.TabIndex = 9;
|
//
|
// textEdit1
|
//
|
textEdit1.Location = new Point(504, 14);
|
textEdit1.Name = "textEdit1";
|
textEdit1.Properties.AutoHeight = false;
|
textEdit1.Size = new Size(106, 22);
|
textEdit1.StyleController = layoutControl1;
|
textEdit1.TabIndex = 8;
|
//
|
// btnReset
|
//
|
btnReset.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnReset.Appearance.Options.UseBackColor = true;
|
btnReset.Location = new Point(882, 14);
|
btnReset.Name = "btnReset";
|
btnReset.Size = new Size(96, 22);
|
btnReset.StyleController = layoutControl1;
|
btnReset.TabIndex = 7;
|
btnReset.Text = "重置";
|
btnReset.Click += btnReset_Click;
|
//
|
// btnSet
|
//
|
btnSet.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
|
btnSet.Appearance.Options.UseBackColor = true;
|
btnSet.Location = new Point(1063, 14);
|
btnSet.Name = "btnSet";
|
btnSet.Size = new Size(96, 22);
|
btnSet.StyleController = layoutControl1;
|
btnSet.TabIndex = 6;
|
btnSet.Text = "设置";
|
btnSet.Click += btnSet_Click;
|
//
|
// btnSearch
|
//
|
btnSearch.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnSearch.Appearance.Options.UseBackColor = true;
|
btnSearch.Location = new Point(782, 14);
|
btnSearch.Name = "btnSearch";
|
btnSearch.Size = new Size(96, 22);
|
btnSearch.StyleController = layoutControl1;
|
btnSearch.TabIndex = 5;
|
btnSearch.Text = "查询";
|
btnSearch.Click += btnSearch_Click;
|
//
|
// txtName
|
//
|
txtName.Location = new Point(54, 14);
|
txtName.Name = "txtName";
|
txtName.Properties.AutoHeight = false;
|
txtName.Size = new Size(106, 22);
|
txtName.StyleController = layoutControl1;
|
txtName.TabIndex = 0;
|
//
|
// txtModelType
|
//
|
txtModelType.Location = new Point(354, 14);
|
txtModelType.Name = "txtModelType";
|
txtModelType.Properties.AutoHeight = false;
|
txtModelType.Size = new Size(106, 22);
|
txtModelType.StyleController = layoutControl1;
|
txtModelType.TabIndex = 3;
|
//
|
// txtCode
|
//
|
txtCode.Location = new Point(204, 14);
|
txtCode.Name = "txtCode";
|
txtCode.Properties.AutoHeight = false;
|
txtCode.Size = new Size(106, 22);
|
txtCode.StyleController = layoutControl1;
|
txtCode.TabIndex = 2;
|
//
|
// 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[] { layoutControlItem1, groupForHead });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(1173, 473);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = gridControl1;
|
layoutControlItem1.Location = new Point(0, 48);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(1173, 425);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// groupForHead
|
//
|
groupForHead.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, layoutControlItem2, layoutControlItem3, emptySpaceItem1, layoutControlItem5, layoutControlItem6, layoutControlItem7, layoutControlItem8, layoutControlItem9, simpleLabelItem1, layoutControlItem10 });
|
groupForHead.Location = new Point(0, 0);
|
groupForHead.Name = "groupForHead";
|
groupForHead.Size = new Size(1173, 48);
|
groupForHead.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0);
|
groupForHead.Text = "查询条件";
|
groupForHead.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = txtName;
|
layoutControlItem4.Location = new Point(0, 0);
|
layoutControlItem4.MaxSize = new Size(150, 26);
|
layoutControlItem4.MinSize = new Size(150, 26);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(150, 26);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem4.Text = "名称:";
|
layoutControlItem4.TextSize = new Size(28, 14);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = txtCode;
|
layoutControlItem2.Location = new Point(150, 0);
|
layoutControlItem2.MaxSize = new Size(150, 26);
|
layoutControlItem2.MinSize = new Size(150, 26);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(150, 26);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.Text = "编码:";
|
layoutControlItem2.TextSize = new Size(28, 14);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = txtModelType;
|
layoutControlItem3.Location = new Point(300, 0);
|
layoutControlItem3.MaxSize = new Size(150, 26);
|
layoutControlItem3.MinSize = new Size(150, 26);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(150, 26);
|
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem3.Text = "型号:";
|
layoutControlItem3.TextSize = new Size(28, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(968, 0);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(81, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = btnSearch;
|
layoutControlItem5.Location = new Point(768, 0);
|
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;
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = btnSet;
|
layoutControlItem6.Location = new Point(1049, 0);
|
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;
|
//
|
// layoutControlItem7
|
//
|
layoutControlItem7.Control = btnReset;
|
layoutControlItem7.Location = new Point(868, 0);
|
layoutControlItem7.MaxSize = new Size(100, 26);
|
layoutControlItem7.MinSize = new Size(100, 26);
|
layoutControlItem7.Name = "layoutControlItem7";
|
layoutControlItem7.Size = new Size(100, 26);
|
layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem7.TextSize = new Size(0, 0);
|
layoutControlItem7.TextVisible = false;
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.Control = textEdit1;
|
layoutControlItem8.Location = new Point(450, 0);
|
layoutControlItem8.MaxSize = new Size(150, 26);
|
layoutControlItem8.MinSize = new Size(150, 26);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Size = new Size(150, 26);
|
layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem8.Text = "材质:";
|
layoutControlItem8.TextSize = new Size(28, 14);
|
//
|
// layoutControlItem9
|
//
|
layoutControlItem9.Control = textEdit2;
|
layoutControlItem9.Location = new Point(600, 0);
|
layoutControlItem9.MaxSize = new Size(94, 26);
|
layoutControlItem9.MinSize = new Size(94, 26);
|
layoutControlItem9.Name = "layoutControlItem9";
|
layoutControlItem9.Size = new Size(94, 26);
|
layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem9.Text = "口径:";
|
layoutControlItem9.TextSize = new Size(28, 14);
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
simpleLabelItem1.Location = new Point(694, 0);
|
simpleLabelItem1.MaxSize = new Size(20, 18);
|
simpleLabelItem1.MinSize = new Size(20, 18);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(20, 26);
|
simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
simpleLabelItem1.Text = "-";
|
simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
simpleLabelItem1.TextSize = new Size(50, 20);
|
//
|
// layoutControlItem10
|
//
|
layoutControlItem10.Control = textEdit3;
|
layoutControlItem10.Location = new Point(714, 0);
|
layoutControlItem10.MaxSize = new Size(54, 26);
|
layoutControlItem10.MinSize = new Size(54, 26);
|
layoutControlItem10.Name = "layoutControlItem10";
|
layoutControlItem10.Size = new Size(54, 26);
|
layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem10.TextSize = new Size(0, 0);
|
layoutControlItem10.TextVisible = false;
|
//
|
// hydroFourlinkBulkSetViewModelBindingSource
|
//
|
hydroFourlinkBulkSetViewModelBindingSource.DataSource = typeof(HydroFourlinkBulkSetViewModel);
|
//
|
// HydroFourlinkBulkSetListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "HydroFourlinkBulkSetListCtrl";
|
Size = new Size(1173, 473);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)textEdit3.Properties).EndInit();
|
((ISupportInitialize)textEdit2.Properties).EndInit();
|
((ISupportInitialize)textEdit1.Properties).EndInit();
|
((ISupportInitialize)txtName.Properties).EndInit();
|
((ISupportInitialize)txtModelType.Properties).EndInit();
|
((ISupportInitialize)txtCode.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)groupForHead).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
((ISupportInitialize)layoutControlItem7).EndInit();
|
((ISupportInitialize)layoutControlItem8).EndInit();
|
((ISupportInitialize)layoutControlItem9).EndInit();
|
((ISupportInitialize)simpleLabelItem1).EndInit();
|
((ISupportInitialize)layoutControlItem10).EndInit();
|
((ISupportInitialize)hydroFourlinkBulkSetViewModelBindingSource).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasDb;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagsString;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
private DevExpress.XtraEditors.TextEdit txtName;
|
private DevExpress.XtraEditors.TextEdit txtModelType;
|
private DevExpress.XtraEditors.TextEdit txtCode;
|
private DevExpress.XtraLayout.LayoutControlGroup groupForHead;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraEditors.SimpleButton btnSet;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraEditors.SimpleButton btnReset;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private DevExpress.XtraGrid.Columns.GridColumn colElev;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
|
private DevExpress.XtraGrid.Columns.GridColumn colDemand;
|
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
|
private DevExpress.XtraGrid.Columns.GridColumn colCaliber;
|
private DevExpress.XtraEditors.TextEdit textEdit3;
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
private BindingSource hydroFourlinkBulkSetViewModelBindingSource;
|
}
|
}
|