A_EmployeeScheduleSmallForm.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. namespace LYFZ.Software.UI.CameraControlBook.SmallForm
  2. {
  3. partial class A_EmployeeScheduleSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(A_EmployeeScheduleSmallForm));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelMain = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.cmbtreevDepartment = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  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.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.chkWeekMode = new LYFZ.ComponentLibrary.CheckBoxEx();
  43. this.lblWhichWeek = new LYFZ.ComponentLibrary.LabelEx();
  44. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.plExMainContainer.SuspendLayout();
  47. this.plFormMainContent.SuspendLayout();
  48. this.panelMain.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  50. this.panelEx2.SuspendLayout();
  51. this.panelLastNextWeek.SuspendLayout();
  52. this.panelEx4.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // plExMainContainer
  56. //
  57. this.plExMainContainer.Controls.Add(this.panelMain);
  58. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  59. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  60. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  61. //
  62. // plFormMainContent
  63. //
  64. this.plFormMainContent.Controls.Add(this.panelEx2);
  65. this.plFormMainContent.Controls.Add(this.btnClose);
  66. this.plFormMainContent.Controls.Add(this.btnQuery);
  67. this.plFormMainContent.Controls.Add(this.dtpYearMonth);
  68. this.plFormMainContent.Controls.Add(this.panelEx4);
  69. this.plFormMainContent.Controls.Add(this.panelLastNextWeek);
  70. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  71. this.plFormMainContent.Controls.SetChildIndex(this.panelLastNextWeek, 0);
  72. this.plFormMainContent.Controls.SetChildIndex(this.panelEx4, 0);
  73. this.plFormMainContent.Controls.SetChildIndex(this.dtpYearMonth, 0);
  74. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  75. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  76. this.plFormMainContent.Controls.SetChildIndex(this.panelEx2, 0);
  77. //
  78. // btnAppFormExit
  79. //
  80. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  81. //
  82. // btnAppFormMinimize
  83. //
  84. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  85. //
  86. // panelMain
  87. //
  88. this.panelMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  89. this.panelMain.BorderWidth = 1;
  90. this.panelMain.Controls.Add(this.dgvData);
  91. this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelMain.Location = new System.Drawing.Point(5, 10);
  93. this.panelMain.Name = "panelMain";
  94. this.panelMain.Padding = new System.Windows.Forms.Padding(2);
  95. this.panelMain.Size = new System.Drawing.Size(900, 485);
  96. this.panelMain.TabIndex = 1;
  97. //
  98. // dgvData
  99. //
  100. this.dgvData.AllowUserToAddRows = false;
  101. this.dgvData.AllowUserToDeleteRows = false;
  102. this.dgvData.AllowUserToResizeRows = false;
  103. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  104. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  105. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  107. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  109. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  112. this.dgvData.ColumnHeadersHeight = 40;
  113. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  114. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  115. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  117. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  118. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  119. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.dgvData.DefaultCellStyle = dataGridViewCellStyle2;
  121. this.dgvData.dgvColumnHeadersHeight = 40;
  122. this.dgvData.dgvCurrentColumnOriginalSet = "";
  123. this.dgvData.dgvCurrentColumnWidth = "";
  124. this.dgvData.dgvCurrentHideColumn = null;
  125. this.dgvData.dgvFixedHideColumn = null;
  126. this.dgvData.dgvGuidName = null;
  127. this.dgvData.dgvUserEmployeeID = null;
  128. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.dgvData.EnableHeadersVisualStyles = false;
  130. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  131. this.dgvData.ImageHeight = 15;
  132. this.dgvData.ImageWidth = 15;
  133. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  134. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  135. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  136. this.dgvData.IsCompleteBonding = false;
  137. this.dgvData.IsCopyCellValue = true;
  138. this.dgvData.IsShowSerialNumber = false;
  139. this.dgvData.IsSortedRedraw = true;
  140. this.dgvData.IsSortMode = false;
  141. this.dgvData.Location = new System.Drawing.Point(2, 2);
  142. this.dgvData.Name = "dgvData";
  143. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  144. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  145. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  147. dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(41);
  148. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  149. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  150. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  151. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  152. this.dgvData.RowHeadersWidth = 25;
  153. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  154. this.dgvData.RowTemplate.Height = 23;
  155. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  156. this.dgvData.Size = new System.Drawing.Size(896, 481);
  157. this.dgvData.TabIndex = 0;
  158. this.dgvData.ViceCount = 1;
  159. //
  160. // panelEx2
  161. //
  162. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  163. this.panelEx2.BorderWidth = 1;
  164. this.panelEx2.Controls.Add(this.cmbtreevDepartment);
  165. this.panelEx2.Controls.Add(this.labelEx1);
  166. this.panelEx2.Location = new System.Drawing.Point(468, 7);
  167. this.panelEx2.Margin = new System.Windows.Forms.Padding(1);
  168. this.panelEx2.Name = "panelEx2";
  169. this.panelEx2.Size = new System.Drawing.Size(200, 28);
  170. this.panelEx2.TabIndex = 65;
  171. //
  172. // cmbtreevDepartment
  173. //
  174. this.cmbtreevDepartment.AfterSelectLevelFirstNode = true;
  175. this.cmbtreevDepartment.DropDownHeight = 220;
  176. this.cmbtreevDepartment.DropDownShow = false;
  177. this.cmbtreevDepartment.FormattingEnabled = true;
  178. this.cmbtreevDepartment.IntegralHeight = false;
  179. this.cmbtreevDepartment.IsNodeMouseClick = true;
  180. this.cmbtreevDepartment.IsSelectParentNode = true;
  181. this.cmbtreevDepartment.Location = new System.Drawing.Point(43, 4);
  182. this.cmbtreevDepartment.Name = "cmbtreevDepartment";
  183. this.cmbtreevDepartment.ReadOnly = true;
  184. this.cmbtreevDepartment.SelectedNode = null;
  185. this.cmbtreevDepartment.Size = new System.Drawing.Size(150, 20);
  186. this.cmbtreevDepartment.StrGetName = "";
  187. this.cmbtreevDepartment.StrGetTagName = "";
  188. this.cmbtreevDepartment.StrKey = null;
  189. this.cmbtreevDepartment.TabIndex = 11;
  190. //
  191. // labelEx1
  192. //
  193. this.labelEx1.AutoSize = true;
  194. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  195. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  196. this.labelEx1.Location = new System.Drawing.Point(3, 5);
  197. this.labelEx1.Name = "labelEx1";
  198. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  199. this.labelEx1.TabIndex = 10;
  200. this.labelEx1.Text = "部门:";
  201. //
  202. // dtpYearMonth
  203. //
  204. this.dtpYearMonth.BackColor = System.Drawing.Color.Transparent;
  205. this.dtpYearMonth.IsReadOnly = true;
  206. this.dtpYearMonth.Location = new System.Drawing.Point(176, 8);
  207. this.dtpYearMonth.Name = "dtpYearMonth";
  208. this.dtpYearMonth.Size = new System.Drawing.Size(147, 25);
  209. this.dtpYearMonth.StrDateValue = "";
  210. this.dtpYearMonth.TabIndex = 38;
  211. //
  212. // panelLastNextWeek
  213. //
  214. this.panelLastNextWeek.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  215. this.panelLastNextWeek.BorderWidth = 1;
  216. this.panelLastNextWeek.Controls.Add(this.btnNextWeek);
  217. this.panelLastNextWeek.Controls.Add(this.btnLastWeek);
  218. this.panelLastNextWeek.Location = new System.Drawing.Point(176, 7);
  219. this.panelLastNextWeek.Margin = new System.Windows.Forms.Padding(1);
  220. this.panelLastNextWeek.Name = "panelLastNextWeek";
  221. this.panelLastNextWeek.Size = new System.Drawing.Size(150, 28);
  222. this.panelLastNextWeek.TabIndex = 58;
  223. //
  224. // btnNextWeek
  225. //
  226. this.btnNextWeek.BackColor = System.Drawing.Color.Transparent;
  227. this.btnNextWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNextWeek.BackImg")));
  228. this.btnNextWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  229. this.btnNextWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  230. this.btnNextWeek.ForeColor = System.Drawing.Color.White;
  231. this.btnNextWeek.IsCustomBackImg = false;
  232. this.btnNextWeek.IsShowText = true;
  233. this.btnNextWeek.Location = new System.Drawing.Point(77, 0);
  234. this.btnNextWeek.Name = "btnNextWeek";
  235. this.btnNextWeek.Size = new System.Drawing.Size(70, 28);
  236. this.btnNextWeek.TabIndex = 58;
  237. this.btnNextWeek.Text = " 下一星期";
  238. this.btnNextWeek.UseVisualStyleBackColor = false;
  239. //
  240. // btnLastWeek
  241. //
  242. this.btnLastWeek.BackColor = System.Drawing.Color.Transparent;
  243. this.btnLastWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLastWeek.BackImg")));
  244. this.btnLastWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  245. this.btnLastWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  246. this.btnLastWeek.ForeColor = System.Drawing.Color.White;
  247. this.btnLastWeek.IsCustomBackImg = false;
  248. this.btnLastWeek.IsShowText = true;
  249. this.btnLastWeek.Location = new System.Drawing.Point(1, 0);
  250. this.btnLastWeek.Name = "btnLastWeek";
  251. this.btnLastWeek.Size = new System.Drawing.Size(70, 28);
  252. this.btnLastWeek.TabIndex = 57;
  253. this.btnLastWeek.Text = " 上一星期";
  254. this.btnLastWeek.UseVisualStyleBackColor = false;
  255. //
  256. // panelEx4
  257. //
  258. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  259. this.panelEx4.BorderWidth = 1;
  260. this.panelEx4.Controls.Add(this.chkWeekMode);
  261. this.panelEx4.Controls.Add(this.lblWhichWeek);
  262. this.panelEx4.Location = new System.Drawing.Point(331, 7);
  263. this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
  264. this.panelEx4.Name = "panelEx4";
  265. this.panelEx4.Size = new System.Drawing.Size(125, 28);
  266. this.panelEx4.TabIndex = 58;
  267. //
  268. // chkWeekMode
  269. //
  270. this.chkWeekMode.AutoSize = true;
  271. this.chkWeekMode.BackColor = System.Drawing.Color.Transparent;
  272. this.chkWeekMode.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  273. this.chkWeekMode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  274. this.chkWeekMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  275. this.chkWeekMode.Fourstates = false;
  276. this.chkWeekMode.IsGreenTick = false;
  277. this.chkWeekMode.Location = new System.Drawing.Point(4, 3);
  278. this.chkWeekMode.Name = "chkWeekMode";
  279. this.chkWeekMode.Size = new System.Drawing.Size(63, 21);
  280. this.chkWeekMode.TabIndex = 39;
  281. this.chkWeekMode.Text = "周模式";
  282. this.chkWeekMode.UseVisualStyleBackColor = false;
  283. //
  284. // lblWhichWeek
  285. //
  286. this.lblWhichWeek.AutoSize = true;
  287. this.lblWhichWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  288. this.lblWhichWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  289. this.lblWhichWeek.Location = new System.Drawing.Point(66, 6);
  290. this.lblWhichWeek.Name = "lblWhichWeek";
  291. this.lblWhichWeek.Size = new System.Drawing.Size(46, 17);
  292. this.lblWhichWeek.TabIndex = 54;
  293. this.lblWhichWeek.Text = "第52周";
  294. this.lblWhichWeek.Visible = false;
  295. //
  296. // btnQuery
  297. //
  298. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  299. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  300. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  301. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  302. this.btnQuery.ForeColor = System.Drawing.Color.White;
  303. this.btnQuery.IsCustomBackImg = false;
  304. this.btnQuery.IsShowText = true;
  305. this.btnQuery.Location = new System.Drawing.Point(674, 7);
  306. this.btnQuery.Name = "btnQuery";
  307. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  308. this.btnQuery.TabIndex = 8;
  309. this.btnQuery.Text = " 查 询";
  310. this.btnQuery.UseVisualStyleBackColor = false;
  311. //
  312. // btnClose
  313. //
  314. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  315. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  316. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  317. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  318. this.btnClose.ForeColor = System.Drawing.Color.White;
  319. this.btnClose.IsCustomBackImg = false;
  320. this.btnClose.IsShowText = true;
  321. this.btnClose.Location = new System.Drawing.Point(765, 6);
  322. this.btnClose.Name = "btnClose";
  323. this.btnClose.Size = new System.Drawing.Size(85, 28);
  324. this.btnClose.TabIndex = 33;
  325. this.btnClose.Text = " 关 闭";
  326. this.btnClose.UseVisualStyleBackColor = false;
  327. //
  328. // A_EmployeeScheduleSmallForm
  329. //
  330. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  331. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  332. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  333. this.ClientSize = new System.Drawing.Size(910, 610);
  334. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  335. this.IsShowUcNavigationTool = true;
  336. this.Name = "A_EmployeeScheduleSmallForm";
  337. this.Text = "员工档期";
  338. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  339. this.plExMainContainer.ResumeLayout(false);
  340. this.plFormMainContent.ResumeLayout(false);
  341. this.panelMain.ResumeLayout(false);
  342. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  343. this.panelEx2.ResumeLayout(false);
  344. this.panelEx2.PerformLayout();
  345. this.panelLastNextWeek.ResumeLayout(false);
  346. this.panelEx4.ResumeLayout(false);
  347. this.panelEx4.PerformLayout();
  348. this.ResumeLayout(false);
  349. }
  350. #endregion
  351. private ComponentLibrary.PanelEx panelMain;
  352. protected ComponentLibrary.DataGridViewEc dgvData;
  353. private ComponentLibrary.PanelEx panelEx2;
  354. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevDepartment;
  355. private ComponentLibrary.LabelEx labelEx1;
  356. protected internal ComponentLibrary.DateYearMonth dtpYearMonth;
  357. protected internal ComponentLibrary.PanelEx panelLastNextWeek;
  358. protected internal ComponentLibrary.ButtonForm btnNextWeek;
  359. protected internal ComponentLibrary.ButtonForm btnLastWeek;
  360. private ComponentLibrary.PanelEx panelEx4;
  361. protected internal ComponentLibrary.CheckBoxEx chkWeekMode;
  362. protected internal ComponentLibrary.LabelEx lblWhichWeek;
  363. protected internal ComponentLibrary.ButtonEx btnQuery;
  364. protected internal ComponentLibrary.ButtonEx btnClose;
  365. }
  366. }