| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_0902
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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 dataGridViewCellStyle3 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0902));
- 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.tsbtnImport = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnBrush = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- 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.OrderBreakfast = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.OrderLunch = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.OrderDinner = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.MealBreakfast = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.MealLunch = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.MealDinner = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.Remarks = 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.dtpMealDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dkJobs = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkJobsSearchBox();
- this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.oFileDialog = new System.Windows.Forms.OpenFileDialog();
- this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
- 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.tsbtnImport,
- this.toolStripSeparator2,
- this.tsbtnBrush,
- this.toolStripSeparator1,
- 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";
- //
- // tsbtnImport
- //
- this.tsbtnImport.AutoSize = false;
- this.tsbtnImport.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnImport.Name = "tsbtnImport";
- this.tsbtnImport.Size = new System.Drawing.Size(60, 25);
- this.tsbtnImport.Text = "导入(&I)";
- this.tsbtnImport.Click += new System.EventHandler(this.tsbtnImport_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.AutoSize = false;
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnBrush
- //
- this.tsbtnBrush.AutoSize = false;
- this.tsbtnBrush.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnBrush.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnBrush.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnBrush.Name = "tsbtnBrush";
- this.tsbtnBrush.Size = new System.Drawing.Size(80, 25);
- this.tsbtnBrush.Text = "数据刷(&B)";
- this.tsbtnBrush.Click += new System.EventHandler(this.tsbtnDataBrush_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // 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.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.OrderBreakfast,
- this.OrderLunch,
- this.OrderDinner,
- this.MealBreakfast,
- this.MealLunch,
- this.MealDinner,
- this.Remarks});
- 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)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvStaffDailyMeal.DefaultCellStyle = dataGridViewCellStyle3;
- 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.FormatQuantityColumns = null;
- this.dgvStaffDailyMeal.HorizontalMergeColumn = null;
- this.dgvStaffDailyMeal.IsAutoCountSum = true;
- this.dgvStaffDailyMeal.IsAutoResizeColumns = false;
- this.dgvStaffDailyMeal.IsClickF12 = false;
- this.dgvStaffDailyMeal.IsOpenMergeCellFlag = false;
- this.dgvStaffDailyMeal.IsSubTotalFlag = false;
- this.dgvStaffDailyMeal.IsTopDeep = false;
- this.dgvStaffDailyMeal.Location = new System.Drawing.Point(0, 129);
- this.dgvStaffDailyMeal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvStaffDailyMeal.MergeColumnNames = null;
- this.dgvStaffDailyMeal.MergeDetailColumnNames = null;
- this.dgvStaffDailyMeal.MergeDetailOnlyColumn = null;
- this.dgvStaffDailyMeal.MergeOnlyColumn = null;
- this.dgvStaffDailyMeal.MultiSelect = false;
- this.dgvStaffDailyMeal.Name = "dgvStaffDailyMeal";
- this.dgvStaffDailyMeal.RefreshAtHscroll = false;
- this.dgvStaffDailyMeal.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvStaffDailyMeal.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvStaffDailyMeal.RowHeadersWidth = 50;
- this.dgvStaffDailyMeal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvStaffDailyMeal.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvStaffDailyMeal.RowTemplate.Height = 21;
- this.dgvStaffDailyMeal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvStaffDailyMeal.Size = new System.Drawing.Size(1072, 429);
- this.dgvStaffDailyMeal.SortOrderColumnName = null;
- this.dgvStaffDailyMeal.TabIndex = 2;
- this.dgvStaffDailyMeal.Tag = true;
- this.dgvStaffDailyMeal.TotalSumColumns = null;
- this.dgvStaffDailyMeal.ViewRowFilter = "";
- this.dgvStaffDailyMeal.CellMouseMove += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffDailyMeal_CellMouseMove);
- //
- // 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";
- this.MealDate.HeaderText = "报餐日期";
- this.MealDate.Name = "MealDate";
- this.MealDate.ReadOnly = true;
- //
- // OrderBreakfast
- //
- this.OrderBreakfast.DataPropertyName = "OrderBreakfast";
- this.OrderBreakfast.FalseValue = "0";
- this.OrderBreakfast.HeaderText = "预定早餐";
- this.OrderBreakfast.Name = "OrderBreakfast";
- this.OrderBreakfast.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.OrderBreakfast.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.OrderBreakfast.TrueValue = "1";
- //
- // OrderLunch
- //
- this.OrderLunch.DataPropertyName = "OrderLunch";
- this.OrderLunch.FalseValue = "0";
- this.OrderLunch.HeaderText = "预定午餐";
- this.OrderLunch.Name = "OrderLunch";
- this.OrderLunch.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.OrderLunch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.OrderLunch.TrueValue = "1";
- //
- // OrderDinner
- //
- this.OrderDinner.DataPropertyName = "OrderDinner";
- this.OrderDinner.FalseValue = "0";
- this.OrderDinner.HeaderText = "预定晚餐";
- this.OrderDinner.Name = "OrderDinner";
- this.OrderDinner.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.OrderDinner.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.OrderDinner.TrueValue = "1";
- //
- // MealBreakfast
- //
- this.MealBreakfast.DataPropertyName = "MealBreakfast";
- this.MealBreakfast.FalseValue = "0";
- this.MealBreakfast.HeaderText = "吃早餐";
- this.MealBreakfast.Name = "MealBreakfast";
- this.MealBreakfast.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.MealBreakfast.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.MealBreakfast.TrueValue = "1";
- //
- // MealLunch
- //
- this.MealLunch.DataPropertyName = "MealLunch";
- this.MealLunch.FalseValue = "0";
- this.MealLunch.HeaderText = "吃午餐";
- this.MealLunch.Name = "MealLunch";
- this.MealLunch.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.MealLunch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.MealLunch.TrueValue = "1";
- //
- // MealDinner
- //
- this.MealDinner.DataPropertyName = "MealDinner";
- this.MealDinner.FalseValue = "0";
- this.MealDinner.HeaderText = "吃晚餐";
- this.MealDinner.Name = "MealDinner";
- this.MealDinner.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.MealDinner.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.MealDinner.TrueValue = "1";
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- //
- // 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, 47);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 6;
- 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, 47);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 5;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // 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.lblOrganization);
- this.gbxCondition.Controls.Add(this.scbOrganization);
- this.gbxCondition.Controls.Add(this.dtpMealDate);
- this.gbxCondition.Controls.Add(this.lblStaffCode);
- this.gbxCondition.Controls.Add(this.dkJobs);
- this.gbxCondition.Controls.Add(this.dkStaffName);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- 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, 86);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // dtpMealDate
- //
- this.dtpMealDate.CustomFormat = "yyyy-MM-dd";
- this.dtpMealDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpMealDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpMealDate.Location = new System.Drawing.Point(73, 48);
- this.dtpMealDate.Name = "dtpMealDate";
- this.dtpMealDate.Size = new System.Drawing.Size(185, 21);
- this.dtpMealDate.TabIndex = 4;
- //
- // lblStaffCode
- //
- this.lblStaffCode.AutoSize = true;
- this.lblStaffCode.BackColor = System.Drawing.Color.Transparent;
- this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStaffCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblStaffCode.Location = new System.Drawing.Point(13, 51);
- this.lblStaffCode.Name = "lblStaffCode";
- this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
- this.lblStaffCode.TabIndex = 3;
- this.lblStaffCode.Text = "报餐日期";
- //
- // dkJobs
- //
- this.dkJobs.DataSource = null;
- this.dkJobs.Enabled = true;
- this.dkJobs.IsMustInput = false;
- this.dkJobs.JobsCode = "";
- this.dkJobs.JobsName = null;
- this.dkJobs.Location = new System.Drawing.Point(513, 20);
- this.dkJobs.Name = "dkJobs";
- this.dkJobs.PurviewType = ((byte)(0));
- this.dkJobs.Size = new System.Drawing.Size(243, 21);
- this.dkJobs.TabIndex = 2;
- this.dkJobs.Title = "工种";
- this.dkJobs.TxtUserBackColor = System.Drawing.SystemColors.Control;
- //
- // 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(243, 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";
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(987, 563);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 15;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(896, 563);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 14;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // oFileDialog
- //
- this.oFileDialog.FileName = "openFileDialog1";
- //
- // lblOrganization
- //
- this.lblOrganization.AutoSize = true;
- this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
- this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOrganization.Location = new System.Drawing.Point(264, 24);
- this.lblOrganization.Name = "lblOrganization";
- this.lblOrganization.Size = new System.Drawing.Size(53, 12);
- this.lblOrganization.TabIndex = 57;
- this.lblOrganization.Text = "组织机构";
- //
- // scbOrganization
- //
- this.scbOrganization.CheckedData = null;
- this.scbOrganization.IsOnlyDisplayEnd = false;
- this.scbOrganization.Location = new System.Drawing.Point(323, 20);
- this.scbOrganization.Name = "scbOrganization";
- this.scbOrganization.Size = new System.Drawing.Size(184, 21);
- this.scbOrganization.TabIndex = 56;
- //
- // F_HR_0902
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(1084, 618);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- 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_0902";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusStripVisible = false;
- this.StatusTimerVisible = false;
- this.Text = "员工报餐编辑";
- this.Load += new System.EventHandler(this.F_HR_0902_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 tsbtnImport;
- 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 Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Controls.dkStaffSearchBox dkStaffName;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private System.Windows.Forms.ToolStripButton tsbtnBrush;
- private Controls.SearchTextBox.dkJobsSearchBox dkJobs;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_DateTimePicker dtpMealDate;
- private Basics.BaseControls.C_Label lblStaffCode;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.OpenFileDialog oFileDialog;
- 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.DataGridViewCheckBoxColumn OrderBreakfast;
- private System.Windows.Forms.DataGridViewCheckBoxColumn OrderLunch;
- private System.Windows.Forms.DataGridViewCheckBoxColumn OrderDinner;
- private System.Windows.Forms.DataGridViewCheckBoxColumn MealBreakfast;
- private System.Windows.Forms.DataGridViewCheckBoxColumn MealLunch;
- private System.Windows.Forms.DataGridViewCheckBoxColumn MealDinner;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private Basics.BaseControls.C_Label lblOrganization;
- private Controls.SearchBox.ScbOrganization scbOrganization;
- }
- }
|