From beefa10327cacb21d3f434ec5a537ef4a6cd79de Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期三, 18 九月 2024 20:57:08 +0800 Subject: [PATCH] 增加假日 --- DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs | 82 ++++++++++++++++++++-------------------- 1 files changed, 41 insertions(+), 41 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs index 7f0b28e..40fa360 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs @@ -29,7 +29,6 @@ /// </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(); @@ -43,11 +42,12 @@ this.tlcMenuType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.panel1 = new System.Windows.Forms.Panel(); + this.label2 = new System.Windows.Forms.Label(); + 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(); @@ -60,7 +60,6 @@ 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(); @@ -73,19 +72,18 @@ ((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_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(); 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); @@ -132,6 +130,7 @@ this.tlMenu.MinWidth = 23; this.tlMenu.Name = "tlMenu"; this.tlMenu.OptionsBehavior.Editable = false; + this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid; this.tlMenu.Size = new System.Drawing.Size(1105, 475); this.tlMenu.TabIndex = 3; this.tlMenu.TreeLevelWidth = 21; @@ -216,11 +215,12 @@ // 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); @@ -231,7 +231,6 @@ 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); @@ -241,8 +240,29 @@ 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(665, 411); + this.panel1.Size = new System.Drawing.Size(679, 411); this.panel1.TabIndex = 2; + // + // 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 = "锛堝缓璁粠涓嬫媺妗嗕腑閫夋嫨锛�"; + // + // 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 = 30; + this.txt_formPath.Size = new System.Drawing.Size(297, 28); + this.txt_formPath.TabIndex = 134; // // label3 // @@ -261,13 +281,13 @@ 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.Properties.DropDownRows = 30; this.txt_name.Size = new System.Drawing.Size(297, 28); this.txt_name.TabIndex = 3; // // labelControl11 // - this.labelControl11.Location = new System.Drawing.Point(13, 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); @@ -277,19 +297,10 @@ // 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, 21); this.lbGuid.TabIndex = 1; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(412, 168); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(180, 42); - this.label2.TabIndex = 119; - this.label2.Text = "锛堣嫢鎸囪祩绐椾綋锛屽垯濉啓\r\n鍛藉悕绌洪棿鍏ㄧО锛�"; // // label1 // @@ -304,7 +315,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); @@ -313,7 +324,7 @@ // // txt_upGuid // - this.txt_upGuid.EditValue = "鏃犲彲濂堜綍鑺辫惤鍘�"; + 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); @@ -349,7 +360,7 @@ // this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl7.Appearance.Options.UseFont = true; - this.labelControl7.Location = new System.Drawing.Point(13, 232); + 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(85, 21); @@ -358,7 +369,7 @@ // // txt_isStatus // - this.txt_isStatus.Location = new System.Drawing.Point(111, 231); + 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); @@ -375,7 +386,7 @@ // // 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(297, 28); this.txt_idx.TabIndex = 113; @@ -389,7 +400,7 @@ // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl1.Appearance.Options.UseFont = true; - this.labelControl1.Location = new System.Drawing.Point(13, 275); + 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(85, 21); @@ -422,23 +433,12 @@ // this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl6.Appearance.Options.UseFont = true; - this.labelControl6.Location = new System.Drawing.Point(13, 155); + 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(85, 21); this.labelControl6.TabIndex = 103; this.labelControl6.Text = "绐椾綋绫诲悕锛�"; - // - // txt_formPath - // - this.txt_formPath.Location = new System.Drawing.Point(111, 155); - this.txt_formPath.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - 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.ScrollBars = System.Windows.Forms.ScrollBars.None; - this.txt_formPath.Size = new System.Drawing.Size(297, 68); - this.txt_formPath.TabIndex = 102; // // labelControl5 // @@ -528,12 +528,12 @@ 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_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(); this.ResumeLayout(false); @@ -557,7 +557,6 @@ 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; @@ -570,7 +569,6 @@ 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; @@ -579,5 +577,7 @@ 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