namespace HStation.WinFrmUI.Assets { partial class AddAssetsPumpTypeDlg { /// /// 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 System.ComponentModel.Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); BtnOk = new DevExpress.XtraEditors.SimpleButton(); btnCancel = new DevExpress.XtraEditors.SimpleButton(); TextEditName = new DevExpress.XtraEditors.TextEdit(); comboBoxEditType = new DevExpress.XtraEditors.ComboBoxEdit(); memoEditDescription = new DevExpress.XtraEditors.MemoEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)TextEditName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)comboBoxEditType.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)memoEditDescription.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(BtnOk); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(TextEditName); layoutControl1.Controls.Add(comboBoxEditType); layoutControl1.Controls.Add(memoEditDescription); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(521, 290); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // BtnOk // BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; BtnOk.Appearance.Options.UseBackColor = true; BtnOk.Location = new Point(355, 256); BtnOk.Name = "BtnOk"; BtnOk.Size = new Size(78, 22); BtnOk.StyleController = layoutControl1; BtnOk.TabIndex = 4; BtnOk.Text = "确定"; BtnOk.Click += BtnOk_Click; // // btnCancel // btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(437, 256); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(72, 22); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 5; btnCancel.Text = "取消"; // // TextEditName // TextEditName.Location = new Point(52, 12); TextEditName.Name = "TextEditName"; TextEditName.Size = new Size(457, 20); TextEditName.StyleController = layoutControl1; TextEditName.TabIndex = 0; // // comboBoxEditType // comboBoxEditType.Location = new Point(52, 36); comboBoxEditType.Name = "comboBoxEditType"; comboBoxEditType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); comboBoxEditType.Size = new Size(457, 20); comboBoxEditType.StyleController = layoutControl1; comboBoxEditType.TabIndex = 2; // // memoEditDescription // memoEditDescription.Location = new Point(52, 60); memoEditDescription.Name = "memoEditDescription"; memoEditDescription.Size = new Size(457, 192); memoEditDescription.StyleController = layoutControl1; memoEditDescription.TabIndex = 3; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, emptySpaceItem2, layoutControlItem1 }); Root.Name = "Root"; Root.Size = new Size(521, 290); Root.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = btnCancel; layoutControlItem2.Location = new Point(425, 244); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(76, 26); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.Control = TextEditName; layoutControlItem3.Location = new Point(0, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(501, 24); layoutControlItem3.Text = "名称:"; layoutControlItem3.TextSize = new Size(28, 14); // // layoutControlItem4 // layoutControlItem4.Control = comboBoxEditType; layoutControlItem4.Location = new Point(0, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(501, 24); layoutControlItem4.Text = "分类:"; layoutControlItem4.TextSize = new Size(28, 14); // // layoutControlItem5 // layoutControlItem5.Control = memoEditDescription; layoutControlItem5.Location = new Point(0, 48); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(501, 196); layoutControlItem5.Text = "说明:"; layoutControlItem5.TextSize = new Size(28, 14); // // emptySpaceItem2 // emptySpaceItem2.AllowHotTrack = false; emptySpaceItem2.Location = new Point(0, 244); emptySpaceItem2.Name = "emptySpaceItem2"; emptySpaceItem2.Size = new Size(343, 26); emptySpaceItem2.TextSize = new Size(0, 0); // // layoutControlItem1 // layoutControlItem1.Control = BtnOk; layoutControlItem1.Location = new Point(343, 244); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(82, 26); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 237); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(348, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // AddAssetsPumpTypeDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(521, 290); Controls.Add(layoutControl1); Name = "AddAssetsPumpTypeDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "添加类型"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)TextEditName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)comboBoxEditType.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)memoEditDescription.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SimpleButton BtnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.TextEdit TextEditName; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditType; private DevExpress.XtraEditors.MemoEdit memoEditDescription; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; } }