| | |
| | | private void InitializeComponent() |
| | | { |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | txtTagName = new DevExpress.XtraEditors.TextEdit(); |
| | | txtFlags = new DevExpress.XtraEditors.TextEdit(); |
| | | txtKeyWord = new DevExpress.XtraEditors.TextEdit(); |
| | | txtDescription = new DevExpress.XtraEditors.MemoEdit(); |
| | | txtLowerLimit = new DevExpress.XtraEditors.TextEdit(); |
| | | txtMinorLoss = new DevExpress.XtraEditors.TextEdit(); |
| | | txtCaliber = new DevExpress.XtraEditors.TextEdit(); |
| | | txtMaterial = new DevExpress.XtraEditors.TextEdit(); |
| | |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | txtFlags = new DevExpress.XtraEditors.TextEdit(); |
| | | layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | txtTagName = new DevExpress.XtraEditors.TextEdit(); |
| | | layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)txtTagName.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtFlags.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtKeyWord.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtDescription.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtLowerLimit.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtMinorLoss.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtCaliber.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtMaterial.Properties).BeginInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem3).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem5).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem10).BeginInit(); |
| | | ((ISupportInitialize)txtFlags.Properties).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem8).BeginInit(); |
| | | ((ISupportInitialize)txtTagName.Properties).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem9).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem10).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | |
| | | layoutControl1.Controls.Add(txtFlags); |
| | | layoutControl1.Controls.Add(txtKeyWord); |
| | | layoutControl1.Controls.Add(txtDescription); |
| | | layoutControl1.Controls.Add(txtLowerLimit); |
| | | layoutControl1.Controls.Add(txtMinorLoss); |
| | | layoutControl1.Controls.Add(txtCaliber); |
| | | layoutControl1.Controls.Add(txtMaterial); |
| | |
| | | layoutControl1.Size = new Size(665, 381); |
| | | layoutControl1.TabIndex = 1; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // txtTagName |
| | | // |
| | | txtTagName.Location = new Point(76, 84); |
| | | txtTagName.Name = "txtTagName"; |
| | | txtTagName.Properties.ReadOnly = true; |
| | | txtTagName.Properties.UseReadOnlyAppearance = false; |
| | | txtTagName.Size = new Size(577, 20); |
| | | txtTagName.StyleController = layoutControl1; |
| | | txtTagName.TabIndex = 6; |
| | | // |
| | | // txtFlags |
| | | // |
| | | txtFlags.Location = new Point(398, 60); |
| | | txtFlags.Name = "txtFlags"; |
| | | txtFlags.Properties.ReadOnly = true; |
| | | txtFlags.Properties.UseReadOnlyAppearance = false; |
| | | txtFlags.Size = new Size(255, 20); |
| | | txtFlags.StyleController = layoutControl1; |
| | | txtFlags.TabIndex = 7; |
| | | // |
| | | // txtKeyWord |
| | | // |
| | |
| | | txtDescription.Name = "txtDescription"; |
| | | txtDescription.Size = new Size(577, 261); |
| | | txtDescription.StyleController = layoutControl1; |
| | | txtDescription.TabIndex = 9; |
| | | // |
| | | // txtLowerLimit |
| | | // |
| | | txtLowerLimit.Location = new Point(398, 60); |
| | | txtLowerLimit.Name = "txtLowerLimit"; |
| | | txtLowerLimit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; |
| | | txtLowerLimit.Properties.DisplayFormat.FormatString = "{0}m"; |
| | | txtLowerLimit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; |
| | | txtLowerLimit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); |
| | | txtLowerLimit.Properties.NullValuePrompt = "m"; |
| | | txtLowerLimit.Properties.ReadOnly = true; |
| | | txtLowerLimit.Properties.UseReadOnlyAppearance = false; |
| | | txtLowerLimit.Size = new Size(255, 20); |
| | | txtLowerLimit.StyleController = layoutControl1; |
| | | txtLowerLimit.TabIndex = 6; |
| | | txtDescription.TabIndex = 8; |
| | | // |
| | | // txtMinorLoss |
| | | // |
| | | txtMinorLoss.Location = new Point(76, 60); |
| | | txtMinorLoss.Name = "txtCoefficient"; |
| | | txtMinorLoss.Name = "txtMinorLoss"; |
| | | txtMinorLoss.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; |
| | | txtMinorLoss.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); |
| | | txtMinorLoss.Properties.ReadOnly = 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, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem2, layoutControlItem6, layoutControlItem8, layoutControlItem9, layoutControlItem10 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem4, layoutControlItem2, layoutControlItem6, layoutControlItem10, layoutControlItem9, layoutControlItem8 }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(665, 381); |
| | | Root.TextVisible = false; |
| | |
| | | layoutControlItem4.Location = new Point(0, 48); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(322, 24); |
| | | layoutControlItem4.Text = "流量系数:"; |
| | | layoutControlItem4.Text = "局阻系数:"; |
| | | layoutControlItem4.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem5 |
| | | // |
| | | layoutControlItem5.Control = txtLowerLimit; |
| | | layoutControlItem5.Location = new Point(322, 48); |
| | | layoutControlItem5.Name = "layoutControlItem5"; |
| | | layoutControlItem5.Size = new Size(323, 24); |
| | | layoutControlItem5.Text = "最小压力:"; |
| | | layoutControlItem5.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | |
| | | layoutControlItem6.Text = "说明:"; |
| | | layoutControlItem6.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem8 |
| | | // |
| | | layoutControlItem8.Control = txtFlags; |
| | | layoutControlItem8.Location = new Point(322, 48); |
| | | layoutControlItem8.Name = "layoutControlItem8"; |
| | | layoutControlItem8.Size = new Size(323, 24); |
| | | layoutControlItem8.Text = "标签:"; |
| | | layoutControlItem8.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem9 |
| | | // |
| | | layoutControlItem9.Control = txtTagName; |
| | | layoutControlItem9.Location = new Point(0, 72); |
| | | layoutControlItem9.Name = "layoutControlItem9"; |
| | | layoutControlItem9.Size = new Size(645, 24); |
| | | layoutControlItem9.Text = "标志:"; |
| | | layoutControlItem9.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem10 |
| | | // |
| | | layoutControlItem10.Control = txtKeyWord; |
| | |
| | | layoutControlItem10.Size = new Size(323, 24); |
| | | layoutControlItem10.Text = "关键字:"; |
| | | layoutControlItem10.TextSize = new Size(52, 14); |
| | | // |
| | | // txtFlags |
| | | // |
| | | txtFlags.Location = new Point(76, 84); |
| | | txtFlags.Name = "txtFlags"; |
| | | txtFlags.Properties.ReadOnly = true; |
| | | txtFlags.Properties.UseReadOnlyAppearance = false; |
| | | txtFlags.Size = new Size(254, 20); |
| | | txtFlags.StyleController = layoutControl1; |
| | | txtFlags.TabIndex = 7; |
| | | // |
| | | // layoutControlItem8 |
| | | // |
| | | layoutControlItem8.Control = txtFlags; |
| | | layoutControlItem8.Location = new Point(0, 72); |
| | | layoutControlItem8.Name = "layoutControlItem8"; |
| | | layoutControlItem8.Size = new Size(322, 24); |
| | | layoutControlItem8.Text = "标签:"; |
| | | layoutControlItem8.TextSize = new Size(52, 14); |
| | | // |
| | | // txtTagName |
| | | // |
| | | txtTagName.Location = new Point(398, 84); |
| | | txtTagName.Name = "txtTagName"; |
| | | txtTagName.Properties.ReadOnly = true; |
| | | txtTagName.Properties.UseReadOnlyAppearance = false; |
| | | txtTagName.Size = new Size(255, 20); |
| | | txtTagName.StyleController = layoutControl1; |
| | | txtTagName.TabIndex = 8; |
| | | // |
| | | // layoutControlItem9 |
| | | // |
| | | layoutControlItem9.Control = txtTagName; |
| | | layoutControlItem9.Location = new Point(322, 72); |
| | | layoutControlItem9.Name = "layoutControlItem9"; |
| | | layoutControlItem9.Size = new Size(323, 24); |
| | | layoutControlItem9.Text = "标志:"; |
| | | layoutControlItem9.TextSize = new Size(52, 14); |
| | | // |
| | | // ViewAssetsValveMainDlg |
| | | // |
| | |
| | | Text = "详细信息"; |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)txtTagName.Properties).EndInit(); |
| | | ((ISupportInitialize)txtFlags.Properties).EndInit(); |
| | | ((ISupportInitialize)txtKeyWord.Properties).EndInit(); |
| | | ((ISupportInitialize)txtDescription.Properties).EndInit(); |
| | | ((ISupportInitialize)txtLowerLimit.Properties).EndInit(); |
| | | ((ISupportInitialize)txtMinorLoss.Properties).EndInit(); |
| | | ((ISupportInitialize)txtCaliber.Properties).EndInit(); |
| | | ((ISupportInitialize)txtMaterial.Properties).EndInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem3).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem5).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem10).EndInit(); |
| | | ((ISupportInitialize)txtFlags.Properties).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem8).EndInit(); |
| | | ((ISupportInitialize)txtTagName.Properties).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem9).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem10).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private DevExpress.XtraEditors.MemoEdit txtDescription; |
| | | private DevExpress.XtraEditors.TextEdit txtLowerLimit; |
| | | private DevExpress.XtraEditors.TextEdit txtMinorLoss; |
| | | private DevExpress.XtraEditors.TextEdit txtCaliber; |
| | | private DevExpress.XtraEditors.TextEdit txtMaterial; |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraEditors.TextEdit txtKeyWord; |