lu
2025-04-14 ecb7a60de1639f520712ce95f99414b0dd2c9713
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Holidy.Designer.cs
@@ -72,7 +72,6 @@
            // 
            // gv_createTime
            // 
            this.gv_createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createTime.AppearanceCell.Options.UseFont = true;
            this.gv_createTime.Caption = "建立时间";
            this.gv_createTime.FieldName = "createTime";
@@ -85,7 +84,6 @@
            // 
            // gv_createBy
            // 
            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "建立者";
            this.gv_createBy.FieldName = "createBy";
@@ -98,7 +96,6 @@
            // 
            // gv_isStatus
            // 
            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
            this.gv_isStatus.Caption = "状态";
            this.gv_isStatus.FieldName = "isStatusTxt";
@@ -111,7 +108,6 @@
            // 
            // lb_time2
            // 
            this.lb_time2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_time2.Appearance.Options.UseFont = true;
            this.lb_time2.Location = new System.Drawing.Point(27, 167);
            this.lb_time2.Name = "lb_time2";
@@ -122,7 +118,6 @@
            // 
            // gv_time2
            // 
            this.gv_time2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_time2.AppearanceCell.Options.UseFont = true;
            this.gv_time2.Caption = "结束时间";
            this.gv_time2.FieldName = "endTime";
@@ -135,7 +130,6 @@
            // 
            // lb_time1
            // 
            this.lb_time1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_time1.Appearance.Options.UseFont = true;
            this.lb_time1.Location = new System.Drawing.Point(27, 110);
            this.lb_time1.Name = "lb_time1";
@@ -146,7 +140,6 @@
            // 
            // gv_time1
            // 
            this.gv_time1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_time1.AppearanceCell.Options.UseFont = true;
            this.gv_time1.Caption = "开始时间";
            this.gv_time1.FieldName = "begTime";
@@ -159,7 +152,6 @@
            // 
            // lb_name
            // 
            this.lb_name.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_name.Appearance.Options.UseFont = true;
            this.lb_name.Location = new System.Drawing.Point(27, 61);
            this.lb_name.Name = "lb_name";
@@ -172,7 +164,6 @@
            // 
            this.txt_name.Location = new System.Drawing.Point(115, 57);
            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.Size = new System.Drawing.Size(170, 28);
            this.txt_name.TabIndex = 211;
@@ -180,7 +171,6 @@
            // 
            // gv_name
            // 
            this.gv_name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_name.AppearanceCell.Options.UseFont = true;
            this.gv_name.Caption = "假日名称";
            this.gv_name.FieldName = "name";
@@ -208,7 +198,6 @@
            // gcMain
            // 
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
@@ -219,7 +208,7 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_workName,
@@ -324,7 +313,6 @@
            this.panel1.Controls.Add(this.lb_time1);
            this.panel1.Controls.Add(this.lb_name);
            this.panel1.Controls.Add(this.txt_name);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(76, 20);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(330, 288);
@@ -332,7 +320,6 @@
            // 
            // labelControl8
            // 
            this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl8.Appearance.Options.UseFont = true;
            this.labelControl8.Location = new System.Drawing.Point(27, 17);
            this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -346,7 +333,6 @@
            this.txt_workshopNo.Location = new System.Drawing.Point(115, 13);
            this.txt_workshopNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txt_workshopNo.Name = "txt_workshopNo";
            this.txt_workshopNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_workshopNo.Properties.Appearance.Options.UseFont = true;
            this.txt_workshopNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});