namespace PBS.WinFrmUI.WE { partial class EditWaterWEDlg { /// /// 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() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); generalOkAndCancelCtrl1 = new Yw.WinFrmUI.GeneralOkAndCancelCtrl(); textEditName = new DevExpress.XtraEditors.TreeListLookUpEdit(); treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); 名称 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); textEditCount = new DevExpress.XtraEditors.TextEdit(); textEditFlow = new DevExpress.XtraEditors.TextEdit(); textEditMinFlow = new DevExpress.XtraEditors.TextEdit(); memoEditDescription = new DevExpress.XtraEditors.MemoEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)textEditName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEditCount.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEditFlow.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEditMinFlow.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)memoEditDescription.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(generalOkAndCancelCtrl1); layoutControl1.Controls.Add(textEditName); layoutControl1.Controls.Add(textEditCount); layoutControl1.Controls.Add(textEditFlow); layoutControl1.Controls.Add(textEditMinFlow); layoutControl1.Controls.Add(memoEditDescription); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(545, 291); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(131, 42); generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(114, 33); generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(131, 42); generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(114, 33); generalOkAndCancelCtrl1.Location = new Point(12, 241); generalOkAndCancelCtrl1.Margin = new Padding(3, 5, 3, 5); generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(521, 38); generalOkAndCancelCtrl1.TabIndex = 1; // // textEditName // textEditName.Location = new Point(119, 12); textEditName.Name = "textEditName"; textEditName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); textEditName.Properties.DisplayMember = "Name"; textEditName.Properties.NullText = ""; textEditName.Properties.TreeList = treeListLookUpEdit1TreeList; textEditName.Properties.ValueMember = "ID"; textEditName.Size = new Size(414, 24); textEditName.StyleController = layoutControl1; textEditName.TabIndex = 4; // // treeListLookUpEdit1TreeList // treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { 名称 }); treeListLookUpEdit1TreeList.Location = new Point(0, 0); treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; treeListLookUpEdit1TreeList.Size = new Size(400, 200); treeListLookUpEdit1TreeList.TabIndex = 0; treeListLookUpEdit1TreeList.BeforeFocusNode += treeListLookUpEdit1TreeList_BeforeFocusNode; // // 名称 // 名称.Caption = "名称"; 名称.FieldName = "Name"; 名称.Name = "名称"; 名称.Visible = true; 名称.VisibleIndex = 0; // // textEditCount // textEditCount.Location = new Point(119, 40); textEditCount.Name = "textEditCount"; textEditCount.Size = new Size(414, 24); textEditCount.StyleController = layoutControl1; textEditCount.TabIndex = 5; // // textEditFlow // textEditFlow.Location = new Point(119, 68); textEditFlow.Name = "textEditFlow"; textEditFlow.Size = new Size(414, 24); textEditFlow.StyleController = layoutControl1; textEditFlow.TabIndex = 6; // // textEditMinFlow // textEditMinFlow.Location = new Point(119, 96); textEditMinFlow.Name = "textEditMinFlow"; textEditMinFlow.Size = new Size(414, 24); textEditMinFlow.StyleController = layoutControl1; textEditMinFlow.TabIndex = 7; // // memoEditDescription // memoEditDescription.Location = new Point(119, 124); memoEditDescription.Name = "memoEditDescription"; memoEditDescription.Size = new Size(414, 113); memoEditDescription.StyleController = layoutControl1; memoEditDescription.TabIndex = 8; // // 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, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem6 }); Root.Name = "Root"; Root.Size = new Size(545, 291); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = textEditName; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(525, 28); layoutControlItem1.Text = "器具名称:"; layoutControlItem1.TextSize = new Size(95, 18); // // layoutControlItem2 // layoutControlItem2.Control = textEditCount; layoutControlItem2.Location = new Point(0, 28); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(525, 28); layoutControlItem2.Text = "器具数量:"; layoutControlItem2.TextSize = new Size(95, 18); // // layoutControlItem3 // layoutControlItem3.Control = textEditFlow; layoutControlItem3.Location = new Point(0, 56); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(525, 28); layoutControlItem3.Text = "额定流量:"; layoutControlItem3.TextSize = new Size(95, 18); // // layoutControlItem4 // layoutControlItem4.Control = textEditMinFlow; layoutControlItem4.Location = new Point(0, 84); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(525, 28); layoutControlItem4.Text = "最小额定流量:"; layoutControlItem4.TextSize = new Size(95, 18); // // layoutControlItem5 // layoutControlItem5.Control = memoEditDescription; layoutControlItem5.Location = new Point(0, 112); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(525, 117); layoutControlItem5.Text = "说明:"; layoutControlItem5.TextSize = new Size(95, 18); // // layoutControlItem6 // layoutControlItem6.Control = generalOkAndCancelCtrl1; layoutControlItem6.Location = new Point(0, 229); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(525, 42); layoutControlItem6.TextSize = new Size(0, 0); layoutControlItem6.TextVisible = false; // // EditWaterWEDlg // AutoScaleDimensions = new SizeF(8F, 18F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(545, 291); Controls.Add(layoutControl1); Name = "EditWaterWEDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "编辑"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)textEditName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).EndInit(); ((System.ComponentModel.ISupportInitialize)textEditCount.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)textEditFlow.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)textEditMinFlow.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)memoEditDescription.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.TreeListLookUpEdit textEditName; private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; private DevExpress.XtraEditors.TextEdit textEditCount; private DevExpress.XtraEditors.TextEdit textEditFlow; private DevExpress.XtraEditors.TextEdit textEditMinFlow; private DevExpress.XtraEditors.MemoEdit memoEditDescription; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private Yw.WinFrmUI.GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraTreeList.Columns.TreeListColumn 名称; } }