| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | components = new Container(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); |
| | | txtMaterial = new DevExpress.XtraEditors.TextEdit(); |
| | |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)txtMaterial.Properties).BeginInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem5).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | |
| | | // |
| | | txtMaterial.Location = new Point(297, 12); |
| | | txtMaterial.Name = "txtMaterial"; |
| | | txtMaterial.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; |
| | | txtMaterial.Size = new Size(154, 20); |
| | | txtMaterial.StyleController = layoutControl1; |
| | | txtMaterial.TabIndex = 2; |
| | |
| | | // |
| | | txtMinorLoss.Location = new Point(297, 36); |
| | | txtMinorLoss.Name = "txtMinorLoss"; |
| | | txtMinorLoss.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; |
| | | txtMinorLoss.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); |
| | | txtMinorLoss.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); |
| | | txtMinorLoss.Size = new Size(154, 20); |
| | |
| | | // |
| | | txtDiameter.Location = new Point(76, 36); |
| | | txtDiameter.Name = "txtDiameter"; |
| | | txtDiameter.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; |
| | | txtDiameter.Properties.DisplayFormat.FormatString = "{0}mm"; |
| | | txtDiameter.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; |
| | | txtDiameter.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); |
| | |
| | | // |
| | | imgCmbLinkStatus.Location = new Point(76, 12); |
| | | imgCmbLinkStatus.Name = "imgCmbLinkStatus"; |
| | | imgCmbLinkStatus.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; |
| | | imgCmbLinkStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); |
| | | imgCmbLinkStatus.Size = new Size(153, 20); |
| | | imgCmbLinkStatus.StyleController = layoutControl1; |
| | |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // dxErrorProvider1 |
| | | // |
| | | dxErrorProvider1.ContainerControl = this; |
| | | // |
| | | // SetHydroValveDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | |
| | | ((ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem5).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
| | | private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbLinkStatus; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; |