| | |
| | | layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)txtDescription.Properties).BeginInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem5).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | |
| | | // |
| | | // txtLowerLimit |
| | | // |
| | | txtLowerLimit.Location = new Point(328, 60); |
| | | txtLowerLimit.Location = new Point(328, 36); |
| | | txtLowerLimit.Name = "txtLowerLimit"; |
| | | txtLowerLimit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; |
| | | txtLowerLimit.Properties.DisplayFormat.FormatString = "{0}m"; |
| | |
| | | txtLowerLimit.StyleController = layoutControl1; |
| | | txtLowerLimit.TabIndex = 6; |
| | | // |
| | | // txtMinorLoss |
| | | // txtCoefficient |
| | | // |
| | | txtCoefficient.Location = new Point(76, 60); |
| | | txtCoefficient.Name = "txtCoefficient"; |
| | |
| | | txtCoefficient.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); |
| | | txtCoefficient.Properties.ReadOnly = true; |
| | | txtCoefficient.Properties.UseReadOnlyAppearance = false; |
| | | txtCoefficient.Size = new Size(184, 20); |
| | | txtCoefficient.Size = new Size(437, 20); |
| | | txtCoefficient.StyleController = layoutControl1; |
| | | txtCoefficient.TabIndex = 5; |
| | | // |
| | | // txtCaliber |
| | | // |
| | | txtCaliber.Location = new Point(328, 36); |
| | | txtCaliber.Location = new Point(328, 12); |
| | | txtCaliber.Name = "txtCaliber"; |
| | | txtCaliber.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; |
| | | txtCaliber.Properties.DisplayFormat.FormatString = "{0}mm"; |
| | |
| | | txtCaliber.StyleController = layoutControl1; |
| | | txtCaliber.TabIndex = 4; |
| | | // |
| | | // txtDN |
| | | // txtMaterial |
| | | // |
| | | txtMaterial.Location = new Point(76, 36); |
| | | txtMaterial.Name = "txtMaterial"; |
| | |
| | | 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, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem2, layoutControlItem6, emptySpaceItem1 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem2, layoutControlItem6, layoutControlItem4, layoutControlItem5 }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(525, 316); |
| | | Root.TextVisible = false; |
| | |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.Control = txtCaliber; |
| | | layoutControlItem3.Location = new Point(252, 24); |
| | | layoutControlItem3.Location = new Point(252, 0); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(253, 24); |
| | | layoutControlItem3.Text = "口径:"; |
| | |
| | | layoutControlItem4.Control = txtCoefficient; |
| | | layoutControlItem4.Location = new Point(0, 48); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(252, 24); |
| | | layoutControlItem4.Size = new Size(505, 24); |
| | | layoutControlItem4.Text = "流量系数:"; |
| | | layoutControlItem4.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem5 |
| | | // |
| | | layoutControlItem5.Control = txtLowerLimit; |
| | | layoutControlItem5.Location = new Point(252, 48); |
| | | layoutControlItem5.Location = new Point(252, 24); |
| | | layoutControlItem5.Name = "layoutControlItem5"; |
| | | layoutControlItem5.Size = new Size(253, 24); |
| | | layoutControlItem5.Text = "最小压力:"; |
| | |
| | | layoutControlItem6.Size = new Size(505, 224); |
| | | layoutControlItem6.Text = "说明:"; |
| | | layoutControlItem6.TextSize = new Size(52, 14); |
| | | // |
| | | // emptySpaceItem1 |
| | | // |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(252, 0); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(253, 24); |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | // |
| | | // ViewAssetsCoolingFactorDlg |
| | | // |
| | |
| | | ((ISupportInitialize)layoutControlItem5).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
| | | private DevExpress.XtraEditors.MemoEdit txtDescription; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | } |
| | | } |