frmMain.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. namespace lyfzAttendance
  2. {
  3. partial class frmMain
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
  32. this.dataGridView1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  33. this.btn_Connect = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.groupBox1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  35. this.cb_autoupload = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.btn_Import = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.btn_get_all_log = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.btn_BenumbAllManager = new LYFZ.ComponentLibrary.ButtonForm();
  39. this.btn_InitMachine = new LYFZ.ComponentLibrary.ButtonForm();
  40. this.btn_clear_all_log = new LYFZ.ComponentLibrary.ButtonForm();
  41. this.btn_upload_log = new LYFZ.ComponentLibrary.ButtonForm();
  42. this.btn_Export = new LYFZ.ComponentLibrary.ButtonForm();
  43. this.btn_DisConnect = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.lab_count = new System.Windows.Forms.Label();
  45. this.mainNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
  46. this.mainNotifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  47. this.toolStripMenuItemNormal = new System.Windows.Forms.ToolStripMenuItem();
  48. this.toolStripMenuItemAuto = new System.Windows.Forms.ToolStripMenuItem();
  49. this.toolStripMenuItemQuit = new System.Windows.Forms.ToolStripMenuItem();
  50. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  59. this.groupBox1.SuspendLayout();
  60. this.mainNotifyContextMenuStrip.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // plExMainContainer
  64. //
  65. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  66. this.plExMainContainer.Controls.Add(this.dataGridView1);
  67. this.plExMainContainer.Controls.Add(this.lab_count);
  68. this.plExMainContainer.Controls.Add(this.groupBox1);
  69. this.plExMainContainer.Size = new System.Drawing.Size(1103, 545);
  70. //
  71. // plFormMainContent
  72. //
  73. this.plFormMainContent.Size = new System.Drawing.Size(1103, 545);
  74. //
  75. // btnAppFormMenu
  76. //
  77. this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
  78. this.btnAppFormMenu.Location = new System.Drawing.Point(990, 0);
  79. //
  80. // btnAppFormMaximize
  81. //
  82. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  83. this.btnAppFormMaximize.Location = new System.Drawing.Point(1044, 0);
  84. //
  85. // btnAppFormExit
  86. //
  87. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  88. this.btnAppFormExit.Location = new System.Drawing.Point(1071, 0);
  89. //
  90. // btnAppFormMinimize
  91. //
  92. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  93. this.btnAppFormMinimize.Location = new System.Drawing.Point(1017, 0);
  94. //
  95. // dataGridView1
  96. //
  97. this.dataGridView1.AllowUserToAddRows = false;
  98. this.dataGridView1.AllowUserToDeleteRows = false;
  99. this.dataGridView1.AllowUserToResizeRows = false;
  100. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  101. this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  102. this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
  103. this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  104. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  105. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  106. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  108. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  109. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  110. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  111. this.dataGridView1.ColumnHeadersHeight = 24;
  112. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  113. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  114. this.Column1,
  115. this.Column2,
  116. this.Column3,
  117. this.Column4,
  118. this.Column5,
  119. this.Column6});
  120. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.dataGridView1.EnableHeadersVisualStyles = false;
  122. this.dataGridView1.EraseCell = false;
  123. this.dataGridView1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  124. this.dataGridView1.GridViewUniquelyIdentify = resources.GetString("dataGridView1.GridViewUniquelyIdentify");
  125. this.dataGridView1.IsCompleteBonding = false;
  126. this.dataGridView1.IsCopyCellValue = true;
  127. this.dataGridView1.Location = new System.Drawing.Point(0, 64);
  128. this.dataGridView1.Name = "dataGridView1";
  129. this.dataGridView1.ReadOnly = true;
  130. this.dataGridView1.RowHeadersVisible = false;
  131. this.dataGridView1.RowTemplate.Height = 23;
  132. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  133. this.dataGridView1.Size = new System.Drawing.Size(1103, 469);
  134. this.dataGridView1.TabIndex = 0;
  135. //
  136. // btn_Connect
  137. //
  138. this.btn_Connect.BackColor = System.Drawing.Color.Transparent;
  139. this.btn_Connect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Connect.BackImg")));
  140. this.btn_Connect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  141. this.btn_Connect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  142. this.btn_Connect.ForeColor = System.Drawing.Color.White;
  143. this.btn_Connect.IsCustomBackImg = false;
  144. this.btn_Connect.IsShowText = true;
  145. this.btn_Connect.Location = new System.Drawing.Point(10, 20);
  146. this.btn_Connect.Name = "btn_Connect";
  147. this.btn_Connect.Size = new System.Drawing.Size(88, 26);
  148. this.btn_Connect.TabIndex = 1;
  149. this.btn_Connect.Text = "连接设备";
  150. this.btn_Connect.UseVisualStyleBackColor = true;
  151. //
  152. // groupBox1
  153. //
  154. this.groupBox1.Controls.Add(this.cb_autoupload);
  155. this.groupBox1.Controls.Add(this.btn_Import);
  156. this.groupBox1.Controls.Add(this.btn_get_all_log);
  157. this.groupBox1.Controls.Add(this.btn_BenumbAllManager);
  158. this.groupBox1.Controls.Add(this.btn_InitMachine);
  159. this.groupBox1.Controls.Add(this.btn_clear_all_log);
  160. this.groupBox1.Controls.Add(this.btn_upload_log);
  161. this.groupBox1.Controls.Add(this.btn_Export);
  162. this.groupBox1.Controls.Add(this.btn_DisConnect);
  163. this.groupBox1.Controls.Add(this.btn_Connect);
  164. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  165. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  166. this.groupBox1.Name = "groupBox1";
  167. this.groupBox1.Size = new System.Drawing.Size(1103, 64);
  168. this.groupBox1.TabIndex = 2;
  169. this.groupBox1.TabStop = false;
  170. //
  171. // cb_autoupload
  172. //
  173. this.cb_autoupload.AutoSize = true;
  174. this.cb_autoupload.BackColor = System.Drawing.Color.Transparent;
  175. this.cb_autoupload.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  176. this.cb_autoupload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  177. this.cb_autoupload.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  178. this.cb_autoupload.Fourstates = false;
  179. this.cb_autoupload.IsGreenTick = false;
  180. this.cb_autoupload.Location = new System.Drawing.Point(568, 24);
  181. this.cb_autoupload.Name = "cb_autoupload";
  182. this.cb_autoupload.Size = new System.Drawing.Size(75, 21);
  183. this.cb_autoupload.TabIndex = 2;
  184. this.cb_autoupload.Text = "实时上传";
  185. this.cb_autoupload.UseVisualStyleBackColor = true;
  186. //
  187. // btn_Import
  188. //
  189. this.btn_Import.BackColor = System.Drawing.Color.Transparent;
  190. this.btn_Import.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Import.BackImg")));
  191. this.btn_Import.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  192. this.btn_Import.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  193. this.btn_Import.ForeColor = System.Drawing.Color.White;
  194. this.btn_Import.IsCustomBackImg = false;
  195. this.btn_Import.IsShowText = true;
  196. this.btn_Import.Location = new System.Drawing.Point(873, 20);
  197. this.btn_Import.Name = "btn_Import";
  198. this.btn_Import.Size = new System.Drawing.Size(106, 26);
  199. this.btn_Import.TabIndex = 1;
  200. this.btn_Import.Text = "导入数据";
  201. this.btn_Import.UseVisualStyleBackColor = true;
  202. //
  203. // btn_get_all_log
  204. //
  205. this.btn_get_all_log.BackColor = System.Drawing.Color.Transparent;
  206. this.btn_get_all_log.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_get_all_log.BackImg")));
  207. this.btn_get_all_log.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  208. this.btn_get_all_log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  209. this.btn_get_all_log.ForeColor = System.Drawing.Color.White;
  210. this.btn_get_all_log.IsCustomBackImg = false;
  211. this.btn_get_all_log.IsShowText = true;
  212. this.btn_get_all_log.Location = new System.Drawing.Point(649, 20);
  213. this.btn_get_all_log.Name = "btn_get_all_log";
  214. this.btn_get_all_log.Size = new System.Drawing.Size(106, 26);
  215. this.btn_get_all_log.TabIndex = 1;
  216. this.btn_get_all_log.Text = "全部记录";
  217. this.btn_get_all_log.UseVisualStyleBackColor = true;
  218. //
  219. // btn_BenumbAllManager
  220. //
  221. this.btn_BenumbAllManager.BackColor = System.Drawing.Color.Transparent;
  222. this.btn_BenumbAllManager.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_BenumbAllManager.BackImg")));
  223. this.btn_BenumbAllManager.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  224. this.btn_BenumbAllManager.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btn_BenumbAllManager.ForeColor = System.Drawing.Color.White;
  226. this.btn_BenumbAllManager.IsCustomBackImg = false;
  227. this.btn_BenumbAllManager.IsShowText = true;
  228. this.btn_BenumbAllManager.Location = new System.Drawing.Point(422, 20);
  229. this.btn_BenumbAllManager.Name = "btn_BenumbAllManager";
  230. this.btn_BenumbAllManager.Size = new System.Drawing.Size(106, 26);
  231. this.btn_BenumbAllManager.TabIndex = 1;
  232. this.btn_BenumbAllManager.Text = "清空权限";
  233. this.btn_BenumbAllManager.UseVisualStyleBackColor = true;
  234. //
  235. // btn_InitMachine
  236. //
  237. this.btn_InitMachine.BackColor = System.Drawing.Color.Transparent;
  238. this.btn_InitMachine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_InitMachine.BackImg")));
  239. this.btn_InitMachine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  240. this.btn_InitMachine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  241. this.btn_InitMachine.ForeColor = System.Drawing.Color.White;
  242. this.btn_InitMachine.IsCustomBackImg = false;
  243. this.btn_InitMachine.IsShowText = true;
  244. this.btn_InitMachine.Location = new System.Drawing.Point(310, 20);
  245. this.btn_InitMachine.Name = "btn_InitMachine";
  246. this.btn_InitMachine.Size = new System.Drawing.Size(106, 26);
  247. this.btn_InitMachine.TabIndex = 1;
  248. this.btn_InitMachine.Text = "初始化";
  249. this.btn_InitMachine.UseVisualStyleBackColor = true;
  250. //
  251. // btn_clear_all_log
  252. //
  253. this.btn_clear_all_log.BackColor = System.Drawing.Color.Transparent;
  254. this.btn_clear_all_log.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_clear_all_log.BackImg")));
  255. this.btn_clear_all_log.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  256. this.btn_clear_all_log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  257. this.btn_clear_all_log.ForeColor = System.Drawing.Color.White;
  258. this.btn_clear_all_log.IsCustomBackImg = false;
  259. this.btn_clear_all_log.IsShowText = true;
  260. this.btn_clear_all_log.Location = new System.Drawing.Point(198, 20);
  261. this.btn_clear_all_log.Name = "btn_clear_all_log";
  262. this.btn_clear_all_log.Size = new System.Drawing.Size(106, 26);
  263. this.btn_clear_all_log.TabIndex = 1;
  264. this.btn_clear_all_log.Text = "清空记录";
  265. this.btn_clear_all_log.UseVisualStyleBackColor = true;
  266. //
  267. // btn_upload_log
  268. //
  269. this.btn_upload_log.BackColor = System.Drawing.Color.Transparent;
  270. this.btn_upload_log.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_upload_log.BackImg")));
  271. this.btn_upload_log.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  272. this.btn_upload_log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  273. this.btn_upload_log.ForeColor = System.Drawing.Color.White;
  274. this.btn_upload_log.IsCustomBackImg = false;
  275. this.btn_upload_log.IsShowText = true;
  276. this.btn_upload_log.Location = new System.Drawing.Point(761, 20);
  277. this.btn_upload_log.Name = "btn_upload_log";
  278. this.btn_upload_log.Size = new System.Drawing.Size(106, 26);
  279. this.btn_upload_log.TabIndex = 1;
  280. this.btn_upload_log.Text = "上传数据";
  281. this.btn_upload_log.UseVisualStyleBackColor = true;
  282. //
  283. // btn_Export
  284. //
  285. this.btn_Export.BackColor = System.Drawing.Color.Transparent;
  286. this.btn_Export.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Export.BackImg")));
  287. this.btn_Export.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  288. this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  289. this.btn_Export.ForeColor = System.Drawing.Color.White;
  290. this.btn_Export.IsCustomBackImg = false;
  291. this.btn_Export.IsShowText = true;
  292. this.btn_Export.Location = new System.Drawing.Point(985, 20);
  293. this.btn_Export.Name = "btn_Export";
  294. this.btn_Export.Size = new System.Drawing.Size(106, 26);
  295. this.btn_Export.TabIndex = 1;
  296. this.btn_Export.Text = "保存数据";
  297. this.btn_Export.UseVisualStyleBackColor = true;
  298. //
  299. // btn_DisConnect
  300. //
  301. this.btn_DisConnect.BackColor = System.Drawing.Color.Transparent;
  302. this.btn_DisConnect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_DisConnect.BackImg")));
  303. this.btn_DisConnect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  304. this.btn_DisConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  305. this.btn_DisConnect.ForeColor = System.Drawing.Color.White;
  306. this.btn_DisConnect.IsCustomBackImg = false;
  307. this.btn_DisConnect.IsShowText = true;
  308. this.btn_DisConnect.Location = new System.Drawing.Point(104, 20);
  309. this.btn_DisConnect.Name = "btn_DisConnect";
  310. this.btn_DisConnect.Size = new System.Drawing.Size(88, 26);
  311. this.btn_DisConnect.TabIndex = 1;
  312. this.btn_DisConnect.Text = "断开设备";
  313. this.btn_DisConnect.UseVisualStyleBackColor = true;
  314. //
  315. // lab_count
  316. //
  317. this.lab_count.AutoSize = true;
  318. this.lab_count.Dock = System.Windows.Forms.DockStyle.Bottom;
  319. this.lab_count.Location = new System.Drawing.Point(0, 533);
  320. this.lab_count.Name = "lab_count";
  321. this.lab_count.Size = new System.Drawing.Size(77, 12);
  322. this.lab_count.TabIndex = 3;
  323. this.lab_count.Text = "记录数:0 条";
  324. //
  325. // mainNotifyIcon
  326. //
  327. this.mainNotifyIcon.ContextMenuStrip = this.mainNotifyContextMenuStrip;
  328. this.mainNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("mainNotifyIcon.Icon")));
  329. this.mainNotifyIcon.Text = "指纹机";
  330. this.mainNotifyIcon.Visible = true;
  331. this.mainNotifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.mainNotifyIcon_MouseDoubleClick);
  332. //
  333. // mainNotifyContextMenuStrip
  334. //
  335. this.mainNotifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  336. this.toolStripMenuItemNormal,
  337. this.toolStripMenuItemAuto,
  338. this.toolStripMenuItemQuit});
  339. this.mainNotifyContextMenuStrip.Name = "mainNotifyContextMenuStrip";
  340. this.mainNotifyContextMenuStrip.Size = new System.Drawing.Size(125, 70);
  341. //
  342. // toolStripMenuItemNormal
  343. //
  344. this.toolStripMenuItemNormal.Name = "toolStripMenuItemNormal";
  345. this.toolStripMenuItemNormal.Size = new System.Drawing.Size(124, 22);
  346. this.toolStripMenuItemNormal.Text = "显示";
  347. this.toolStripMenuItemNormal.Click += new System.EventHandler(this.toolStripMenuItemNormal_Click);
  348. //
  349. // toolStripMenuItemAuto
  350. //
  351. this.toolStripMenuItemAuto.CheckOnClick = true;
  352. this.toolStripMenuItemAuto.Name = "toolStripMenuItemAuto";
  353. this.toolStripMenuItemAuto.Size = new System.Drawing.Size(124, 22);
  354. this.toolStripMenuItemAuto.Text = "开机启动";
  355. this.toolStripMenuItemAuto.Click += new System.EventHandler(this.toolStripMenuItemAuto_Click);
  356. //
  357. // toolStripMenuItemQuit
  358. //
  359. this.toolStripMenuItemQuit.Name = "toolStripMenuItemQuit";
  360. this.toolStripMenuItemQuit.Size = new System.Drawing.Size(124, 22);
  361. this.toolStripMenuItemQuit.Text = "退出";
  362. this.toolStripMenuItemQuit.Click += new System.EventHandler(this.toolStripMenuItemQuit_Click);
  363. //
  364. // Column1
  365. //
  366. this.Column1.HeaderText = "员工工号";
  367. this.Column1.Name = "Column1";
  368. this.Column1.ReadOnly = true;
  369. this.Column1.Width = 150;
  370. //
  371. // Column2
  372. //
  373. this.Column2.HeaderText = "员工姓名";
  374. this.Column2.Name = "Column2";
  375. this.Column2.ReadOnly = true;
  376. this.Column2.Width = 120;
  377. //
  378. // Column3
  379. //
  380. this.Column3.HeaderText = "员工性别";
  381. this.Column3.Name = "Column3";
  382. this.Column3.ReadOnly = true;
  383. //
  384. // Column4
  385. //
  386. this.Column4.HeaderText = "员工指纹";
  387. this.Column4.Name = "Column4";
  388. this.Column4.ReadOnly = true;
  389. //
  390. // Column5
  391. //
  392. this.Column5.HeaderText = "考勤时间";
  393. this.Column5.Name = "Column5";
  394. this.Column5.ReadOnly = true;
  395. this.Column5.Width = 150;
  396. //
  397. // Column6
  398. //
  399. this.Column6.HeaderText = "上传状态";
  400. this.Column6.Name = "Column6";
  401. this.Column6.ReadOnly = true;
  402. //
  403. // frmMain
  404. //
  405. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  406. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  407. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  408. this.ClientSize = new System.Drawing.Size(1103, 610);
  409. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  410. this.IsShowBtnFormMenu = true;
  411. this.Name = "frmMain";
  412. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  413. this.Text = "考勤机";
  414. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  415. this.Load += new System.EventHandler(this.frmMain_Load);
  416. this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged);
  417. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  418. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  419. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  420. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  421. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  422. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  423. this.plExMainContainer.ResumeLayout(false);
  424. this.plExMainContainer.PerformLayout();
  425. this.plFormMainContent.ResumeLayout(false);
  426. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  427. this.groupBox1.ResumeLayout(false);
  428. this.groupBox1.PerformLayout();
  429. this.mainNotifyContextMenuStrip.ResumeLayout(false);
  430. this.ResumeLayout(false);
  431. }
  432. #endregion
  433. private LYFZ.ComponentLibrary.DataGridViewEx dataGridView1;
  434. private LYFZ.ComponentLibrary.ButtonEx btn_Connect;
  435. private LYFZ.ComponentLibrary.GroupBoxEx groupBox1;
  436. private LYFZ.ComponentLibrary.ButtonForm btn_upload_log;
  437. private LYFZ.ComponentLibrary.ButtonForm btn_get_all_log;
  438. private LYFZ.ComponentLibrary.ButtonForm btn_Import;
  439. private LYFZ.ComponentLibrary.ButtonForm btn_Export;
  440. private System.Windows.Forms.Label lab_count;
  441. private LYFZ.ComponentLibrary.ButtonEx btn_DisConnect;
  442. private LYFZ.ComponentLibrary.CheckBoxEx cb_autoupload;
  443. private LYFZ.ComponentLibrary.ButtonForm btn_clear_all_log;
  444. private LYFZ.ComponentLibrary.ButtonForm btn_InitMachine;
  445. private System.Windows.Forms.NotifyIcon mainNotifyIcon;
  446. private System.Windows.Forms.ContextMenuStrip mainNotifyContextMenuStrip;
  447. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemNormal;
  448. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemQuit;
  449. private LYFZ.ComponentLibrary.ButtonForm btn_BenumbAllManager;
  450. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAuto;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  457. }
  458. }