F_HR_0902.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0902
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0902));
  34. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnImport = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tsbtnBrush = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  42. this.dgvStaffDailyMeal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  43. this.STAFFID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.MealDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.OrderBreakfast = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.OrderLunch = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  51. this.OrderDinner = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.MealBreakfast = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  53. this.MealLunch = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.MealDinner = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  55. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  58. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  59. this.dtpMealDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  60. this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.dkJobs = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkJobsSearchBox();
  62. this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  63. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  64. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  65. this.oFileDialog = new System.Windows.Forms.OpenFileDialog();
  66. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  68. this.tsrOperate.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffDailyMeal)).BeginInit();
  70. this.gbxCondition.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // tsrOperate
  74. //
  75. this.tsrOperate.AutoSize = false;
  76. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  77. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
  78. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.tsbtnImport,
  81. this.toolStripSeparator2,
  82. this.tsbtnBrush,
  83. this.toolStripSeparator1,
  84. this.tsbtnAdaptive,
  85. this.tsbtnClose});
  86. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  87. this.tsrOperate.Name = "tsrOperate";
  88. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  89. this.tsrOperate.ShowItemToolTips = false;
  90. this.tsrOperate.Size = new System.Drawing.Size(1084, 35);
  91. this.tsrOperate.TabIndex = 0;
  92. this.tsrOperate.Text = "toolStrip1";
  93. //
  94. // tsbtnImport
  95. //
  96. this.tsbtnImport.AutoSize = false;
  97. this.tsbtnImport.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.tsbtnImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  99. this.tsbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.tsbtnImport.Name = "tsbtnImport";
  101. this.tsbtnImport.Size = new System.Drawing.Size(60, 25);
  102. this.tsbtnImport.Text = "导入(&I)";
  103. this.tsbtnImport.Click += new System.EventHandler(this.tsbtnImport_Click);
  104. //
  105. // toolStripSeparator2
  106. //
  107. this.toolStripSeparator2.AutoSize = false;
  108. this.toolStripSeparator2.Name = "toolStripSeparator2";
  109. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  110. //
  111. // tsbtnBrush
  112. //
  113. this.tsbtnBrush.AutoSize = false;
  114. this.tsbtnBrush.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.tsbtnBrush.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  116. this.tsbtnBrush.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbtnBrush.Name = "tsbtnBrush";
  118. this.tsbtnBrush.Size = new System.Drawing.Size(80, 25);
  119. this.tsbtnBrush.Text = "数据刷(&B)";
  120. this.tsbtnBrush.Click += new System.EventHandler(this.tsbtnDataBrush_Click);
  121. //
  122. // toolStripSeparator1
  123. //
  124. this.toolStripSeparator1.AutoSize = false;
  125. this.toolStripSeparator1.Name = "toolStripSeparator1";
  126. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  127. //
  128. // tsbtnAdaptive
  129. //
  130. this.tsbtnAdaptive.AutoSize = false;
  131. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  133. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  135. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  136. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  137. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  138. //
  139. // tsbtnClose
  140. //
  141. this.tsbtnClose.AutoSize = false;
  142. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  144. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  145. this.tsbtnClose.Name = "tsbtnClose";
  146. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  147. this.tsbtnClose.Text = "关闭(&X)";
  148. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  149. //
  150. // dgvStaffDailyMeal
  151. //
  152. this.dgvStaffDailyMeal.AllowUserToAddRows = false;
  153. this.dgvStaffDailyMeal.AllowUserToDeleteRows = false;
  154. this.dgvStaffDailyMeal.AllowUserToModifyRows = true;
  155. this.dgvStaffDailyMeal.AllowUserToOrderColumns = true;
  156. this.dgvStaffDailyMeal.AllowUserToResizeRows = false;
  157. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  158. this.dgvStaffDailyMeal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  159. this.dgvStaffDailyMeal.Anchor = System.Windows.Forms.AnchorStyles.None;
  160. this.dgvStaffDailyMeal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  161. this.dgvStaffDailyMeal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  162. this.dgvStaffDailyMeal.CellHeight = 23;
  163. this.dgvStaffDailyMeal.ChildNodeColumnName = null;
  164. this.dgvStaffDailyMeal.ChildNodeColumnText = null;
  165. this.dgvStaffDailyMeal.ColumnDeep = 1;
  166. this.dgvStaffDailyMeal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  167. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  168. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  169. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  171. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  174. this.dgvStaffDailyMeal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  175. this.dgvStaffDailyMeal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  176. this.dgvStaffDailyMeal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  177. this.STAFFID,
  178. this.StaffCode,
  179. this.StaffName,
  180. this.OrganizationName,
  181. this.JobsName,
  182. this.MealDate,
  183. this.OrderBreakfast,
  184. this.OrderLunch,
  185. this.OrderDinner,
  186. this.MealBreakfast,
  187. this.MealLunch,
  188. this.MealDinner,
  189. this.Remarks});
  190. this.dgvStaffDailyMeal.ColumnTreeView = null;
  191. 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)));
  192. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  193. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  194. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  196. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  197. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  198. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  199. this.dgvStaffDailyMeal.DefaultCellStyle = dataGridViewCellStyle3;
  200. this.dgvStaffDailyMeal.DynamicColumnName = "";
  201. this.dgvStaffDailyMeal.EnableHeadersVisualStyles = false;
  202. this.dgvStaffDailyMeal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.dgvStaffDailyMeal.FormatQuantityColumns = null;
  204. this.dgvStaffDailyMeal.HorizontalMergeColumn = null;
  205. this.dgvStaffDailyMeal.IsAutoCountSum = true;
  206. this.dgvStaffDailyMeal.IsAutoResizeColumns = false;
  207. this.dgvStaffDailyMeal.IsClickF12 = false;
  208. this.dgvStaffDailyMeal.IsOpenMergeCellFlag = false;
  209. this.dgvStaffDailyMeal.IsSubTotalFlag = false;
  210. this.dgvStaffDailyMeal.IsTopDeep = false;
  211. this.dgvStaffDailyMeal.Location = new System.Drawing.Point(0, 129);
  212. this.dgvStaffDailyMeal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  213. this.dgvStaffDailyMeal.MergeColumnNames = null;
  214. this.dgvStaffDailyMeal.MergeDetailColumnNames = null;
  215. this.dgvStaffDailyMeal.MergeDetailOnlyColumn = null;
  216. this.dgvStaffDailyMeal.MergeOnlyColumn = null;
  217. this.dgvStaffDailyMeal.MultiSelect = false;
  218. this.dgvStaffDailyMeal.Name = "dgvStaffDailyMeal";
  219. this.dgvStaffDailyMeal.RefreshAtHscroll = false;
  220. this.dgvStaffDailyMeal.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  221. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  222. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  223. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  225. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  226. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  227. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  228. this.dgvStaffDailyMeal.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  229. this.dgvStaffDailyMeal.RowHeadersWidth = 50;
  230. this.dgvStaffDailyMeal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  231. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  232. this.dgvStaffDailyMeal.RowsDefaultCellStyle = dataGridViewCellStyle5;
  233. this.dgvStaffDailyMeal.RowTemplate.Height = 21;
  234. this.dgvStaffDailyMeal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  235. this.dgvStaffDailyMeal.Size = new System.Drawing.Size(1072, 429);
  236. this.dgvStaffDailyMeal.SortOrderColumnName = null;
  237. this.dgvStaffDailyMeal.TabIndex = 2;
  238. this.dgvStaffDailyMeal.Tag = true;
  239. this.dgvStaffDailyMeal.TotalSumColumns = null;
  240. this.dgvStaffDailyMeal.ViewRowFilter = "";
  241. this.dgvStaffDailyMeal.CellMouseMove += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaffDailyMeal_CellMouseMove);
  242. //
  243. // STAFFID
  244. //
  245. this.STAFFID.DataPropertyName = "STAFFID";
  246. this.STAFFID.HeaderText = "STAFFID";
  247. this.STAFFID.Name = "STAFFID";
  248. this.STAFFID.ReadOnly = true;
  249. this.STAFFID.Visible = false;
  250. //
  251. // StaffCode
  252. //
  253. this.StaffCode.DataPropertyName = "STAFFCODE";
  254. this.StaffCode.HeaderText = "员工编号";
  255. this.StaffCode.Name = "StaffCode";
  256. this.StaffCode.ReadOnly = true;
  257. //
  258. // StaffName
  259. //
  260. this.StaffName.DataPropertyName = "STAFFNAME";
  261. this.StaffName.HeaderText = "员工姓名";
  262. this.StaffName.Name = "StaffName";
  263. this.StaffName.ReadOnly = true;
  264. //
  265. // OrganizationName
  266. //
  267. this.OrganizationName.DataPropertyName = "Organizationname";
  268. this.OrganizationName.HeaderText = "组织机构";
  269. this.OrganizationName.Name = "OrganizationName";
  270. this.OrganizationName.ReadOnly = true;
  271. //
  272. // JobsName
  273. //
  274. this.JobsName.DataPropertyName = "Jobsname";
  275. this.JobsName.HeaderText = "工种";
  276. this.JobsName.Name = "JobsName";
  277. this.JobsName.ReadOnly = true;
  278. //
  279. // MealDate
  280. //
  281. this.MealDate.DataPropertyName = "MealDate";
  282. this.MealDate.HeaderText = "报餐日期";
  283. this.MealDate.Name = "MealDate";
  284. this.MealDate.ReadOnly = true;
  285. //
  286. // OrderBreakfast
  287. //
  288. this.OrderBreakfast.DataPropertyName = "OrderBreakfast";
  289. this.OrderBreakfast.FalseValue = "0";
  290. this.OrderBreakfast.HeaderText = "预定早餐";
  291. this.OrderBreakfast.Name = "OrderBreakfast";
  292. this.OrderBreakfast.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  293. this.OrderBreakfast.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  294. this.OrderBreakfast.TrueValue = "1";
  295. //
  296. // OrderLunch
  297. //
  298. this.OrderLunch.DataPropertyName = "OrderLunch";
  299. this.OrderLunch.FalseValue = "0";
  300. this.OrderLunch.HeaderText = "预定午餐";
  301. this.OrderLunch.Name = "OrderLunch";
  302. this.OrderLunch.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  303. this.OrderLunch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  304. this.OrderLunch.TrueValue = "1";
  305. //
  306. // OrderDinner
  307. //
  308. this.OrderDinner.DataPropertyName = "OrderDinner";
  309. this.OrderDinner.FalseValue = "0";
  310. this.OrderDinner.HeaderText = "预定晚餐";
  311. this.OrderDinner.Name = "OrderDinner";
  312. this.OrderDinner.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  313. this.OrderDinner.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  314. this.OrderDinner.TrueValue = "1";
  315. //
  316. // MealBreakfast
  317. //
  318. this.MealBreakfast.DataPropertyName = "MealBreakfast";
  319. this.MealBreakfast.FalseValue = "0";
  320. this.MealBreakfast.HeaderText = "吃早餐";
  321. this.MealBreakfast.Name = "MealBreakfast";
  322. this.MealBreakfast.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  323. this.MealBreakfast.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  324. this.MealBreakfast.TrueValue = "1";
  325. //
  326. // MealLunch
  327. //
  328. this.MealLunch.DataPropertyName = "MealLunch";
  329. this.MealLunch.FalseValue = "0";
  330. this.MealLunch.HeaderText = "吃午餐";
  331. this.MealLunch.Name = "MealLunch";
  332. this.MealLunch.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  333. this.MealLunch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  334. this.MealLunch.TrueValue = "1";
  335. //
  336. // MealDinner
  337. //
  338. this.MealDinner.DataPropertyName = "MealDinner";
  339. this.MealDinner.FalseValue = "0";
  340. this.MealDinner.HeaderText = "吃晚餐";
  341. this.MealDinner.Name = "MealDinner";
  342. this.MealDinner.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  343. this.MealDinner.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  344. this.MealDinner.TrueValue = "1";
  345. //
  346. // Remarks
  347. //
  348. this.Remarks.DataPropertyName = "Remarks";
  349. this.Remarks.HeaderText = "备注";
  350. this.Remarks.Name = "Remarks";
  351. //
  352. // btnClearCondition
  353. //
  354. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  355. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  356. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  357. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  359. this.btnClearCondition.Location = new System.Drawing.Point(981, 47);
  360. this.btnClearCondition.Name = "btnClearCondition";
  361. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  362. this.btnClearCondition.TabIndex = 6;
  363. this.btnClearCondition.Text = "清空条件(&C)";
  364. this.btnClearCondition.UseVisualStyleBackColor = false;
  365. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  366. //
  367. // btnSearch
  368. //
  369. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  370. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  371. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  372. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.btnSearch.ForeColor = System.Drawing.Color.White;
  374. this.btnSearch.Location = new System.Drawing.Point(890, 47);
  375. this.btnSearch.Name = "btnSearch";
  376. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  377. this.btnSearch.TabIndex = 5;
  378. this.btnSearch.Text = "查询(&Q)";
  379. this.btnSearch.UseVisualStyleBackColor = false;
  380. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  381. //
  382. // gbxCondition
  383. //
  384. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  385. | System.Windows.Forms.AnchorStyles.Right)));
  386. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  387. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  388. this.gbxCondition.Controls.Add(this.lblOrganization);
  389. this.gbxCondition.Controls.Add(this.scbOrganization);
  390. this.gbxCondition.Controls.Add(this.dtpMealDate);
  391. this.gbxCondition.Controls.Add(this.lblStaffCode);
  392. this.gbxCondition.Controls.Add(this.dkJobs);
  393. this.gbxCondition.Controls.Add(this.dkStaffName);
  394. this.gbxCondition.Controls.Add(this.btnSearch);
  395. this.gbxCondition.Controls.Add(this.btnClearCondition);
  396. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  398. this.gbxCondition.IsMustInput = false;
  399. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  400. this.gbxCondition.Name = "gbxCondition";
  401. this.gbxCondition.OriginalHeight = -1;
  402. this.gbxCondition.Size = new System.Drawing.Size(1072, 86);
  403. this.gbxCondition.TabIndex = 1;
  404. this.gbxCondition.TabStop = false;
  405. this.gbxCondition.Text = "查询条件 ▼";
  406. //
  407. // dtpMealDate
  408. //
  409. this.dtpMealDate.CustomFormat = "yyyy-MM-dd";
  410. this.dtpMealDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.dtpMealDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  412. this.dtpMealDate.Location = new System.Drawing.Point(73, 48);
  413. this.dtpMealDate.Name = "dtpMealDate";
  414. this.dtpMealDate.Size = new System.Drawing.Size(185, 21);
  415. this.dtpMealDate.TabIndex = 4;
  416. //
  417. // lblStaffCode
  418. //
  419. this.lblStaffCode.AutoSize = true;
  420. this.lblStaffCode.BackColor = System.Drawing.Color.Transparent;
  421. this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.lblStaffCode.ForeColor = System.Drawing.SystemColors.ControlText;
  423. this.lblStaffCode.Location = new System.Drawing.Point(13, 51);
  424. this.lblStaffCode.Name = "lblStaffCode";
  425. this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
  426. this.lblStaffCode.TabIndex = 3;
  427. this.lblStaffCode.Text = "报餐日期";
  428. //
  429. // dkJobs
  430. //
  431. this.dkJobs.DataSource = null;
  432. this.dkJobs.Enabled = true;
  433. this.dkJobs.IsMustInput = false;
  434. this.dkJobs.JobsCode = "";
  435. this.dkJobs.JobsName = null;
  436. this.dkJobs.Location = new System.Drawing.Point(513, 20);
  437. this.dkJobs.Name = "dkJobs";
  438. this.dkJobs.PurviewType = ((byte)(0));
  439. this.dkJobs.Size = new System.Drawing.Size(243, 21);
  440. this.dkJobs.TabIndex = 2;
  441. this.dkJobs.Title = "工种";
  442. this.dkJobs.TxtUserBackColor = System.Drawing.SystemColors.Control;
  443. //
  444. // dkStaffName
  445. //
  446. this.dkStaffName.DataSource = null;
  447. this.dkStaffName.Enabled = true;
  448. this.dkStaffName.IsMustInput = false;
  449. this.dkStaffName.Location = new System.Drawing.Point(15, 20);
  450. this.dkStaffName.Name = "dkStaffName";
  451. this.dkStaffName.PurviewType = ((byte)(0));
  452. this.dkStaffName.Size = new System.Drawing.Size(243, 21);
  453. dkStaffEntity1.AccountID = 0;
  454. dkStaffEntity1.ExProbationEndDate = null;
  455. dkStaffEntity1.Jobs = 0;
  456. dkStaffEntity1.JobsName = null;
  457. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  458. dkStaffEntity1.OrganizationID = 0;
  459. dkStaffEntity1.OrganizationName = null;
  460. dkStaffEntity1.Post = 0;
  461. dkStaffEntity1.PostName = null;
  462. dkStaffEntity1.StaffCode = null;
  463. dkStaffEntity1.StaffID = 0;
  464. dkStaffEntity1.StaffName = null;
  465. dkStaffEntity1.StaffStatus = 0;
  466. dkStaffEntity1.UserCode = null;
  467. dkStaffEntity1.UserID = 0;
  468. dkStaffEntity1.UserName = null;
  469. dkStaffEntity1.ValueFlag = false;
  470. this.dkStaffName.StaffEntity = dkStaffEntity1;
  471. this.dkStaffName.TabIndex = 0;
  472. this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  473. this.dkStaffName.UserCode = "";
  474. this.dkStaffName.UserName = null;
  475. this.dkStaffName.UserRow = null;
  476. this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  477. //
  478. // btnCancel
  479. //
  480. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  481. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  482. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  483. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.btnCancel.ForeColor = System.Drawing.Color.White;
  485. this.btnCancel.Location = new System.Drawing.Point(987, 563);
  486. this.btnCancel.Name = "btnCancel";
  487. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  488. this.btnCancel.TabIndex = 15;
  489. this.btnCancel.Text = "取消";
  490. this.btnCancel.UseVisualStyleBackColor = false;
  491. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  492. //
  493. // btnSave
  494. //
  495. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  496. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  497. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.btnSave.ForeColor = System.Drawing.Color.White;
  499. this.btnSave.Location = new System.Drawing.Point(896, 563);
  500. this.btnSave.Name = "btnSave";
  501. this.btnSave.Size = new System.Drawing.Size(85, 30);
  502. this.btnSave.TabIndex = 14;
  503. this.btnSave.Text = "保存";
  504. this.btnSave.UseVisualStyleBackColor = false;
  505. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  506. //
  507. // oFileDialog
  508. //
  509. this.oFileDialog.FileName = "openFileDialog1";
  510. //
  511. // lblOrganization
  512. //
  513. this.lblOrganization.AutoSize = true;
  514. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  515. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  517. this.lblOrganization.Location = new System.Drawing.Point(264, 24);
  518. this.lblOrganization.Name = "lblOrganization";
  519. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  520. this.lblOrganization.TabIndex = 57;
  521. this.lblOrganization.Text = "组织机构";
  522. //
  523. // scbOrganization
  524. //
  525. this.scbOrganization.CheckedData = null;
  526. this.scbOrganization.IsOnlyDisplayEnd = false;
  527. this.scbOrganization.Location = new System.Drawing.Point(323, 20);
  528. this.scbOrganization.Name = "scbOrganization";
  529. this.scbOrganization.Size = new System.Drawing.Size(184, 21);
  530. this.scbOrganization.TabIndex = 56;
  531. //
  532. // F_HR_0902
  533. //
  534. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  535. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  536. this.CancelButton = this.btnCancel;
  537. this.ClientSize = new System.Drawing.Size(1084, 618);
  538. this.Controls.Add(this.btnCancel);
  539. this.Controls.Add(this.btnSave);
  540. this.Controls.Add(this.dgvStaffDailyMeal);
  541. this.Controls.Add(this.gbxCondition);
  542. this.Controls.Add(this.tsrOperate);
  543. this.MaximizeBox = false;
  544. this.MinimizeBox = false;
  545. this.Name = "F_HR_0902";
  546. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  547. this.StatusStripVisible = false;
  548. this.StatusTimerVisible = false;
  549. this.Text = "员工报餐编辑";
  550. this.Load += new System.EventHandler(this.F_HR_0902_Load);
  551. this.tsrOperate.ResumeLayout(false);
  552. this.tsrOperate.PerformLayout();
  553. ((System.ComponentModel.ISupportInitialize)(this.dgvStaffDailyMeal)).EndInit();
  554. this.gbxCondition.ResumeLayout(false);
  555. this.gbxCondition.PerformLayout();
  556. this.ResumeLayout(false);
  557. }
  558. #endregion
  559. private Basics.BaseControls.C_ToolStrip tsrOperate;
  560. private System.Windows.Forms.ToolStripButton tsbtnImport;
  561. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  562. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  563. private System.Windows.Forms.ToolStripButton tsbtnClose;
  564. private Basics.BaseControls.C_DataGridView dgvStaffDailyMeal;
  565. private Basics.BaseControls.C_Button btnClearCondition;
  566. private Basics.BaseControls.C_Button btnSearch;
  567. private Controls.dkStaffSearchBox dkStaffName;
  568. private Basics.BaseControls.C_GroupBox gbxCondition;
  569. private System.Windows.Forms.ToolStripButton tsbtnBrush;
  570. private Controls.SearchTextBox.dkJobsSearchBox dkJobs;
  571. private Basics.BaseControls.C_Button btnCancel;
  572. private Basics.BaseControls.C_Button btnSave;
  573. private Basics.BaseControls.C_DateTimePicker dtpMealDate;
  574. private Basics.BaseControls.C_Label lblStaffCode;
  575. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  576. private System.Windows.Forms.OpenFileDialog oFileDialog;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFID;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn MealDate;
  583. private System.Windows.Forms.DataGridViewCheckBoxColumn OrderBreakfast;
  584. private System.Windows.Forms.DataGridViewCheckBoxColumn OrderLunch;
  585. private System.Windows.Forms.DataGridViewCheckBoxColumn OrderDinner;
  586. private System.Windows.Forms.DataGridViewCheckBoxColumn MealBreakfast;
  587. private System.Windows.Forms.DataGridViewCheckBoxColumn MealLunch;
  588. private System.Windows.Forms.DataGridViewCheckBoxColumn MealDinner;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  590. private Basics.BaseControls.C_Label lblOrganization;
  591. private Controls.SearchBox.ScbOrganization scbOrganization;
  592. }
  593. }