| | |
| | | { |
| | | components = new Container(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | textEditBranchThroughCoefficient = new DevExpress.XtraEditors.TextEdit(); |
| | | textEditRunThroughCoefficient = new DevExpress.XtraEditors.TextEdit(); |
| | | txtCaliber = new DevExpress.XtraEditors.TextEdit(); |
| | | txtMaterial = new DevExpress.XtraEditors.TextEdit(); |
| | | TextEditMinorLoss = new DevExpress.XtraEditors.TextEdit(); |
| | | txtKeyWord = new DevExpress.XtraEditors.TextEdit(); |
| | | txtTagName = new DevExpress.XtraEditors.TextEdit(); |
| | | setFlagsEditCtrl1 = new SetFlagsEditCtrl(); |
| | |
| | | layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | textEditBranchThroughCoefficient = new DevExpress.XtraEditors.TextEdit(); |
| | | textEditRunThroughCoefficient = new DevExpress.XtraEditors.TextEdit(); |
| | | layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)textEditBranchThroughCoefficient.Properties).BeginInit(); |
| | | ((ISupportInitialize)textEditRunThroughCoefficient.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtCaliber.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtMaterial.Properties).BeginInit(); |
| | | ((ISupportInitialize)TextEditMinorLoss.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtKeyWord.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtTagName.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtDescription.Properties).BeginInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem9).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem14).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem8).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem12).BeginInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).BeginInit(); |
| | | ((ISupportInitialize)textEditBranchThroughCoefficient.Properties).BeginInit(); |
| | | ((ISupportInitialize)textEditRunThroughCoefficient.Properties).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem11).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem13).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem8).BeginInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | |
| | | layoutControl1.Controls.Add(textEditRunThroughCoefficient); |
| | | layoutControl1.Controls.Add(txtCaliber); |
| | | layoutControl1.Controls.Add(txtMaterial); |
| | | layoutControl1.Controls.Add(TextEditMinorLoss); |
| | | layoutControl1.Controls.Add(txtKeyWord); |
| | | layoutControl1.Controls.Add(txtTagName); |
| | | layoutControl1.Controls.Add(setFlagsEditCtrl1); |
| | |
| | | layoutControl1.TabIndex = 1; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // textEditBranchThroughCoefficient |
| | | // |
| | | textEditBranchThroughCoefficient.Location = new Point(453, 60); |
| | | textEditBranchThroughCoefficient.Name = "textEditBranchThroughCoefficient"; |
| | | textEditBranchThroughCoefficient.Size = new Size(200, 20); |
| | | textEditBranchThroughCoefficient.StyleController = layoutControl1; |
| | | textEditBranchThroughCoefficient.TabIndex = 6; |
| | | // |
| | | // textEditRunThroughCoefficient |
| | | // |
| | | textEditRunThroughCoefficient.Location = new Point(131, 60); |
| | | textEditRunThroughCoefficient.Name = "textEditRunThroughCoefficient"; |
| | | textEditRunThroughCoefficient.Size = new Size(199, 20); |
| | | textEditRunThroughCoefficient.StyleController = layoutControl1; |
| | | textEditRunThroughCoefficient.TabIndex = 5; |
| | | // |
| | | // txtCaliber |
| | | // |
| | | txtCaliber.Location = new Point(446, 36); |
| | | txtCaliber.Location = new Point(453, 36); |
| | | txtCaliber.Name = "txtCaliber"; |
| | | txtCaliber.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; |
| | | txtCaliber.Properties.DisplayFormat.FormatString = "{0}mm"; |
| | | txtCaliber.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; |
| | | txtCaliber.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); |
| | | txtCaliber.Properties.NullValuePrompt = "mm"; |
| | | txtCaliber.Size = new Size(207, 20); |
| | | txtCaliber.Size = new Size(200, 20); |
| | | txtCaliber.StyleController = layoutControl1; |
| | | txtCaliber.TabIndex = 4; |
| | | // |
| | | // txtMaterial |
| | | // |
| | | txtMaterial.Location = new Point(124, 36); |
| | | txtMaterial.Location = new Point(131, 36); |
| | | txtMaterial.Name = "txtMaterial"; |
| | | txtMaterial.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; |
| | | txtMaterial.Size = new Size(206, 20); |
| | | txtMaterial.Size = new Size(199, 20); |
| | | txtMaterial.StyleController = layoutControl1; |
| | | txtMaterial.TabIndex = 3; |
| | | // |
| | | // TextEditMinorLoss |
| | | // |
| | | TextEditMinorLoss.Location = new Point(124, 60); |
| | | TextEditMinorLoss.Name = "TextEditMinorLoss"; |
| | | TextEditMinorLoss.Size = new Size(206, 20); |
| | | TextEditMinorLoss.StyleController = layoutControl1; |
| | | TextEditMinorLoss.TabIndex = 5; |
| | | // |
| | | // txtKeyWord |
| | | // |
| | | txtKeyWord.Location = new Point(446, 12); |
| | | txtKeyWord.Location = new Point(453, 12); |
| | | txtKeyWord.Name = "txtKeyWord"; |
| | | txtKeyWord.Properties.NullValuePrompt = ",分隔,例如 A,B"; |
| | | txtKeyWord.Size = new Size(207, 20); |
| | | txtKeyWord.Size = new Size(200, 20); |
| | | txtKeyWord.StyleController = layoutControl1; |
| | | txtKeyWord.TabIndex = 2; |
| | | // |
| | | // txtTagName |
| | | // |
| | | txtTagName.Location = new Point(124, 108); |
| | | txtTagName.Location = new Point(131, 84); |
| | | txtTagName.Name = "txtTagName"; |
| | | txtTagName.Size = new Size(529, 20); |
| | | txtTagName.Size = new Size(199, 20); |
| | | txtTagName.StyleController = layoutControl1; |
| | | txtTagName.TabIndex = 9; |
| | | txtTagName.TabIndex = 7; |
| | | // |
| | | // setFlagsEditCtrl1 |
| | | // |
| | | setFlagsEditCtrl1.Location = new Point(446, 60); |
| | | setFlagsEditCtrl1.Location = new Point(453, 84); |
| | | setFlagsEditCtrl1.Name = "setFlagsEditCtrl1"; |
| | | setFlagsEditCtrl1.Size = new Size(207, 20); |
| | | setFlagsEditCtrl1.TabIndex = 6; |
| | | setFlagsEditCtrl1.Size = new Size(200, 20); |
| | | setFlagsEditCtrl1.TabIndex = 8; |
| | | // |
| | | // generalOkAndCancelCtrl1 |
| | | // |
| | |
| | | generalOkAndCancelCtrl1.Location = new Point(12, 343); |
| | | generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; |
| | | generalOkAndCancelCtrl1.Size = new Size(641, 26); |
| | | generalOkAndCancelCtrl1.TabIndex = 11; |
| | | generalOkAndCancelCtrl1.TabIndex = 10; |
| | | // |
| | | // txtDescription |
| | | // |
| | | txtDescription.Location = new Point(124, 132); |
| | | txtDescription.Location = new Point(131, 108); |
| | | txtDescription.Name = "txtDescription"; |
| | | txtDescription.Size = new Size(529, 207); |
| | | txtDescription.Size = new Size(522, 231); |
| | | txtDescription.StyleController = layoutControl1; |
| | | txtDescription.TabIndex = 10; |
| | | txtDescription.TabIndex = 9; |
| | | // |
| | | // txtName |
| | | // |
| | | txtName.Location = new Point(124, 12); |
| | | txtName.Location = new Point(131, 12); |
| | | txtName.Name = "txtName"; |
| | | txtName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; |
| | | txtName.Size = new Size(206, 20); |
| | | txtName.Size = new Size(199, 20); |
| | | txtName.StyleController = layoutControl1; |
| | | txtName.TabIndex = 0; |
| | | // |
| | |
| | | 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, layoutControlItem6, layoutControlItem7, layoutControlItem10, layoutControlItem9, layoutControlItem4, layoutControlItem14, layoutControlItem8, layoutControlItem12, layoutControlItem11, layoutControlItem13 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem6, layoutControlItem7, layoutControlItem10, layoutControlItem9, layoutControlItem4, layoutControlItem14, layoutControlItem11, layoutControlItem13, layoutControlItem8 }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(665, 381); |
| | | Root.TextVisible = false; |
| | |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(322, 24); |
| | | layoutControlItem1.Text = "<color=red>*</color>名称:"; |
| | | layoutControlItem1.TextSize = new Size(100, 14); |
| | | layoutControlItem1.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem6 |
| | | // |
| | | layoutControlItem6.Control = txtDescription; |
| | | layoutControlItem6.Location = new Point(0, 120); |
| | | layoutControlItem6.Location = new Point(0, 96); |
| | | layoutControlItem6.Name = "layoutControlItem6"; |
| | | layoutControlItem6.Size = new Size(645, 211); |
| | | layoutControlItem6.Size = new Size(645, 235); |
| | | layoutControlItem6.Text = "说明:"; |
| | | layoutControlItem6.TextSize = new Size(100, 14); |
| | | layoutControlItem6.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem7 |
| | | // |
| | |
| | | layoutControlItem10.Name = "layoutControlItem10"; |
| | | layoutControlItem10.Size = new Size(323, 24); |
| | | layoutControlItem10.Text = "关键字:"; |
| | | layoutControlItem10.TextSize = new Size(100, 14); |
| | | layoutControlItem10.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem9 |
| | | // |
| | | layoutControlItem9.Control = txtTagName; |
| | | layoutControlItem9.Location = new Point(0, 96); |
| | | layoutControlItem9.Location = new Point(0, 72); |
| | | layoutControlItem9.Name = "layoutControlItem9"; |
| | | layoutControlItem9.Size = new Size(645, 24); |
| | | layoutControlItem9.Size = new Size(322, 24); |
| | | layoutControlItem9.Text = "标志:"; |
| | | layoutControlItem9.TextSize = new Size(100, 14); |
| | | layoutControlItem9.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(322, 24); |
| | | layoutControlItem4.Text = "材质:"; |
| | | layoutControlItem4.TextSize = new Size(100, 14); |
| | | layoutControlItem4.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem14 |
| | | // |
| | |
| | | layoutControlItem14.Name = "layoutControlItem14"; |
| | | layoutControlItem14.Size = new Size(323, 24); |
| | | layoutControlItem14.Text = "口径:"; |
| | | layoutControlItem14.TextSize = new Size(100, 14); |
| | | layoutControlItem14.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem11 |
| | | // |
| | | layoutControlItem11.AllowHtmlStringInCaption = true; |
| | | layoutControlItem11.Control = textEditRunThroughCoefficient; |
| | | layoutControlItem11.Location = new Point(0, 48); |
| | | layoutControlItem11.Name = "layoutControlItem11"; |
| | | layoutControlItem11.Size = new Size(322, 24); |
| | | layoutControlItem11.Text = "<color=red>*</color>主管通过损失系数:"; |
| | | layoutControlItem11.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem13 |
| | | // |
| | | layoutControlItem13.AllowHtmlStringInCaption = true; |
| | | layoutControlItem13.Control = textEditBranchThroughCoefficient; |
| | | layoutControlItem13.Location = new Point(322, 48); |
| | | layoutControlItem13.Name = "layoutControlItem13"; |
| | | layoutControlItem13.Size = new Size(323, 24); |
| | | layoutControlItem13.Text = "<color=red>*</color>支管通过损失系数:"; |
| | | layoutControlItem13.TextSize = new Size(107, 14); |
| | | // |
| | | // layoutControlItem8 |
| | | // |
| | | layoutControlItem8.Control = setFlagsEditCtrl1; |
| | | layoutControlItem8.Location = new Point(322, 48); |
| | | layoutControlItem8.Location = new Point(322, 72); |
| | | layoutControlItem8.Name = "layoutControlItem8"; |
| | | layoutControlItem8.Size = new Size(323, 24); |
| | | layoutControlItem8.Text = "标签:"; |
| | | layoutControlItem8.TextSize = new Size(100, 14); |
| | | // |
| | | // layoutControlItem12 |
| | | // |
| | | layoutControlItem12.AllowHtmlStringInCaption = true; |
| | | layoutControlItem12.Control = TextEditMinorLoss; |
| | | layoutControlItem12.Location = new Point(0, 48); |
| | | layoutControlItem12.Name = "layoutControlItem12"; |
| | | layoutControlItem12.Size = new Size(322, 24); |
| | | layoutControlItem12.Text = "<color=red>*</color>损失系数:"; |
| | | layoutControlItem12.TextSize = new Size(100, 14); |
| | | layoutControlItem8.TextSize = new Size(107, 14); |
| | | // |
| | | // dxErrorProvider1 |
| | | // |
| | | dxErrorProvider1.ContainerControl = this; |
| | | // |
| | | // textEditBranchThroughCoefficient |
| | | // |
| | | textEditBranchThroughCoefficient.Location = new Point(446, 84); |
| | | textEditBranchThroughCoefficient.Name = "textEditBranchThroughCoefficient"; |
| | | textEditBranchThroughCoefficient.Size = new Size(207, 20); |
| | | textEditBranchThroughCoefficient.StyleController = layoutControl1; |
| | | textEditBranchThroughCoefficient.TabIndex = 8; |
| | | // |
| | | // textEditRunThroughCoefficient |
| | | // |
| | | textEditRunThroughCoefficient.Location = new Point(124, 84); |
| | | textEditRunThroughCoefficient.Name = "textEditRunThroughCoefficient"; |
| | | textEditRunThroughCoefficient.Size = new Size(206, 20); |
| | | textEditRunThroughCoefficient.StyleController = layoutControl1; |
| | | textEditRunThroughCoefficient.TabIndex = 7; |
| | | // |
| | | // layoutControlItem11 |
| | | // |
| | | layoutControlItem11.Control = textEditRunThroughCoefficient; |
| | | layoutControlItem11.Location = new Point(0, 72); |
| | | layoutControlItem11.Name = "layoutControlItem11"; |
| | | layoutControlItem11.Size = new Size(322, 24); |
| | | layoutControlItem11.Text = "运行通过损失系数:"; |
| | | layoutControlItem11.TextSize = new Size(100, 14); |
| | | // |
| | | // layoutControlItem13 |
| | | // |
| | | layoutControlItem13.Control = textEditBranchThroughCoefficient; |
| | | layoutControlItem13.Location = new Point(322, 72); |
| | | layoutControlItem13.Name = "layoutControlItem13"; |
| | | layoutControlItem13.Size = new Size(323, 24); |
| | | layoutControlItem13.Text = "支管通过损失系数:"; |
| | | layoutControlItem13.TextSize = new Size(100, 14); |
| | | // |
| | | // EditAssetsThreelinkMainDlg |
| | | // |
| | |
| | | Text = "编辑"; |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)textEditBranchThroughCoefficient.Properties).EndInit(); |
| | | ((ISupportInitialize)textEditRunThroughCoefficient.Properties).EndInit(); |
| | | ((ISupportInitialize)txtCaliber.Properties).EndInit(); |
| | | ((ISupportInitialize)txtMaterial.Properties).EndInit(); |
| | | ((ISupportInitialize)TextEditMinorLoss.Properties).EndInit(); |
| | | ((ISupportInitialize)txtKeyWord.Properties).EndInit(); |
| | | ((ISupportInitialize)txtTagName.Properties).EndInit(); |
| | | ((ISupportInitialize)txtDescription.Properties).EndInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem9).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem14).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem8).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem12).EndInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).EndInit(); |
| | | ((ISupportInitialize)textEditBranchThroughCoefficient.Properties).EndInit(); |
| | | ((ISupportInitialize)textEditRunThroughCoefficient.Properties).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem11).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem13).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem8).EndInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; |
| | | private DevExpress.XtraEditors.TextEdit txtCaliber; |
| | | private DevExpress.XtraEditors.TextEdit txtMaterial; |
| | | private DevExpress.XtraEditors.TextEdit TextEditMinorLoss; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; |
| | | private DevExpress.XtraEditors.TextEdit textEditBranchThroughCoefficient; |
| | | private DevExpress.XtraEditors.TextEdit textEditRunThroughCoefficient; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; |