namespace Gs.DevApp.DevFrm.BasicData { partial class FrmHolidy { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.gv_createTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_interval = new DevExpress.XtraGrid.Columns.GridColumn(); this.lb_time2 = new DevExpress.XtraEditors.LabelControl(); this.gv_time2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.lb_time1 = new DevExpress.XtraEditors.LabelControl(); this.gv_time1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.lb_name = new DevExpress.XtraEditors.LabelControl(); this.txt_name = new DevExpress.XtraEditors.TextEdit(); this.gv_name = new DevExpress.XtraGrid.Columns.GridColumn(); 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(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.txt_time2 = new System.Windows.Forms.DateTimePicker(); this.txt_time1 = new System.Windows.Forms.DateTimePicker(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); this.xtraTabPage2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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"; this.gv_createTime.MinWidth = 25; this.gv_createTime.Name = "gv_createTime"; this.gv_createTime.OptionsColumn.AllowEdit = false; this.gv_createTime.Visible = true; this.gv_createTime.VisibleIndex = 7; this.gv_createTime.Width = 94; // // 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"; this.gv_createBy.MinWidth = 25; this.gv_createBy.Name = "gv_createBy"; this.gv_createBy.OptionsColumn.AllowEdit = false; this.gv_createBy.Visible = true; this.gv_createBy.VisibleIndex = 6; this.gv_createBy.Width = 94; // // 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"; this.gv_isStatus.MinWidth = 25; this.gv_isStatus.Name = "gv_isStatus"; this.gv_isStatus.OptionsColumn.AllowEdit = false; this.gv_isStatus.Visible = true; this.gv_isStatus.VisibleIndex = 5; this.gv_isStatus.Width = 94; // // gv_interval // this.gv_interval.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_interval.AppearanceCell.Options.UseFont = true; this.gv_interval.Caption = "总分钟"; this.gv_interval.FieldName = "interval"; this.gv_interval.MinWidth = 25; this.gv_interval.Name = "gv_interval"; this.gv_interval.OptionsColumn.AllowEdit = false; this.gv_interval.Visible = true; this.gv_interval.VisibleIndex = 4; this.gv_interval.Width = 94; // // 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(23, 135); this.lb_time2.Name = "lb_time2"; this.lb_time2.Size = new System.Drawing.Size(85, 21); this.lb_time2.TabIndex = 216; this.lb_time2.Tag = "time2"; this.lb_time2.Text = "结束时间:"; // // 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 = "time2"; this.gv_time2.MinWidth = 25; this.gv_time2.Name = "gv_time2"; this.gv_time2.OptionsColumn.AllowEdit = false; this.gv_time2.Visible = true; this.gv_time2.VisibleIndex = 2; this.gv_time2.Width = 94; // // 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(23, 78); this.lb_time1.Name = "lb_time1"; this.lb_time1.Size = new System.Drawing.Size(85, 21); this.lb_time1.TabIndex = 213; this.lb_time1.Tag = "time1"; this.lb_time1.Text = "开始时间:"; // // 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 = "time1"; this.gv_time1.MinWidth = 25; this.gv_time1.Name = "gv_time1"; this.gv_time1.OptionsColumn.AllowEdit = false; this.gv_time1.Visible = true; this.gv_time1.VisibleIndex = 1; this.gv_time1.Width = 94; // // 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(23, 27); this.lb_name.Name = "lb_name"; this.lb_name.Size = new System.Drawing.Size(85, 21); this.lb_name.TabIndex = 211; this.lb_name.Tag = "name"; this.lb_name.Text = "假日名称:"; // // txt_name // this.txt_name.Location = new System.Drawing.Point(136, 23); 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(150, 28); this.txt_name.TabIndex = 211; this.txt_name.Tag = "name"; // // 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"; this.gv_name.MinWidth = 25; this.gv_name.Name = "gv_name"; this.gv_name.OptionsColumn.AllowEdit = false; this.gv_name.Visible = true; this.gv_name.VisibleIndex = 0; this.gv_name.Width = 94; // // toolBarMenu1 // 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(1128, 80); this.toolBarMenu1.TabIndex = 0; // // 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"; this.gcMain.Size = new System.Drawing.Size(1126, 531); this.gcMain.TabIndex = 1; this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // 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_name, this.gv_time1, this.gv_time2, this.weekdayName, this.gv_interval, this.gv_isStatus, this.gv_createBy, this.gv_createTime}); this.gridView1.GridControl = this.gcMain; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; 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 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 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(1128, 602); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.gcMain); this.xtraTabPage1.Controls.Add(this.pageBar1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570); this.xtraTabPage1.Text = "数据查询"; // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageBar1.Location = new System.Drawing.Point(0, 531); this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; this.pageBar1.RowsCount = 50; this.pageBar1.Size = new System.Drawing.Size(1126, 39); this.pageBar1.TabIndex = 3; this.pageBar1.TotalPages = 0; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.panel1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.PageEnabled = false; this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570); this.xtraTabPage2.Text = "数据编辑"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.txt_time2); this.panel1.Controls.Add(this.txt_time1); this.panel1.Controls.Add(this.labelControl11); this.panel1.Controls.Add(this.lbGuid); this.panel1.Controls.Add(this.lb_time2); 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(995, 426); this.panel1.TabIndex = 1; // // txt_time2 // 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); this.txt_time2.Name = "txt_time2"; this.txt_time2.Size = new System.Drawing.Size(200, 28); this.txt_time2.TabIndex = 218; this.txt_time2.Value = new System.DateTime(2024, 10, 1, 0, 0, 0, 0); // // txt_time1 // 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); this.txt_time1.Name = "txt_time1"; this.txt_time1.Size = new System.Drawing.Size(200, 28); this.txt_time1.TabIndex = 217; this.txt_time1.Value = new System.DateTime(2024, 10, 1, 0, 0, 0, 0); // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(61, 388); 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); this.labelControl11.TabIndex = 130; this.labelControl11.Text = "主键:"; // // lbGuid // this.lbGuid.AutoSize = true; this.lbGuid.Location = new System.Drawing.Point(112, 388); this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(0, 21); this.lbGuid.TabIndex = 1; // // FrmHolidy // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1128, 682); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "FrmHolidy"; ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); this.xtraTabPage2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private UserControl.ToolBarMenu toolBarMenu1; private DevExpress.XtraGrid.GridControl gcMain; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private UserControls.Data.PageBar pageBar1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraGrid.Columns.GridColumn gv_createTime; private DevExpress.XtraGrid.Columns.GridColumn gv_createBy; private DevExpress.XtraGrid.Columns.GridColumn gv_isStatus; private DevExpress.XtraGrid.Columns.GridColumn gv_interval; private DevExpress.XtraEditors.LabelControl lb_time2; private DevExpress.XtraGrid.Columns.GridColumn gv_time2; private DevExpress.XtraEditors.LabelControl lb_time1; private DevExpress.XtraGrid.Columns.GridColumn gv_time1; private DevExpress.XtraEditors.LabelControl lb_name; private DevExpress.XtraEditors.TextEdit txt_name; private DevExpress.XtraGrid.Columns.GridColumn gv_name; private System.Windows.Forms.DateTimePicker txt_time2; private System.Windows.Forms.DateTimePicker txt_time1; private DevExpress.XtraGrid.Columns.GridColumn weekdayName; } }