| | |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | BtnOk = new DevExpress.XtraEditors.SimpleButton(); |
| | | btnCancel = new DevExpress.XtraEditors.SimpleButton(); |
| | | TextEditTagName = new DevExpress.XtraEditors.TextEdit(); |
| | | TextEditCode = new DevExpress.XtraEditors.TextEdit(); |
| | | TextEditName = new DevExpress.XtraEditors.TextEdit(); |
| | | TextEditDescription = new DevExpress.XtraEditors.MemoEdit(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | |
| | | emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | TextEditParentName = new DevExpress.XtraEditors.TextEdit(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditTagName.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditCode.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditName.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditDescription.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditParentName.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(BtnOk); |
| | | layoutControl1.Controls.Add(btnCancel); |
| | | layoutControl1.Controls.Add(TextEditTagName); |
| | | layoutControl1.Controls.Add(TextEditParentName); |
| | | layoutControl1.Controls.Add(TextEditCode); |
| | | layoutControl1.Controls.Add(TextEditName); |
| | | layoutControl1.Controls.Add(TextEditDescription); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | |
| | | btnCancel.TabIndex = 6; |
| | | btnCancel.Text = "取消"; |
| | | // |
| | | // TextEditTagName |
| | | // TextEditCode |
| | | // |
| | | TextEditTagName.Location = new Point(48, 56); |
| | | TextEditTagName.Name = "TextEditTagName"; |
| | | TextEditTagName.Size = new Size(455, 20); |
| | | TextEditTagName.StyleController = layoutControl1; |
| | | TextEditTagName.TabIndex = 3; |
| | | TextEditCode.Location = new Point(48, 32); |
| | | TextEditCode.Name = "TextEditCode"; |
| | | TextEditCode.Size = new Size(455, 20); |
| | | TextEditCode.StyleController = layoutControl1; |
| | | TextEditCode.TabIndex = 3; |
| | | // |
| | | // TextEditName |
| | | // |
| | | TextEditName.Location = new Point(48, 32); |
| | | TextEditName.Location = new Point(48, 8); |
| | | TextEditName.Name = "TextEditName"; |
| | | TextEditName.Size = new Size(455, 20); |
| | | TextEditName.StyleController = layoutControl1; |
| | |
| | | // |
| | | // TextEditDescription |
| | | // |
| | | TextEditDescription.Location = new Point(48, 80); |
| | | TextEditDescription.Location = new Point(48, 56); |
| | | TextEditDescription.Name = "TextEditDescription"; |
| | | TextEditDescription.Size = new Size(455, 161); |
| | | TextEditDescription.Size = new Size(455, 185); |
| | | TextEditDescription.StyleController = layoutControl1; |
| | | TextEditDescription.TabIndex = 4; |
| | | // |
| | |
| | | Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, layoutControlItem5, layoutControlItem1, layoutControlItem6, emptySpaceItem1, layoutControlItem4, layoutControlItem2 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, layoutControlItem5, layoutControlItem1, layoutControlItem6, emptySpaceItem1, layoutControlItem4 }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6); |
| | | Root.Size = new Size(511, 275); |
| | |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.Control = TextEditTagName; |
| | | layoutControlItem3.Location = new Point(0, 48); |
| | | layoutControlItem3.Control = TextEditCode; |
| | | layoutControlItem3.Location = new Point(0, 24); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(499, 24); |
| | | layoutControlItem3.Text = "编码:"; |
| | |
| | | // layoutControlItem5 |
| | | // |
| | | layoutControlItem5.Control = TextEditDescription; |
| | | layoutControlItem5.Location = new Point(0, 72); |
| | | layoutControlItem5.Location = new Point(0, 48); |
| | | layoutControlItem5.Name = "layoutControlItem5"; |
| | | layoutControlItem5.Size = new Size(499, 165); |
| | | layoutControlItem5.Size = new Size(499, 189); |
| | | layoutControlItem5.Text = "说明:"; |
| | | layoutControlItem5.TextSize = new Size(28, 14); |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = TextEditName; |
| | | layoutControlItem1.Location = new Point(0, 24); |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(499, 24); |
| | | layoutControlItem1.Text = "名称:"; |
| | |
| | | // |
| | | dxErrorProvider1.ContainerControl = this; |
| | | // |
| | | // TextEditParentName |
| | | // |
| | | TextEditParentName.Location = new Point(48, 8); |
| | | TextEditParentName.Name = "TextEditParentName"; |
| | | TextEditParentName.Size = new Size(455, 20); |
| | | TextEditParentName.StyleController = layoutControl1; |
| | | TextEditParentName.TabIndex = 0; |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | layoutControlItem2.Control = TextEditParentName; |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Size = new Size(499, 24); |
| | | layoutControlItem2.Text = "父级:"; |
| | | layoutControlItem2.TextSize = new Size(28, 14); |
| | | layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; |
| | | // |
| | | // AddCatlogDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | |
| | | Text = "添加类型"; |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditTagName.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditCode.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditName.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditDescription.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).EndInit(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)TextEditParentName.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraEditors.TextEdit TextEditName; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraEditors.TextEdit TextEditTagName; |
| | | private DevExpress.XtraEditors.TextEdit TextEditCode; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
| | | private DevExpress.XtraEditors.MemoEdit TextEditDescription; |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraEditors.TextEdit TextEditParentName; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | } |
| | | } |