namespace HStation.WinFrmUI { partial class ImportPumpPerform2dByImageDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new Container(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); ComponentResourceManager resources = new ComponentResourceManager(typeof(ImportPumpPerform2dByImageDlg)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); btnEditPicture = new DevExpress.XtraEditors.ButtonEdit(); textEditImportance = new DevExpress.XtraEditors.TextEdit(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); panelControl1 = new DevExpress.XtraEditors.PanelControl(); textEditName = new DevExpress.XtraEditors.TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); pumpChartImageImportCtrl1 = new PumpChartImageImportCtrl(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)btnEditPicture.Properties).BeginInit(); ((ISupportInitialize)textEditImportance.Properties).BeginInit(); ((ISupportInitialize)panelControl1).BeginInit(); panelControl1.SuspendLayout(); ((ISupportInitialize)textEditName.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)emptySpaceItem1).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(btnEditPicture); layoutControl1.Controls.Add(textEditImportance); layoutControl1.Controls.Add(generalOkAndCancelCtrl1); layoutControl1.Controls.Add(panelControl1); layoutControl1.Controls.Add(textEditName); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1228, 230, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(1029, 564); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // btnEditPicture // btnEditPicture.Location = new Point(76, 12); btnEditPicture.Name = "btnEditPicture"; editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage"); editorButtonImageOptions1.SvgImageSize = new Size(14, 14); btnEditPicture.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "导入文件", "Import", superToolTip1, DevExpress.Utils.ToolTipAnchor.Default) }); btnEditPicture.Size = new Size(303, 22); btnEditPicture.StyleController = layoutControl1; btnEditPicture.TabIndex = 0; btnEditPicture.ButtonClick += btnEditPicture_ButtonClick; // // textEditImportance // textEditImportance.Location = new Point(660, 13); textEditImportance.Name = "textEditImportance"; textEditImportance.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; textEditImportance.Properties.EditFormat.FormatString = "N0"; textEditImportance.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; textEditImportance.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); textEditImportance.Size = new Size(82, 20); textEditImportance.StyleController = layoutControl1; textEditImportance.TabIndex = 3; // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); generalOkAndCancelCtrl1.Location = new Point(12, 525); generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(1005, 27); generalOkAndCancelCtrl1.TabIndex = 4; // // panelControl1 // panelControl1.Controls.Add(pumpChartImageImportCtrl1); panelControl1.Location = new Point(12, 38); panelControl1.Name = "panelControl1"; panelControl1.Size = new Size(1005, 483); panelControl1.TabIndex = 1; // // textEditName // textEditName.Location = new Point(447, 12); textEditName.Name = "textEditName"; textEditName.Size = new Size(145, 20); textEditName.StyleController = layoutControl1; textEditName.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, layoutControlItem2, layoutControlItem5, emptySpaceItem1, layoutControlItem3, layoutControlItem4 }); Root.Name = "Root"; Root.Size = new Size(1029, 564); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = panelControl1; layoutControlItem1.Location = new Point(0, 26); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(1009, 487); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = generalOkAndCancelCtrl1; layoutControlItem2.Location = new Point(0, 513); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(1009, 31); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem5 // layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem5.Control = textEditImportance; layoutControlItem5.Location = new Point(584, 0); layoutControlItem5.MaxSize = new Size(150, 24); layoutControlItem5.MinSize = new Size(150, 24); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(150, 26); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.Text = "重要度:"; layoutControlItem5.TextSize = new Size(52, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(734, 0); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(275, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem3 // layoutControlItem3.Control = btnEditPicture; layoutControlItem3.Location = new Point(0, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(371, 26); layoutControlItem3.Text = "图片路径:"; layoutControlItem3.TextSize = new Size(52, 14); // // layoutControlItem4 // layoutControlItem4.Control = textEditName; layoutControlItem4.Location = new Point(371, 0); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(213, 26); layoutControlItem4.Text = "名称:"; layoutControlItem4.TextSize = new Size(52, 14); // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // pumpChartImageImportCtrl1 // pumpChartImageImportCtrl1.Dock = DockStyle.Fill; pumpChartImageImportCtrl1.Location = new Point(2, 2); pumpChartImageImportCtrl1.Margin = new Padding(2, 2, 2, 2); pumpChartImageImportCtrl1.Name = "pumpChartImageImportCtrl1"; pumpChartImageImportCtrl1.Size = new Size(1001, 479); pumpChartImageImportCtrl1.TabIndex = 0; // // ImportPumpPerform2dByImageDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1029, 564); Controls.Add(layoutControl1); Name = "ImportPumpPerform2dByImageDlg"; StartPosition = FormStartPosition.CenterParent; Text = "通过图片导入"; WindowState = FormWindowState.Maximized; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)btnEditPicture.Properties).EndInit(); ((ISupportInitialize)textEditImportance.Properties).EndInit(); ((ISupportInitialize)panelControl1).EndInit(); panelControl1.ResumeLayout(false); ((ISupportInitialize)textEditName.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)emptySpaceItem1).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.TextEdit textEditImportance; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.ButtonEdit btnEditPicture; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.TextEdit textEditName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private PumpChartImageImportCtrl pumpChartImageImportCtrl1; } }