From 0add14097df300ccf917ed65d711b0a303fcb05f Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期六, 14 九月 2024 11:50:27 +0800 Subject: [PATCH] 基础资料 --- DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs | 225 +++++++++++++++++++++++++++++++++---------------------- 1 files changed, 135 insertions(+), 90 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs index dbf2792..ecad0d6 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs @@ -29,6 +29,7 @@ /// </summary> private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysMenu)); this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); @@ -42,52 +43,54 @@ this.tlcMenuType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.panel1 = new System.Windows.Forms.Panel(); + this.txt_formPath = new DevExpress.XtraEditors.ComboBoxEdit(); + this.label3 = new System.Windows.Forms.Label(); + this.txt_name = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txt_upGuid = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); - this.txt_status = new DevExpress.XtraEditors.ComboBoxEdit(); + this.txt_isStatus = new DevExpress.XtraEditors.ComboBoxEdit(); this.txt_idx = new System.Windows.Forms.NumericUpDown(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); - this.txt_formPath = new DevExpress.XtraEditors.MemoEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txt_category = new DevExpress.XtraEditors.ComboBoxEdit(); this.txt_icon = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); - this.txt_name = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); + this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tlMenu)).BeginInit(); this.xtraTabPage2.SuspendLayout(); this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_formPath.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_upGuid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_idx)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_formPath.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_category.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_icon.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 // + //this.toolBarMenu1.actions = ((System.Collections.Generic.List<string>)(resources.GetObject("toolBarMenu1.actions"))); this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Name = "toolBarMenu1"; - this.toolBarMenu1.Size = new System.Drawing.Size(1075, 80); + this.toolBarMenu1.Size = new System.Drawing.Size(1107, 80); this.toolBarMenu1.TabIndex = 0; // // xtraTabControl1 @@ -96,7 +99,7 @@ this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; - this.xtraTabControl1.Size = new System.Drawing.Size(1075, 507); + this.xtraTabControl1.Size = new System.Drawing.Size(1107, 507); this.xtraTabControl1.TabIndex = 4; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, @@ -106,7 +109,7 @@ // this.xtraTabPage1.Controls.Add(this.tlMenu); this.xtraTabPage1.Name = "xtraTabPage1"; - this.xtraTabPage1.Size = new System.Drawing.Size(1073, 475); + this.xtraTabPage1.Size = new System.Drawing.Size(1105, 475); this.xtraTabPage1.Text = "鏁版嵁鏌ヨ"; // // tlMenu @@ -129,7 +132,7 @@ this.tlMenu.MinWidth = 23; this.tlMenu.Name = "tlMenu"; this.tlMenu.OptionsBehavior.Editable = false; - this.tlMenu.Size = new System.Drawing.Size(1073, 475); + this.tlMenu.Size = new System.Drawing.Size(1105, 475); this.tlMenu.TabIndex = 3; this.tlMenu.TreeLevelWidth = 21; // @@ -185,7 +188,7 @@ // tlcParentMenuName // this.tlcParentMenuName.Caption = "鐘舵��"; - this.tlcParentMenuName.FieldName = "statusTxt"; + this.tlcParentMenuName.FieldName = "isStatusTxt"; this.tlcParentMenuName.MinWidth = 23; this.tlcParentMenuName.Name = "tlcParentMenuName"; this.tlcParentMenuName.Visible = true; @@ -207,40 +210,76 @@ this.xtraTabPage2.Controls.Add(this.panel1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.PageEnabled = false; - this.xtraTabPage2.Size = new System.Drawing.Size(1073, 475); + this.xtraTabPage2.Size = new System.Drawing.Size(1105, 475); this.xtraTabPage2.Text = "鏁版嵁缂栬緫"; // // panel1 // + this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.label2); + this.panel1.Controls.Add(this.txt_formPath); + this.panel1.Controls.Add(this.label3); + this.panel1.Controls.Add(this.txt_name); this.panel1.Controls.Add(this.labelControl11); this.panel1.Controls.Add(this.lbGuid); - this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.labelControl8); this.panel1.Controls.Add(this.txt_upGuid); this.panel1.Controls.Add(this.labelControl7); - this.panel1.Controls.Add(this.txt_status); + this.panel1.Controls.Add(this.txt_isStatus); this.panel1.Controls.Add(this.txt_idx); this.panel1.Controls.Add(this.labelControl1); this.panel1.Controls.Add(this.labelControl12); this.panel1.Controls.Add(this.labelControl9); this.panel1.Controls.Add(this.labelControl6); - this.panel1.Controls.Add(this.txt_formPath); this.panel1.Controls.Add(this.labelControl5); this.panel1.Controls.Add(this.txt_category); this.panel1.Controls.Add(this.txt_icon); this.panel1.Controls.Add(this.labelControl4); this.panel1.Controls.Add(this.labelControl3); - this.panel1.Controls.Add(this.txt_name); this.panel1.Controls.Add(this.labelControl2); + this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); this.panel1.Location = new System.Drawing.Point(29, 34); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(602, 411); + this.panel1.Size = new System.Drawing.Size(679, 411); this.panel1.TabIndex = 2; + // + // txt_formPath + // + this.txt_formPath.Location = new System.Drawing.Point(111, 160); + this.txt_formPath.Name = "txt_formPath"; + this.txt_formPath.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_formPath.Properties.Appearance.Options.UseFont = true; + this.txt_formPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); + this.txt_formPath.Properties.DropDownRows = 100; + this.txt_formPath.Size = new System.Drawing.Size(297, 28); + this.txt_formPath.TabIndex = 134; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(429, 87); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(248, 21); + this.label3.TabIndex = 132; + this.label3.Text = "锛堟寜閽被鍨嬭浠庝笅鎷夋涓�夋嫨锛�"; + // + // txt_name + // + this.txt_name.Location = new System.Drawing.Point(111, 83); + this.txt_name.Name = "txt_name"; + this.txt_name.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_name.Properties.Appearance.Options.UseFont = true; + this.txt_name.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); + this.txt_name.Properties.DropDownRows = 100; + this.txt_name.Size = new System.Drawing.Size(297, 28); + this.txt_name.TabIndex = 3; // // labelControl11 // - this.labelControl11.Location = new System.Drawing.Point(63, 342); + this.labelControl11.Location = new System.Drawing.Point(13, 319); this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(45, 18); @@ -250,26 +289,17 @@ // lbGuid // this.lbGuid.AutoSize = true; - this.lbGuid.Location = new System.Drawing.Point(111, 342); + this.lbGuid.Location = new System.Drawing.Point(111, 319); this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(0, 18); + this.lbGuid.Size = new System.Drawing.Size(0, 21); this.lbGuid.TabIndex = 1; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(412, 155); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(158, 36); - this.label2.TabIndex = 119; - this.label2.Text = "锛堢獥浣撶殑鍛藉悕绌洪棿鍏ㄧО\r\n 锛岀埗鑿滃崟鍙负绌猴級"; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(412, 14); + this.label1.Location = new System.Drawing.Point(412, 15); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(143, 18); + this.label1.Size = new System.Drawing.Size(163, 21); this.label1.TabIndex = 118; this.label1.Text = "锛堢┖灏嗕负涓�绾ц彍鍗曪級"; // @@ -277,7 +307,7 @@ // this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl8.Appearance.Options.UseForeColor = true; - this.labelControl8.Location = new System.Drawing.Point(418, 234); + this.labelControl8.Location = new System.Drawing.Point(418, 211); this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(8, 18); @@ -289,10 +319,12 @@ this.txt_upGuid.EditValue = "鏃犲彲濂堜綍鑺辫惤鍘�"; this.txt_upGuid.Location = new System.Drawing.Point(111, 11); this.txt_upGuid.Name = "txt_upGuid"; + this.txt_upGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_upGuid.Properties.Appearance.Options.UseFont = true; this.txt_upGuid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_upGuid.Properties.TreeList = this.treeListLookUpEdit1TreeList; - this.txt_upGuid.Size = new System.Drawing.Size(297, 24); + this.txt_upGuid.Size = new System.Drawing.Size(297, 28); this.txt_upGuid.TabIndex = 116; // // treeListLookUpEdit1TreeList @@ -318,33 +350,37 @@ // // labelControl7 // - this.labelControl7.Location = new System.Drawing.Point(33, 232); + this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl7.Appearance.Options.UseFont = true; + this.labelControl7.Location = new System.Drawing.Point(13, 209); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl7.Name = "labelControl7"; - this.labelControl7.Size = new System.Drawing.Size(75, 18); + this.labelControl7.Size = new System.Drawing.Size(85, 21); this.labelControl7.TabIndex = 115; this.labelControl7.Text = "鑿滃崟鐘舵�侊細"; // - // txt_status + // txt_isStatus // - this.txt_status.Location = new System.Drawing.Point(111, 228); - this.txt_status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.txt_status.Name = "txt_status"; - this.txt_status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + this.txt_isStatus.Location = new System.Drawing.Point(111, 208); + this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.txt_isStatus.Name = "txt_isStatus"; + this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_isStatus.Properties.Appearance.Options.UseFont = true; + this.txt_isStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txt_status.Properties.Items.AddRange(new object[] { + this.txt_isStatus.Properties.Items.AddRange(new object[] { "-璇烽�夋嫨-", "姝e父", "绂佺敤"}); - this.txt_status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_status.Size = new System.Drawing.Size(297, 24); - this.txt_status.TabIndex = 114; + this.txt_isStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + this.txt_isStatus.Size = new System.Drawing.Size(297, 28); + this.txt_isStatus.TabIndex = 114; // // txt_idx // - this.txt_idx.Location = new System.Drawing.Point(111, 267); + this.txt_idx.Location = new System.Drawing.Point(111, 244); this.txt_idx.Name = "txt_idx"; - this.txt_idx.Size = new System.Drawing.Size(120, 26); + this.txt_idx.Size = new System.Drawing.Size(297, 28); this.txt_idx.TabIndex = 113; this.txt_idx.Value = new decimal(new int[] { 2, @@ -354,10 +390,12 @@ // // labelControl1 // - this.labelControl1.Location = new System.Drawing.Point(33, 275); + this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl1.Appearance.Options.UseFont = true; + this.labelControl1.Location = new System.Drawing.Point(13, 252); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; - this.labelControl1.Size = new System.Drawing.Size(75, 18); + this.labelControl1.Size = new System.Drawing.Size(85, 21); this.labelControl1.TabIndex = 112; this.labelControl1.Text = "鑿滃崟鎺掑簭锛�"; // @@ -365,7 +403,7 @@ // this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl12.Appearance.Options.UseForeColor = true; - this.labelControl12.Location = new System.Drawing.Point(418, 49); + this.labelControl12.Location = new System.Drawing.Point(418, 52); this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(8, 18); @@ -376,7 +414,7 @@ // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl9.Appearance.Options.UseForeColor = true; - this.labelControl9.Location = new System.Drawing.Point(418, 89); + this.labelControl9.Location = new System.Drawing.Point(418, 88); this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(8, 18); @@ -385,37 +423,34 @@ // // labelControl6 // - this.labelControl6.Location = new System.Drawing.Point(33, 155); + this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl6.Appearance.Options.UseFont = true; + this.labelControl6.Location = new System.Drawing.Point(13, 161); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl6.Name = "labelControl6"; - this.labelControl6.Size = new System.Drawing.Size(75, 18); + this.labelControl6.Size = new System.Drawing.Size(85, 21); this.labelControl6.TabIndex = 103; this.labelControl6.Text = "绐椾綋绫诲悕锛�"; // - // txt_formPath - // - this.txt_formPath.Location = new System.Drawing.Point(111, 152); - this.txt_formPath.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.txt_formPath.Name = "txt_formPath"; - this.txt_formPath.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; - this.txt_formPath.Size = new System.Drawing.Size(297, 68); - this.txt_formPath.TabIndex = 102; - // // labelControl5 // - this.labelControl5.Location = new System.Drawing.Point(36, 49); + this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl5.Appearance.Options.UseFont = true; + this.labelControl5.Location = new System.Drawing.Point(13, 49); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; - this.labelControl5.Size = new System.Drawing.Size(75, 18); + this.labelControl5.Size = new System.Drawing.Size(85, 21); this.labelControl5.TabIndex = 101; this.labelControl5.Text = "鑿滃崟绫诲瀷锛�"; // // txt_category // this.txt_category.EditValue = "-璇烽�夋嫨-"; - this.txt_category.Location = new System.Drawing.Point(111, 45); + this.txt_category.Location = new System.Drawing.Point(111, 47); this.txt_category.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_category.Name = "txt_category"; + this.txt_category.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_category.Properties.Appearance.Options.UseFont = true; this.txt_category.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_category.Properties.Items.AddRange(new object[] { @@ -423,57 +458,66 @@ "绐椾綋绫诲瀷", "鎸夐挳绫诲瀷"}); this.txt_category.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_category.Size = new System.Drawing.Size(297, 24); + this.txt_category.Size = new System.Drawing.Size(297, 28); this.txt_category.TabIndex = 100; // // txt_icon // - this.txt_icon.Location = new System.Drawing.Point(111, 115); + this.txt_icon.Location = new System.Drawing.Point(111, 119); this.txt_icon.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_icon.Name = "txt_icon"; - this.txt_icon.Size = new System.Drawing.Size(297, 24); + this.txt_icon.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_icon.Properties.Appearance.Options.UseFont = true; + this.txt_icon.Size = new System.Drawing.Size(297, 28); this.txt_icon.TabIndex = 99; // // labelControl4 // - this.labelControl4.Location = new System.Drawing.Point(33, 119); + this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl4.Appearance.Options.UseFont = true; + this.labelControl4.Location = new System.Drawing.Point(13, 119); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; - this.labelControl4.Size = new System.Drawing.Size(75, 18); + this.labelControl4.Size = new System.Drawing.Size(85, 21); this.labelControl4.TabIndex = 98; this.labelControl4.Text = "鑿滃崟鍥炬爣锛�"; // // labelControl3 // - this.labelControl3.Location = new System.Drawing.Point(33, 17); + this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl3.Appearance.Options.UseFont = true; + this.labelControl3.Location = new System.Drawing.Point(13, 17); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; - this.labelControl3.Size = new System.Drawing.Size(75, 18); + this.labelControl3.Size = new System.Drawing.Size(85, 21); this.labelControl3.TabIndex = 97; this.labelControl3.Text = "鐖剁骇鑿滃崟锛�"; // - // txt_name - // - this.txt_name.Location = new System.Drawing.Point(111, 80); - this.txt_name.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.txt_name.Name = "txt_name"; - this.txt_name.Size = new System.Drawing.Size(297, 24); - this.txt_name.TabIndex = 95; - // // labelControl2 // - this.labelControl2.Location = new System.Drawing.Point(33, 84); + this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl2.Appearance.Options.UseFont = true; + this.labelControl2.Location = new System.Drawing.Point(13, 84); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; - this.labelControl2.Size = new System.Drawing.Size(75, 18); + this.labelControl2.Size = new System.Drawing.Size(85, 21); this.labelControl2.TabIndex = 94; this.labelControl2.Text = "鑿滃崟鍚嶇О锛�"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(429, 163); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(197, 21); + this.label2.TabIndex = 135; + this.label2.Text = "锛堝缓璁粠涓嬫媺妗嗕腑閫夋嫨锛�"; // // SysMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1075, 587); + this.ClientSize = new System.Drawing.Size(1107, 587); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "SysMenu"; @@ -485,14 +529,14 @@ this.xtraTabPage2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_formPath.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_upGuid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_idx)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_formPath.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_category.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_icon.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit(); this.ResumeLayout(false); } @@ -514,26 +558,27 @@ private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.LabelControl labelControl11; private System.Windows.Forms.Label lbGuid; - private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.TreeListLookUpEdit txt_upGuid; private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2; private DevExpress.XtraEditors.LabelControl labelControl7; - private DevExpress.XtraEditors.ComboBoxEdit txt_status; + private DevExpress.XtraEditors.ComboBoxEdit txt_isStatus; private System.Windows.Forms.NumericUpDown txt_idx; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl6; - private DevExpress.XtraEditors.MemoEdit txt_formPath; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.ComboBoxEdit txt_category; private DevExpress.XtraEditors.TextEdit txt_icon; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; - private DevExpress.XtraEditors.TextEdit txt_name; private DevExpress.XtraEditors.LabelControl labelControl2; + private DevExpress.XtraEditors.ComboBoxEdit txt_name; + private System.Windows.Forms.Label label3; + private DevExpress.XtraEditors.ComboBoxEdit txt_formPath; + private System.Windows.Forms.Label label2; } } \ No newline at end of file -- Gitblit v1.9.3