frmTimeMain.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  1. namespace LYFZ.Software.UI.TimeAndAttendance
  2. {
  3. partial class frmTimeMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimeMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.cmbtreev = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  34. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  35. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  36. this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
  37. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.btnSignedRecords = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.btnSigned = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.btnTimeSet = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.btnGetModule = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.btnSaveModule = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.btnEmployeeSchedule = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.dtpYearMonth = new LYFZ.ComponentLibrary.DateYearMonth();
  53. this.panelLastNextWeek = new LYFZ.ComponentLibrary.PanelEx();
  54. this.btnNextWeek = new LYFZ.ComponentLibrary.ButtonForm();
  55. this.btnLastWeek = new LYFZ.ComponentLibrary.ButtonForm();
  56. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkWeekMode = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.lblWhichWeek = new LYFZ.ComponentLibrary.LabelEx();
  59. this.cbxCompanyList = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  60. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.plExMainContainer.SuspendLayout();
  62. this.plFormMainContent.SuspendLayout();
  63. this.panelEx1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  65. this.flowLayoutPanel1.SuspendLayout();
  66. this.panelClose.SuspendLayout();
  67. this.panelEx11.SuspendLayout();
  68. this.panelEx10.SuspendLayout();
  69. this.panelEx9.SuspendLayout();
  70. this.panelEx7.SuspendLayout();
  71. this.panelEx6.SuspendLayout();
  72. this.panelEx5.SuspendLayout();
  73. this.panelEx8.SuspendLayout();
  74. this.panelLastNextWeek.SuspendLayout();
  75. this.panelEx4.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // plExMainContainer
  79. //
  80. this.plExMainContainer.Controls.Add(this.panelEx1);
  81. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  82. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  83. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  84. //
  85. // plFormMainContent
  86. //
  87. this.plFormMainContent.Controls.Add(this.labelEx1);
  88. this.plFormMainContent.Controls.Add(this.cbxCompanyList);
  89. this.plFormMainContent.Controls.Add(this.dtpYearMonth);
  90. this.plFormMainContent.Controls.Add(this.panelLastNextWeek);
  91. this.plFormMainContent.Controls.Add(this.panelEx4);
  92. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  93. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  94. this.plFormMainContent.Controls.SetChildIndex(this.panelEx4, 0);
  95. this.plFormMainContent.Controls.SetChildIndex(this.panelLastNextWeek, 0);
  96. this.plFormMainContent.Controls.SetChildIndex(this.dtpYearMonth, 0);
  97. this.plFormMainContent.Controls.SetChildIndex(this.cbxCompanyList, 0);
  98. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  99. //
  100. // btnAppFormMaximize
  101. //
  102. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  103. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  104. //
  105. // btnAppFormExit
  106. //
  107. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  108. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  109. //
  110. // btnAppFormMinimize
  111. //
  112. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  113. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  114. //
  115. // panelEx1
  116. //
  117. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  118. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  119. this.panelEx1.BorderWidth = 1;
  120. this.panelEx1.Controls.Add(this.cmbtreev);
  121. this.panelEx1.Controls.Add(this.dgvData);
  122. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  123. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  125. this.panelEx1.Name = "panelEx1";
  126. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  127. this.panelEx1.Size = new System.Drawing.Size(940, 485);
  128. this.panelEx1.TabIndex = 0;
  129. //
  130. // cmbtreev
  131. //
  132. this.cmbtreev.AfterSelectLevelFirstNode = true;
  133. this.cmbtreev.DropDownHeight = 220;
  134. this.cmbtreev.DropDownShow = false;
  135. this.cmbtreev.DropDownWidth = 95;
  136. this.cmbtreev.FormattingEnabled = true;
  137. this.cmbtreev.IntegralHeight = false;
  138. this.cmbtreev.IsNodeMouseClick = true;
  139. this.cmbtreev.IsSelectParentNode = false;
  140. this.cmbtreev.Location = new System.Drawing.Point(387, 126);
  141. this.cmbtreev.Name = "cmbtreev";
  142. this.cmbtreev.ReadOnly = true;
  143. this.cmbtreev.SelectedNode = null;
  144. this.cmbtreev.Size = new System.Drawing.Size(136, 20);
  145. this.cmbtreev.StrGetName = "";
  146. this.cmbtreev.StrGetTagName = "";
  147. this.cmbtreev.StrKey = null;
  148. this.cmbtreev.TabIndex = 53;
  149. this.cmbtreev.Visible = false;
  150. //
  151. // dgvData
  152. //
  153. this.dgvData.AllowUserToAddRows = false;
  154. this.dgvData.AllowUserToDeleteRows = false;
  155. this.dgvData.AllowUserToResizeRows = false;
  156. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  157. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  158. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  159. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  160. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  162. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  163. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  164. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  165. this.dgvData.ColumnHeadersHeight = 50;
  166. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  167. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  168. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  170. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  171. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  172. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  173. this.dgvData.DefaultCellStyle = dataGridViewCellStyle8;
  174. this.dgvData.dgvColumnHeadersHeight = 24;
  175. this.dgvData.dgvCurrentColumnOriginalSet = "";
  176. this.dgvData.dgvCurrentColumnWidth = "";
  177. this.dgvData.dgvCurrentHideColumn = null;
  178. this.dgvData.dgvFixedHideColumn = null;
  179. this.dgvData.dgvGuidName = null;
  180. this.dgvData.dgvUserEmployeeID = null;
  181. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.dgvData.EnableHeadersVisualStyles = false;
  183. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  184. this.dgvData.ImageHeight = 15;
  185. this.dgvData.ImageWidth = 15;
  186. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  187. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  188. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  189. this.dgvData.IsCompleteBonding = false;
  190. this.dgvData.IsCopyCellValue = true;
  191. this.dgvData.IsShowSerialNumber = false;
  192. this.dgvData.IsSortedRedraw = true;
  193. this.dgvData.IsSortMode = false;
  194. this.dgvData.Location = new System.Drawing.Point(2, 35);
  195. this.dgvData.Name = "dgvData";
  196. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  197. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  198. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  200. dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(41);
  201. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  202. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  203. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  204. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  205. this.dgvData.RowHeadersWidth = 25;
  206. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  207. this.dgvData.RowTemplate.Height = 23;
  208. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  209. this.dgvData.Size = new System.Drawing.Size(936, 448);
  210. this.dgvData.StrSecondStageNull = "";
  211. this.dgvData.StrValueNullColumn = "";
  212. this.dgvData.TabIndex = 0;
  213. this.dgvData.ViceCount = 1;
  214. //
  215. // flowLayoutPanel1
  216. //
  217. this.flowLayoutPanel1.Controls.Add(this.panelClose);
  218. this.flowLayoutPanel1.Controls.Add(this.panelEx11);
  219. this.flowLayoutPanel1.Controls.Add(this.panelEx10);
  220. this.flowLayoutPanel1.Controls.Add(this.panelEx9);
  221. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  222. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  223. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  224. this.flowLayoutPanel1.Controls.Add(this.panelEx8);
  225. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  226. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  227. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  228. this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  229. this.flowLayoutPanel1.Size = new System.Drawing.Size(936, 33);
  230. this.flowLayoutPanel1.TabIndex = 56;
  231. //
  232. // panelClose
  233. //
  234. this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  235. this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  236. this.panelClose.BorderWidth = 1;
  237. this.panelClose.Controls.Add(this.btnClose);
  238. this.panelClose.Location = new System.Drawing.Point(845, 1);
  239. this.panelClose.Margin = new System.Windows.Forms.Padding(1);
  240. this.panelClose.Name = "panelClose";
  241. this.panelClose.Size = new System.Drawing.Size(90, 28);
  242. this.panelClose.TabIndex = 61;
  243. //
  244. // btnClose
  245. //
  246. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  247. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  248. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  249. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  250. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  251. this.btnClose.ForeColor = System.Drawing.Color.White;
  252. this.btnClose.IsCustomBackImg = false;
  253. this.btnClose.IsShowText = true;
  254. this.btnClose.Location = new System.Drawing.Point(1, 0);
  255. this.btnClose.Name = "btnClose";
  256. this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
  257. this.btnClose.Size = new System.Drawing.Size(85, 28);
  258. this.btnClose.TabIndex = 33;
  259. this.btnClose.Text = " 关 闭";
  260. this.btnClose.UseVisualStyleBackColor = false;
  261. //
  262. // panelEx11
  263. //
  264. this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  265. this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  266. this.panelEx11.BorderWidth = 1;
  267. this.panelEx11.Controls.Add(this.btnSignedRecords);
  268. this.panelEx11.Location = new System.Drawing.Point(753, 1);
  269. this.panelEx11.Margin = new System.Windows.Forms.Padding(1);
  270. this.panelEx11.Name = "panelEx11";
  271. this.panelEx11.Size = new System.Drawing.Size(90, 28);
  272. this.panelEx11.TabIndex = 60;
  273. //
  274. // btnSignedRecords
  275. //
  276. this.btnSignedRecords.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.btnSignedRecords.BackColor = System.Drawing.Color.Transparent;
  278. this.btnSignedRecords.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSignedRecords.BackImg")));
  279. this.btnSignedRecords.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  280. this.btnSignedRecords.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  281. this.btnSignedRecords.ForeColor = System.Drawing.Color.White;
  282. this.btnSignedRecords.IsCustomBackImg = false;
  283. this.btnSignedRecords.IsShowText = true;
  284. this.btnSignedRecords.Location = new System.Drawing.Point(1, 0);
  285. this.btnSignedRecords.Name = "btnSignedRecords";
  286. this.btnSignedRecords.RightToLeft = System.Windows.Forms.RightToLeft.No;
  287. this.btnSignedRecords.Size = new System.Drawing.Size(85, 28);
  288. this.btnSignedRecords.TabIndex = 34;
  289. this.btnSignedRecords.Text = " 签单记录";
  290. this.btnSignedRecords.UseVisualStyleBackColor = false;
  291. //
  292. // panelEx10
  293. //
  294. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  295. this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  296. this.panelEx10.BorderWidth = 1;
  297. this.panelEx10.Controls.Add(this.btnSigned);
  298. this.panelEx10.Location = new System.Drawing.Point(661, 1);
  299. this.panelEx10.Margin = new System.Windows.Forms.Padding(1);
  300. this.panelEx10.Name = "panelEx10";
  301. this.panelEx10.Size = new System.Drawing.Size(90, 28);
  302. this.panelEx10.TabIndex = 59;
  303. //
  304. // btnSigned
  305. //
  306. this.btnSigned.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  307. this.btnSigned.BackColor = System.Drawing.Color.Transparent;
  308. this.btnSigned.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSigned.BackImg")));
  309. this.btnSigned.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  310. this.btnSigned.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  311. this.btnSigned.ForeColor = System.Drawing.Color.White;
  312. this.btnSigned.IsCustomBackImg = false;
  313. this.btnSigned.IsShowText = true;
  314. this.btnSigned.Location = new System.Drawing.Point(1, 0);
  315. this.btnSigned.Name = "btnSigned";
  316. this.btnSigned.RightToLeft = System.Windows.Forms.RightToLeft.No;
  317. this.btnSigned.Size = new System.Drawing.Size(85, 28);
  318. this.btnSigned.TabIndex = 35;
  319. this.btnSigned.Text = " 签 单";
  320. this.btnSigned.UseVisualStyleBackColor = false;
  321. //
  322. // panelEx9
  323. //
  324. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  325. this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  326. this.panelEx9.BorderWidth = 1;
  327. this.panelEx9.Controls.Add(this.btnTimeSet);
  328. this.panelEx9.Location = new System.Drawing.Point(569, 1);
  329. this.panelEx9.Margin = new System.Windows.Forms.Padding(1);
  330. this.panelEx9.Name = "panelEx9";
  331. this.panelEx9.Size = new System.Drawing.Size(90, 28);
  332. this.panelEx9.TabIndex = 58;
  333. //
  334. // btnTimeSet
  335. //
  336. this.btnTimeSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  337. this.btnTimeSet.BackColor = System.Drawing.Color.Transparent;
  338. this.btnTimeSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTimeSet.BackImg")));
  339. this.btnTimeSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btnTimeSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnTimeSet.ForeColor = System.Drawing.Color.White;
  342. this.btnTimeSet.IsCustomBackImg = false;
  343. this.btnTimeSet.IsShowText = true;
  344. this.btnTimeSet.Location = new System.Drawing.Point(1, 0);
  345. this.btnTimeSet.Name = "btnTimeSet";
  346. this.btnTimeSet.RightToLeft = System.Windows.Forms.RightToLeft.No;
  347. this.btnTimeSet.Size = new System.Drawing.Size(85, 28);
  348. this.btnTimeSet.TabIndex = 40;
  349. this.btnTimeSet.Text = " 时间设置";
  350. this.btnTimeSet.UseVisualStyleBackColor = false;
  351. //
  352. // panelEx7
  353. //
  354. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  355. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  356. this.panelEx7.BorderWidth = 1;
  357. this.panelEx7.Controls.Add(this.btnGetModule);
  358. this.panelEx7.Location = new System.Drawing.Point(477, 1);
  359. this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
  360. this.panelEx7.Name = "panelEx7";
  361. this.panelEx7.Size = new System.Drawing.Size(90, 28);
  362. this.panelEx7.TabIndex = 58;
  363. //
  364. // btnGetModule
  365. //
  366. this.btnGetModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  367. this.btnGetModule.BackColor = System.Drawing.Color.Transparent;
  368. this.btnGetModule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGetModule.BackImg")));
  369. this.btnGetModule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  370. this.btnGetModule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  371. this.btnGetModule.ForeColor = System.Drawing.Color.White;
  372. this.btnGetModule.IsCustomBackImg = false;
  373. this.btnGetModule.IsShowText = true;
  374. this.btnGetModule.Location = new System.Drawing.Point(1, -1);
  375. this.btnGetModule.Name = "btnGetModule";
  376. this.btnGetModule.RightToLeft = System.Windows.Forms.RightToLeft.No;
  377. this.btnGetModule.Size = new System.Drawing.Size(85, 28);
  378. this.btnGetModule.TabIndex = 52;
  379. this.btnGetModule.Text = " 读取模板";
  380. this.btnGetModule.UseVisualStyleBackColor = false;
  381. //
  382. // panelEx6
  383. //
  384. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  385. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  386. this.panelEx6.BorderWidth = 1;
  387. this.panelEx6.Controls.Add(this.btnSaveModule);
  388. this.panelEx6.Location = new System.Drawing.Point(385, 1);
  389. this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
  390. this.panelEx6.Name = "panelEx6";
  391. this.panelEx6.Size = new System.Drawing.Size(90, 28);
  392. this.panelEx6.TabIndex = 58;
  393. //
  394. // btnSaveModule
  395. //
  396. this.btnSaveModule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  397. this.btnSaveModule.BackColor = System.Drawing.Color.Transparent;
  398. this.btnSaveModule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveModule.BackImg")));
  399. this.btnSaveModule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  400. this.btnSaveModule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  401. this.btnSaveModule.ForeColor = System.Drawing.Color.White;
  402. this.btnSaveModule.IsCustomBackImg = false;
  403. this.btnSaveModule.IsShowText = true;
  404. this.btnSaveModule.Location = new System.Drawing.Point(1, -1);
  405. this.btnSaveModule.Name = "btnSaveModule";
  406. this.btnSaveModule.RightToLeft = System.Windows.Forms.RightToLeft.No;
  407. this.btnSaveModule.Size = new System.Drawing.Size(85, 28);
  408. this.btnSaveModule.TabIndex = 51;
  409. this.btnSaveModule.Text = " 存为模板";
  410. this.btnSaveModule.UseVisualStyleBackColor = false;
  411. //
  412. // panelEx5
  413. //
  414. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  415. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  416. this.panelEx5.BorderWidth = 1;
  417. this.panelEx5.Controls.Add(this.btnEmployeeSchedule);
  418. this.panelEx5.Location = new System.Drawing.Point(293, 1);
  419. this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
  420. this.panelEx5.Name = "panelEx5";
  421. this.panelEx5.Size = new System.Drawing.Size(90, 28);
  422. this.panelEx5.TabIndex = 58;
  423. //
  424. // btnEmployeeSchedule
  425. //
  426. this.btnEmployeeSchedule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  427. this.btnEmployeeSchedule.BackColor = System.Drawing.Color.Transparent;
  428. this.btnEmployeeSchedule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEmployeeSchedule.BackImg")));
  429. this.btnEmployeeSchedule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  430. this.btnEmployeeSchedule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  431. this.btnEmployeeSchedule.ForeColor = System.Drawing.Color.White;
  432. this.btnEmployeeSchedule.IsCustomBackImg = false;
  433. this.btnEmployeeSchedule.IsShowText = true;
  434. this.btnEmployeeSchedule.Location = new System.Drawing.Point(1, -1);
  435. this.btnEmployeeSchedule.Name = "btnEmployeeSchedule";
  436. this.btnEmployeeSchedule.RightToLeft = System.Windows.Forms.RightToLeft.No;
  437. this.btnEmployeeSchedule.Size = new System.Drawing.Size(85, 28);
  438. this.btnEmployeeSchedule.TabIndex = 55;
  439. this.btnEmployeeSchedule.Text = " 员工档期";
  440. this.btnEmployeeSchedule.UseVisualStyleBackColor = false;
  441. //
  442. // panelEx8
  443. //
  444. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  445. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  446. this.panelEx8.BorderWidth = 1;
  447. this.panelEx8.Controls.Add(this.btnSaveed);
  448. this.panelEx8.Location = new System.Drawing.Point(201, 1);
  449. this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
  450. this.panelEx8.Name = "panelEx8";
  451. this.panelEx8.Size = new System.Drawing.Size(90, 28);
  452. this.panelEx8.TabIndex = 58;
  453. //
  454. // btnSaveed
  455. //
  456. this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  457. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  458. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  459. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  460. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  461. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  462. this.btnSaveed.IsCustomBackImg = false;
  463. this.btnSaveed.IsShowText = true;
  464. this.btnSaveed.Location = new System.Drawing.Point(1, -1);
  465. this.btnSaveed.Name = "btnSaveed";
  466. this.btnSaveed.RightToLeft = System.Windows.Forms.RightToLeft.No;
  467. this.btnSaveed.Size = new System.Drawing.Size(85, 29);
  468. this.btnSaveed.TabIndex = 50;
  469. this.btnSaveed.Text = " 保 存";
  470. this.btnSaveed.UseVisualStyleBackColor = false;
  471. //
  472. // dtpYearMonth
  473. //
  474. this.dtpYearMonth.BackColor = System.Drawing.Color.Transparent;
  475. this.dtpYearMonth.IsReadOnly = true;
  476. this.dtpYearMonth.Location = new System.Drawing.Point(208, 8);
  477. this.dtpYearMonth.Name = "dtpYearMonth";
  478. this.dtpYearMonth.Size = new System.Drawing.Size(165, 25);
  479. this.dtpYearMonth.StrDateValue = "";
  480. this.dtpYearMonth.TabIndex = 38;
  481. //
  482. // panelLastNextWeek
  483. //
  484. this.panelLastNextWeek.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  485. this.panelLastNextWeek.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  486. this.panelLastNextWeek.BorderWidth = 1;
  487. this.panelLastNextWeek.Controls.Add(this.btnNextWeek);
  488. this.panelLastNextWeek.Controls.Add(this.btnLastWeek);
  489. this.panelLastNextWeek.Location = new System.Drawing.Point(209, 7);
  490. this.panelLastNextWeek.Margin = new System.Windows.Forms.Padding(1);
  491. this.panelLastNextWeek.Name = "panelLastNextWeek";
  492. this.panelLastNextWeek.Size = new System.Drawing.Size(170, 28);
  493. this.panelLastNextWeek.TabIndex = 58;
  494. //
  495. // btnNextWeek
  496. //
  497. this.btnNextWeek.BackColor = System.Drawing.Color.Transparent;
  498. this.btnNextWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNextWeek.BackImg")));
  499. this.btnNextWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  500. this.btnNextWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  501. this.btnNextWeek.ForeColor = System.Drawing.Color.White;
  502. this.btnNextWeek.IsCustomBackImg = false;
  503. this.btnNextWeek.IsShowText = true;
  504. this.btnNextWeek.Location = new System.Drawing.Point(87, 0);
  505. this.btnNextWeek.Name = "btnNextWeek";
  506. this.btnNextWeek.Size = new System.Drawing.Size(80, 28);
  507. this.btnNextWeek.TabIndex = 58;
  508. this.btnNextWeek.Text = " 下一星期";
  509. this.btnNextWeek.UseVisualStyleBackColor = false;
  510. //
  511. // btnLastWeek
  512. //
  513. this.btnLastWeek.BackColor = System.Drawing.Color.Transparent;
  514. this.btnLastWeek.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLastWeek.BackImg")));
  515. this.btnLastWeek.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  516. this.btnLastWeek.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  517. this.btnLastWeek.ForeColor = System.Drawing.Color.White;
  518. this.btnLastWeek.IsCustomBackImg = false;
  519. this.btnLastWeek.IsShowText = true;
  520. this.btnLastWeek.Location = new System.Drawing.Point(1, 0);
  521. this.btnLastWeek.Name = "btnLastWeek";
  522. this.btnLastWeek.Size = new System.Drawing.Size(80, 28);
  523. this.btnLastWeek.TabIndex = 57;
  524. this.btnLastWeek.Text = " 上一星期";
  525. this.btnLastWeek.UseVisualStyleBackColor = false;
  526. //
  527. // panelEx4
  528. //
  529. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  530. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  531. this.panelEx4.BorderWidth = 1;
  532. this.panelEx4.Controls.Add(this.chkWeekMode);
  533. this.panelEx4.Controls.Add(this.lblWhichWeek);
  534. this.panelEx4.Location = new System.Drawing.Point(392, 7);
  535. this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
  536. this.panelEx4.Name = "panelEx4";
  537. this.panelEx4.Size = new System.Drawing.Size(125, 28);
  538. this.panelEx4.TabIndex = 58;
  539. //
  540. // chkWeekMode
  541. //
  542. this.chkWeekMode.AutoSize = true;
  543. this.chkWeekMode.BackColor = System.Drawing.Color.Transparent;
  544. this.chkWeekMode.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  545. this.chkWeekMode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  546. this.chkWeekMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  547. this.chkWeekMode.Fourstates = false;
  548. this.chkWeekMode.IsGreenTick = false;
  549. this.chkWeekMode.Location = new System.Drawing.Point(4, 3);
  550. this.chkWeekMode.Name = "chkWeekMode";
  551. this.chkWeekMode.Size = new System.Drawing.Size(63, 21);
  552. this.chkWeekMode.TabIndex = 39;
  553. this.chkWeekMode.Text = "周模式";
  554. this.chkWeekMode.UseVisualStyleBackColor = false;
  555. //
  556. // lblWhichWeek
  557. //
  558. this.lblWhichWeek.AutoSize = true;
  559. this.lblWhichWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  560. this.lblWhichWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  561. this.lblWhichWeek.Location = new System.Drawing.Point(66, 6);
  562. this.lblWhichWeek.Name = "lblWhichWeek";
  563. this.lblWhichWeek.Size = new System.Drawing.Size(46, 17);
  564. this.lblWhichWeek.TabIndex = 54;
  565. this.lblWhichWeek.Text = "第52周";
  566. this.lblWhichWeek.Visible = false;
  567. //
  568. // cbxCompanyList
  569. //
  570. this.cbxCompanyList.AfterSelectLevelFirstNode = false;
  571. this.cbxCompanyList.DropDownHeight = 220;
  572. this.cbxCompanyList.DropDownShow = false;
  573. this.cbxCompanyList.Font = new System.Drawing.Font("宋体", 10.5F);
  574. this.cbxCompanyList.FormattingEnabled = true;
  575. this.cbxCompanyList.IntegralHeight = false;
  576. this.cbxCompanyList.IsNodeMouseClick = false;
  577. this.cbxCompanyList.IsSelectParentNode = false;
  578. this.cbxCompanyList.Location = new System.Drawing.Point(597, 10);
  579. this.cbxCompanyList.Name = "cbxCompanyList";
  580. this.cbxCompanyList.ReadOnly = true;
  581. this.cbxCompanyList.SelectedNode = null;
  582. this.cbxCompanyList.Size = new System.Drawing.Size(121, 22);
  583. this.cbxCompanyList.StrGetName = "";
  584. this.cbxCompanyList.StrGetTagName = "";
  585. this.cbxCompanyList.StrKey = null;
  586. this.cbxCompanyList.TabIndex = 60;
  587. //
  588. // labelEx1
  589. //
  590. this.labelEx1.AutoSize = true;
  591. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  592. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  593. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  594. this.labelEx1.Location = new System.Drawing.Point(527, 13);
  595. this.labelEx1.Name = "labelEx1";
  596. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  597. this.labelEx1.TabIndex = 61;
  598. this.labelEx1.Text = "店铺名称:";
  599. //
  600. // frmTimeMain
  601. //
  602. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  603. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  604. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  605. this.ClientSize = new System.Drawing.Size(950, 610);
  606. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  607. this.IsShowUcNavigationTool = true;
  608. this.Name = "frmTimeMain";
  609. this.Text = "考勤管理";
  610. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  611. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  612. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  613. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  614. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  615. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  616. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  617. this.plExMainContainer.ResumeLayout(false);
  618. this.plFormMainContent.ResumeLayout(false);
  619. this.plFormMainContent.PerformLayout();
  620. this.panelEx1.ResumeLayout(false);
  621. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  622. this.flowLayoutPanel1.ResumeLayout(false);
  623. this.panelClose.ResumeLayout(false);
  624. this.panelEx11.ResumeLayout(false);
  625. this.panelEx10.ResumeLayout(false);
  626. this.panelEx9.ResumeLayout(false);
  627. this.panelEx7.ResumeLayout(false);
  628. this.panelEx6.ResumeLayout(false);
  629. this.panelEx5.ResumeLayout(false);
  630. this.panelEx8.ResumeLayout(false);
  631. this.panelLastNextWeek.ResumeLayout(false);
  632. this.panelEx4.ResumeLayout(false);
  633. this.panelEx4.PerformLayout();
  634. this.ResumeLayout(false);
  635. }
  636. #endregion
  637. private ComponentLibrary.PanelEx panelEx1;
  638. protected internal ComponentLibrary.DateYearMonth dtpYearMonth;
  639. protected internal ComponentLibrary.ButtonEx btnSigned;
  640. protected internal ComponentLibrary.ButtonEx btnSignedRecords;
  641. protected internal ComponentLibrary.ButtonEx btnClose;
  642. protected internal ComponentLibrary.ButtonEx btnTimeSet;
  643. protected internal ComponentLibrary.ButtonEx btnSaveed;
  644. protected internal ComponentLibrary.ButtonEx btnGetModule;
  645. protected internal ComponentLibrary.ButtonEx btnSaveModule;
  646. protected internal ComponentLibrary.ButtonEx btnEmployeeSchedule;
  647. private ComponentLibrary.PanelEx panelEx4;
  648. private ComponentLibrary.PanelEx panelEx5;
  649. private ComponentLibrary.PanelEx panelEx6;
  650. private ComponentLibrary.PanelEx panelEx7;
  651. private ComponentLibrary.PanelEx panelEx8;
  652. private ComponentLibrary.PanelEx panelEx9;
  653. private ComponentLibrary.PanelEx panelEx10;
  654. private ComponentLibrary.PanelEx panelEx11;
  655. protected internal ComponentLibrary.ButtonForm btnLastWeek;
  656. protected internal ComponentLibrary.ButtonForm btnNextWeek;
  657. protected internal ComponentLibrary.PanelEx panelClose;
  658. protected internal ComponentLibrary.PanelEx panelLastNextWeek;
  659. protected internal ComponentLibrary.LabelEx lblWhichWeek;
  660. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  661. protected internal ComponentLibrary.CheckBoxEx chkWeekMode;
  662. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreev;
  663. protected internal ComponentLibrary.DataGridViewEc dgvData;
  664. private ComponentLibrary.LabelEx labelEx1;
  665. protected ComponentLibrary.ComboBoxTreeViewEx cbxCompanyList;
  666. }
  667. }