F_HR_0901.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0901
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0901));
  35. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tsbtnDownloadTemplate = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  44. this.dgvStaffDailyMeal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.STAFFID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.MealDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.OrderBreakfastName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.OrderLunchName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.OrderDinnerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.MealBreakfastName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.MealLunchName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.MealDinnerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  62. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  63. this.chkMealDinner = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  64. this.chkMealLunch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  65. this.chkMealBreakfast = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  66. this.chkOrderDinner = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  67. this.chkOrderLunch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  68. this.chkOrderBreakfast = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  69. this.dtpMealDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  70. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  71. this.chkMealDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  72. this.dtpMealDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  73. this.txtOtherWhere = new System.Windows.Forms.TextBox();
  74. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.sfDialogTemplet = new System.Windows.Forms.SaveFileDialog();
  76. this.tsrOperate.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffDailyMeal)).BeginInit();
  78. this.gbxCondition.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // tsrOperate
  82. //
  83. this.tsrOperate.AutoSize = false;
  84. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  85. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
  86. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.tsbtnAdd,
  89. this.tsbtnEdit,
  90. this.tsbtnMoreCondition,
  91. this.toolStripSeparator1,
  92. this.tsbtnDownloadTemplate,
  93. this.tsbtnAdaptive,
  94. this.tsbtnClose});
  95. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  96. this.tsrOperate.Name = "tsrOperate";
  97. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  98. this.tsrOperate.ShowItemToolTips = false;
  99. this.tsrOperate.Size = new System.Drawing.Size(1084, 35);
  100. this.tsrOperate.TabIndex = 0;
  101. this.tsrOperate.Text = "toolStrip1";
  102. //
  103. // tsbtnAdd
  104. //
  105. this.tsbtnAdd.AutoSize = false;
  106. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  108. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  109. this.tsbtnAdd.Name = "tsbtnAdd";
  110. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  111. this.tsbtnAdd.Text = "新建(&N)";
  112. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  113. //
  114. // tsbtnEdit
  115. //
  116. this.tsbtnEdit.AutoSize = false;
  117. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tsbtnEdit.Name = "tsbtnEdit";
  121. this.tsbtnEdit.Size = new System.Drawing.Size(80, 25);
  122. this.tsbtnEdit.Text = "编辑(&M)";
  123. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  124. //
  125. // tsbtnMoreCondition
  126. //
  127. this.tsbtnMoreCondition.AutoSize = false;
  128. this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
  132. this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
  133. this.tsbtnMoreCondition.Text = "更多条件(&M)";
  134. this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
  135. //
  136. // toolStripSeparator1
  137. //
  138. this.toolStripSeparator1.AutoSize = false;
  139. this.toolStripSeparator1.Name = "toolStripSeparator1";
  140. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  141. //
  142. // tsbtnDownloadTemplate
  143. //
  144. this.tsbtnDownloadTemplate.AutoSize = false;
  145. this.tsbtnDownloadTemplate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.tsbtnDownloadTemplate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  147. this.tsbtnDownloadTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.tsbtnDownloadTemplate.Name = "tsbtnDownloadTemplate";
  149. this.tsbtnDownloadTemplate.Size = new System.Drawing.Size(80, 25);
  150. this.tsbtnDownloadTemplate.Text = "下载模板(&E)";
  151. this.tsbtnDownloadTemplate.Click += new System.EventHandler(this.tsbtnDownloadTemplate_Click);
  152. //
  153. // tsbtnAdaptive
  154. //
  155. this.tsbtnAdaptive.AutoSize = false;
  156. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  158. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  159. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  160. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  161. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  162. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  163. //
  164. // tsbtnClose
  165. //
  166. this.tsbtnClose.AutoSize = false;
  167. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  169. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  170. this.tsbtnClose.Name = "tsbtnClose";
  171. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  172. this.tsbtnClose.Text = "关闭(&X)";
  173. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  174. //
  175. // dgvStaffDailyMeal
  176. //
  177. this.dgvStaffDailyMeal.AllowUserToAddRows = false;
  178. this.dgvStaffDailyMeal.AllowUserToDeleteRows = false;
  179. this.dgvStaffDailyMeal.AllowUserToModifyRows = true;
  180. this.dgvStaffDailyMeal.AllowUserToOrderColumns = true;
  181. this.dgvStaffDailyMeal.AllowUserToResizeRows = false;
  182. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  183. this.dgvStaffDailyMeal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  184. this.dgvStaffDailyMeal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  185. | System.Windows.Forms.AnchorStyles.Left)
  186. | System.Windows.Forms.AnchorStyles.Right)));
  187. this.dgvStaffDailyMeal.BorderStyle = System.Windows.Forms.BorderStyle.None;
  188. this.dgvStaffDailyMeal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  189. this.dgvStaffDailyMeal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  190. this.dgvStaffDailyMeal.CellHeight = 23;
  191. this.dgvStaffDailyMeal.ChildNodeColumnName = null;
  192. this.dgvStaffDailyMeal.ChildNodeColumnText = null;
  193. this.dgvStaffDailyMeal.ColumnDeep = 1;
  194. this.dgvStaffDailyMeal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  195. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  196. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  197. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  199. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  200. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  201. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  202. this.dgvStaffDailyMeal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  203. this.dgvStaffDailyMeal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  204. this.dgvStaffDailyMeal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  205. this.STAFFID,
  206. this.StaffCode,
  207. this.StaffName,
  208. this.OrganizationName,
  209. this.JobsName,
  210. this.MealDate,
  211. this.OrderBreakfastName,
  212. this.OrderLunchName,
  213. this.OrderDinnerName,
  214. this.MealBreakfastName,
  215. this.MealLunchName,
  216. this.MealDinnerName,
  217. this.Remarks,
  218. this.CreateTime});
  219. this.dgvStaffDailyMeal.ColumnTreeView = null;
  220. 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)));
  221. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  222. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  223. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  225. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  226. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  227. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  228. this.dgvStaffDailyMeal.DefaultCellStyle = dataGridViewCellStyle4;
  229. this.dgvStaffDailyMeal.DynamicColumnName = "";
  230. this.dgvStaffDailyMeal.EnableHeadersVisualStyles = false;
  231. this.dgvStaffDailyMeal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.dgvStaffDailyMeal.IsAutoCountSum = true;
  233. this.dgvStaffDailyMeal.IsAutoResizeColumns = false;
  234. this.dgvStaffDailyMeal.IsClickF12 = false;
  235. this.dgvStaffDailyMeal.IsSubTotalFlag = false;
  236. this.dgvStaffDailyMeal.Location = new System.Drawing.Point(0, 171);
  237. this.dgvStaffDailyMeal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  238. this.dgvStaffDailyMeal.MultiSelect = false;
  239. this.dgvStaffDailyMeal.Name = "dgvStaffDailyMeal";
  240. this.dgvStaffDailyMeal.ReadOnly = true;
  241. this.dgvStaffDailyMeal.RefreshAtHscroll = false;
  242. this.dgvStaffDailyMeal.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  243. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  244. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  245. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  247. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  248. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  249. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  250. this.dgvStaffDailyMeal.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  251. this.dgvStaffDailyMeal.RowHeadersWidth = 50;
  252. this.dgvStaffDailyMeal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  253. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  254. this.dgvStaffDailyMeal.RowsDefaultCellStyle = dataGridViewCellStyle6;
  255. this.dgvStaffDailyMeal.RowTemplate.Height = 21;
  256. this.dgvStaffDailyMeal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  257. this.dgvStaffDailyMeal.Size = new System.Drawing.Size(1072, 444);
  258. this.dgvStaffDailyMeal.SortOrderColumnName = null;
  259. this.dgvStaffDailyMeal.TabIndex = 2;
  260. this.dgvStaffDailyMeal.Tag = true;
  261. this.dgvStaffDailyMeal.TotalSumColumns = null;
  262. this.dgvStaffDailyMeal.ViewRowFilter = "";
  263. this.dgvStaffDailyMeal.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaffDailyMeal_CellEnter);
  264. this.dgvStaffDailyMeal.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffDailyMeal_CellMouseDoubleClick);
  265. //
  266. // STAFFID
  267. //
  268. this.STAFFID.DataPropertyName = "STAFFID";
  269. this.STAFFID.HeaderText = "STAFFID";
  270. this.STAFFID.Name = "STAFFID";
  271. this.STAFFID.ReadOnly = true;
  272. this.STAFFID.Visible = false;
  273. //
  274. // StaffCode
  275. //
  276. this.StaffCode.DataPropertyName = "STAFFCODE";
  277. this.StaffCode.HeaderText = "员工编号";
  278. this.StaffCode.Name = "StaffCode";
  279. this.StaffCode.ReadOnly = true;
  280. //
  281. // StaffName
  282. //
  283. this.StaffName.DataPropertyName = "STAFFNAME";
  284. this.StaffName.HeaderText = "员工姓名";
  285. this.StaffName.Name = "StaffName";
  286. this.StaffName.ReadOnly = true;
  287. //
  288. // OrganizationName
  289. //
  290. this.OrganizationName.DataPropertyName = "Organizationname";
  291. this.OrganizationName.HeaderText = "组织机构";
  292. this.OrganizationName.Name = "OrganizationName";
  293. this.OrganizationName.ReadOnly = true;
  294. //
  295. // JobsName
  296. //
  297. this.JobsName.DataPropertyName = "Jobsname";
  298. this.JobsName.HeaderText = "工种";
  299. this.JobsName.Name = "JobsName";
  300. this.JobsName.ReadOnly = true;
  301. //
  302. // MealDate
  303. //
  304. this.MealDate.DataPropertyName = "MealDate";
  305. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  306. dataGridViewCellStyle3.NullValue = null;
  307. this.MealDate.DefaultCellStyle = dataGridViewCellStyle3;
  308. this.MealDate.HeaderText = "报餐日期";
  309. this.MealDate.Name = "MealDate";
  310. this.MealDate.ReadOnly = true;
  311. //
  312. // OrderBreakfastName
  313. //
  314. this.OrderBreakfastName.DataPropertyName = "OrderBreakfastName";
  315. this.OrderBreakfastName.HeaderText = "预定早餐";
  316. this.OrderBreakfastName.Name = "OrderBreakfastName";
  317. this.OrderBreakfastName.ReadOnly = true;
  318. //
  319. // OrderLunchName
  320. //
  321. this.OrderLunchName.DataPropertyName = "OrderLunchName";
  322. this.OrderLunchName.HeaderText = "预定午餐";
  323. this.OrderLunchName.Name = "OrderLunchName";
  324. this.OrderLunchName.ReadOnly = true;
  325. //
  326. // OrderDinnerName
  327. //
  328. this.OrderDinnerName.DataPropertyName = "OrderDinnerName";
  329. this.OrderDinnerName.HeaderText = "预定晚餐";
  330. this.OrderDinnerName.Name = "OrderDinnerName";
  331. this.OrderDinnerName.ReadOnly = true;
  332. //
  333. // MealBreakfastName
  334. //
  335. this.MealBreakfastName.DataPropertyName = "MealBreakfastName";
  336. this.MealBreakfastName.HeaderText = "吃早餐";
  337. this.MealBreakfastName.Name = "MealBreakfastName";
  338. this.MealBreakfastName.ReadOnly = true;
  339. //
  340. // MealLunchName
  341. //
  342. this.MealLunchName.DataPropertyName = "MealLunchName";
  343. this.MealLunchName.HeaderText = "吃午餐";
  344. this.MealLunchName.Name = "MealLunchName";
  345. this.MealLunchName.ReadOnly = true;
  346. //
  347. // MealDinnerName
  348. //
  349. this.MealDinnerName.DataPropertyName = "MealDinnerName";
  350. this.MealDinnerName.HeaderText = "吃晚餐";
  351. this.MealDinnerName.Name = "MealDinnerName";
  352. this.MealDinnerName.ReadOnly = true;
  353. //
  354. // Remarks
  355. //
  356. this.Remarks.DataPropertyName = "Remarks";
  357. this.Remarks.HeaderText = "备注";
  358. this.Remarks.Name = "Remarks";
  359. this.Remarks.ReadOnly = true;
  360. //
  361. // CreateTime
  362. //
  363. this.CreateTime.DataPropertyName = "CreateTime";
  364. this.CreateTime.HeaderText = "创建时间";
  365. this.CreateTime.Name = "CreateTime";
  366. this.CreateTime.ReadOnly = true;
  367. //
  368. // btnClearCondition
  369. //
  370. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  371. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  372. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  373. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  375. this.btnClearCondition.Location = new System.Drawing.Point(981, 85);
  376. this.btnClearCondition.Name = "btnClearCondition";
  377. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  378. this.btnClearCondition.TabIndex = 14;
  379. this.btnClearCondition.Text = "清空条件(&C)";
  380. this.btnClearCondition.UseVisualStyleBackColor = false;
  381. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  382. //
  383. // btnSearch
  384. //
  385. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  386. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  387. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  388. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.btnSearch.ForeColor = System.Drawing.Color.White;
  390. this.btnSearch.Location = new System.Drawing.Point(890, 85);
  391. this.btnSearch.Name = "btnSearch";
  392. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  393. this.btnSearch.TabIndex = 13;
  394. this.btnSearch.Text = "查询(&Q)";
  395. this.btnSearch.UseVisualStyleBackColor = false;
  396. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  397. //
  398. // dkStaffName
  399. //
  400. this.dkStaffName.DataSource = null;
  401. this.dkStaffName.Enabled = true;
  402. this.dkStaffName.IsMustInput = false;
  403. this.dkStaffName.Location = new System.Drawing.Point(15, 20);
  404. this.dkStaffName.Name = "dkStaffName";
  405. this.dkStaffName.PurviewType = ((byte)(0));
  406. this.dkStaffName.Size = new System.Drawing.Size(197, 21);
  407. dkStaffEntity1.AccountID = 0;
  408. dkStaffEntity1.ExProbationEndDate = null;
  409. dkStaffEntity1.Jobs = 0;
  410. dkStaffEntity1.JobsName = null;
  411. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  412. dkStaffEntity1.OrganizationID = 0;
  413. dkStaffEntity1.OrganizationName = null;
  414. dkStaffEntity1.Post = 0;
  415. dkStaffEntity1.PostName = null;
  416. dkStaffEntity1.StaffCode = null;
  417. dkStaffEntity1.StaffID = 0;
  418. dkStaffEntity1.StaffName = null;
  419. dkStaffEntity1.StaffStatus = 0;
  420. dkStaffEntity1.UserCode = null;
  421. dkStaffEntity1.UserID = 0;
  422. dkStaffEntity1.UserName = null;
  423. dkStaffEntity1.ValueFlag = false;
  424. this.dkStaffName.StaffEntity = dkStaffEntity1;
  425. this.dkStaffName.TabIndex = 0;
  426. this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  427. this.dkStaffName.UserCode = "";
  428. this.dkStaffName.UserName = null;
  429. this.dkStaffName.UserRow = null;
  430. this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  431. //
  432. // gbxCondition
  433. //
  434. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  435. | System.Windows.Forms.AnchorStyles.Right)));
  436. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  437. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  438. this.gbxCondition.Controls.Add(this.chkMealDinner);
  439. this.gbxCondition.Controls.Add(this.chkMealLunch);
  440. this.gbxCondition.Controls.Add(this.chkMealBreakfast);
  441. this.gbxCondition.Controls.Add(this.chkOrderDinner);
  442. this.gbxCondition.Controls.Add(this.chkOrderLunch);
  443. this.gbxCondition.Controls.Add(this.chkOrderBreakfast);
  444. this.gbxCondition.Controls.Add(this.dtpMealDateEnd);
  445. this.gbxCondition.Controls.Add(this.c_Label1);
  446. this.gbxCondition.Controls.Add(this.chkMealDate);
  447. this.gbxCondition.Controls.Add(this.dtpMealDateBegin);
  448. this.gbxCondition.Controls.Add(this.dkStaffName);
  449. this.gbxCondition.Controls.Add(this.btnSearch);
  450. this.gbxCondition.Controls.Add(this.btnClearCondition);
  451. this.gbxCondition.Controls.Add(this.txtOtherWhere);
  452. this.gbxCondition.Controls.Add(this.c_Label2);
  453. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  455. this.gbxCondition.IsMustInput = false;
  456. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  457. this.gbxCondition.Name = "gbxCondition";
  458. this.gbxCondition.OriginalHeight = -1;
  459. this.gbxCondition.Size = new System.Drawing.Size(1072, 125);
  460. this.gbxCondition.TabIndex = 1;
  461. this.gbxCondition.TabStop = false;
  462. this.gbxCondition.Text = "查询条件 ▼";
  463. //
  464. // chkMealDinner
  465. //
  466. this.chkMealDinner.BackColor = System.Drawing.SystemColors.Control;
  467. this.chkMealDinner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkMealDinner.BackgroundImage")));
  468. this.chkMealDinner.FalseText = "否";
  469. this.chkMealDinner.Location = new System.Drawing.Point(873, 47);
  470. this.chkMealDinner.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  471. this.chkMealDinner.Name = "chkMealDinner";
  472. this.chkMealDinner.Size = new System.Drawing.Size(136, 20);
  473. this.chkMealDinner.TabIndex = 12;
  474. this.chkMealDinner.Title = "晚餐用餐";
  475. this.chkMealDinner.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  476. this.chkMealDinner.TrueText = "是";
  477. //
  478. // chkMealLunch
  479. //
  480. this.chkMealLunch.BackColor = System.Drawing.SystemColors.Control;
  481. this.chkMealLunch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkMealLunch.BackgroundImage")));
  482. this.chkMealLunch.FalseText = "否";
  483. this.chkMealLunch.Location = new System.Drawing.Point(731, 47);
  484. this.chkMealLunch.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  485. this.chkMealLunch.Name = "chkMealLunch";
  486. this.chkMealLunch.Size = new System.Drawing.Size(136, 20);
  487. this.chkMealLunch.TabIndex = 11;
  488. this.chkMealLunch.Title = "午餐用餐";
  489. this.chkMealLunch.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  490. this.chkMealLunch.TrueText = "是";
  491. //
  492. // chkMealBreakfast
  493. //
  494. this.chkMealBreakfast.BackColor = System.Drawing.SystemColors.Control;
  495. this.chkMealBreakfast.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkMealBreakfast.BackgroundImage")));
  496. this.chkMealBreakfast.FalseText = "否";
  497. this.chkMealBreakfast.Location = new System.Drawing.Point(589, 47);
  498. this.chkMealBreakfast.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  499. this.chkMealBreakfast.Name = "chkMealBreakfast";
  500. this.chkMealBreakfast.Size = new System.Drawing.Size(136, 20);
  501. this.chkMealBreakfast.TabIndex = 10;
  502. this.chkMealBreakfast.Title = "早餐用餐";
  503. this.chkMealBreakfast.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  504. this.chkMealBreakfast.TrueText = "是";
  505. //
  506. // chkOrderDinner
  507. //
  508. this.chkOrderDinner.BackColor = System.Drawing.SystemColors.Control;
  509. this.chkOrderDinner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkOrderDinner.BackgroundImage")));
  510. this.chkOrderDinner.FalseText = "否";
  511. this.chkOrderDinner.Location = new System.Drawing.Point(873, 18);
  512. this.chkOrderDinner.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  513. this.chkOrderDinner.Name = "chkOrderDinner";
  514. this.chkOrderDinner.Size = new System.Drawing.Size(136, 20);
  515. this.chkOrderDinner.TabIndex = 7;
  516. this.chkOrderDinner.Title = "晚餐报餐";
  517. this.chkOrderDinner.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  518. this.chkOrderDinner.TrueText = "是";
  519. //
  520. // chkOrderLunch
  521. //
  522. this.chkOrderLunch.BackColor = System.Drawing.SystemColors.Control;
  523. this.chkOrderLunch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkOrderLunch.BackgroundImage")));
  524. this.chkOrderLunch.FalseText = "否";
  525. this.chkOrderLunch.Location = new System.Drawing.Point(731, 18);
  526. this.chkOrderLunch.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  527. this.chkOrderLunch.Name = "chkOrderLunch";
  528. this.chkOrderLunch.Size = new System.Drawing.Size(136, 20);
  529. this.chkOrderLunch.TabIndex = 6;
  530. this.chkOrderLunch.Title = "午餐报餐";
  531. this.chkOrderLunch.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  532. this.chkOrderLunch.TrueText = "是";
  533. //
  534. // chkOrderBreakfast
  535. //
  536. this.chkOrderBreakfast.BackColor = System.Drawing.SystemColors.Control;
  537. this.chkOrderBreakfast.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkOrderBreakfast.BackgroundImage")));
  538. this.chkOrderBreakfast.FalseText = "否";
  539. this.chkOrderBreakfast.Location = new System.Drawing.Point(589, 18);
  540. this.chkOrderBreakfast.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  541. this.chkOrderBreakfast.Name = "chkOrderBreakfast";
  542. this.chkOrderBreakfast.Size = new System.Drawing.Size(136, 20);
  543. this.chkOrderBreakfast.TabIndex = 5;
  544. this.chkOrderBreakfast.Title = "早餐报餐";
  545. this.chkOrderBreakfast.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  546. this.chkOrderBreakfast.TrueText = "是";
  547. //
  548. // dtpMealDateEnd
  549. //
  550. this.dtpMealDateEnd.CustomFormat = "yyyy-MM-dd";
  551. this.dtpMealDateEnd.Enabled = false;
  552. this.dtpMealDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.dtpMealDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  554. this.dtpMealDateEnd.Location = new System.Drawing.Point(454, 17);
  555. this.dtpMealDateEnd.Name = "dtpMealDateEnd";
  556. this.dtpMealDateEnd.Size = new System.Drawing.Size(129, 21);
  557. this.dtpMealDateEnd.TabIndex = 4;
  558. //
  559. // c_Label1
  560. //
  561. this.c_Label1.AutoSize = true;
  562. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  563. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  565. this.c_Label1.Location = new System.Drawing.Point(431, 21);
  566. this.c_Label1.Name = "c_Label1";
  567. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  568. this.c_Label1.TabIndex = 3;
  569. this.c_Label1.Text = "至";
  570. //
  571. // chkMealDate
  572. //
  573. this.chkMealDate.AutoSize = true;
  574. this.chkMealDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.chkMealDate.Location = new System.Drawing.Point(218, 20);
  576. this.chkMealDate.Name = "chkMealDate";
  577. this.chkMealDate.Size = new System.Drawing.Size(72, 16);
  578. this.chkMealDate.TabIndex = 1;
  579. this.chkMealDate.Text = "用餐日期";
  580. this.chkMealDate.UseVisualStyleBackColor = true;
  581. this.chkMealDate.CheckedChanged += new System.EventHandler(this.chkMealDate_CheckedChanged);
  582. //
  583. // dtpMealDateBegin
  584. //
  585. this.dtpMealDateBegin.CustomFormat = "yyyy-MM-dd";
  586. this.dtpMealDateBegin.Enabled = false;
  587. this.dtpMealDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.dtpMealDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  589. this.dtpMealDateBegin.Location = new System.Drawing.Point(296, 17);
  590. this.dtpMealDateBegin.Name = "dtpMealDateBegin";
  591. this.dtpMealDateBegin.Size = new System.Drawing.Size(129, 21);
  592. this.dtpMealDateBegin.TabIndex = 2;
  593. //
  594. // txtOtherWhere
  595. //
  596. this.txtOtherWhere.Enabled = false;
  597. this.txtOtherWhere.Location = new System.Drawing.Point(72, 47);
  598. this.txtOtherWhere.Multiline = true;
  599. this.txtOtherWhere.Name = "txtOtherWhere";
  600. this.txtOtherWhere.Size = new System.Drawing.Size(511, 68);
  601. this.txtOtherWhere.TabIndex = 9;
  602. //
  603. // c_Label2
  604. //
  605. this.c_Label2.AutoSize = true;
  606. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  607. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  609. this.c_Label2.Location = new System.Drawing.Point(13, 49);
  610. this.c_Label2.Name = "c_Label2";
  611. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  612. this.c_Label2.TabIndex = 8;
  613. this.c_Label2.Text = "附件条件";
  614. //
  615. // F_HR_0901
  616. //
  617. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  618. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  619. this.ClientSize = new System.Drawing.Size(1084, 618);
  620. this.Controls.Add(this.dgvStaffDailyMeal);
  621. this.Controls.Add(this.gbxCondition);
  622. this.Controls.Add(this.tsrOperate);
  623. this.MaximizeBox = false;
  624. this.MinimizeBox = false;
  625. this.Name = "F_HR_0901";
  626. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  627. this.Text = "员工报餐一览";
  628. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0901_FormClosed);
  629. this.Load += new System.EventHandler(this.F_HR_0901_Load);
  630. this.tsrOperate.ResumeLayout(false);
  631. this.tsrOperate.PerformLayout();
  632. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffDailyMeal)).EndInit();
  633. this.gbxCondition.ResumeLayout(false);
  634. this.gbxCondition.PerformLayout();
  635. this.ResumeLayout(false);
  636. }
  637. #endregion
  638. private Basics.BaseControls.C_ToolStrip tsrOperate;
  639. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  640. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  641. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  642. private System.Windows.Forms.ToolStripButton tsbtnClose;
  643. private Basics.BaseControls.C_DataGridView dgvStaffDailyMeal;
  644. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  645. private Basics.BaseControls.C_Button btnClearCondition;
  646. private Basics.BaseControls.C_Button btnSearch;
  647. private Controls.dkStaffSearchBox dkStaffName;
  648. private Basics.BaseControls.C_GroupBox gbxCondition;
  649. private Basics.BaseControls.C_DateTimePicker dtpMealDateBegin;
  650. private Basics.BaseControls.C_DateTimePicker dtpMealDateEnd;
  651. private Basics.BaseControls.C_Label c_Label1;
  652. private Basics.BaseControls.C_CheckBox chkMealDate;
  653. private System.Windows.Forms.ToolStripButton tsbtnMoreCondition;
  654. private System.Windows.Forms.TextBox txtOtherWhere;
  655. private Basics.BaseControls.C_Label c_Label2;
  656. private Basics.BaseControls.C_StatusCheckBox chkOrderBreakfast;
  657. private Basics.BaseControls.C_StatusCheckBox chkOrderLunch;
  658. private Basics.BaseControls.C_StatusCheckBox chkOrderDinner;
  659. private Basics.BaseControls.C_StatusCheckBox chkMealBreakfast;
  660. private Basics.BaseControls.C_StatusCheckBox chkMealLunch;
  661. private Basics.BaseControls.C_StatusCheckBox chkMealDinner;
  662. private System.Windows.Forms.ToolStripButton tsbtnDownloadTemplate;
  663. private System.Windows.Forms.SaveFileDialog sfDialogTemplet;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFID;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn MealDate;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn OrderBreakfastName;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn OrderLunchName;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn OrderDinnerName;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn MealBreakfastName;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn MealLunchName;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn MealDinnerName;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  678. }
  679. }