¶Ô±ÈÐÂÎļþ |
| | |
| | | namespace HStation.WinFrmUI.PhartRelation |
| | | { |
| | | partial class SelXhsValveMainPhartDlg |
| | | { |
| | | /// <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 System.ComponentModel.Container(); |
| | | xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.XtrPerform2dChart(); |
| | | sidePanel2 = new SidePanel(); |
| | | xhsPumpMainPhartListCtrl1 = new XhsPumpMainPhartListCtrl(); |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | dockPanelBottom = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | btnOk = new SimpleButton(); |
| | | btnCancel = new SimpleButton(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | dockPanelList = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | dockPanelCenter = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel5_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
| | | emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | sidePanel2.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); |
| | | dockPanelBottom.SuspendLayout(); |
| | | dockPanel2_Container.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit(); |
| | | dockPanelList.SuspendLayout(); |
| | | dockPanel1_Container.SuspendLayout(); |
| | | dockPanelCenter.SuspendLayout(); |
| | | dockPanel5_Container.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)simpleLabelItem1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // xtrPerform2dChart1 |
| | | // |
| | | xtrPerform2dChart1.DefinePointVisible = false; |
| | | xtrPerform2dChart1.Dock = DockStyle.Fill; |
| | | xtrPerform2dChart1.LineVisible = false; |
| | | xtrPerform2dChart1.Location = new Point(0, 0); |
| | | xtrPerform2dChart1.Name = "xtrPerform2dChart1"; |
| | | xtrPerform2dChart1.Size = new Size(823, 480); |
| | | xtrPerform2dChart1.TabIndex = 1; |
| | | // |
| | | // sidePanel2 |
| | | // |
| | | sidePanel2.Controls.Add(xhsPumpMainPhartListCtrl1); |
| | | sidePanel2.Dock = DockStyle.Fill; |
| | | sidePanel2.Location = new Point(0, 0); |
| | | sidePanel2.Name = "sidePanel2"; |
| | | sidePanel2.Size = new Size(234, 480); |
| | | sidePanel2.TabIndex = 4; |
| | | sidePanel2.Text = "sidePanel2"; |
| | | // |
| | | // xhsPumpMainPhartListCtrl1 |
| | | // |
| | | xhsPumpMainPhartListCtrl1.Appearance.BackColor = SystemColors.Control; |
| | | xhsPumpMainPhartListCtrl1.Appearance.Options.UseBackColor = true; |
| | | xhsPumpMainPhartListCtrl1.Dock = DockStyle.Fill; |
| | | xhsPumpMainPhartListCtrl1.Location = new Point(0, 0); |
| | | xhsPumpMainPhartListCtrl1.Margin = new Padding(4, 5, 4, 5); |
| | | xhsPumpMainPhartListCtrl1.Name = "xhsPumpMainPhartListCtrl1"; |
| | | xhsPumpMainPhartListCtrl1.Size = new Size(234, 480); |
| | | xhsPumpMainPhartListCtrl1.TabIndex = 0; |
| | | // |
| | | // dockManager1 |
| | | // |
| | | dockManager1.DockingOptions.ShowCloseButton = false; |
| | | dockManager1.Form = this; |
| | | dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanelBottom, dockPanelList, dockPanelCenter }); |
| | | dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; |
| | | dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" }); |
| | | // |
| | | // dockPanelBottom |
| | | // |
| | | dockPanelBottom.Controls.Add(dockPanel2_Container); |
| | | dockPanelBottom.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; |
| | | dockPanelBottom.FloatVertical = true; |
| | | dockPanelBottom.ID = new Guid("85e68b43-5bd2-4223-8601-763cc80ee777"); |
| | | dockPanelBottom.Location = new Point(0, 514); |
| | | dockPanelBottom.Name = "dockPanelBottom"; |
| | | dockPanelBottom.OriginalSize = new Size(200, 243); |
| | | dockPanelBottom.Size = new Size(1058, 243); |
| | | dockPanelBottom.Text = "æ°´åä¿¡æ¯"; |
| | | // |
| | | // dockPanel2_Container |
| | | // |
| | | dockPanel2_Container.Controls.Add(layoutControl1); |
| | | dockPanel2_Container.Location = new Point(0, 35); |
| | | dockPanel2_Container.Name = "dockPanel2_Container"; |
| | | dockPanel2_Container.Size = new Size(1058, 208); |
| | | dockPanel2_Container.TabIndex = 0; |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(btnOk); |
| | | layoutControl1.Controls.Add(btnCancel); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1585, 453, 975, 600); |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(1058, 208); |
| | | layoutControl1.TabIndex = 0; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // btnOk |
| | | // |
| | | btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; |
| | | btnOk.Appearance.Options.UseBackColor = true; |
| | | btnOk.Location = new Point(798, 164); |
| | | btnOk.Name = "btnOk"; |
| | | btnOk.Size = new Size(122, 32); |
| | | btnOk.StyleController = layoutControl1; |
| | | btnOk.TabIndex = 0; |
| | | btnOk.Text = "确认"; |
| | | btnOk.Click += btnOk_Click; |
| | | // |
| | | // btnCancel |
| | | // |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; |
| | | btnCancel.Appearance.Options.UseBackColor = true; |
| | | btnCancel.DialogResult = DialogResult.Cancel; |
| | | btnCancel.Location = new Point(924, 164); |
| | | btnCancel.Name = "btnCancel"; |
| | | btnCancel.Size = new Size(122, 32); |
| | | btnCancel.StyleController = layoutControl1; |
| | | btnCancel.TabIndex = 2; |
| | | btnCancel.Text = "åæ¶"; |
| | | // |
| | | // Root |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem2, simpleLabelItem1, emptySpaceItem1 }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(1058, 208); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = btnOk; |
| | | layoutControlItem1.Location = new Point(786, 152); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(126, 36); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | layoutControlItem2.Control = btnCancel; |
| | | layoutControlItem2.Location = new Point(912, 152); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Size = new Size(126, 36); |
| | | layoutControlItem2.TextSize = new Size(0, 0); |
| | | layoutControlItem2.TextVisible = false; |
| | | // |
| | | // emptySpaceItem2 |
| | | // |
| | | emptySpaceItem2.AllowHotTrack = false; |
| | | emptySpaceItem2.Location = new Point(0, 152); |
| | | emptySpaceItem2.Name = "emptySpaceItem2"; |
| | | emptySpaceItem2.Size = new Size(786, 36); |
| | | emptySpaceItem2.TextSize = new Size(0, 0); |
| | | // |
| | | // dockPanelList |
| | | // |
| | | dockPanelList.Controls.Add(dockPanel1_Container); |
| | | dockPanelList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; |
| | | dockPanelList.ID = new Guid("202c2203-fb3a-4b47-a9cb-083c698bd2ac"); |
| | | dockPanelList.Location = new Point(0, 0); |
| | | dockPanelList.Name = "dockPanelList"; |
| | | dockPanelList.OriginalSize = new Size(235, 200); |
| | | dockPanelList.Size = new Size(235, 514); |
| | | dockPanelList.Text = "æ§è½æ²çº¿"; |
| | | // |
| | | // dockPanel1_Container |
| | | // |
| | | dockPanel1_Container.Controls.Add(sidePanel2); |
| | | dockPanel1_Container.Location = new Point(0, 34); |
| | | dockPanel1_Container.Name = "dockPanel1_Container"; |
| | | dockPanel1_Container.Size = new Size(234, 480); |
| | | dockPanel1_Container.TabIndex = 0; |
| | | // |
| | | // dockPanelCenter |
| | | // |
| | | dockPanelCenter.Controls.Add(dockPanel5_Container); |
| | | dockPanelCenter.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; |
| | | dockPanelCenter.ID = new Guid("d50b3904-75d7-4d3c-9e26-1cfa6c188a50"); |
| | | dockPanelCenter.Location = new Point(235, 0); |
| | | dockPanelCenter.Name = "dockPanelCenter"; |
| | | dockPanelCenter.OriginalSize = new Size(200, 200); |
| | | dockPanelCenter.Size = new Size(823, 514); |
| | | dockPanelCenter.Text = "æ²çº¿è§å¾"; |
| | | // |
| | | // dockPanel5_Container |
| | | // |
| | | dockPanel5_Container.Controls.Add(xtrPerform2dChart1); |
| | | dockPanel5_Container.Location = new Point(0, 34); |
| | | dockPanel5_Container.Name = "dockPanel5_Container"; |
| | | dockPanel5_Container.Size = new Size(823, 480); |
| | | dockPanel5_Container.TabIndex = 0; |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | | layoutControlItem4.Location = new Point(497, 376); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(105, 38); |
| | | layoutControlItem4.TextSize = new Size(0, 0); |
| | | layoutControlItem4.TextVisible = false; |
| | | // |
| | | // layoutControlItem6 |
| | | // |
| | | layoutControlItem6.Location = new Point(602, 376); |
| | | layoutControlItem6.Name = "layoutControlItem6"; |
| | | layoutControlItem6.Size = new Size(110, 38); |
| | | layoutControlItem6.TextSize = new Size(0, 0); |
| | | layoutControlItem6.TextVisible = false; |
| | | // |
| | | // simpleLabelItem1 |
| | | // |
| | | simpleLabelItem1.AllowHotTrack = false; |
| | | simpleLabelItem1.Location = new Point(0, 0); |
| | | simpleLabelItem1.Name = "simpleLabelItem1"; |
| | | simpleLabelItem1.Size = new Size(1038, 26); |
| | | simpleLabelItem1.Text = "å¾
è¡¥å
"; |
| | | simpleLabelItem1.TextSize = new Size(54, 22); |
| | | // |
| | | // emptySpaceItem1 |
| | | // |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(0, 26); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(1038, 126); |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | // |
| | | // SelXhsPumpMainPhartDlg |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | | Appearance.Options.UseBackColor = true; |
| | | AutoScaleDimensions = new SizeF(10F, 22F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(1058, 757); |
| | | Controls.Add(dockPanelCenter); |
| | | Controls.Add(dockPanelList); |
| | | Controls.Add(dockPanelBottom); |
| | | IconOptions.ShowIcon = false; |
| | | Margin = new Padding(6, 8, 6, 8); |
| | | MinimizeBox = false; |
| | | Name = "SelXhsPumpMainPhartDlg"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | | sidePanel2.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); |
| | | dockPanelBottom.ResumeLayout(false); |
| | | dockPanel2_Container.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)Root).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit(); |
| | | dockPanelList.ResumeLayout(false); |
| | | dockPanel1_Container.ResumeLayout(false); |
| | | dockPanelCenter.ResumeLayout(false); |
| | | dockPanel5_Container.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)simpleLabelItem1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | | #endregion |
| | | private Yw.WinFrmUI.Phart.XtrPerform2dChart xtrPerform2dChart1; |
| | | private DevExpress.XtraEditors.SidePanel sidePanel2; |
| | | private XhsPumpMainPhartListCtrl xhsPumpMainPhartListCtrl1; |
| | | private DevExpress.XtraBars.Docking.DockManager dockManager1; |
| | | private DevExpress.XtraBars.Docking.DockPanel dockPanelList; |
| | | private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; |
| | | private DevExpress.XtraBars.Docking.DockPanel dockPanelCenter; |
| | | private DevExpress.XtraBars.Docking.ControlContainer dockPanel5_Container; |
| | | private DevExpress.XtraBars.Docking.DockPanel dockPanelBottom; |
| | | private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private SimpleButton btnOk; |
| | | private SimpleButton btnCancel; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | } |
| | | } |