lg
2024-09-22 c115ac388af5a6928716f0146a75a2a42fb27d8e
DevApp/Gs.DevApp/DevFrm/BasicData/FrmHolidy.Designer.cs
@@ -44,6 +44,7 @@
            this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
            this.gcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.weekdayName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.pageBar1 = new UserControls.Data.PageBar();
@@ -53,7 +54,6 @@
            this.txt_time1 = new System.Windows.Forms.DateTimePicker();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.weekdayName = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
@@ -137,7 +137,7 @@
            this.gv_time2.Name = "gv_time2";
            this.gv_time2.OptionsColumn.AllowEdit = false;
            this.gv_time2.Visible = true;
            this.gv_time2.VisibleIndex = 3;
            this.gv_time2.VisibleIndex = 2;
            this.gv_time2.Width = 94;
            // 
            // lb_time1
@@ -161,7 +161,7 @@
            this.gv_time1.Name = "gv_time1";
            this.gv_time1.OptionsColumn.AllowEdit = false;
            this.gv_time1.Visible = true;
            this.gv_time1.VisibleIndex = 2;
            this.gv_time1.VisibleIndex = 1;
            this.gv_time1.Width = 94;
            // 
            // lb_name
@@ -195,7 +195,7 @@
            this.gv_name.Name = "gv_name";
            this.gv_name.OptionsColumn.AllowEdit = false;
            this.gv_name.Visible = true;
            this.gv_name.VisibleIndex = 1;
            this.gv_name.VisibleIndex = 0;
            this.gv_name.Width = 94;
            // 
            // toolBarMenu1
@@ -238,6 +238,16 @@
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            //
            // weekdayName
            //
            this.weekdayName.Caption = "星期";
            this.weekdayName.FieldName = "weekdayName";
            this.weekdayName.MinWidth = 25;
            this.weekdayName.Name = "weekdayName";
            this.weekdayName.Visible = true;
            this.weekdayName.VisibleIndex = 3;
            this.weekdayName.Width = 94;
            // 
            // xtraTabControl1
            // 
@@ -299,7 +309,7 @@
            // 
            // txt_time2
            // 
            this.txt_time2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.txt_time2.CustomFormat = "yyyy-MM-dd";
            this.txt_time2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.txt_time2.Location = new System.Drawing.Point(136, 131);
            this.txt_time2.MinDate = new System.DateTime(2024, 10, 1, 0, 0, 0, 0);
@@ -310,7 +320,7 @@
            // 
            // txt_time1
            // 
            this.txt_time1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.txt_time1.CustomFormat = "yyyy-MM-dd";
            this.txt_time1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.txt_time1.Location = new System.Drawing.Point(136, 74);
            this.txt_time1.MinDate = new System.DateTime(2024, 10, 1, 0, 0, 0, 0);
@@ -335,16 +345,6 @@
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            //
            // weekdayName
            //
            this.weekdayName.Caption = "星期";
            this.weekdayName.FieldName = "weekdayName";
            this.weekdayName.MinWidth = 25;
            this.weekdayName.Name = "weekdayName";
            this.weekdayName.Visible = true;
            this.weekdayName.VisibleIndex = 3;
            this.weekdayName.Width = 94;
            // 
            // FrmHolidy
            //