| | |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | simpleLabelItemAddProp = new DevExpress.XtraLayout.SimpleLabelItem(); |
| | | emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)simpleLabelItemAddProp).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit(); |
| | |
| | | BtnAddPumpPart.Name = "BtnAddPumpPart"; |
| | | BtnAddPumpPart.Size = new Size(85, 22); |
| | | BtnAddPumpPart.StyleController = layoutControl1; |
| | | BtnAddPumpPart.TabIndex = 7; |
| | | BtnAddPumpPart.TabIndex = 8; |
| | | BtnAddPumpPart.Text = "添加属性"; |
| | | BtnAddPumpPart.Click += BtnAddPumpPart_Click; |
| | | // |
| | |
| | | BtnOk.Name = "BtnOk"; |
| | | BtnOk.Size = new Size(91, 22); |
| | | BtnOk.StyleController = layoutControl1; |
| | | BtnOk.TabIndex = 8; |
| | | BtnOk.TabIndex = 9; |
| | | BtnOk.Text = "确认编辑"; |
| | | BtnOk.Click += BtnOk_Click; |
| | | // |
| | |
| | | simpleButton1.Name = "simpleButton1"; |
| | | simpleButton1.Size = new Size(92, 22); |
| | | simpleButton1.StyleController = layoutControl1; |
| | | simpleButton1.TabIndex = 9; |
| | | simpleButton1.TabIndex = 10; |
| | | simpleButton1.Text = "取消"; |
| | | // |
| | | // gridControl1 |
| | | // |
| | | gridControl1.DataSource = propGroupChoiceViewModelBindingSource; |
| | | gridControl1.Location = new Point(184, 113); |
| | | gridControl1.Location = new Point(184, 131); |
| | | gridControl1.MainView = gridView1; |
| | | gridControl1.Name = "gridControl1"; |
| | | gridControl1.Size = new Size(800, 380); |
| | | gridControl1.TabIndex = 6; |
| | | gridControl1.Size = new Size(800, 362); |
| | | gridControl1.TabIndex = 7; |
| | | gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); |
| | | // |
| | | // propGroupChoiceViewModelBindingSource |
| | |
| | | // |
| | | // layoutControlGroup1 |
| | | // |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, layoutControlItem6, layoutControlItem7, layoutControlItem1 }); |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, layoutControlItem6, layoutControlItem7, layoutControlItem1, simpleLabelItemAddProp, emptySpaceItem1 }); |
| | | layoutControlGroup1.Location = new Point(0, 0); |
| | | layoutControlGroup1.Name = "layoutControlGroup1"; |
| | | layoutControlGroup1.Size = new Size(804, 456); |
| | |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = gridControl1; |
| | | layoutControlItem1.Location = new Point(0, 72); |
| | | layoutControlItem1.Location = new Point(0, 90); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(804, 384); |
| | | layoutControlItem1.Size = new Size(804, 366); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // simpleLabelItemAddProp |
| | | // |
| | | simpleLabelItemAddProp.AllowHotTrack = false; |
| | | simpleLabelItemAddProp.Location = new Point(0, 72); |
| | | simpleLabelItemAddProp.Name = "simpleLabelItemAddProp"; |
| | | simpleLabelItemAddProp.Size = new Size(56, 18); |
| | | simpleLabelItemAddProp.Text = "增加属性"; |
| | | simpleLabelItemAddProp.TextSize = new Size(52, 14); |
| | | simpleLabelItemAddProp.Click += simpleLabelItemAddProp_Click; |
| | | // |
| | | // emptySpaceItem1 |
| | | // |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(56, 72); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(748, 18); |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | // |
| | | // layoutControlGroup2 |
| | | // |
| | |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)simpleLabelItemAddProp).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit(); |
| | |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; |
| | | private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; |
| | | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItemAddProp; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | } |
| | | } |