| | |
| | | // |
| | | // selectFlagsPopupCtrl1 |
| | | // |
| | | selectFlagsPopupCtrl1.Location = new Point(72, 56); |
| | | selectFlagsPopupCtrl1.Location = new Point(404, 32); |
| | | selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1"; |
| | | selectFlagsPopupCtrl1.Size = new Size(597, 20); |
| | | selectFlagsPopupCtrl1.TabIndex = 6; |
| | | selectFlagsPopupCtrl1.Size = new Size(265, 20); |
| | | selectFlagsPopupCtrl1.TabIndex = 4; |
| | | // |
| | | // popupContainerControl1 |
| | | // |
| | |
| | | BtnOk.Name = "BtnOk"; |
| | | BtnOk.Size = new Size(88, 22); |
| | | BtnOk.StyleController = layoutControl1; |
| | | BtnOk.TabIndex = 8; |
| | | BtnOk.TabIndex = 6; |
| | | BtnOk.Text = "确定"; |
| | | BtnOk.Click += BtnOk_ClickAsync; |
| | | // |
| | |
| | | simpleButton1.Name = "simpleButton1"; |
| | | simpleButton1.Size = new Size(85, 22); |
| | | simpleButton1.StyleController = layoutControl1; |
| | | simpleButton1.TabIndex = 9; |
| | | simpleButton1.TabIndex = 7; |
| | | simpleButton1.Text = "取消"; |
| | | // |
| | | // TextEditName |
| | |
| | | // |
| | | // DescriptionTextEdit |
| | | // |
| | | DescriptionTextEdit.Location = new Point(20, 113); |
| | | DescriptionTextEdit.Location = new Point(20, 89); |
| | | DescriptionTextEdit.Name = "DescriptionTextEdit"; |
| | | DescriptionTextEdit.Size = new Size(637, 329); |
| | | DescriptionTextEdit.Size = new Size(637, 353); |
| | | DescriptionTextEdit.StyleController = layoutControl1; |
| | | DescriptionTextEdit.TabIndex = 7; |
| | | DescriptionTextEdit.TabIndex = 5; |
| | | // |
| | | // TextEditKeyWord |
| | | // |
| | |
| | | TextEditMinorLoss.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); |
| | | TextEditMinorLoss.Properties.PopupControl = popupContainerControl1; |
| | | TextEditMinorLoss.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; |
| | | TextEditMinorLoss.Size = new Size(597, 20); |
| | | TextEditMinorLoss.Size = new Size(264, 20); |
| | | TextEditMinorLoss.StyleController = layoutControl1; |
| | | TextEditMinorLoss.TabIndex = 5; |
| | | TextEditMinorLoss.TabIndex = 3; |
| | | // |
| | | // Root |
| | | // |
| | |
| | | layoutControlGroup5.AppearanceGroup.FontSizeDelta = 1; |
| | | layoutControlGroup5.AppearanceGroup.Options.UseFont = true; |
| | | layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 }); |
| | | layoutControlGroup5.Location = new Point(0, 72); |
| | | layoutControlGroup5.Location = new Point(0, 48); |
| | | layoutControlGroup5.Name = "layoutControlGroup5"; |
| | | layoutControlGroup5.Size = new Size(665, 378); |
| | | layoutControlGroup5.Size = new Size(665, 402); |
| | | layoutControlGroup5.Text = "说明"; |
| | | // |
| | | // layoutControlItem5 |
| | |
| | | layoutControlItem5.Control = DescriptionTextEdit; |
| | | layoutControlItem5.Location = new Point(0, 0); |
| | | layoutControlItem5.Name = "layoutControlItem5"; |
| | | layoutControlItem5.Size = new Size(641, 333); |
| | | layoutControlItem5.Size = new Size(641, 357); |
| | | layoutControlItem5.Text = "说明:"; |
| | | layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; |
| | | layoutControlItem5.TextSize = new Size(0, 0); |
| | |
| | | layoutControlItem7.Control = TextEditMinorLoss; |
| | | layoutControlItem7.Location = new Point(0, 24); |
| | | layoutControlItem7.Name = "layoutControlItem7"; |
| | | layoutControlItem7.Size = new Size(665, 24); |
| | | layoutControlItem7.Size = new Size(332, 24); |
| | | layoutControlItem7.Text = "局阻系数:"; |
| | | layoutControlItem7.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.Control = selectFlagsPopupCtrl1; |
| | | layoutControlItem3.Location = new Point(0, 48); |
| | | layoutControlItem3.Location = new Point(332, 24); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(665, 24); |
| | | layoutControlItem3.Size = new Size(333, 24); |
| | | layoutControlItem3.Text = "标签列表:"; |
| | | layoutControlItem3.TextSize = new Size(52, 14); |
| | | // |