| | |
| | | { |
| | | components = new Container(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | txtKeyWord = new DevExpress.XtraEditors.TextEdit(); |
| | | txtCode = new DevExpress.XtraEditors.TextEdit(); |
| | | generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); |
| | | txtDescription = new DevExpress.XtraEditors.MemoEdit(); |
| | | txtMinorLoss = new DevExpress.XtraEditors.TextEdit(); |
| | | txtName = new DevExpress.XtraEditors.TextEdit(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)txtKeyWord.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtCode.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtDescription.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtMinorLoss.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtName.Properties).BeginInit(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem7).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem10).BeginInit(); |
| | |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(txtKeyWord); |
| | | layoutControl1.Controls.Add(txtCode); |
| | | layoutControl1.Controls.Add(generalOkAndCancelCtrl1); |
| | | layoutControl1.Controls.Add(txtDescription); |
| | | layoutControl1.Controls.Add(txtMinorLoss); |
| | | layoutControl1.Controls.Add(txtName); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(826, 220, 650, 400); |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(665, 381); |
| | | layoutControl1.Size = new Size(463, 281); |
| | | layoutControl1.TabIndex = 1; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // txtKeyWord |
| | | // txtCode |
| | | // |
| | | txtKeyWord.Location = new Point(405, 12); |
| | | txtKeyWord.Name = "txtKeyWord"; |
| | | txtKeyWord.Properties.NullValuePrompt = ",分隔,例如 A,B"; |
| | | txtKeyWord.Size = new Size(248, 20); |
| | | txtKeyWord.StyleController = layoutControl1; |
| | | txtKeyWord.TabIndex = 2; |
| | | txtCode.Location = new Point(280, 12); |
| | | txtCode.Name = "txtCode"; |
| | | txtCode.Properties.NullValuePrompt = ",分隔,例如 A,B"; |
| | | txtCode.Size = new Size(171, 20); |
| | | txtCode.StyleController = layoutControl1; |
| | | txtCode.TabIndex = 2; |
| | | // |
| | | // generalOkAndCancelCtrl1 |
| | | // |
| | |
| | | generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); |
| | | generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); |
| | | generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); |
| | | generalOkAndCancelCtrl1.Location = new Point(12, 343); |
| | | generalOkAndCancelCtrl1.Location = new Point(12, 243); |
| | | generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; |
| | | generalOkAndCancelCtrl1.Size = new Size(641, 26); |
| | | generalOkAndCancelCtrl1.Size = new Size(439, 26); |
| | | generalOkAndCancelCtrl1.TabIndex = 10; |
| | | // |
| | | // txtDescription |
| | | // |
| | | txtDescription.Location = new Point(83, 60); |
| | | txtDescription.Location = new Point(59, 36); |
| | | txtDescription.Name = "txtDescription"; |
| | | txtDescription.Size = new Size(570, 279); |
| | | txtDescription.Size = new Size(392, 203); |
| | | txtDescription.StyleController = layoutControl1; |
| | | txtDescription.TabIndex = 9; |
| | | // |
| | | // txtMinorLoss |
| | | // |
| | | txtMinorLoss.Location = new Point(83, 36); |
| | | txtMinorLoss.Name = "txtMinorLoss"; |
| | | txtMinorLoss.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; |
| | | txtMinorLoss.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); |
| | | txtMinorLoss.Size = new Size(570, 20); |
| | | txtMinorLoss.StyleController = layoutControl1; |
| | | txtMinorLoss.TabIndex = 5; |
| | | // |
| | | // txtName |
| | | // |
| | | txtName.Location = new Point(83, 12); |
| | | txtName.Location = new Point(59, 12); |
| | | txtName.Name = "txtName"; |
| | | txtName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; |
| | | txtName.Size = new Size(247, 20); |
| | | txtName.Size = new Size(170, 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, layoutControlItem4, layoutControlItem6, layoutControlItem7, layoutControlItem10 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem6, layoutControlItem7, layoutControlItem10 }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(665, 381); |
| | | Root.Size = new Size(463, 281); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | |
| | | layoutControlItem1.Control = txtName; |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(322, 24); |
| | | layoutControlItem1.Size = new Size(221, 24); |
| | | layoutControlItem1.Text = "<color=red>*</color>名称:"; |
| | | layoutControlItem1.TextSize = new Size(59, 14); |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | | layoutControlItem4.AllowHtmlStringInCaption = true; |
| | | layoutControlItem4.Control = txtMinorLoss; |
| | | layoutControlItem4.Location = new Point(0, 24); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(645, 24); |
| | | layoutControlItem4.Text = "<color=red>*</color>局阻系数:"; |
| | | layoutControlItem4.TextSize = new Size(59, 14); |
| | | layoutControlItem1.TextSize = new Size(35, 14); |
| | | // |
| | | // layoutControlItem6 |
| | | // |
| | | layoutControlItem6.Control = txtDescription; |
| | | layoutControlItem6.Location = new Point(0, 48); |
| | | layoutControlItem6.Location = new Point(0, 24); |
| | | layoutControlItem6.Name = "layoutControlItem6"; |
| | | layoutControlItem6.Size = new Size(645, 283); |
| | | layoutControlItem6.Size = new Size(443, 207); |
| | | layoutControlItem6.Text = "说明:"; |
| | | layoutControlItem6.TextSize = new Size(59, 14); |
| | | layoutControlItem6.TextSize = new Size(35, 14); |
| | | // |
| | | // layoutControlItem7 |
| | | // |
| | | layoutControlItem7.Control = generalOkAndCancelCtrl1; |
| | | layoutControlItem7.Location = new Point(0, 331); |
| | | layoutControlItem7.Location = new Point(0, 231); |
| | | layoutControlItem7.Name = "layoutControlItem7"; |
| | | layoutControlItem7.Size = new Size(645, 30); |
| | | layoutControlItem7.Size = new Size(443, 30); |
| | | layoutControlItem7.TextSize = new Size(0, 0); |
| | | layoutControlItem7.TextVisible = false; |
| | | // |
| | | // layoutControlItem10 |
| | | // |
| | | layoutControlItem10.Control = txtKeyWord; |
| | | layoutControlItem10.Location = new Point(322, 0); |
| | | layoutControlItem10.Control = txtCode; |
| | | layoutControlItem10.Location = new Point(221, 0); |
| | | layoutControlItem10.Name = "layoutControlItem10"; |
| | | layoutControlItem10.Size = new Size(323, 24); |
| | | layoutControlItem10.Text = "关键字:"; |
| | | layoutControlItem10.TextSize = new Size(59, 14); |
| | | layoutControlItem10.Size = new Size(222, 24); |
| | | layoutControlItem10.Text = "编码:"; |
| | | layoutControlItem10.TextSize = new Size(35, 14); |
| | | // |
| | | // dxErrorProvider1 |
| | | // |
| | |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(665, 381); |
| | | ClientSize = new Size(463, 281); |
| | | Controls.Add(layoutControl1); |
| | | Name = "EditRoleDlg"; |
| | | StartPosition = FormStartPosition.CenterParent; |
| | | Text = "编辑"; |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)txtKeyWord.Properties).EndInit(); |
| | | ((ISupportInitialize)txtCode.Properties).EndInit(); |
| | | ((ISupportInitialize)txtDescription.Properties).EndInit(); |
| | | ((ISupportInitialize)txtMinorLoss.Properties).EndInit(); |
| | | ((ISupportInitialize)txtName.Properties).EndInit(); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem7).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem10).EndInit(); |
| | |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; |
| | | private DevExpress.XtraEditors.MemoEdit txtDescription; |
| | | private DevExpress.XtraEditors.TextEdit txtMinorLoss; |
| | | private DevExpress.XtraEditors.TextEdit txtName; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | 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.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; |
| | | private DevExpress.XtraEditors.TextEdit txtKeyWord; |
| | | private DevExpress.XtraEditors.TextEdit txtCode; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; |
| | | } |
| | | } |