namespace ISupply.WinFrm.Main._UserControls { partial class FacilitiesWizardForm { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl(); labelControl6 = new DevExpress.XtraEditors.LabelControl(); labelControl17 = new DevExpress.XtraEditors.LabelControl(); labelControl16 = new DevExpress.XtraEditors.LabelControl(); labelControl15 = new DevExpress.XtraEditors.LabelControl(); labelControl14 = new DevExpress.XtraEditors.LabelControl(); labelControl2 = new DevExpress.XtraEditors.LabelControl(); labelControl3 = new DevExpress.XtraEditors.LabelControl(); comboBoxCompletePlant = new DevExpress.XtraEditors.ComboBoxEdit(); txtName = new DevExpress.XtraEditors.TextEdit(); txtWaterPressure = new DevExpress.XtraEditors.TextEdit(); txtWaterHeight = new DevExpress.XtraEditors.TextEdit(); txtWaterAmount = new DevExpress.XtraEditors.TextEdit(); txtChangeCoefficient = new DevExpress.XtraEditors.TextEdit(); txtHouseLength = new NumberTextEdit(); labelControl12 = new DevExpress.XtraEditors.LabelControl(); txtFloorHeight = new DevExpress.XtraEditors.TextEdit(); labelControl13 = new DevExpress.XtraEditors.LabelControl(); txtFloorHouseHolds = new NumberTextEdit(); labelControl9 = new DevExpress.XtraEditors.LabelControl(); txtFloor = new DevExpress.XtraEditors.TextEdit(); labelControl8 = new DevExpress.XtraEditors.LabelControl(); comboBoxWaterSupply = new DevExpress.XtraEditors.ComboBoxEdit(); labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)checkedListBoxControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlant.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtWaterPressure.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtWaterHeight.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtWaterAmount.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtChangeCoefficient.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtHouseLength.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtFloorHeight.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtFloorHouseHolds.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtFloor.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)comboBoxWaterSupply.Properties).BeginInit(); SuspendLayout(); // // checkedListBoxControl1 // checkedListBoxControl1.CheckOnClick = true; checkedListBoxControl1.ItemPadding = new Padding(8); checkedListBoxControl1.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] { new DevExpress.XtraEditors.Controls.CheckedListBoxItem("2dModel", "平面模型", CheckState.Checked, "2dModel"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("3dModel", "三维模型", "3dModel") }); checkedListBoxControl1.Location = new Point(568, 13); checkedListBoxControl1.Margin = new Padding(6, 5, 6, 5); checkedListBoxControl1.MultiColumn = true; checkedListBoxControl1.Name = "checkedListBoxControl1"; checkedListBoxControl1.Size = new Size(188, 27); checkedListBoxControl1.TabIndex = 133; // // labelControl6 // labelControl6.Location = new Point(500, 22); labelControl6.Margin = new Padding(2); labelControl6.Name = "labelControl6"; labelControl6.Size = new Size(60, 14); labelControl6.TabIndex = 132; labelControl6.Text = "模型配置:"; // // labelControl17 // labelControl17.Location = new Point(438, 204); labelControl17.Margin = new Padding(2); labelControl17.Name = "labelControl17"; labelControl17.Size = new Size(120, 14); labelControl17.TabIndex = 123; labelControl17.Text = "最高用水点所需压力:"; // // labelControl16 // labelControl16.Location = new Point(93, 204); labelControl16.Margin = new Padding(2); labelControl16.Name = "labelControl16"; labelControl16.Size = new Size(96, 14); labelControl16.TabIndex = 121; labelControl16.Text = "最高用水点高度:"; // // labelControl15 // labelControl15.Location = new Point(450, 157); labelControl15.Margin = new Padding(2); labelControl15.Name = "labelControl15"; labelControl15.Size = new Size(108, 14); labelControl15.TabIndex = 119; labelControl15.Text = "卫生器具给水当量:"; // // labelControl14 // labelControl14.Location = new Point(106, 155); labelControl14.Margin = new Padding(2); labelControl14.Name = "labelControl14"; labelControl14.Size = new Size(84, 14); labelControl14.TabIndex = 117; labelControl14.Text = "小时变化系数:"; // // labelControl2 // labelControl2.Location = new Point(131, 22); labelControl2.Margin = new Padding(2); labelControl2.Name = "labelControl2"; labelControl2.Size = new Size(60, 14); labelControl2.TabIndex = 108; labelControl2.Text = "设施名称:"; // // labelControl3 // labelControl3.Location = new Point(131, 252); labelControl3.Margin = new Padding(2); labelControl3.Name = "labelControl3"; labelControl3.Size = new Size(60, 14); labelControl3.TabIndex = 134; labelControl3.Text = "成套设备:"; // // comboBoxCompletePlant // comboBoxCompletePlant.Location = new Point(199, 248); comboBoxCompletePlant.Margin = new Padding(2); comboBoxCompletePlant.Name = "comboBoxCompletePlant"; comboBoxCompletePlant.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); comboBoxCompletePlant.Properties.Items.AddRange(new object[] { "成套设备A", "成套设备B", "成套设备C" }); comboBoxCompletePlant.Properties.NullText = "请选择"; comboBoxCompletePlant.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; comboBoxCompletePlant.Size = new Size(181, 20); comboBoxCompletePlant.TabIndex = 135; // // txtName // txtName.Location = new Point(199, 20); txtName.Margin = new Padding(2); txtName.Name = "txtName"; txtName.Size = new Size(181, 20); txtName.TabIndex = 131; // // txtWaterPressure // txtWaterPressure.Location = new Point(568, 202); txtWaterPressure.Margin = new Padding(2); txtWaterPressure.Name = "txtWaterPressure"; txtWaterPressure.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtWaterPressure.Size = new Size(188, 20); txtWaterPressure.TabIndex = 124; // // txtWaterHeight // txtWaterHeight.Location = new Point(199, 202); txtWaterHeight.Margin = new Padding(2); txtWaterHeight.Name = "txtWaterHeight"; txtWaterHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtWaterHeight.Size = new Size(181, 20); txtWaterHeight.TabIndex = 122; // // txtWaterAmount // txtWaterAmount.Location = new Point(568, 155); txtWaterAmount.Margin = new Padding(2); txtWaterAmount.Name = "txtWaterAmount"; txtWaterAmount.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtWaterAmount.Size = new Size(188, 20); txtWaterAmount.TabIndex = 120; // // txtChangeCoefficient // txtChangeCoefficient.Location = new Point(199, 153); txtChangeCoefficient.Margin = new Padding(2); txtChangeCoefficient.Name = "txtChangeCoefficient"; txtChangeCoefficient.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtChangeCoefficient.Size = new Size(181, 20); txtChangeCoefficient.TabIndex = 118; // // txtHouseLength // txtHouseLength.IsEmptyContent = true; txtHouseLength.Location = new Point(568, 109); txtHouseLength.Margin = new Padding(2); txtHouseLength.MinValue = null; txtHouseLength.Name = "txtHouseLength"; txtHouseLength.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtHouseLength.Size = new Size(188, 20); txtHouseLength.TabIndex = 143; // // labelControl12 // labelControl12.Location = new Point(500, 111); labelControl12.Margin = new Padding(2); labelControl12.Name = "labelControl12"; labelControl12.Size = new Size(60, 14); labelControl12.TabIndex = 142; labelControl12.Text = "入户管长:"; // // txtFloorHeight // txtFloorHeight.Location = new Point(199, 111); txtFloorHeight.Margin = new Padding(2); txtFloorHeight.Name = "txtFloorHeight"; txtFloorHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtFloorHeight.Size = new Size(181, 20); txtFloorHeight.TabIndex = 141; // // labelControl13 // labelControl13.Location = new Point(131, 113); labelControl13.Margin = new Padding(2); labelControl13.Name = "labelControl13"; labelControl13.Size = new Size(60, 14); labelControl13.TabIndex = 140; labelControl13.Text = "楼层高度:"; // // txtFloorHouseHolds // txtFloorHouseHolds.IsEmptyContent = true; txtFloorHouseHolds.Location = new Point(568, 65); txtFloorHouseHolds.Margin = new Padding(2); txtFloorHouseHolds.MinValue = null; txtFloorHouseHolds.Name = "txtFloorHouseHolds"; txtFloorHouseHolds.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtFloorHouseHolds.Size = new Size(188, 20); txtFloorHouseHolds.TabIndex = 139; // // labelControl9 // labelControl9.Location = new Point(500, 67); labelControl9.Margin = new Padding(2); labelControl9.Name = "labelControl9"; labelControl9.Size = new Size(60, 14); labelControl9.TabIndex = 138; labelControl9.Text = "楼层户数:"; // // txtFloor // txtFloor.Location = new Point(199, 65); txtFloor.Margin = new Padding(2); txtFloor.Name = "txtFloor"; txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtFloor.Size = new Size(181, 20); txtFloor.TabIndex = 137; // // labelControl8 // labelControl8.Location = new Point(139, 65); labelControl8.Margin = new Padding(2); labelControl8.Name = "labelControl8"; labelControl8.Size = new Size(52, 14); labelControl8.TabIndex = 136; labelControl8.Text = "楼 层:"; // // comboBoxWaterSupply // comboBoxWaterSupply.Location = new Point(568, 246); comboBoxWaterSupply.Margin = new Padding(2); comboBoxWaterSupply.Name = "comboBoxWaterSupply"; comboBoxWaterSupply.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); comboBoxWaterSupply.Properties.Items.AddRange(new object[] { "低区", "中区", "高区" }); comboBoxWaterSupply.Properties.NullText = "请选择"; comboBoxWaterSupply.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; comboBoxWaterSupply.Size = new Size(181, 20); comboBoxWaterSupply.TabIndex = 145; // // labelControl1 // labelControl1.Location = new Point(500, 250); labelControl1.Margin = new Padding(2); labelControl1.Name = "labelControl1"; labelControl1.Size = new Size(60, 14); labelControl1.TabIndex = 144; labelControl1.Text = "供水单元:"; // // FacilitiesWizardForm // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(comboBoxWaterSupply); Controls.Add(labelControl1); Controls.Add(txtHouseLength); Controls.Add(labelControl12); Controls.Add(txtFloorHeight); Controls.Add(labelControl13); Controls.Add(txtFloorHouseHolds); Controls.Add(labelControl9); Controls.Add(txtFloor); Controls.Add(labelControl8); Controls.Add(comboBoxCompletePlant); Controls.Add(labelControl3); Controls.Add(checkedListBoxControl1); Controls.Add(labelControl6); Controls.Add(txtName); Controls.Add(txtWaterPressure); Controls.Add(labelControl17); Controls.Add(txtWaterHeight); Controls.Add(labelControl16); Controls.Add(txtWaterAmount); Controls.Add(labelControl15); Controls.Add(txtChangeCoefficient); Controls.Add(labelControl14); Controls.Add(labelControl2); Margin = new Padding(2); Name = "FacilitiesWizardForm"; Size = new Size(872, 295); ((System.ComponentModel.ISupportInitialize)checkedListBoxControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlant.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtWaterPressure.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtWaterHeight.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtWaterAmount.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtChangeCoefficient.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtHouseLength.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtFloorHeight.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtFloorHouseHolds.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtFloor.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)comboBoxWaterSupply.Properties).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion public DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1; private DevExpress.XtraEditors.LabelControl labelControl6; public DevExpress.XtraEditors.TextEdit txtName; public DevExpress.XtraEditors.TextEdit txtWaterPressure; private DevExpress.XtraEditors.LabelControl labelControl17; public DevExpress.XtraEditors.TextEdit txtWaterHeight; private DevExpress.XtraEditors.LabelControl labelControl16; public DevExpress.XtraEditors.TextEdit txtWaterAmount; private DevExpress.XtraEditors.LabelControl labelControl15; public DevExpress.XtraEditors.TextEdit txtChangeCoefficient; private DevExpress.XtraEditors.LabelControl labelControl14; private DevExpress.XtraEditors.LabelControl labelControl2; public DevExpress.XtraEditors.ComboBoxEdit comboBoxCompletePlant; private DevExpress.XtraEditors.LabelControl labelControl3; public NumberTextEdit txtHouseLength; private DevExpress.XtraEditors.LabelControl labelControl12; public DevExpress.XtraEditors.TextEdit txtFloorHeight; private DevExpress.XtraEditors.LabelControl labelControl13; public NumberTextEdit txtFloorHouseHolds; private DevExpress.XtraEditors.LabelControl labelControl9; public DevExpress.XtraEditors.TextEdit txtFloor; private DevExpress.XtraEditors.LabelControl labelControl8; public DevExpress.XtraEditors.ComboBoxEdit comboBoxWaterSupply; private DevExpress.XtraEditors.LabelControl labelControl1; } }