namespace Dongke.IBOSS.PRD.Client.HRModule { partial class F_HR_0901 { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0901)); Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnAdd = new System.Windows.Forms.ToolStripButton(); this.tsbtnEdit = new System.Windows.Forms.ToolStripButton(); this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnDownloadTemplate = new System.Windows.Forms.ToolStripButton(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.dgvStaffDailyMeal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.STAFFID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MealDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderBreakfastName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderLunchName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderDinnerName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MealBreakfastName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MealLunchName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MealDinnerName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.chkMealDinner = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.chkMealLunch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.chkMealBreakfast = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.chkOrderDinner = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.chkOrderLunch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.chkOrderBreakfast = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.dtpMealDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkMealDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.dtpMealDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.txtOtherWhere = new System.Windows.Forms.TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.sfDialogTemplet = new System.Windows.Forms.SaveFileDialog(); this.tsrOperate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvStaffDailyMeal)).BeginInit(); this.gbxCondition.SuspendLayout(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground; this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnAdd, this.tsbtnEdit, this.tsbtnMoreCondition, this.toolStripSeparator1, this.tsbtnDownloadTemplate, this.tsbtnAdaptive, this.tsbtnClose}); this.tsrOperate.Location = new System.Drawing.Point(0, 0); this.tsrOperate.Name = "tsrOperate"; this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.tsrOperate.ShowItemToolTips = false; this.tsrOperate.Size = new System.Drawing.Size(1084, 35); this.tsrOperate.TabIndex = 0; this.tsrOperate.Text = "toolStrip1"; // // tsbtnAdd // this.tsbtnAdd.AutoSize = false; this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdd.Name = "tsbtnAdd"; this.tsbtnAdd.Size = new System.Drawing.Size(60, 25); this.tsbtnAdd.Text = "新建(&N)"; this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click); // // tsbtnEdit // this.tsbtnEdit.AutoSize = false; this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnEdit.Name = "tsbtnEdit"; this.tsbtnEdit.Size = new System.Drawing.Size(80, 25); this.tsbtnEdit.Text = "编辑(&M)"; this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click); // // tsbtnMoreCondition // this.tsbtnMoreCondition.AutoSize = false; this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnMoreCondition.Name = "tsbtnMoreCondition"; this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25); this.tsbtnMoreCondition.Text = "更多条件(&M)"; this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnDownloadTemplate // this.tsbtnDownloadTemplate.AutoSize = false; this.tsbtnDownloadTemplate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnDownloadTemplate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDownloadTemplate.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDownloadTemplate.Name = "tsbtnDownloadTemplate"; this.tsbtnDownloadTemplate.Size = new System.Drawing.Size(80, 25); this.tsbtnDownloadTemplate.Text = "下载模板(&E)"; this.tsbtnDownloadTemplate.Click += new System.EventHandler(this.tsbtnDownloadTemplate_Click); // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // dgvStaffDailyMeal // this.dgvStaffDailyMeal.AllowUserToAddRows = false; this.dgvStaffDailyMeal.AllowUserToDeleteRows = false; this.dgvStaffDailyMeal.AllowUserToModifyRows = true; this.dgvStaffDailyMeal.AllowUserToOrderColumns = true; this.dgvStaffDailyMeal.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvStaffDailyMeal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvStaffDailyMeal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvStaffDailyMeal.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvStaffDailyMeal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvStaffDailyMeal.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvStaffDailyMeal.CellHeight = 23; this.dgvStaffDailyMeal.ChildNodeColumnName = null; this.dgvStaffDailyMeal.ChildNodeColumnText = null; this.dgvStaffDailyMeal.ColumnDeep = 1; this.dgvStaffDailyMeal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvStaffDailyMeal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvStaffDailyMeal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvStaffDailyMeal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.STAFFID, this.StaffCode, this.StaffName, this.OrganizationName, this.JobsName, this.MealDate, this.OrderBreakfastName, this.OrderLunchName, this.OrderDinnerName, this.MealBreakfastName, this.MealLunchName, this.MealDinnerName, this.Remarks, this.CreateTime}); this.dgvStaffDailyMeal.ColumnTreeView = null; this.dgvStaffDailyMeal.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvStaffDailyMeal.DefaultCellStyle = dataGridViewCellStyle4; this.dgvStaffDailyMeal.DynamicColumnName = ""; this.dgvStaffDailyMeal.EnableHeadersVisualStyles = false; this.dgvStaffDailyMeal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvStaffDailyMeal.IsAutoCountSum = true; this.dgvStaffDailyMeal.IsAutoResizeColumns = false; this.dgvStaffDailyMeal.IsClickF12 = false; this.dgvStaffDailyMeal.IsSubTotalFlag = false; this.dgvStaffDailyMeal.Location = new System.Drawing.Point(0, 171); this.dgvStaffDailyMeal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvStaffDailyMeal.MultiSelect = false; this.dgvStaffDailyMeal.Name = "dgvStaffDailyMeal"; this.dgvStaffDailyMeal.ReadOnly = true; this.dgvStaffDailyMeal.RefreshAtHscroll = false; this.dgvStaffDailyMeal.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvStaffDailyMeal.RowHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvStaffDailyMeal.RowHeadersWidth = 50; this.dgvStaffDailyMeal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvStaffDailyMeal.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvStaffDailyMeal.RowTemplate.Height = 21; this.dgvStaffDailyMeal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvStaffDailyMeal.Size = new System.Drawing.Size(1072, 444); this.dgvStaffDailyMeal.SortOrderColumnName = null; this.dgvStaffDailyMeal.TabIndex = 2; this.dgvStaffDailyMeal.Tag = true; this.dgvStaffDailyMeal.TotalSumColumns = null; this.dgvStaffDailyMeal.ViewRowFilter = ""; this.dgvStaffDailyMeal.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaffDailyMeal_CellEnter); this.dgvStaffDailyMeal.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffDailyMeal_CellMouseDoubleClick); // // STAFFID // this.STAFFID.DataPropertyName = "STAFFID"; this.STAFFID.HeaderText = "STAFFID"; this.STAFFID.Name = "STAFFID"; this.STAFFID.ReadOnly = true; this.STAFFID.Visible = false; // // StaffCode // this.StaffCode.DataPropertyName = "STAFFCODE"; this.StaffCode.HeaderText = "员工编号"; this.StaffCode.Name = "StaffCode"; this.StaffCode.ReadOnly = true; // // StaffName // this.StaffName.DataPropertyName = "STAFFNAME"; this.StaffName.HeaderText = "员工姓名"; this.StaffName.Name = "StaffName"; this.StaffName.ReadOnly = true; // // OrganizationName // this.OrganizationName.DataPropertyName = "Organizationname"; this.OrganizationName.HeaderText = "组织机构"; this.OrganizationName.Name = "OrganizationName"; this.OrganizationName.ReadOnly = true; // // JobsName // this.JobsName.DataPropertyName = "Jobsname"; this.JobsName.HeaderText = "工种"; this.JobsName.Name = "JobsName"; this.JobsName.ReadOnly = true; // // MealDate // this.MealDate.DataPropertyName = "MealDate"; dataGridViewCellStyle3.Format = "yyyy-MM-dd"; dataGridViewCellStyle3.NullValue = null; this.MealDate.DefaultCellStyle = dataGridViewCellStyle3; this.MealDate.HeaderText = "报餐日期"; this.MealDate.Name = "MealDate"; this.MealDate.ReadOnly = true; // // OrderBreakfastName // this.OrderBreakfastName.DataPropertyName = "OrderBreakfastName"; this.OrderBreakfastName.HeaderText = "预定早餐"; this.OrderBreakfastName.Name = "OrderBreakfastName"; this.OrderBreakfastName.ReadOnly = true; // // OrderLunchName // this.OrderLunchName.DataPropertyName = "OrderLunchName"; this.OrderLunchName.HeaderText = "预定午餐"; this.OrderLunchName.Name = "OrderLunchName"; this.OrderLunchName.ReadOnly = true; // // OrderDinnerName // this.OrderDinnerName.DataPropertyName = "OrderDinnerName"; this.OrderDinnerName.HeaderText = "预定晚餐"; this.OrderDinnerName.Name = "OrderDinnerName"; this.OrderDinnerName.ReadOnly = true; // // MealBreakfastName // this.MealBreakfastName.DataPropertyName = "MealBreakfastName"; this.MealBreakfastName.HeaderText = "吃早餐"; this.MealBreakfastName.Name = "MealBreakfastName"; this.MealBreakfastName.ReadOnly = true; // // MealLunchName // this.MealLunchName.DataPropertyName = "MealLunchName"; this.MealLunchName.HeaderText = "吃午餐"; this.MealLunchName.Name = "MealLunchName"; this.MealLunchName.ReadOnly = true; // // MealDinnerName // this.MealDinnerName.DataPropertyName = "MealDinnerName"; this.MealDinnerName.HeaderText = "吃晚餐"; this.MealDinnerName.Name = "MealDinnerName"; this.MealDinnerName.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // CreateTime // this.CreateTime.DataPropertyName = "CreateTime"; this.CreateTime.HeaderText = "创建时间"; this.CreateTime.Name = "CreateTime"; this.CreateTime.ReadOnly = true; // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Transparent; this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage"))); this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClearCondition.ForeColor = System.Drawing.Color.White; this.btnClearCondition.Location = new System.Drawing.Point(981, 85); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 14; this.btnClearCondition.Text = "清空条件(&C)"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(890, 85); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 13; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dkStaffName // this.dkStaffName.DataSource = null; this.dkStaffName.Enabled = true; this.dkStaffName.IsMustInput = false; this.dkStaffName.Location = new System.Drawing.Point(15, 20); this.dkStaffName.Name = "dkStaffName"; this.dkStaffName.PurviewType = ((byte)(0)); this.dkStaffName.Size = new System.Drawing.Size(197, 21); dkStaffEntity1.AccountID = 0; dkStaffEntity1.ExProbationEndDate = null; dkStaffEntity1.Jobs = 0; dkStaffEntity1.JobsName = null; dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0))); dkStaffEntity1.OrganizationID = 0; dkStaffEntity1.OrganizationName = null; dkStaffEntity1.Post = 0; dkStaffEntity1.PostName = null; dkStaffEntity1.StaffCode = null; dkStaffEntity1.StaffID = 0; dkStaffEntity1.StaffName = null; dkStaffEntity1.StaffStatus = 0; dkStaffEntity1.UserCode = null; dkStaffEntity1.UserID = 0; dkStaffEntity1.UserName = null; dkStaffEntity1.ValueFlag = false; this.dkStaffName.StaffEntity = dkStaffEntity1; this.dkStaffName.TabIndex = 0; this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control; this.dkStaffName.UserCode = ""; this.dkStaffName.UserName = null; this.dkStaffName.UserRow = null; this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1"; // // gbxCondition // this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbxCondition.BackColor = System.Drawing.Color.Transparent; this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage"))); this.gbxCondition.Controls.Add(this.chkMealDinner); this.gbxCondition.Controls.Add(this.chkMealLunch); this.gbxCondition.Controls.Add(this.chkMealBreakfast); this.gbxCondition.Controls.Add(this.chkOrderDinner); this.gbxCondition.Controls.Add(this.chkOrderLunch); this.gbxCondition.Controls.Add(this.chkOrderBreakfast); this.gbxCondition.Controls.Add(this.dtpMealDateEnd); this.gbxCondition.Controls.Add(this.c_Label1); this.gbxCondition.Controls.Add(this.chkMealDate); this.gbxCondition.Controls.Add(this.dtpMealDateBegin); this.gbxCondition.Controls.Add(this.dkStaffName); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.txtOtherWhere); this.gbxCondition.Controls.Add(this.c_Label2); this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText; this.gbxCondition.IsMustInput = false; this.gbxCondition.Location = new System.Drawing.Point(0, 38); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(1072, 125); this.gbxCondition.TabIndex = 1; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // chkMealDinner // this.chkMealDinner.BackColor = System.Drawing.SystemColors.Control; this.chkMealDinner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkMealDinner.BackgroundImage"))); this.chkMealDinner.FalseText = "否"; this.chkMealDinner.Location = new System.Drawing.Point(873, 47); this.chkMealDinner.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.chkMealDinner.Name = "chkMealDinner"; this.chkMealDinner.Size = new System.Drawing.Size(136, 20); this.chkMealDinner.TabIndex = 12; this.chkMealDinner.Title = "晚餐用餐"; this.chkMealDinner.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkMealDinner.TrueText = "是"; // // chkMealLunch // this.chkMealLunch.BackColor = System.Drawing.SystemColors.Control; this.chkMealLunch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkMealLunch.BackgroundImage"))); this.chkMealLunch.FalseText = "否"; this.chkMealLunch.Location = new System.Drawing.Point(731, 47); this.chkMealLunch.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.chkMealLunch.Name = "chkMealLunch"; this.chkMealLunch.Size = new System.Drawing.Size(136, 20); this.chkMealLunch.TabIndex = 11; this.chkMealLunch.Title = "午餐用餐"; this.chkMealLunch.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkMealLunch.TrueText = "是"; // // chkMealBreakfast // this.chkMealBreakfast.BackColor = System.Drawing.SystemColors.Control; this.chkMealBreakfast.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkMealBreakfast.BackgroundImage"))); this.chkMealBreakfast.FalseText = "否"; this.chkMealBreakfast.Location = new System.Drawing.Point(589, 47); this.chkMealBreakfast.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.chkMealBreakfast.Name = "chkMealBreakfast"; this.chkMealBreakfast.Size = new System.Drawing.Size(136, 20); this.chkMealBreakfast.TabIndex = 10; this.chkMealBreakfast.Title = "早餐用餐"; this.chkMealBreakfast.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkMealBreakfast.TrueText = "是"; // // chkOrderDinner // this.chkOrderDinner.BackColor = System.Drawing.SystemColors.Control; this.chkOrderDinner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkOrderDinner.BackgroundImage"))); this.chkOrderDinner.FalseText = "否"; this.chkOrderDinner.Location = new System.Drawing.Point(873, 18); this.chkOrderDinner.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.chkOrderDinner.Name = "chkOrderDinner"; this.chkOrderDinner.Size = new System.Drawing.Size(136, 20); this.chkOrderDinner.TabIndex = 7; this.chkOrderDinner.Title = "晚餐报餐"; this.chkOrderDinner.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkOrderDinner.TrueText = "是"; // // chkOrderLunch // this.chkOrderLunch.BackColor = System.Drawing.SystemColors.Control; this.chkOrderLunch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkOrderLunch.BackgroundImage"))); this.chkOrderLunch.FalseText = "否"; this.chkOrderLunch.Location = new System.Drawing.Point(731, 18); this.chkOrderLunch.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.chkOrderLunch.Name = "chkOrderLunch"; this.chkOrderLunch.Size = new System.Drawing.Size(136, 20); this.chkOrderLunch.TabIndex = 6; this.chkOrderLunch.Title = "午餐报餐"; this.chkOrderLunch.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkOrderLunch.TrueText = "是"; // // chkOrderBreakfast // this.chkOrderBreakfast.BackColor = System.Drawing.SystemColors.Control; this.chkOrderBreakfast.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkOrderBreakfast.BackgroundImage"))); this.chkOrderBreakfast.FalseText = "否"; this.chkOrderBreakfast.Location = new System.Drawing.Point(589, 18); this.chkOrderBreakfast.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1); this.chkOrderBreakfast.Name = "chkOrderBreakfast"; this.chkOrderBreakfast.Size = new System.Drawing.Size(136, 20); this.chkOrderBreakfast.TabIndex = 5; this.chkOrderBreakfast.Title = "早餐报餐"; this.chkOrderBreakfast.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft; this.chkOrderBreakfast.TrueText = "是"; // // dtpMealDateEnd // this.dtpMealDateEnd.CustomFormat = "yyyy-MM-dd"; this.dtpMealDateEnd.Enabled = false; this.dtpMealDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpMealDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpMealDateEnd.Location = new System.Drawing.Point(454, 17); this.dtpMealDateEnd.Name = "dtpMealDateEnd"; this.dtpMealDateEnd.Size = new System.Drawing.Size(129, 21); this.dtpMealDateEnd.TabIndex = 4; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(431, 21); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(17, 12); this.c_Label1.TabIndex = 3; this.c_Label1.Text = "至"; // // chkMealDate // this.chkMealDate.AutoSize = true; this.chkMealDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkMealDate.Location = new System.Drawing.Point(218, 20); this.chkMealDate.Name = "chkMealDate"; this.chkMealDate.Size = new System.Drawing.Size(72, 16); this.chkMealDate.TabIndex = 1; this.chkMealDate.Text = "用餐日期"; this.chkMealDate.UseVisualStyleBackColor = true; this.chkMealDate.CheckedChanged += new System.EventHandler(this.chkMealDate_CheckedChanged); // // dtpMealDateBegin // this.dtpMealDateBegin.CustomFormat = "yyyy-MM-dd"; this.dtpMealDateBegin.Enabled = false; this.dtpMealDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpMealDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpMealDateBegin.Location = new System.Drawing.Point(296, 17); this.dtpMealDateBegin.Name = "dtpMealDateBegin"; this.dtpMealDateBegin.Size = new System.Drawing.Size(129, 21); this.dtpMealDateBegin.TabIndex = 2; // // txtOtherWhere // this.txtOtherWhere.Enabled = false; this.txtOtherWhere.Location = new System.Drawing.Point(72, 47); this.txtOtherWhere.Multiline = true; this.txtOtherWhere.Name = "txtOtherWhere"; this.txtOtherWhere.Size = new System.Drawing.Size(511, 68); this.txtOtherWhere.TabIndex = 9; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(13, 49); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 8; this.c_Label2.Text = "附件条件"; // // F_HR_0901 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1084, 618); this.Controls.Add(this.dgvStaffDailyMeal); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_HR_0901"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "员工报餐一览"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0901_FormClosed); this.Load += new System.EventHandler(this.F_HR_0901_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvStaffDailyMeal)).EndInit(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_DataGridView dgvStaffDailyMeal; private System.Windows.Forms.ToolStripButton tsbtnEdit; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Controls.dkStaffSearchBox dkStaffName; private Basics.BaseControls.C_GroupBox gbxCondition; private Basics.BaseControls.C_DateTimePicker dtpMealDateBegin; private Basics.BaseControls.C_DateTimePicker dtpMealDateEnd; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_CheckBox chkMealDate; private System.Windows.Forms.ToolStripButton tsbtnMoreCondition; private System.Windows.Forms.TextBox txtOtherWhere; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_StatusCheckBox chkOrderBreakfast; private Basics.BaseControls.C_StatusCheckBox chkOrderLunch; private Basics.BaseControls.C_StatusCheckBox chkOrderDinner; private Basics.BaseControls.C_StatusCheckBox chkMealBreakfast; private Basics.BaseControls.C_StatusCheckBox chkMealLunch; private Basics.BaseControls.C_StatusCheckBox chkMealDinner; private System.Windows.Forms.ToolStripButton tsbtnDownloadTemplate; private System.Windows.Forms.SaveFileDialog sfDialogTemplet; private System.Windows.Forms.DataGridViewTextBoxColumn STAFFID; private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode; private System.Windows.Forms.DataGridViewTextBoxColumn StaffName; private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName; private System.Windows.Forms.DataGridViewTextBoxColumn JobsName; private System.Windows.Forms.DataGridViewTextBoxColumn MealDate; private System.Windows.Forms.DataGridViewTextBoxColumn OrderBreakfastName; private System.Windows.Forms.DataGridViewTextBoxColumn OrderLunchName; private System.Windows.Forms.DataGridViewTextBoxColumn OrderDinnerName; private System.Windows.Forms.DataGridViewTextBoxColumn MealBreakfastName; private System.Windows.Forms.DataGridViewTextBoxColumn MealLunchName; private System.Windows.Forms.DataGridViewTextBoxColumn MealDinnerName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime; } }