| | |
| | | private void InitializeComponent() |
| | | { |
| | | ComponentResourceManager resources = new ComponentResourceManager(typeof(ChoicePumpMainDlg)); |
| | | xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); |
| | | xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | pumpMainForm1 = new PumpMainForm(); |
| | | BtnOk = new DevExpress.XtraEditors.SimpleButton(); |
| | | btnComplete = new DevExpress.XtraEditors.SimpleButton(); |
| | | navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame(); |
| | | navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage(); |
| | | pumpMainChoicePage = new PumpMainChoicePage(); |
| | | navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage(); |
| | | btnPrev = new DevExpress.XtraEditors.SimpleButton(); |
| | | btnNext = new DevExpress.XtraEditors.SimpleButton(); |
| | | stepProgressBar1 = new DevExpress.XtraEditors.StepProgressBar(); |
| | | stepPbSelectModelFile = new DevExpress.XtraEditors.StepProgressBarItem(); |
| | | stepPbSetMapLocation = new DevExpress.XtraEditors.StepProgressBarItem(); |
| | | btnCancel = new DevExpress.XtraEditors.SimpleButton(); |
| | | popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); |
| | | treeList1 = new DevExpress.XtraTreeList.TreeList(); |
| | | treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | chartControl1 = new DevExpress.XtraCharts.ChartControl(); |
| | | TextPopupPumpChoice = new DevExpress.XtraEditors.PopupContainerEdit(); |
| | | BtnAddPumpMain = new DevExpress.XtraEditors.SimpleButton(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | simpleLabelSearch = new DevExpress.XtraLayout.SimpleLabelItem(); |
| | | layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((ISupportInitialize)xtraTabControl1).BeginInit(); |
| | | xtraTabControl1.SuspendLayout(); |
| | | xtraTabPage1.SuspendLayout(); |
| | | itemForComplete = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForPrev = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForNext = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForCancel = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ValveChoicePage = new ValveChoicePage(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)popupContainerControl1).BeginInit(); |
| | | popupContainerControl1.SuspendLayout(); |
| | | ((ISupportInitialize)treeList1).BeginInit(); |
| | | ((ISupportInitialize)chartControl1).BeginInit(); |
| | | ((ISupportInitialize)TextPopupPumpChoice.Properties).BeginInit(); |
| | | ((ISupportInitialize)navigationFrame1).BeginInit(); |
| | | navigationFrame1.SuspendLayout(); |
| | | navigationPage1.SuspendLayout(); |
| | | navigationPage2.SuspendLayout(); |
| | | ((ISupportInitialize)stepProgressBar1).BeginInit(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((ISupportInitialize)simpleLabelSearch).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem7).BeginInit(); |
| | | ((ISupportInitialize)emptySpaceItem3).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem9).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem8).BeginInit(); |
| | | ((ISupportInitialize)emptySpaceItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem10).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem3).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)itemForComplete).BeginInit(); |
| | | ((ISupportInitialize)itemForPrev).BeginInit(); |
| | | ((ISupportInitialize)itemForNext).BeginInit(); |
| | | ((ISupportInitialize)itemForCancel).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // xtraTabControl1 |
| | | // |
| | | xtraTabControl1.Dock = DockStyle.Fill; |
| | | xtraTabControl1.Location = new Point(0, 0); |
| | | xtraTabControl1.Name = "xtraTabControl1"; |
| | | xtraTabControl1.SelectedTabPage = xtraTabPage1; |
| | | xtraTabControl1.Size = new Size(862, 509); |
| | | xtraTabControl1.TabIndex = 0; |
| | | xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { xtraTabPage1 }); |
| | | // |
| | | // xtraTabPage1 |
| | | // |
| | | xtraTabPage1.Controls.Add(layoutControl1); |
| | | xtraTabPage1.Name = "xtraTabPage1"; |
| | | xtraTabPage1.Size = new Size(860, 483); |
| | | xtraTabPage1.Text = "当前选择型号"; |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(pumpMainForm1); |
| | | layoutControl1.Controls.Add(BtnOk); |
| | | layoutControl1.Controls.Add(btnComplete); |
| | | layoutControl1.Controls.Add(navigationFrame1); |
| | | layoutControl1.Controls.Add(btnPrev); |
| | | layoutControl1.Controls.Add(btnNext); |
| | | layoutControl1.Controls.Add(stepProgressBar1); |
| | | layoutControl1.Controls.Add(btnCancel); |
| | | layoutControl1.Controls.Add(popupContainerControl1); |
| | | layoutControl1.Controls.Add(chartControl1); |
| | | layoutControl1.Controls.Add(TextPopupPumpChoice); |
| | | layoutControl1.Controls.Add(BtnAddPumpMain); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(860, 483); |
| | | layoutControl1.TabIndex = 0; |
| | | layoutControl1.Size = new Size(929, 557); |
| | | layoutControl1.TabIndex = 6; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // pumpMainForm1 |
| | | // btnComplete |
| | | // |
| | | pumpMainForm1.Location = new Point(12, 40); |
| | | pumpMainForm1.Name = "pumpMainForm1"; |
| | | pumpMainForm1.Size = new Size(836, 150); |
| | | pumpMainForm1.TabIndex = 7; |
| | | btnComplete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; |
| | | btnComplete.Appearance.Options.UseBackColor = true; |
| | | btnComplete.Location = new Point(808, 523); |
| | | btnComplete.Name = "btnComplete"; |
| | | btnComplete.Size = new Size(109, 22); |
| | | btnComplete.StyleController = layoutControl1; |
| | | btnComplete.TabIndex = 6; |
| | | btnComplete.Text = "完成"; |
| | | btnComplete.Click += btnComplete_Click; |
| | | // |
| | | // BtnOk |
| | | // navigationFrame1 |
| | | // |
| | | BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; |
| | | BtnOk.Appearance.Options.UseBackColor = true; |
| | | BtnOk.Location = new Point(659, 449); |
| | | BtnOk.Name = "BtnOk"; |
| | | BtnOk.Size = new Size(95, 22); |
| | | BtnOk.StyleController = layoutControl1; |
| | | BtnOk.TabIndex = 5; |
| | | BtnOk.Text = "完成"; |
| | | navigationFrame1.Controls.Add(navigationPage1); |
| | | navigationFrame1.Controls.Add(navigationPage2); |
| | | navigationFrame1.Location = new Point(12, 86); |
| | | navigationFrame1.Name = "navigationFrame1"; |
| | | navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPage1, navigationPage2 }); |
| | | navigationFrame1.SelectedPage = navigationPage1; |
| | | navigationFrame1.Size = new Size(905, 433); |
| | | navigationFrame1.TabIndex = 2; |
| | | navigationFrame1.Text = "navigationFrame1"; |
| | | // |
| | | // navigationPage1 |
| | | // |
| | | navigationPage1.Caption = "navigationPage1"; |
| | | navigationPage1.Controls.Add(pumpMainChoicePage); |
| | | navigationPage1.Name = "navigationPage1"; |
| | | navigationPage1.Size = new Size(905, 433); |
| | | // |
| | | // pumpMainChoicePage |
| | | // |
| | | pumpMainChoicePage.Dock = DockStyle.Fill; |
| | | pumpMainChoicePage.Location = new Point(0, 0); |
| | | pumpMainChoicePage.Name = "pumpMainChoicePage1"; |
| | | pumpMainChoicePage.Size = new Size(905, 433); |
| | | pumpMainChoicePage.TabIndex = 0; |
| | | // |
| | | // navigationPage2 |
| | | // |
| | | navigationPage2.Caption = "navigationPage2"; |
| | | navigationPage2.Controls.Add(ValveChoicePage); |
| | | navigationPage2.Name = "navigationPage2"; |
| | | navigationPage2.Size = new Size(905, 433); |
| | | // |
| | | // btnPrev |
| | | // |
| | | btnPrev.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; |
| | | btnPrev.Appearance.Options.UseBackColor = true; |
| | | btnPrev.Location = new Point(712, 523); |
| | | btnPrev.Name = "btnPrev"; |
| | | btnPrev.Size = new Size(92, 22); |
| | | btnPrev.StyleController = layoutControl1; |
| | | btnPrev.TabIndex = 5; |
| | | btnPrev.Text = "<上一步"; |
| | | btnPrev.Click += btnPrev_Click; |
| | | // |
| | | // btnNext |
| | | // |
| | | btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; |
| | | btnNext.Appearance.Options.UseBackColor = true; |
| | | btnNext.Location = new Point(605, 523); |
| | | btnNext.Name = "btnNext"; |
| | | btnNext.Size = new Size(103, 22); |
| | | btnNext.StyleController = layoutControl1; |
| | | btnNext.TabIndex = 4; |
| | | btnNext.Text = "下一步>"; |
| | | btnNext.Click += btnNext_Click; |
| | | // |
| | | // stepProgressBar1 |
| | | // |
| | | stepProgressBar1.ContentAlignment = ContentAlignment.MiddleLeft; |
| | | stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage"); |
| | | stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImageSize = new Size(20, 20); |
| | | stepProgressBar1.Items.Add(stepPbSelectModelFile); |
| | | stepProgressBar1.Items.Add(stepPbSetMapLocation); |
| | | stepProgressBar1.Location = new Point(12, 12); |
| | | stepProgressBar1.MaximumSize = new Size(900, 70); |
| | | stepProgressBar1.MinimumSize = new Size(900, 70); |
| | | stepProgressBar1.Name = "stepProgressBar1"; |
| | | stepProgressBar1.SelectedItemIndex = 0; |
| | | stepProgressBar1.Size = new Size(900, 70); |
| | | stepProgressBar1.StyleController = layoutControl1; |
| | | stepProgressBar1.TabIndex = 0; |
| | | stepProgressBar1.Visible = false; |
| | | // |
| | | // stepPbSelectModelFile |
| | | // |
| | | stepPbSelectModelFile.ContentBlock2.Caption = "泵型号匹配"; |
| | | stepPbSelectModelFile.Name = "stepPbSelectModelFile"; |
| | | stepPbSelectModelFile.State = DevExpress.XtraEditors.StepProgressBarItemState.Active; |
| | | // |
| | | // stepPbSetMapLocation |
| | | // |
| | | stepPbSetMapLocation.ContentBlock2.Caption = "阀门匹配"; |
| | | stepPbSetMapLocation.Name = "stepPbSetMapLocation"; |
| | | // |
| | | // btnCancel |
| | | // |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; |
| | | btnCancel.Appearance.Options.UseBackColor = true; |
| | | btnCancel.DialogResult = DialogResult.Cancel; |
| | | btnCancel.Location = new Point(758, 449); |
| | | btnCancel.Location = new Point(497, 523); |
| | | btnCancel.Name = "btnCancel"; |
| | | btnCancel.Size = new Size(90, 22); |
| | | btnCancel.Size = new Size(104, 22); |
| | | btnCancel.StyleController = layoutControl1; |
| | | btnCancel.TabIndex = 6; |
| | | btnCancel.TabIndex = 3; |
| | | btnCancel.Text = "取消"; |
| | | // |
| | | // popupContainerControl1 |
| | | // |
| | | popupContainerControl1.Controls.Add(treeList1); |
| | | popupContainerControl1.Location = new Point(62, 304); |
| | | popupContainerControl1.Name = "popupContainerControl1"; |
| | | popupContainerControl1.Size = new Size(200, 100); |
| | | popupContainerControl1.TabIndex = 1; |
| | | // |
| | | // treeList1 |
| | | // |
| | | treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1 }); |
| | | treeList1.Dock = DockStyle.Fill; |
| | | treeList1.Location = new Point(0, 0); |
| | | treeList1.Name = "treeList1"; |
| | | treeList1.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.True; |
| | | treeList1.Size = new Size(200, 100); |
| | | treeList1.TabIndex = 0; |
| | | treeList1.SelectionChanged += treeList1_SelectionChanged; |
| | | // |
| | | // treeListColumn1 |
| | | // |
| | | treeListColumn1.Caption = "名称"; |
| | | treeListColumn1.FieldName = "Name"; |
| | | treeListColumn1.Name = "treeListColumn1"; |
| | | treeListColumn1.OptionsColumn.AllowEdit = false; |
| | | treeListColumn1.Visible = true; |
| | | treeListColumn1.VisibleIndex = 0; |
| | | // |
| | | // chartControl1 |
| | | // |
| | | chartControl1.Legend.LegendID = -1; |
| | | chartControl1.Location = new Point(12, 194); |
| | | chartControl1.Name = "chartControl1"; |
| | | chartControl1.Size = new Size(836, 251); |
| | | chartControl1.TabIndex = 4; |
| | | // |
| | | // TextPopupPumpChoice |
| | | // |
| | | TextPopupPumpChoice.Location = new Point(88, 12); |
| | | TextPopupPumpChoice.Name = "TextPopupPumpChoice"; |
| | | TextPopupPumpChoice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); |
| | | TextPopupPumpChoice.Properties.PopupControl = popupContainerControl1; |
| | | TextPopupPumpChoice.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; |
| | | TextPopupPumpChoice.Size = new Size(271, 20); |
| | | TextPopupPumpChoice.StyleController = layoutControl1; |
| | | TextPopupPumpChoice.TabIndex = 0; |
| | | TextPopupPumpChoice.EditValueChanged += TextPopupPumpChoice_EditValueChanged; |
| | | // |
| | | // BtnAddPumpMain |
| | | // |
| | | BtnAddPumpMain.Appearance.FontSizeDelta = 1; |
| | | BtnAddPumpMain.Appearance.Options.UseFont = true; |
| | | BtnAddPumpMain.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAddPumpMain.ImageOptions.SvgImage"); |
| | | BtnAddPumpMain.ImageOptions.SvgImageSize = new Size(20, 20); |
| | | BtnAddPumpMain.Location = new Point(396, 12); |
| | | BtnAddPumpMain.Name = "BtnAddPumpMain"; |
| | | BtnAddPumpMain.Size = new Size(90, 24); |
| | | BtnAddPumpMain.StyleController = layoutControl1; |
| | | BtnAddPumpMain.TabIndex = 2; |
| | | BtnAddPumpMain.Text = "新增型号"; |
| | | BtnAddPumpMain.Click += BtnAddPumpMain_Click; |
| | | btnCancel.Click += btnCancel_Click; |
| | | // |
| | | // Root |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, layoutControlItem6, simpleLabelSearch, layoutControlItem7, emptySpaceItem3, layoutControlItem9, layoutControlItem8, emptySpaceItem4, layoutControlItem10 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, itemForComplete, itemForPrev, itemForNext, itemForCancel }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(860, 483); |
| | | Root.Size = new Size(929, 557); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem4 |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem4.Control = TextPopupPumpChoice; |
| | | layoutControlItem4.Location = new Point(0, 0); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(351, 28); |
| | | layoutControlItem4.Text = "泵型号选择:"; |
| | | layoutControlItem4.TextSize = new Size(64, 14); |
| | | // |
| | | // layoutControlItem6 |
| | | // |
| | | layoutControlItem6.Control = chartControl1; |
| | | layoutControlItem6.Location = new Point(0, 182); |
| | | layoutControlItem6.Name = "layoutControlItem6"; |
| | | layoutControlItem6.Size = new Size(840, 255); |
| | | layoutControlItem6.TextSize = new Size(0, 0); |
| | | layoutControlItem6.TextVisible = false; |
| | | // |
| | | // simpleLabelSearch |
| | | // |
| | | simpleLabelSearch.AllowHotTrack = false; |
| | | simpleLabelSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("simpleLabelSearch.ImageOptions.SvgImage"); |
| | | simpleLabelSearch.ImageOptions.SvgImageSize = new Size(20, 20); |
| | | simpleLabelSearch.Location = new Point(351, 0); |
| | | simpleLabelSearch.Name = "simpleLabelSearch"; |
| | | simpleLabelSearch.Size = new Size(33, 28); |
| | | simpleLabelSearch.Text = " "; |
| | | simpleLabelSearch.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
| | | simpleLabelSearch.TextSize = new Size(29, 20); |
| | | simpleLabelSearch.Click += simpleLabelSearch_Click; |
| | | // |
| | | // layoutControlItem7 |
| | | // |
| | | layoutControlItem7.Control = BtnAddPumpMain; |
| | | layoutControlItem7.Location = new Point(384, 0); |
| | | layoutControlItem7.Name = "layoutControlItem7"; |
| | | layoutControlItem7.Size = new Size(94, 28); |
| | | layoutControlItem7.TextSize = new Size(0, 0); |
| | | layoutControlItem7.TextVisible = false; |
| | | // |
| | | // emptySpaceItem3 |
| | | // |
| | | emptySpaceItem3.AllowHotTrack = false; |
| | | emptySpaceItem3.Location = new Point(478, 0); |
| | | emptySpaceItem3.Name = "emptySpaceItem3"; |
| | | emptySpaceItem3.Size = new Size(362, 28); |
| | | emptySpaceItem3.TextSize = new Size(0, 0); |
| | | // |
| | | // layoutControlItem9 |
| | | // |
| | | layoutControlItem9.Control = btnCancel; |
| | | layoutControlItem9.Location = new Point(746, 437); |
| | | layoutControlItem9.Name = "layoutControlItem9"; |
| | | layoutControlItem9.Size = new Size(94, 26); |
| | | layoutControlItem9.TextSize = new Size(0, 0); |
| | | layoutControlItem9.TextVisible = false; |
| | | // |
| | | // layoutControlItem8 |
| | | // |
| | | layoutControlItem8.Control = BtnOk; |
| | | layoutControlItem8.Location = new Point(647, 437); |
| | | layoutControlItem8.Name = "layoutControlItem8"; |
| | | layoutControlItem8.Size = new Size(99, 26); |
| | | layoutControlItem8.TextSize = new Size(0, 0); |
| | | layoutControlItem8.TextVisible = false; |
| | | // |
| | | // emptySpaceItem4 |
| | | // |
| | | emptySpaceItem4.AllowHotTrack = false; |
| | | emptySpaceItem4.Location = new Point(0, 437); |
| | | emptySpaceItem4.Name = "emptySpaceItem4"; |
| | | emptySpaceItem4.Size = new Size(647, 26); |
| | | emptySpaceItem4.TextSize = new Size(0, 0); |
| | | // |
| | | // layoutControlItem10 |
| | | // |
| | | layoutControlItem10.Control = pumpMainForm1; |
| | | layoutControlItem10.Location = new Point(0, 28); |
| | | layoutControlItem10.Name = "layoutControlItem10"; |
| | | layoutControlItem10.Size = new Size(840, 154); |
| | | layoutControlItem10.TextSize = new Size(0, 0); |
| | | layoutControlItem10.TextVisible = false; |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.Location = new Point(0, 0); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(860, 483); |
| | | layoutControlItem3.TextSize = new Size(0, 0); |
| | | layoutControlItem3.TextVisible = false; |
| | | layoutControlItem1.Control = stepProgressBar1; |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(909, 74); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.Control = navigationFrame1; |
| | | layoutControlItem2.Location = new Point(0, 74); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Size = new Size(860, 178); |
| | | layoutControlItem2.Size = new Size(909, 437); |
| | | layoutControlItem2.TextSize = new Size(0, 0); |
| | | layoutControlItem2.TextVisible = false; |
| | | // |
| | | // emptySpaceItem1 |
| | | // |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(104, 178); |
| | | emptySpaceItem1.Location = new Point(0, 511); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(756, 305); |
| | | emptySpaceItem1.Size = new Size(485, 26); |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | // |
| | | // layoutControlItem1 |
| | | // itemForComplete |
| | | // |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(860, 24); |
| | | layoutControlItem1.Text = "泵型号选择:"; |
| | | layoutControlItem1.TextSize = new Size(64, 14); |
| | | itemForComplete.Control = btnComplete; |
| | | itemForComplete.Location = new Point(796, 511); |
| | | itemForComplete.Name = "itemForComplete"; |
| | | itemForComplete.Size = new Size(113, 26); |
| | | itemForComplete.TextSize = new Size(0, 0); |
| | | itemForComplete.TextVisible = false; |
| | | // |
| | | // itemForPrev |
| | | // |
| | | itemForPrev.Control = btnPrev; |
| | | itemForPrev.Location = new Point(700, 511); |
| | | itemForPrev.Name = "itemForPrev"; |
| | | itemForPrev.Size = new Size(96, 26); |
| | | itemForPrev.TextSize = new Size(0, 0); |
| | | itemForPrev.TextVisible = false; |
| | | // |
| | | // itemForNext |
| | | // |
| | | itemForNext.Control = btnNext; |
| | | itemForNext.Location = new Point(593, 511); |
| | | itemForNext.Name = "itemForNext"; |
| | | itemForNext.Size = new Size(107, 26); |
| | | itemForNext.TextSize = new Size(0, 0); |
| | | itemForNext.TextVisible = false; |
| | | // |
| | | // itemForCancel |
| | | // |
| | | itemForCancel.Control = btnCancel; |
| | | itemForCancel.Location = new Point(485, 511); |
| | | itemForCancel.Name = "itemForCancel"; |
| | | itemForCancel.Size = new Size(108, 26); |
| | | itemForCancel.TextSize = new Size(0, 0); |
| | | itemForCancel.TextVisible = false; |
| | | // |
| | | // ValveChoicePage |
| | | // |
| | | ValveChoicePage.Dock = DockStyle.Fill; |
| | | ValveChoicePage.Location = new Point(0, 0); |
| | | ValveChoicePage.Name = "xtraUserControl11"; |
| | | ValveChoicePage.Size = new Size(905, 433); |
| | | ValveChoicePage.TabIndex = 0; |
| | | // |
| | | // ChoicePumpMainDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(862, 509); |
| | | Controls.Add(xtraTabControl1); |
| | | ClientSize = new Size(929, 557); |
| | | Controls.Add(layoutControl1); |
| | | Name = "ChoicePumpMainDlg"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | | Text = "泵型号选择"; |
| | | ((ISupportInitialize)xtraTabControl1).EndInit(); |
| | | xtraTabControl1.ResumeLayout(false); |
| | | xtraTabPage1.ResumeLayout(false); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)popupContainerControl1).EndInit(); |
| | | popupContainerControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)treeList1).EndInit(); |
| | | ((ISupportInitialize)chartControl1).EndInit(); |
| | | ((ISupportInitialize)TextPopupPumpChoice.Properties).EndInit(); |
| | | ((ISupportInitialize)navigationFrame1).EndInit(); |
| | | navigationFrame1.ResumeLayout(false); |
| | | navigationPage1.ResumeLayout(false); |
| | | navigationPage2.ResumeLayout(false); |
| | | ((ISupportInitialize)stepProgressBar1).EndInit(); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((ISupportInitialize)simpleLabelSearch).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem7).EndInit(); |
| | | ((ISupportInitialize)emptySpaceItem3).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem9).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem8).EndInit(); |
| | | ((ISupportInitialize)emptySpaceItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem10).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem3).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)itemForComplete).EndInit(); |
| | | ((ISupportInitialize)itemForPrev).EndInit(); |
| | | ((ISupportInitialize)itemForNext).EndInit(); |
| | | ((ISupportInitialize)itemForCancel).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private DevExpress.XtraTab.XtraTabControl xtraTabControl1; |
| | | private DevExpress.XtraTab.XtraTabPage xtraTabPage1; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private DevExpress.XtraEditors.PopupContainerEdit TextPopupPumpChoice; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame1; |
| | | private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1; |
| | | private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2; |
| | | private DevExpress.XtraEditors.StepProgressBar stepProgressBar1; |
| | | private DevExpress.XtraEditors.StepProgressBarItem stepPbSelectModelFile; |
| | | private DevExpress.XtraEditors.StepProgressBarItem stepPbSetMapLocation; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; |
| | | private DevExpress.XtraTreeList.TreeList treeList1; |
| | | private DevExpress.XtraCharts.ChartControl chartControl1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; |
| | | private DevExpress.XtraEditors.SimpleButton BtnAddPumpMain; |
| | | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelSearch; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; |
| | | private DevExpress.XtraEditors.SimpleButton BtnOk; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraEditors.SimpleButton btnComplete; |
| | | private DevExpress.XtraEditors.SimpleButton btnPrev; |
| | | private DevExpress.XtraEditors.SimpleButton btnNext; |
| | | private DevExpress.XtraEditors.SimpleButton btnCancel; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4; |
| | | private PumpMainForm pumpMainForm1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForComplete; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForCancel; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForNext; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForPrev; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | private PumpMainChoicePage pumpMainChoicePage; |
| | | private ValveChoicePage ValveChoicePage; |
| | | } |
| | | } |