You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

353 lines
17 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class CleanHistory
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CleanHistory));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.dpCleanBefor = new System.Windows.Forms.DateTimePicker();
  31. this.tsbSearch = new System.Windows.Forms.ToolStripButton();
  32. this.tsbAdd = new System.Windows.Forms.ToolStripButton();
  33. this.tsbEdit = new System.Windows.Forms.ToolStripButton();
  34. this.tsbDelete = new System.Windows.Forms.ToolStripButton();
  35. this.tsbSave = new System.Windows.Forms.ToolStripButton();
  36. this.tsbOK = new System.Windows.Forms.ToolStripButton();
  37. this.tsbCancel = new System.Windows.Forms.ToolStripButton();
  38. this.tsbClean = new System.Windows.Forms.ToolStripButton();
  39. this.tsbExit = new System.Windows.Forms.ToolStripButton();
  40. this.tsButtons = new System.Windows.Forms.ToolStrip();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.cbDayWork = new System.Windows.Forms.CheckBox();
  43. this.cbAttendance = new System.Windows.Forms.CheckBox();
  44. this.cbAskLeave = new System.Windows.Forms.CheckBox();
  45. this.cbMeeting = new System.Windows.Forms.CheckBox();
  46. this.lbDayWork = new System.Windows.Forms.Label();
  47. this.lbAttendance = new System.Windows.Forms.Label();
  48. this.lbAskLeave = new System.Windows.Forms.Label();
  49. this.lbMeeting = new System.Windows.Forms.Label();
  50. this.cbCalendar = new System.Windows.Forms.CheckBox();
  51. this.lbCalendar = new System.Windows.Forms.Label();
  52. this.tsButtons.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Location = new System.Drawing.Point(447, 164);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(41, 20);
  61. this.label1.TabIndex = 5;
  62. this.label1.Text = "清除";
  63. //
  64. // dpCleanBefor
  65. //
  66. this.dpCleanBefor.CustomFormat = "yyyy-MM-dd";
  67. this.dpCleanBefor.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  68. this.dpCleanBefor.Location = new System.Drawing.Point(494, 158);
  69. this.dpCleanBefor.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
  70. this.dpCleanBefor.Name = "dpCleanBefor";
  71. this.dpCleanBefor.Size = new System.Drawing.Size(135, 29);
  72. this.dpCleanBefor.TabIndex = 9;
  73. this.dpCleanBefor.ValueChanged += new System.EventHandler(this.dpCleanBefor_ValueChanged);
  74. //
  75. // tsbSearch
  76. //
  77. this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  78. this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
  79. this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  80. this.tsbSearch.Name = "tsbSearch";
  81. this.tsbSearch.Size = new System.Drawing.Size(29, 29);
  82. this.tsbSearch.Text = "搜尋";
  83. this.tsbSearch.Visible = false;
  84. this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
  85. //
  86. // tsbAdd
  87. //
  88. this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  89. this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
  90. this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  91. this.tsbAdd.Name = "tsbAdd";
  92. this.tsbAdd.Size = new System.Drawing.Size(29, 29);
  93. this.tsbAdd.Text = "新增";
  94. this.tsbAdd.Visible = false;
  95. this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
  96. //
  97. // tsbEdit
  98. //
  99. this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  100. this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
  101. this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  102. this.tsbEdit.Name = "tsbEdit";
  103. this.tsbEdit.Size = new System.Drawing.Size(29, 29);
  104. this.tsbEdit.Text = "修改";
  105. this.tsbEdit.Visible = false;
  106. this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
  107. //
  108. // tsbDelete
  109. //
  110. this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  111. this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
  112. this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  113. this.tsbDelete.Name = "tsbDelete";
  114. this.tsbDelete.Size = new System.Drawing.Size(29, 29);
  115. this.tsbDelete.Text = "刪除";
  116. this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
  117. //
  118. // tsbSave
  119. //
  120. this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  121. this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
  122. this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.tsbSave.Name = "tsbSave";
  124. this.tsbSave.Size = new System.Drawing.Size(29, 29);
  125. this.tsbSave.Text = "儲存";
  126. this.tsbSave.Visible = false;
  127. this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
  128. //
  129. // tsbOK
  130. //
  131. this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  132. this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image")));
  133. this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbOK.Name = "tsbOK";
  135. this.tsbOK.Size = new System.Drawing.Size(29, 29);
  136. this.tsbOK.Text = "確認";
  137. this.tsbOK.Visible = false;
  138. this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click);
  139. //
  140. // tsbCancel
  141. //
  142. this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  143. this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
  144. this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
  145. this.tsbCancel.Name = "tsbCancel";
  146. this.tsbCancel.Size = new System.Drawing.Size(29, 29);
  147. this.tsbCancel.Text = "取消";
  148. this.tsbCancel.Visible = false;
  149. this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
  150. //
  151. // tsbClean
  152. //
  153. this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  154. this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image")));
  155. this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta;
  156. this.tsbClean.Name = "tsbClean";
  157. this.tsbClean.Size = new System.Drawing.Size(29, 29);
  158. this.tsbClean.Text = "清除";
  159. this.tsbClean.Visible = false;
  160. this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click);
  161. //
  162. // tsbExit
  163. //
  164. this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  165. this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
  166. this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.tsbExit.Name = "tsbExit";
  168. this.tsbExit.Size = new System.Drawing.Size(29, 29);
  169. this.tsbExit.Text = "離開";
  170. this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
  171. //
  172. // tsButtons
  173. //
  174. this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25);
  175. this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  176. this.tsbSearch,
  177. this.tsbAdd,
  178. this.tsbEdit,
  179. this.tsbDelete,
  180. this.tsbSave,
  181. this.tsbOK,
  182. this.tsbCancel,
  183. this.tsbClean,
  184. this.tsbExit});
  185. this.tsButtons.Location = new System.Drawing.Point(0, 0);
  186. this.tsButtons.Name = "tsButtons";
  187. this.tsButtons.Size = new System.Drawing.Size(1907, 32);
  188. this.tsButtons.TabIndex = 4;
  189. this.tsButtons.Text = "功能按鈕表";
  190. //
  191. // label2
  192. //
  193. this.label2.AutoSize = true;
  194. this.label2.Location = new System.Drawing.Point(635, 164);
  195. this.label2.Name = "label2";
  196. this.label2.Size = new System.Drawing.Size(73, 20);
  197. this.label2.TabIndex = 10;
  198. this.label2.Text = "之前資料";
  199. //
  200. // cbDayWork
  201. //
  202. this.cbDayWork.AutoSize = true;
  203. this.cbDayWork.Location = new System.Drawing.Point(494, 229);
  204. this.cbDayWork.Name = "cbDayWork";
  205. this.cbDayWork.Size = new System.Drawing.Size(156, 24);
  206. this.cbDayWork.TabIndex = 11;
  207. this.cbDayWork.Text = "清除歷史工作彙報";
  208. this.cbDayWork.UseVisualStyleBackColor = true;
  209. //
  210. // cbAttendance
  211. //
  212. this.cbAttendance.AutoSize = true;
  213. this.cbAttendance.Location = new System.Drawing.Point(494, 259);
  214. this.cbAttendance.Name = "cbAttendance";
  215. this.cbAttendance.Size = new System.Drawing.Size(156, 24);
  216. this.cbAttendance.TabIndex = 12;
  217. this.cbAttendance.Text = "清除歷史打卡資料";
  218. this.cbAttendance.UseVisualStyleBackColor = true;
  219. //
  220. // cbAskLeave
  221. //
  222. this.cbAskLeave.AutoSize = true;
  223. this.cbAskLeave.Location = new System.Drawing.Point(494, 289);
  224. this.cbAskLeave.Name = "cbAskLeave";
  225. this.cbAskLeave.Size = new System.Drawing.Size(156, 24);
  226. this.cbAskLeave.TabIndex = 13;
  227. this.cbAskLeave.Text = "清除歷史請假記錄";
  228. this.cbAskLeave.UseVisualStyleBackColor = true;
  229. //
  230. // cbMeeting
  231. //
  232. this.cbMeeting.AutoSize = true;
  233. this.cbMeeting.Location = new System.Drawing.Point(494, 319);
  234. this.cbMeeting.Name = "cbMeeting";
  235. this.cbMeeting.Size = new System.Drawing.Size(156, 24);
  236. this.cbMeeting.TabIndex = 14;
  237. this.cbMeeting.Text = "清除歷史會議記錄";
  238. this.cbMeeting.UseVisualStyleBackColor = true;
  239. //
  240. // lbDayWork
  241. //
  242. this.lbDayWork.AutoSize = true;
  243. this.lbDayWork.Location = new System.Drawing.Point(654, 230);
  244. this.lbDayWork.Name = "lbDayWork";
  245. this.lbDayWork.Size = new System.Drawing.Size(28, 20);
  246. this.lbDayWork.TabIndex = 15;
  247. this.lbDayWork.Text = "(0)";
  248. //
  249. // lbAttendance
  250. //
  251. this.lbAttendance.AutoSize = true;
  252. this.lbAttendance.Location = new System.Drawing.Point(654, 260);
  253. this.lbAttendance.Name = "lbAttendance";
  254. this.lbAttendance.Size = new System.Drawing.Size(28, 20);
  255. this.lbAttendance.TabIndex = 16;
  256. this.lbAttendance.Text = "(0)";
  257. //
  258. // lbAskLeave
  259. //
  260. this.lbAskLeave.AutoSize = true;
  261. this.lbAskLeave.Location = new System.Drawing.Point(654, 290);
  262. this.lbAskLeave.Name = "lbAskLeave";
  263. this.lbAskLeave.Size = new System.Drawing.Size(28, 20);
  264. this.lbAskLeave.TabIndex = 17;
  265. this.lbAskLeave.Text = "(0)";
  266. //
  267. // lbMeeting
  268. //
  269. this.lbMeeting.AutoSize = true;
  270. this.lbMeeting.Location = new System.Drawing.Point(654, 320);
  271. this.lbMeeting.Name = "lbMeeting";
  272. this.lbMeeting.Size = new System.Drawing.Size(28, 20);
  273. this.lbMeeting.TabIndex = 18;
  274. this.lbMeeting.Text = "(0)";
  275. //
  276. // cbCalendar
  277. //
  278. this.cbCalendar.AutoSize = true;
  279. this.cbCalendar.Location = new System.Drawing.Point(494, 349);
  280. this.cbCalendar.Name = "cbCalendar";
  281. this.cbCalendar.Size = new System.Drawing.Size(140, 24);
  282. this.cbCalendar.TabIndex = 19;
  283. this.cbCalendar.Text = "清除行事曆記錄";
  284. this.cbCalendar.UseVisualStyleBackColor = true;
  285. //
  286. // lbCalendar
  287. //
  288. this.lbCalendar.AutoSize = true;
  289. this.lbCalendar.Location = new System.Drawing.Point(654, 349);
  290. this.lbCalendar.Name = "lbCalendar";
  291. this.lbCalendar.Size = new System.Drawing.Size(28, 20);
  292. this.lbCalendar.TabIndex = 20;
  293. this.lbCalendar.Text = "(0)";
  294. //
  295. // CleanHistory
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.ClientSize = new System.Drawing.Size(1907, 762);
  300. this.Controls.Add(this.lbCalendar);
  301. this.Controls.Add(this.cbCalendar);
  302. this.Controls.Add(this.lbMeeting);
  303. this.Controls.Add(this.lbAskLeave);
  304. this.Controls.Add(this.lbAttendance);
  305. this.Controls.Add(this.lbDayWork);
  306. this.Controls.Add(this.cbMeeting);
  307. this.Controls.Add(this.cbAskLeave);
  308. this.Controls.Add(this.cbAttendance);
  309. this.Controls.Add(this.cbDayWork);
  310. this.Controls.Add(this.label2);
  311. this.Controls.Add(this.dpCleanBefor);
  312. this.Controls.Add(this.label1);
  313. this.Controls.Add(this.tsButtons);
  314. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  315. this.Margin = new System.Windows.Forms.Padding(5);
  316. this.Name = "CleanHistory";
  317. this.Text = "清除歷史資料";
  318. this.Load += new System.EventHandler(this.CleanHistory_Load);
  319. this.tsButtons.ResumeLayout(false);
  320. this.tsButtons.PerformLayout();
  321. this.ResumeLayout(false);
  322. this.PerformLayout();
  323. }
  324. #endregion
  325. private System.Windows.Forms.Label label1;
  326. private System.Windows.Forms.DateTimePicker dpCleanBefor;
  327. private System.Windows.Forms.ToolStripButton tsbSearch;
  328. private System.Windows.Forms.ToolStripButton tsbAdd;
  329. private System.Windows.Forms.ToolStripButton tsbEdit;
  330. private System.Windows.Forms.ToolStripButton tsbDelete;
  331. private System.Windows.Forms.ToolStripButton tsbSave;
  332. private System.Windows.Forms.ToolStripButton tsbOK;
  333. private System.Windows.Forms.ToolStripButton tsbCancel;
  334. private System.Windows.Forms.ToolStripButton tsbClean;
  335. private System.Windows.Forms.ToolStripButton tsbExit;
  336. private System.Windows.Forms.ToolStrip tsButtons;
  337. private System.Windows.Forms.Label label2;
  338. private System.Windows.Forms.CheckBox cbDayWork;
  339. private System.Windows.Forms.CheckBox cbAttendance;
  340. private System.Windows.Forms.CheckBox cbAskLeave;
  341. private System.Windows.Forms.CheckBox cbMeeting;
  342. private System.Windows.Forms.Label lbDayWork;
  343. private System.Windows.Forms.Label lbAttendance;
  344. private System.Windows.Forms.Label lbAskLeave;
  345. private System.Windows.Forms.Label lbMeeting;
  346. private System.Windows.Forms.CheckBox cbCalendar;
  347. private System.Windows.Forms.Label lbCalendar;
  348. }
  349. }