frmTimesign.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. namespace LYFZ.Software.UI.TimeAndAttendance
  2. {
  3. partial class frmTimesign
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimesign));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.txtfixed = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.dtptimes = new LYFZ.ComponentLibrary.DateTimePickerEx();
  42. this.cmbTypes = new LYFZ.ComponentLibrary.ComboBoxEx();
  43. this.txtprincipal = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.txtname = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.btncancel = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnsign = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.plExMainContainer.SuspendLayout();
  52. this.plFormMainContent.SuspendLayout();
  53. this.panelEx1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  55. this.panelEx4.SuspendLayout();
  56. this.panelEx2.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.Controls.Add(this.panelEx1);
  62. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  63. this.plExMainContainer.Size = new System.Drawing.Size(850, 435);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(850, 435);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(260, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(818, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(791, 0);
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx1.BorderWidth = 1;
  88. this.panelEx1.Controls.Add(this.dgvData);
  89. this.panelEx1.Controls.Add(this.panelEx4);
  90. this.panelEx1.Controls.Add(this.panelEx2);
  91. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  93. this.panelEx1.Name = "panelEx1";
  94. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  95. this.panelEx1.Size = new System.Drawing.Size(830, 415);
  96. this.panelEx1.TabIndex = 0;
  97. //
  98. // dgvData
  99. //
  100. this.dgvData.AllowUserToAddRows = false;
  101. this.dgvData.AllowUserToDeleteRows = false;
  102. this.dgvData.AllowUserToResizeRows = false;
  103. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  104. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  105. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  107. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  108. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  111. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  113. this.dgvData.ColumnHeadersHeight = 24;
  114. this.dgvData.dgvColumnHeadersHeight = 24;
  115. this.dgvData.dgvCurrentColumnOriginalSet = "";
  116. this.dgvData.dgvCurrentColumnWidth = "";
  117. this.dgvData.dgvCurrentHideColumn = null;
  118. this.dgvData.dgvFixedHideColumn = null;
  119. this.dgvData.dgvGuidName = null;
  120. this.dgvData.dgvUserEmployeeID = null;
  121. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.dgvData.EnableHeadersVisualStyles = false;
  123. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  124. this.dgvData.ImageHeight = 15;
  125. this.dgvData.ImageWidth = 15;
  126. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  127. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  128. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  129. this.dgvData.IsCompleteBonding = false;
  130. this.dgvData.IsCopyCellValue = true;
  131. this.dgvData.IsShowSerialNumber = false;
  132. this.dgvData.IsSortedRedraw = true;
  133. this.dgvData.IsSortMode = false;
  134. this.dgvData.Location = new System.Drawing.Point(311, 43);
  135. this.dgvData.Name = "dgvData";
  136. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  138. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  140. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  141. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  144. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  145. this.dgvData.RowHeadersWidth = 25;
  146. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  147. this.dgvData.RowTemplate.Height = 23;
  148. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  149. this.dgvData.Size = new System.Drawing.Size(517, 370);
  150. this.dgvData.TabIndex = 2;
  151. this.dgvData.ViceCount = 1;
  152. //
  153. // panelEx4
  154. //
  155. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  156. this.panelEx4.BorderWidth = 1;
  157. this.panelEx4.Controls.Add(this.labelEx6);
  158. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  159. this.panelEx4.Location = new System.Drawing.Point(311, 2);
  160. this.panelEx4.Name = "panelEx4";
  161. this.panelEx4.Size = new System.Drawing.Size(517, 41);
  162. this.panelEx4.TabIndex = 1;
  163. //
  164. // labelEx6
  165. //
  166. this.labelEx6.AutoSize = true;
  167. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  168. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  169. this.labelEx6.Location = new System.Drawing.Point(6, 16);
  170. this.labelEx6.Name = "labelEx6";
  171. this.labelEx6.Size = new System.Drawing.Size(87, 19);
  172. this.labelEx6.TabIndex = 24;
  173. this.labelEx6.Text = "今年签单记录";
  174. //
  175. // panelEx2
  176. //
  177. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  178. this.panelEx2.BorderWidth = 1;
  179. this.panelEx2.Controls.Add(this.labelEx8);
  180. this.panelEx2.Controls.Add(this.txtfixed);
  181. this.panelEx2.Controls.Add(this.labelEx7);
  182. this.panelEx2.Controls.Add(this.labelEx5);
  183. this.panelEx2.Controls.Add(this.panelEx3);
  184. this.panelEx2.Controls.Add(this.dtptimes);
  185. this.panelEx2.Controls.Add(this.cmbTypes);
  186. this.panelEx2.Controls.Add(this.txtprincipal);
  187. this.panelEx2.Controls.Add(this.txtname);
  188. this.panelEx2.Controls.Add(this.btncancel);
  189. this.panelEx2.Controls.Add(this.btnsign);
  190. this.panelEx2.Controls.Add(this.labelEx4);
  191. this.panelEx2.Controls.Add(this.labelEx3);
  192. this.panelEx2.Controls.Add(this.labelEx2);
  193. this.panelEx2.Controls.Add(this.labelEx1);
  194. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left;
  195. this.panelEx2.Location = new System.Drawing.Point(2, 2);
  196. this.panelEx2.Name = "panelEx2";
  197. this.panelEx2.Padding = new System.Windows.Forms.Padding(1, 1, 18, 1);
  198. this.panelEx2.Size = new System.Drawing.Size(309, 411);
  199. this.panelEx2.TabIndex = 0;
  200. //
  201. // labelEx8
  202. //
  203. this.labelEx8.AutoSize = true;
  204. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  205. this.labelEx8.ForeColor = System.Drawing.Color.Red;
  206. this.labelEx8.Location = new System.Drawing.Point(93, 210);
  207. this.labelEx8.Name = "labelEx8";
  208. this.labelEx8.Size = new System.Drawing.Size(140, 17);
  209. this.labelEx8.TabIndex = 26;
  210. this.labelEx8.Text = "说明:[全天] 随安排班次";
  211. this.labelEx8.Visible = false;
  212. //
  213. // txtfixed
  214. //
  215. this.txtfixed.BackColor = System.Drawing.Color.Transparent;
  216. this.txtfixed.Icon = null;
  217. this.txtfixed.IconIsButton = false;
  218. this.txtfixed.IsPasswordChat = '\0';
  219. this.txtfixed.IsSystemPasswordChar = false;
  220. this.txtfixed.Lines = new string[0];
  221. this.txtfixed.Location = new System.Drawing.Point(96, 138);
  222. this.txtfixed.Margin = new System.Windows.Forms.Padding(0);
  223. this.txtfixed.MaxLength = 32767;
  224. this.txtfixed.MinimumSize = new System.Drawing.Size(0, 26);
  225. this.txtfixed.MouseBack = null;
  226. this.txtfixed.Multiline = false;
  227. this.txtfixed.Name = "txtfixed";
  228. this.txtfixed.NormlBack = null;
  229. this.txtfixed.Padding = new System.Windows.Forms.Padding(5);
  230. this.txtfixed.ReadOnly = true;
  231. this.txtfixed.ScrollBars = System.Windows.Forms.ScrollBars.None;
  232. this.txtfixed.Size = new System.Drawing.Size(167, 26);
  233. this.txtfixed.TabIndex = 25;
  234. this.txtfixed.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  235. this.txtfixed.WaterColor = System.Drawing.Color.DarkGray;
  236. this.txtfixed.WaterText = "";
  237. this.txtfixed.WordWrap = true;
  238. //
  239. // labelEx7
  240. //
  241. this.labelEx7.AutoSize = true;
  242. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  243. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  244. this.labelEx7.Location = new System.Drawing.Point(32, 142);
  245. this.labelEx7.Name = "labelEx7";
  246. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  247. this.labelEx7.TabIndex = 24;
  248. this.labelEx7.Text = "班次名称:";
  249. //
  250. // labelEx5
  251. //
  252. this.labelEx5.AutoSize = true;
  253. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  254. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  255. this.labelEx5.Location = new System.Drawing.Point(11, 19);
  256. this.labelEx5.Name = "labelEx5";
  257. this.labelEx5.Size = new System.Drawing.Size(35, 19);
  258. this.labelEx5.TabIndex = 23;
  259. this.labelEx5.Text = "签单";
  260. //
  261. // panelEx3
  262. //
  263. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  264. this.panelEx3.BorderWidth = 1;
  265. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
  266. this.panelEx3.Location = new System.Drawing.Point(290, 1);
  267. this.panelEx3.Name = "panelEx3";
  268. this.panelEx3.Size = new System.Drawing.Size(1, 409);
  269. this.panelEx3.TabIndex = 22;
  270. //
  271. // dtptimes
  272. //
  273. this.dtptimes.CustomFormat = "yyyy-MM-dd";
  274. this.dtptimes.DateValue = "2016-06-02";
  275. this.dtptimes.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  276. this.dtptimes.IsShowTime = false;
  277. this.dtptimes.Location = new System.Drawing.Point(96, 97);
  278. this.dtptimes.Name = "dtptimes";
  279. this.dtptimes.Size = new System.Drawing.Size(167, 21);
  280. this.dtptimes.TabIndex = 21;
  281. this.dtptimes.Value = new System.DateTime(2016, 6, 2, 0, 0, 0, 0);
  282. //
  283. // cmbTypes
  284. //
  285. this.cmbTypes.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  286. this.cmbTypes.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  287. this.cmbTypes.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  288. this.cmbTypes.Font = new System.Drawing.Font("宋体", 10.5F);
  289. this.cmbTypes.FormattingEnabled = true;
  290. this.cmbTypes.IsCustomColor = false;
  291. this.cmbTypes.Location = new System.Drawing.Point(96, 185);
  292. this.cmbTypes.Name = "cmbTypes";
  293. this.cmbTypes.ReadOnly = true;
  294. this.cmbTypes.Size = new System.Drawing.Size(167, 22);
  295. this.cmbTypes.TabIndex = 20;
  296. //
  297. // txtprincipal
  298. //
  299. this.txtprincipal.BackColor = System.Drawing.Color.Transparent;
  300. this.txtprincipal.Icon = null;
  301. this.txtprincipal.IconIsButton = false;
  302. this.txtprincipal.IsPasswordChat = '\0';
  303. this.txtprincipal.IsSystemPasswordChar = false;
  304. this.txtprincipal.Lines = new string[0];
  305. this.txtprincipal.Location = new System.Drawing.Point(96, 235);
  306. this.txtprincipal.Margin = new System.Windows.Forms.Padding(0);
  307. this.txtprincipal.MaxLength = 32767;
  308. this.txtprincipal.MinimumSize = new System.Drawing.Size(0, 26);
  309. this.txtprincipal.MouseBack = null;
  310. this.txtprincipal.Multiline = false;
  311. this.txtprincipal.Name = "txtprincipal";
  312. this.txtprincipal.NormlBack = null;
  313. this.txtprincipal.Padding = new System.Windows.Forms.Padding(5);
  314. this.txtprincipal.ReadOnly = true;
  315. this.txtprincipal.ScrollBars = System.Windows.Forms.ScrollBars.None;
  316. this.txtprincipal.Size = new System.Drawing.Size(167, 26);
  317. this.txtprincipal.TabIndex = 17;
  318. this.txtprincipal.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  319. this.txtprincipal.WaterColor = System.Drawing.Color.DarkGray;
  320. this.txtprincipal.WaterText = "";
  321. this.txtprincipal.WordWrap = true;
  322. //
  323. // txtname
  324. //
  325. this.txtname.BackColor = System.Drawing.Color.Transparent;
  326. this.txtname.Icon = null;
  327. this.txtname.IconIsButton = false;
  328. this.txtname.IsPasswordChat = '\0';
  329. this.txtname.IsSystemPasswordChar = false;
  330. this.txtname.Lines = new string[0];
  331. this.txtname.Location = new System.Drawing.Point(96, 52);
  332. this.txtname.Margin = new System.Windows.Forms.Padding(0);
  333. this.txtname.MaxLength = 32767;
  334. this.txtname.MinimumSize = new System.Drawing.Size(0, 26);
  335. this.txtname.MouseBack = null;
  336. this.txtname.Multiline = false;
  337. this.txtname.Name = "txtname";
  338. this.txtname.NormlBack = null;
  339. this.txtname.Padding = new System.Windows.Forms.Padding(5);
  340. this.txtname.ReadOnly = true;
  341. this.txtname.ScrollBars = System.Windows.Forms.ScrollBars.None;
  342. this.txtname.Size = new System.Drawing.Size(167, 26);
  343. this.txtname.TabIndex = 13;
  344. this.txtname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  345. this.txtname.WaterColor = System.Drawing.Color.DarkGray;
  346. this.txtname.WaterText = "";
  347. this.txtname.WordWrap = true;
  348. //
  349. // btncancel
  350. //
  351. this.btncancel.BackColor = System.Drawing.Color.Transparent;
  352. this.btncancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btncancel.BackImg")));
  353. this.btncancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  354. this.btncancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  355. this.btncancel.ForeColor = System.Drawing.Color.White;
  356. this.btncancel.IsCustomBackImg = false;
  357. this.btncancel.IsShowText = true;
  358. this.btncancel.Location = new System.Drawing.Point(96, 346);
  359. this.btncancel.Name = "btncancel";
  360. this.btncancel.Size = new System.Drawing.Size(167, 28);
  361. this.btncancel.TabIndex = 19;
  362. this.btncancel.Text = " 取 消";
  363. this.btncancel.UseVisualStyleBackColor = false;
  364. //
  365. // btnsign
  366. //
  367. this.btnsign.BackColor = System.Drawing.Color.Transparent;
  368. this.btnsign.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnsign.BackImg")));
  369. this.btnsign.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  370. this.btnsign.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  371. this.btnsign.ForeColor = System.Drawing.Color.White;
  372. this.btnsign.IsCustomBackImg = false;
  373. this.btnsign.IsShowText = true;
  374. this.btnsign.Location = new System.Drawing.Point(96, 299);
  375. this.btnsign.Name = "btnsign";
  376. this.btnsign.Size = new System.Drawing.Size(167, 28);
  377. this.btnsign.TabIndex = 18;
  378. this.btnsign.Text = " 签 入";
  379. this.btnsign.UseVisualStyleBackColor = false;
  380. //
  381. // labelEx4
  382. //
  383. this.labelEx4.AutoSize = true;
  384. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  385. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  386. this.labelEx4.Location = new System.Drawing.Point(20, 240);
  387. this.labelEx4.Name = "labelEx4";
  388. this.labelEx4.Size = new System.Drawing.Size(80, 17);
  389. this.labelEx4.TabIndex = 16;
  390. this.labelEx4.Text = "签单负责人:";
  391. //
  392. // labelEx3
  393. //
  394. this.labelEx3.AutoSize = true;
  395. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  396. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  397. this.labelEx3.Location = new System.Drawing.Point(32, 187);
  398. this.labelEx3.Name = "labelEx3";
  399. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  400. this.labelEx3.TabIndex = 15;
  401. this.labelEx3.Text = "签单类型:";
  402. //
  403. // labelEx2
  404. //
  405. this.labelEx2.AutoSize = true;
  406. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  407. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  408. this.labelEx2.Location = new System.Drawing.Point(32, 99);
  409. this.labelEx2.Name = "labelEx2";
  410. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  411. this.labelEx2.TabIndex = 14;
  412. this.labelEx2.Text = "签单日期:";
  413. //
  414. // labelEx1
  415. //
  416. this.labelEx1.AutoSize = true;
  417. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  418. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  419. this.labelEx1.Location = new System.Drawing.Point(20, 57);
  420. this.labelEx1.Name = "labelEx1";
  421. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  422. this.labelEx1.TabIndex = 12;
  423. this.labelEx1.Text = "需签单人员:";
  424. //
  425. // frmTimesign
  426. //
  427. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  428. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  429. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  430. this.ClientSize = new System.Drawing.Size(850, 500);
  431. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  432. this.MaximizeBox = false;
  433. this.Name = "frmTimesign";
  434. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  435. this.Text = "员工签单";
  436. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  437. this.plExMainContainer.ResumeLayout(false);
  438. this.plFormMainContent.ResumeLayout(false);
  439. this.panelEx1.ResumeLayout(false);
  440. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  441. this.panelEx4.ResumeLayout(false);
  442. this.panelEx4.PerformLayout();
  443. this.panelEx2.ResumeLayout(false);
  444. this.panelEx2.PerformLayout();
  445. this.ResumeLayout(false);
  446. }
  447. #endregion
  448. private ComponentLibrary.PanelEx panelEx1;
  449. private ComponentLibrary.PanelEx panelEx4;
  450. private ComponentLibrary.PanelEx panelEx2;
  451. private ComponentLibrary.LabelEx labelEx5;
  452. private ComponentLibrary.LabelEx labelEx4;
  453. private ComponentLibrary.LabelEx labelEx3;
  454. private ComponentLibrary.LabelEx labelEx2;
  455. private ComponentLibrary.LabelEx labelEx1;
  456. protected internal ComponentLibrary.DataGridViewEc dgvData;
  457. private ComponentLibrary.PanelEx panelEx3;
  458. private ComponentLibrary.LabelEx labelEx6;
  459. private ComponentLibrary.LabelEx labelEx7;
  460. protected internal ComponentLibrary.TextBoxEx txtfixed;
  461. protected internal ComponentLibrary.DateTimePickerEx dtptimes;
  462. protected internal ComponentLibrary.ComboBoxEx cmbTypes;
  463. protected internal ComponentLibrary.TextBoxEx txtprincipal;
  464. protected internal ComponentLibrary.TextBoxEx txtname;
  465. protected internal ComponentLibrary.ButtonEx btncancel;
  466. protected internal ComponentLibrary.ButtonEx btnsign;
  467. protected internal ComponentLibrary.LabelEx labelEx8;
  468. }
  469. }