frmTimeStatistics.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. namespace LYFZ.Software.UI.TimeAndAttendance
  2. {
  3. partial class frmTimeStatistics
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimeStatistics));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.dtpYearMonth = new LYFZ.ComponentLibrary.DateYearMonth();
  38. this.panelLastNextWeek = new LYFZ.ComponentLibrary.PanelEx();
  39. this.btnNextWeek = new LYFZ.ComponentLibrary.ButtonForm();
  40. this.btnLastWeek = new LYFZ.ComponentLibrary.ButtonForm();
  41. this.lblWhichWeek = new LYFZ.ComponentLibrary.LabelEx();
  42. this.chkWeekMode = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.cbxCompanyList = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  46. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.plExMainContainer.SuspendLayout();
  59. this.plFormMainContent.SuspendLayout();
  60. this.panelEx1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  62. this.panelLastNextWeek.SuspendLayout();
  63. this.panelEx4.SuspendLayout();
  64. this.panelEx2.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // plExMainContainer
  68. //
  69. this.plExMainContainer.Controls.Add(this.panelEx1);
  70. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  71. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  72. this.plExMainContainer.Size = new System.Drawing.Size(997, 541);
  73. //
  74. // plFormMainContent
  75. //
  76. this.plFormMainContent.Controls.Add(this.labelEx1);
  77. this.plFormMainContent.Controls.Add(this.cbxCompanyList);
  78. this.plFormMainContent.Controls.Add(this.btnClose);
  79. this.plFormMainContent.Controls.Add(this.btnPrint);
  80. this.plFormMainContent.Controls.Add(this.btnExport);
  81. this.plFormMainContent.Controls.Add(this.panelEx4);
  82. this.plFormMainContent.Controls.Add(this.dtpYearMonth);
  83. this.plFormMainContent.Controls.Add(this.panelLastNextWeek);
  84. this.plFormMainContent.Size = new System.Drawing.Size(997, 581);
  85. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  86. this.plFormMainContent.Controls.SetChildIndex(this.panelLastNextWeek, 0);
  87. this.plFormMainContent.Controls.SetChildIndex(this.dtpYearMonth, 0);
  88. this.plFormMainContent.Controls.SetChildIndex(this.panelEx4, 0);
  89. this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0);
  90. this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
  91. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  92. this.plFormMainContent.Controls.SetChildIndex(this.cbxCompanyList, 0);
  93. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  94. //
  95. // btnAppFormMaximize
  96. //
  97. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  98. this.btnAppFormMaximize.Location = new System.Drawing.Point(938, 0);
  99. //
  100. // btnAppFormExit
  101. //
  102. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  103. this.btnAppFormExit.Location = new System.Drawing.Point(965, 0);
  104. //
  105. // btnAppFormMinimize
  106. //
  107. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  108. this.btnAppFormMinimize.Location = new System.Drawing.Point(911, 0);
  109. //
  110. // panelEx1
  111. //
  112. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  113. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  114. this.panelEx1.BorderWidth = 1;
  115. this.panelEx1.Controls.Add(this.dgvData);
  116. this.panelEx1.Controls.Add(this.panelEx2);
  117. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  119. this.panelEx1.Name = "panelEx1";
  120. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  121. this.panelEx1.Size = new System.Drawing.Size(987, 521);
  122. this.panelEx1.TabIndex = 0;
  123. //
  124. // dgvData
  125. //
  126. this.dgvData.AllowUserToAddRows = false;
  127. this.dgvData.AllowUserToDeleteRows = false;
  128. this.dgvData.AllowUserToResizeRows = false;
  129. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  130. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  132. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  133. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  138. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  139. this.dgvData.ColumnHeadersHeight = 35;
  140. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  142. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  143. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  145. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  146. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  147. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  148. this.dgvData.DefaultCellStyle = dataGridViewCellStyle5;
  149. this.dgvData.dgvColumnHeadersHeight = 24;
  150. this.dgvData.dgvCurrentColumnOriginalSet = "";
  151. this.dgvData.dgvCurrentColumnWidth = "";
  152. this.dgvData.dgvCurrentHideColumn = null;
  153. this.dgvData.dgvFixedHideColumn = null;
  154. this.dgvData.dgvGuidName = null;
  155. this.dgvData.dgvUserEmployeeID = null;
  156. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.dgvData.EnableHeadersVisualStyles = false;
  158. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  159. this.dgvData.ImageHeight = 15;
  160. this.dgvData.ImageWidth = 15;
  161. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  162. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  163. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  164. this.dgvData.IsCompleteBonding = false;
  165. this.dgvData.IsCopyCellValue = true;
  166. this.dgvData.IsShowSerialNumber = true;
  167. this.dgvData.IsSortedRedraw = true;
  168. this.dgvData.IsSortMode = false;
  169. this.dgvData.Location = new System.Drawing.Point(2, 2);
  170. this.dgvData.Name = "dgvData";
  171. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  172. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  173. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  175. dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(41);
  176. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  177. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  178. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  179. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  180. this.dgvData.RowHeadersWidth = 40;
  181. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  182. this.dgvData.RowTemplate.Height = 23;
  183. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  184. this.dgvData.Size = new System.Drawing.Size(983, 490);
  185. this.dgvData.StrSecondStageNull = "";
  186. this.dgvData.StrValueNullColumn = "";
  187. this.dgvData.TabIndex = 2;
  188. this.dgvData.ViceCount = 1;
  189. //
  190. // btnExport
  191. //
  192. this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  193. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  194. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  195. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  196. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  197. this.btnExport.ForeColor = System.Drawing.Color.White;
  198. this.btnExport.IsCustomBackImg = false;
  199. this.btnExport.IsShowText = true;
  200. this.btnExport.Location = new System.Drawing.Point(714, 8);
  201. this.btnExport.Name = "btnExport";
  202. this.btnExport.Size = new System.Drawing.Size(85, 28);
  203. this.btnExport.TabIndex = 11;
  204. this.btnExport.Text = " 导出Excel";
  205. this.btnExport.UseVisualStyleBackColor = false;
  206. //
  207. // btnClose
  208. //
  209. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  210. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  211. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  212. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  213. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  214. this.btnClose.ForeColor = System.Drawing.Color.White;
  215. this.btnClose.IsCustomBackImg = false;
  216. this.btnClose.IsShowText = true;
  217. this.btnClose.Location = new System.Drawing.Point(900, 8);
  218. this.btnClose.Name = "btnClose";
  219. this.btnClose.Size = new System.Drawing.Size(85, 28);
  220. this.btnClose.TabIndex = 33;
  221. this.btnClose.Text = " 关 闭";
  222. this.btnClose.UseVisualStyleBackColor = false;
  223. //
  224. // btnPrint
  225. //
  226. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  227. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  228. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  229. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  230. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  231. this.btnPrint.ForeColor = System.Drawing.Color.White;
  232. this.btnPrint.IsCustomBackImg = false;
  233. this.btnPrint.IsShowText = true;
  234. this.btnPrint.Location = new System.Drawing.Point(807, 8);
  235. this.btnPrint.Name = "btnPrint";
  236. this.btnPrint.Size = new System.Drawing.Size(85, 28);
  237. this.btnPrint.TabIndex = 12;
  238. this.btnPrint.Text = " 打 印";
  239. this.btnPrint.UseVisualStyleBackColor = false;
  240. //
  241. // dtpYearMonth
  242. //
  243. this.dtpYearMonth.BackColor = System.Drawing.Color.Transparent;
  244. this.dtpYearMonth.IsReadOnly = true;
  245. this.dtpYearMonth.Location = new System.Drawing.Point(191, 8);
  246. this.dtpYearMonth.Name = "dtpYearMonth";
  247. this.dtpYearMonth.Size = new System.Drawing.Size(165, 25);
  248. this.dtpYearMonth.StrDateValue = "";
  249. this.dtpYearMonth.TabIndex = 38;
  250. //
  251. // panelLastNextWeek
  252. //
  253. this.panelLastNextWeek.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  254. this.panelLastNextWeek.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  255. this.panelLastNextWeek.BorderWidth = 1;
  256. this.panelLastNextWeek.Controls.Add(this.btnNextWeek);
  257. this.panelLastNextWeek.Controls.Add(this.btnLastWeek);
  258. this.panelLastNextWeek.Location = new System.Drawing.Point(192, 7);
  259. this.panelLastNextWeek.Margin = new System.Windows.Forms.Padding(1);
  260. this.panelLastNextWeek.Name = "panelLastNextWeek";
  261. this.panelLastNextWeek.Size = new System.Drawing.Size(170, 28);
  262. this.panelLastNextWeek.TabIndex = 58;
  263. //
  264. // btnNextWeek
  265. //
  266. this.btnNextWeek.BackColor = System.Drawing.Color.Transparent;
  267. this.btnNextWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNextWeek.BackImg")));
  268. this.btnNextWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  269. this.btnNextWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  270. this.btnNextWeek.ForeColor = System.Drawing.Color.White;
  271. this.btnNextWeek.IsCustomBackImg = false;
  272. this.btnNextWeek.IsShowText = true;
  273. this.btnNextWeek.Location = new System.Drawing.Point(87, 0);
  274. this.btnNextWeek.Name = "btnNextWeek";
  275. this.btnNextWeek.Size = new System.Drawing.Size(80, 28);
  276. this.btnNextWeek.TabIndex = 58;
  277. this.btnNextWeek.Text = " 下一星期";
  278. this.btnNextWeek.UseVisualStyleBackColor = false;
  279. //
  280. // btnLastWeek
  281. //
  282. this.btnLastWeek.BackColor = System.Drawing.Color.Transparent;
  283. this.btnLastWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLastWeek.BackImg")));
  284. this.btnLastWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  285. this.btnLastWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  286. this.btnLastWeek.ForeColor = System.Drawing.Color.White;
  287. this.btnLastWeek.IsCustomBackImg = false;
  288. this.btnLastWeek.IsShowText = true;
  289. this.btnLastWeek.Location = new System.Drawing.Point(1, 0);
  290. this.btnLastWeek.Name = "btnLastWeek";
  291. this.btnLastWeek.Size = new System.Drawing.Size(80, 28);
  292. this.btnLastWeek.TabIndex = 57;
  293. this.btnLastWeek.Text = " 上一星期";
  294. this.btnLastWeek.UseVisualStyleBackColor = false;
  295. //
  296. // lblWhichWeek
  297. //
  298. this.lblWhichWeek.AutoSize = true;
  299. this.lblWhichWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  300. this.lblWhichWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  301. this.lblWhichWeek.Location = new System.Drawing.Point(66, 6);
  302. this.lblWhichWeek.Name = "lblWhichWeek";
  303. this.lblWhichWeek.Size = new System.Drawing.Size(46, 17);
  304. this.lblWhichWeek.TabIndex = 54;
  305. this.lblWhichWeek.Text = "第52周";
  306. this.lblWhichWeek.Visible = false;
  307. //
  308. // chkWeekMode
  309. //
  310. this.chkWeekMode.AutoSize = true;
  311. this.chkWeekMode.BackColor = System.Drawing.Color.Transparent;
  312. this.chkWeekMode.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  313. this.chkWeekMode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  314. this.chkWeekMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  315. this.chkWeekMode.Fourstates = false;
  316. this.chkWeekMode.IsGreenTick = false;
  317. this.chkWeekMode.Location = new System.Drawing.Point(4, 3);
  318. this.chkWeekMode.Name = "chkWeekMode";
  319. this.chkWeekMode.Size = new System.Drawing.Size(63, 21);
  320. this.chkWeekMode.TabIndex = 39;
  321. this.chkWeekMode.Text = "周模式";
  322. this.chkWeekMode.UseVisualStyleBackColor = false;
  323. //
  324. // panelEx4
  325. //
  326. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  327. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  328. this.panelEx4.BorderWidth = 1;
  329. this.panelEx4.Controls.Add(this.chkWeekMode);
  330. this.panelEx4.Controls.Add(this.lblWhichWeek);
  331. this.panelEx4.Location = new System.Drawing.Point(372, 8);
  332. this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
  333. this.panelEx4.Name = "panelEx4";
  334. this.panelEx4.Size = new System.Drawing.Size(125, 28);
  335. this.panelEx4.TabIndex = 58;
  336. //
  337. // labelEx1
  338. //
  339. this.labelEx1.AutoSize = true;
  340. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  341. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  342. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  343. this.labelEx1.Location = new System.Drawing.Point(509, 14);
  344. this.labelEx1.Name = "labelEx1";
  345. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  346. this.labelEx1.TabIndex = 63;
  347. this.labelEx1.Text = "店铺名称:";
  348. //
  349. // cbxCompanyList
  350. //
  351. this.cbxCompanyList.AfterSelectLevelFirstNode = false;
  352. this.cbxCompanyList.DropDownHeight = 220;
  353. this.cbxCompanyList.DropDownShow = false;
  354. this.cbxCompanyList.Font = new System.Drawing.Font("宋体", 10.5F);
  355. this.cbxCompanyList.FormattingEnabled = true;
  356. this.cbxCompanyList.IntegralHeight = false;
  357. this.cbxCompanyList.IsNodeMouseClick = false;
  358. this.cbxCompanyList.IsSelectParentNode = false;
  359. this.cbxCompanyList.Location = new System.Drawing.Point(579, 11);
  360. this.cbxCompanyList.Name = "cbxCompanyList";
  361. this.cbxCompanyList.ReadOnly = true;
  362. this.cbxCompanyList.SelectedNode = null;
  363. this.cbxCompanyList.Size = new System.Drawing.Size(121, 22);
  364. this.cbxCompanyList.StrGetName = "";
  365. this.cbxCompanyList.StrGetTagName = "";
  366. this.cbxCompanyList.StrKey = null;
  367. this.cbxCompanyList.TabIndex = 62;
  368. //
  369. // panelEx2
  370. //
  371. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  372. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  373. this.panelEx2.BorderWidth = 1;
  374. this.panelEx2.Controls.Add(this.labelEx11);
  375. this.panelEx2.Controls.Add(this.labelEx12);
  376. this.panelEx2.Controls.Add(this.labelEx9);
  377. this.panelEx2.Controls.Add(this.labelEx10);
  378. this.panelEx2.Controls.Add(this.labelEx7);
  379. this.panelEx2.Controls.Add(this.labelEx8);
  380. this.panelEx2.Controls.Add(this.labelEx5);
  381. this.panelEx2.Controls.Add(this.labelEx6);
  382. this.panelEx2.Controls.Add(this.labelEx4);
  383. this.panelEx2.Controls.Add(this.labelEx3);
  384. this.panelEx2.Controls.Add(this.labelEx2);
  385. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  386. this.panelEx2.Location = new System.Drawing.Point(2, 492);
  387. this.panelEx2.Name = "panelEx2";
  388. this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  389. this.panelEx2.Size = new System.Drawing.Size(983, 27);
  390. this.panelEx2.TabIndex = 3;
  391. //
  392. // labelEx2
  393. //
  394. this.labelEx2.BackColor = System.Drawing.Color.Green;
  395. this.labelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  396. this.labelEx2.Dock = System.Windows.Forms.DockStyle.Right;
  397. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  398. this.labelEx2.ForeColor = System.Drawing.Color.Black;
  399. this.labelEx2.Location = new System.Drawing.Point(933, 2);
  400. this.labelEx2.Name = "labelEx2";
  401. this.labelEx2.Size = new System.Drawing.Size(50, 25);
  402. this.labelEx2.TabIndex = 0;
  403. this.labelEx2.Text = "休息";
  404. this.labelEx2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  405. //
  406. // labelEx3
  407. //
  408. this.labelEx3.Dock = System.Windows.Forms.DockStyle.Right;
  409. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  410. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  411. this.labelEx3.Location = new System.Drawing.Point(928, 2);
  412. this.labelEx3.Name = "labelEx3";
  413. this.labelEx3.Size = new System.Drawing.Size(5, 25);
  414. this.labelEx3.TabIndex = 1;
  415. this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  416. //
  417. // labelEx4
  418. //
  419. this.labelEx4.BackColor = System.Drawing.Color.BlueViolet;
  420. this.labelEx4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  421. this.labelEx4.Dock = System.Windows.Forms.DockStyle.Right;
  422. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  423. this.labelEx4.ForeColor = System.Drawing.Color.Black;
  424. this.labelEx4.Location = new System.Drawing.Point(878, 2);
  425. this.labelEx4.Name = "labelEx4";
  426. this.labelEx4.Size = new System.Drawing.Size(50, 25);
  427. this.labelEx4.TabIndex = 2;
  428. this.labelEx4.Text = "请假";
  429. this.labelEx4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  430. //
  431. // labelEx5
  432. //
  433. this.labelEx5.BackColor = System.Drawing.Color.Yellow;
  434. this.labelEx5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  435. this.labelEx5.Dock = System.Windows.Forms.DockStyle.Right;
  436. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  437. this.labelEx5.ForeColor = System.Drawing.Color.Black;
  438. this.labelEx5.Location = new System.Drawing.Point(823, 2);
  439. this.labelEx5.Name = "labelEx5";
  440. this.labelEx5.Size = new System.Drawing.Size(50, 25);
  441. this.labelEx5.TabIndex = 4;
  442. this.labelEx5.Text = "迟到";
  443. this.labelEx5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  444. //
  445. // labelEx6
  446. //
  447. this.labelEx6.Dock = System.Windows.Forms.DockStyle.Right;
  448. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  449. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  450. this.labelEx6.Location = new System.Drawing.Point(873, 2);
  451. this.labelEx6.Name = "labelEx6";
  452. this.labelEx6.Size = new System.Drawing.Size(5, 25);
  453. this.labelEx6.TabIndex = 3;
  454. this.labelEx6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  455. //
  456. // labelEx7
  457. //
  458. this.labelEx7.BackColor = System.Drawing.Color.YellowGreen;
  459. this.labelEx7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  460. this.labelEx7.Dock = System.Windows.Forms.DockStyle.Right;
  461. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  462. this.labelEx7.ForeColor = System.Drawing.Color.Black;
  463. this.labelEx7.Location = new System.Drawing.Point(768, 2);
  464. this.labelEx7.Name = "labelEx7";
  465. this.labelEx7.Size = new System.Drawing.Size(50, 25);
  466. this.labelEx7.TabIndex = 6;
  467. this.labelEx7.Text = "早退";
  468. this.labelEx7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  469. //
  470. // labelEx8
  471. //
  472. this.labelEx8.Dock = System.Windows.Forms.DockStyle.Right;
  473. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  474. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  475. this.labelEx8.Location = new System.Drawing.Point(818, 2);
  476. this.labelEx8.Name = "labelEx8";
  477. this.labelEx8.Size = new System.Drawing.Size(5, 25);
  478. this.labelEx8.TabIndex = 5;
  479. this.labelEx8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  480. //
  481. // labelEx9
  482. //
  483. this.labelEx9.BackColor = System.Drawing.Color.Red;
  484. this.labelEx9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  485. this.labelEx9.Dock = System.Windows.Forms.DockStyle.Right;
  486. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  487. this.labelEx9.ForeColor = System.Drawing.Color.Black;
  488. this.labelEx9.Location = new System.Drawing.Point(713, 2);
  489. this.labelEx9.Name = "labelEx9";
  490. this.labelEx9.Size = new System.Drawing.Size(50, 25);
  491. this.labelEx9.TabIndex = 8;
  492. this.labelEx9.Text = "漏打卡";
  493. this.labelEx9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  494. //
  495. // labelEx10
  496. //
  497. this.labelEx10.Dock = System.Windows.Forms.DockStyle.Right;
  498. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  499. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  500. this.labelEx10.Location = new System.Drawing.Point(763, 2);
  501. this.labelEx10.Name = "labelEx10";
  502. this.labelEx10.Size = new System.Drawing.Size(5, 25);
  503. this.labelEx10.TabIndex = 7;
  504. this.labelEx10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  505. //
  506. // labelEx11
  507. //
  508. this.labelEx11.BackColor = System.Drawing.Color.DarkOrange;
  509. this.labelEx11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  510. this.labelEx11.Dock = System.Windows.Forms.DockStyle.Right;
  511. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  512. this.labelEx11.ForeColor = System.Drawing.Color.Black;
  513. this.labelEx11.Location = new System.Drawing.Point(658, 2);
  514. this.labelEx11.Name = "labelEx11";
  515. this.labelEx11.Size = new System.Drawing.Size(50, 25);
  516. this.labelEx11.TabIndex = 10;
  517. this.labelEx11.Text = "旷工";
  518. this.labelEx11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  519. //
  520. // labelEx12
  521. //
  522. this.labelEx12.Dock = System.Windows.Forms.DockStyle.Right;
  523. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  524. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  525. this.labelEx12.Location = new System.Drawing.Point(708, 2);
  526. this.labelEx12.Name = "labelEx12";
  527. this.labelEx12.Size = new System.Drawing.Size(5, 25);
  528. this.labelEx12.TabIndex = 9;
  529. this.labelEx12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  530. //
  531. // frmTimeStatistics
  532. //
  533. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  534. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  535. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  536. this.ClientSize = new System.Drawing.Size(997, 646);
  537. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  538. this.IsShowUcNavigationTool = true;
  539. this.Name = "frmTimeStatistics";
  540. this.Text = "月统计";
  541. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  542. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  543. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  544. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  545. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  546. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  547. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  548. this.plExMainContainer.ResumeLayout(false);
  549. this.plFormMainContent.ResumeLayout(false);
  550. this.plFormMainContent.PerformLayout();
  551. this.panelEx1.ResumeLayout(false);
  552. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  553. this.panelLastNextWeek.ResumeLayout(false);
  554. this.panelEx4.ResumeLayout(false);
  555. this.panelEx4.PerformLayout();
  556. this.panelEx2.ResumeLayout(false);
  557. this.ResumeLayout(false);
  558. }
  559. #endregion
  560. private ComponentLibrary.PanelEx panelEx1;
  561. public ComponentLibrary.ButtonEx btnExport;
  562. public ComponentLibrary.ButtonEx btnPrint;
  563. public ComponentLibrary.DataGridViewEc dgvData;
  564. protected internal ComponentLibrary.DateYearMonth dtpYearMonth;
  565. protected internal ComponentLibrary.PanelEx panelLastNextWeek;
  566. protected internal ComponentLibrary.ButtonForm btnNextWeek;
  567. protected internal ComponentLibrary.ButtonForm btnLastWeek;
  568. protected internal ComponentLibrary.ButtonEx btnClose;
  569. private ComponentLibrary.PanelEx panelEx4;
  570. protected internal ComponentLibrary.CheckBoxEx chkWeekMode;
  571. protected internal ComponentLibrary.LabelEx lblWhichWeek;
  572. private ComponentLibrary.LabelEx labelEx1;
  573. protected ComponentLibrary.ComboBoxTreeViewEx cbxCompanyList;
  574. private ComponentLibrary.PanelEx panelEx2;
  575. private ComponentLibrary.LabelEx labelEx4;
  576. private ComponentLibrary.LabelEx labelEx3;
  577. private ComponentLibrary.LabelEx labelEx2;
  578. private ComponentLibrary.LabelEx labelEx9;
  579. private ComponentLibrary.LabelEx labelEx10;
  580. private ComponentLibrary.LabelEx labelEx7;
  581. private ComponentLibrary.LabelEx labelEx8;
  582. private ComponentLibrary.LabelEx labelEx5;
  583. private ComponentLibrary.LabelEx labelEx6;
  584. private ComponentLibrary.LabelEx labelEx11;
  585. private ComponentLibrary.LabelEx labelEx12;
  586. }
  587. }