설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

員工手機考勤驗證管理.Designer.vb 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 員工手機考勤驗證管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Me.計算分流 = New System.Windows.Forms.Timer(Me.components)
  33. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  34. Me.不鎖定_ch = New System.Windows.Forms.CheckBox()
  35. Me.確認新增_bt = New System.Windows.Forms.Button()
  36. Me.獨立打卡_ch = New System.Windows.Forms.CheckBox()
  37. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  38. Me.驗證碼_lb = New System.Windows.Forms.Label()
  39. Me.職稱1_cb = New System.Windows.Forms.TextBox()
  40. Me.姓名_tb = New System.Windows.Forms.TextBox()
  41. Me.帳號_tb = New System.Windows.Forms.TextBox()
  42. Me.帳號_lb = New System.Windows.Forms.Label()
  43. Me.職稱_lb = New System.Windows.Forms.Label()
  44. Me.新增_bt = New System.Windows.Forms.Button()
  45. Me.刪除_bt = New System.Windows.Forms.Button()
  46. Me.查詢_bt = New System.Windows.Forms.Button()
  47. Me.Panel1 = New System.Windows.Forms.Panel()
  48. Me.清單2_dgv = New System.Windows.Forms.DataGridView()
  49. Me.離職_bt = New System.Windows.Forms.Button()
  50. Me.在職_bt = New System.Windows.Forms.Button()
  51. Me.語轉扭_bt = New System.Windows.Forms.Button()
  52. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  53. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  54. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  55. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  56. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  57. Me.姓名_lb = New System.Windows.Forms.Label()
  58. Me.驗證_dgv = New System.Windows.Forms.DataGridView()
  59. Me.Panel1.SuspendLayout()
  60. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.驗證_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  64. Me.SuspendLayout()
  65. '
  66. '計算分流
  67. '
  68. '
  69. 'ToolTip1
  70. '
  71. Me.ToolTip1.AutoPopDelay = 5000
  72. Me.ToolTip1.InitialDelay = 500
  73. Me.ToolTip1.IsBalloon = True
  74. Me.ToolTip1.ReshowDelay = 100
  75. Me.ToolTip1.ToolTipTitle = "illustrate"
  76. '
  77. '不鎖定_ch
  78. '
  79. Me.不鎖定_ch.AutoSize = True
  80. Me.不鎖定_ch.Location = New System.Drawing.Point(852, 28)
  81. Me.不鎖定_ch.Name = "不鎖定_ch"
  82. Me.不鎖定_ch.Size = New System.Drawing.Size(62, 20)
  83. Me.不鎖定_ch.TabIndex = 1946
  84. Me.不鎖定_ch.Text = "不鎖定"
  85. Me.不鎖定_ch.UseVisualStyleBackColor = True
  86. '
  87. '確認新增_bt
  88. '
  89. Me.確認新增_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  90. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  91. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.確認新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  93. Me.確認新增_bt.Location = New System.Drawing.Point(417, 1)
  94. Me.確認新增_bt.Name = "確認新增_bt"
  95. Me.確認新增_bt.Size = New System.Drawing.Size(50, 50)
  96. Me.確認新增_bt.TabIndex = 1934
  97. Me.確認新增_bt.UseVisualStyleBackColor = True
  98. '
  99. '獨立打卡_ch
  100. '
  101. Me.獨立打卡_ch.AutoSize = True
  102. Me.獨立打卡_ch.Location = New System.Drawing.Point(852, 4)
  103. Me.獨立打卡_ch.Name = "獨立打卡_ch"
  104. Me.獨立打卡_ch.Size = New System.Drawing.Size(86, 20)
  105. Me.獨立打卡_ch.TabIndex = 1945
  106. Me.獨立打卡_ch.Text = "無主機打卡"
  107. Me.獨立打卡_ch.UseVisualStyleBackColor = True
  108. '
  109. '驗證碼_tb
  110. '
  111. Me.驗證碼_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.驗證碼_tb.Location = New System.Drawing.Point(734, 27)
  113. Me.驗證碼_tb.Name = "驗證碼_tb"
  114. Me.驗證碼_tb.Size = New System.Drawing.Size(114, 22)
  115. Me.驗證碼_tb.TabIndex = 1943
  116. '
  117. '驗證碼_lb
  118. '
  119. Me.驗證碼_lb.AutoEllipsis = True
  120. Me.驗證碼_lb.BackColor = System.Drawing.Color.Transparent
  121. Me.驗證碼_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  122. Me.驗證碼_lb.Location = New System.Drawing.Point(676, 29)
  123. Me.驗證碼_lb.Name = "驗證碼_lb"
  124. Me.驗證碼_lb.Size = New System.Drawing.Size(57, 20)
  125. Me.驗證碼_lb.TabIndex = 1944
  126. Me.驗證碼_lb.Text = "驗 證 碼"
  127. Me.驗證碼_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  128. Me.驗證碼_lb.UseMnemonic = False
  129. '
  130. '職稱1_cb
  131. '
  132. Me.職稱1_cb.BackColor = System.Drawing.Color.White
  133. Me.職稱1_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  134. Me.職稱1_cb.Location = New System.Drawing.Point(535, 2)
  135. Me.職稱1_cb.Name = "職稱1_cb"
  136. Me.職稱1_cb.ReadOnly = True
  137. Me.職稱1_cb.Size = New System.Drawing.Size(135, 22)
  138. Me.職稱1_cb.TabIndex = 1942
  139. '
  140. '姓名_tb
  141. '
  142. Me.姓名_tb.BackColor = System.Drawing.Color.White
  143. Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.姓名_tb.Location = New System.Drawing.Point(535, 27)
  145. Me.姓名_tb.Name = "姓名_tb"
  146. Me.姓名_tb.ReadOnly = True
  147. Me.姓名_tb.Size = New System.Drawing.Size(135, 22)
  148. Me.姓名_tb.TabIndex = 1937
  149. '
  150. '帳號_tb
  151. '
  152. Me.帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  153. Me.帳號_tb.Location = New System.Drawing.Point(734, 2)
  154. Me.帳號_tb.Name = "帳號_tb"
  155. Me.帳號_tb.ReadOnly = True
  156. Me.帳號_tb.Size = New System.Drawing.Size(114, 22)
  157. Me.帳號_tb.TabIndex = 1938
  158. '
  159. '帳號_lb
  160. '
  161. Me.帳號_lb.AutoEllipsis = True
  162. Me.帳號_lb.BackColor = System.Drawing.Color.Transparent
  163. Me.帳號_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.帳號_lb.Location = New System.Drawing.Point(676, 4)
  165. Me.帳號_lb.Name = "帳號_lb"
  166. Me.帳號_lb.Size = New System.Drawing.Size(57, 20)
  167. Me.帳號_lb.TabIndex = 1940
  168. Me.帳號_lb.Text = "帳 號"
  169. Me.帳號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  170. Me.帳號_lb.UseMnemonic = False
  171. '
  172. '職稱_lb
  173. '
  174. Me.職稱_lb.AutoEllipsis = True
  175. Me.職稱_lb.BackColor = System.Drawing.Color.Transparent
  176. Me.職稱_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  177. Me.職稱_lb.Location = New System.Drawing.Point(464, 4)
  178. Me.職稱_lb.Name = "職稱_lb"
  179. Me.職稱_lb.Size = New System.Drawing.Size(67, 20)
  180. Me.職稱_lb.TabIndex = 1941
  181. Me.職稱_lb.Text = "職 稱"
  182. Me.職稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  183. Me.職稱_lb.UseMnemonic = False
  184. '
  185. '新增_bt
  186. '
  187. Me.新增_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.add_2
  188. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  189. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  191. Me.新增_bt.Location = New System.Drawing.Point(367, 1)
  192. Me.新增_bt.Name = "新增_bt"
  193. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  194. Me.新增_bt.TabIndex = 1936
  195. Me.新增_bt.UseVisualStyleBackColor = True
  196. '
  197. '刪除_bt
  198. '
  199. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  200. Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  201. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  202. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  203. Me.刪除_bt.Location = New System.Drawing.Point(943, 2)
  204. Me.刪除_bt.Name = "刪除_bt"
  205. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  206. Me.刪除_bt.TabIndex = 1935
  207. Me.刪除_bt.UseVisualStyleBackColor = True
  208. '
  209. '查詢_bt
  210. '
  211. Me.查詢_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Search
  212. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  213. Me.查詢_bt.Location = New System.Drawing.Point(311, 1)
  214. Me.查詢_bt.Name = "查詢_bt"
  215. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  216. Me.查詢_bt.TabIndex = 1933
  217. Me.查詢_bt.UseVisualStyleBackColor = True
  218. '
  219. 'Panel1
  220. '
  221. Me.Panel1.Controls.Add(Me.清單2_dgv)
  222. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  223. Me.Panel1.Controls.Add(Me.大間距1_ch)
  224. Me.Panel1.Controls.Add(Me.小間距1_ch)
  225. Me.Panel1.Controls.Add(Me.中間距1_ch)
  226. Me.Panel1.Location = New System.Drawing.Point(450, 150)
  227. Me.Panel1.Name = "Panel1"
  228. Me.Panel1.Size = New System.Drawing.Size(368, 415)
  229. Me.Panel1.TabIndex = 1931
  230. '
  231. '清單2_dgv
  232. '
  233. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  234. Me.清單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  235. Me.清單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  236. Me.清單2_dgv.BackgroundColor = System.Drawing.Color.White
  237. Me.清單2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  238. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  239. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  240. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  242. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  243. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  244. Me.清單2_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  245. Me.清單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  246. Me.清單2_dgv.Location = New System.Drawing.Point(3, 3)
  247. Me.清單2_dgv.Name = "清單2_dgv"
  248. Me.清單2_dgv.RowHeadersWidth = 5
  249. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  250. Me.清單2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  251. Me.清單2_dgv.RowTemplate.Height = 24
  252. Me.清單2_dgv.Size = New System.Drawing.Size(217, 366)
  253. Me.清單2_dgv.TabIndex = 1886
  254. '
  255. '離職_bt
  256. '
  257. Me.離職_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  258. Me.離職_bt.ForeColor = System.Drawing.Color.Black
  259. Me.離職_bt.Location = New System.Drawing.Point(83, 2)
  260. Me.離職_bt.Name = "離職_bt"
  261. Me.離職_bt.Size = New System.Drawing.Size(81, 25)
  262. Me.離職_bt.TabIndex = 1929
  263. Me.離職_bt.Text = "離職"
  264. Me.離職_bt.UseVisualStyleBackColor = True
  265. '
  266. '在職_bt
  267. '
  268. Me.在職_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.在職_bt.ForeColor = System.Drawing.Color.Black
  270. Me.在職_bt.Location = New System.Drawing.Point(2, 2)
  271. Me.在職_bt.Name = "在職_bt"
  272. Me.在職_bt.Size = New System.Drawing.Size(81, 25)
  273. Me.在職_bt.TabIndex = 1928
  274. Me.在職_bt.Text = "在職"
  275. Me.在職_bt.UseVisualStyleBackColor = True
  276. '
  277. '語轉扭_bt
  278. '
  279. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  281. Me.語轉扭_bt.Location = New System.Drawing.Point(226, 3)
  282. Me.語轉扭_bt.Name = "語轉扭_bt"
  283. Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
  284. Me.語轉扭_bt.TabIndex = 1927
  285. Me.語轉扭_bt.Text = "L"
  286. Me.語轉扭_bt.UseVisualStyleBackColor = True
  287. '
  288. '大間距1_ch
  289. '
  290. Me.大間距1_ch.AutoSize = True
  291. Me.大間距1_ch.BackColor = System.Drawing.Color.Transparent
  292. Me.大間距1_ch.Location = New System.Drawing.Point(324, 36)
  293. Me.大間距1_ch.Name = "大間距1_ch"
  294. Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
  295. Me.大間距1_ch.TabIndex = 1926
  296. Me.大間距1_ch.Text = "L3"
  297. Me.大間距1_ch.UseVisualStyleBackColor = False
  298. '
  299. '中間距1_ch
  300. '
  301. Me.中間距1_ch.AutoSize = True
  302. Me.中間距1_ch.BackColor = System.Drawing.Color.Transparent
  303. Me.中間距1_ch.Location = New System.Drawing.Point(279, 36)
  304. Me.中間距1_ch.Name = "中間距1_ch"
  305. Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
  306. Me.中間距1_ch.TabIndex = 1925
  307. Me.中間距1_ch.Text = "L2"
  308. Me.中間距1_ch.UseVisualStyleBackColor = False
  309. '
  310. '小間距1_ch
  311. '
  312. Me.小間距1_ch.AutoSize = True
  313. Me.小間距1_ch.BackColor = System.Drawing.Color.Transparent
  314. Me.小間距1_ch.Location = New System.Drawing.Point(233, 36)
  315. Me.小間距1_ch.Name = "小間距1_ch"
  316. Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
  317. Me.小間距1_ch.TabIndex = 1924
  318. Me.小間距1_ch.Text = "L1"
  319. Me.小間距1_ch.UseVisualStyleBackColor = False
  320. '
  321. '清單1_dgv
  322. '
  323. Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  324. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  325. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  326. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  327. Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  328. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  329. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
  330. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  331. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  332. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  333. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  334. Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
  335. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  336. Me.清單1_dgv.Location = New System.Drawing.Point(2, 28)
  337. Me.清單1_dgv.Name = "清單1_dgv"
  338. Me.清單1_dgv.RowHeadersWidth = 5
  339. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  340. Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  341. Me.清單1_dgv.RowTemplate.Height = 24
  342. Me.清單1_dgv.Size = New System.Drawing.Size(308, 631)
  343. Me.清單1_dgv.TabIndex = 1922
  344. '
  345. '清單_dgv
  346. '
  347. Me.清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  348. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  349. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  350. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  351. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  352. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  353. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
  354. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  356. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  357. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  358. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
  359. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  360. Me.清單_dgv.Location = New System.Drawing.Point(2, 28)
  361. Me.清單_dgv.Name = "清單_dgv"
  362. Me.清單_dgv.RowHeadersWidth = 5
  363. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  364. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
  365. Me.清單_dgv.RowTemplate.Height = 24
  366. Me.清單_dgv.Size = New System.Drawing.Size(308, 631)
  367. Me.清單_dgv.TabIndex = 1923
  368. '
  369. '姓名_lb
  370. '
  371. Me.姓名_lb.AutoEllipsis = True
  372. Me.姓名_lb.BackColor = System.Drawing.Color.Transparent
  373. Me.姓名_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  374. Me.姓名_lb.Location = New System.Drawing.Point(465, 30)
  375. Me.姓名_lb.Name = "姓名_lb"
  376. Me.姓名_lb.Size = New System.Drawing.Size(67, 20)
  377. Me.姓名_lb.TabIndex = 1939
  378. Me.姓名_lb.Text = "姓 名"
  379. Me.姓名_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  380. Me.姓名_lb.UseMnemonic = False
  381. '
  382. '驗證_dgv
  383. '
  384. Me.驗證_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  385. Or System.Windows.Forms.AnchorStyles.Left) _
  386. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  387. Me.驗證_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  388. Me.驗證_dgv.BackgroundColor = System.Drawing.Color.White
  389. Me.驗證_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  390. Me.驗證_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  391. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  392. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  393. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  394. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  395. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  396. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  397. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  398. Me.驗證_dgv.DefaultCellStyle = DataGridViewCellStyle8
  399. Me.驗證_dgv.Location = New System.Drawing.Point(311, 52)
  400. Me.驗證_dgv.Name = "驗證_dgv"
  401. Me.驗證_dgv.RowHeadersWidth = 5
  402. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  403. Me.驗證_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
  404. Me.驗證_dgv.RowTemplate.Height = 24
  405. Me.驗證_dgv.Size = New System.Drawing.Size(682, 607)
  406. Me.驗證_dgv.TabIndex = 1932
  407. '
  408. '員工手機考勤驗證管理
  409. '
  410. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  411. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  412. Me.ClientSize = New System.Drawing.Size(996, 660)
  413. Me.Controls.Add(Me.不鎖定_ch)
  414. Me.Controls.Add(Me.確認新增_bt)
  415. Me.Controls.Add(Me.獨立打卡_ch)
  416. Me.Controls.Add(Me.驗證碼_tb)
  417. Me.Controls.Add(Me.驗證碼_lb)
  418. Me.Controls.Add(Me.職稱1_cb)
  419. Me.Controls.Add(Me.姓名_tb)
  420. Me.Controls.Add(Me.帳號_tb)
  421. Me.Controls.Add(Me.帳號_lb)
  422. Me.Controls.Add(Me.職稱_lb)
  423. Me.Controls.Add(Me.新增_bt)
  424. Me.Controls.Add(Me.刪除_bt)
  425. Me.Controls.Add(Me.查詢_bt)
  426. Me.Controls.Add(Me.Panel1)
  427. Me.Controls.Add(Me.離職_bt)
  428. Me.Controls.Add(Me.在職_bt)
  429. Me.Controls.Add(Me.清單1_dgv)
  430. Me.Controls.Add(Me.清單_dgv)
  431. Me.Controls.Add(Me.姓名_lb)
  432. Me.Controls.Add(Me.驗證_dgv)
  433. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  434. Me.Margin = New System.Windows.Forms.Padding(4)
  435. Me.Name = "員工手機考勤驗證管理"
  436. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  437. Me.Text = "員工手機考勤驗證管理"
  438. Me.Panel1.ResumeLayout(False)
  439. Me.Panel1.PerformLayout()
  440. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  441. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  442. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  443. CType(Me.驗證_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  444. Me.ResumeLayout(False)
  445. Me.PerformLayout()
  446. End Sub
  447. Friend WithEvents 計算分流 As Timer
  448. Friend WithEvents ToolTip1 As ToolTip
  449. Friend WithEvents 不鎖定_ch As CheckBox
  450. Friend WithEvents 確認新增_bt As Button
  451. Friend WithEvents 獨立打卡_ch As CheckBox
  452. Friend WithEvents 驗證碼_tb As TextBox
  453. Friend WithEvents 驗證碼_lb As Label
  454. Friend WithEvents 職稱1_cb As TextBox
  455. Friend WithEvents 姓名_tb As TextBox
  456. Friend WithEvents 帳號_tb As TextBox
  457. Friend WithEvents 帳號_lb As Label
  458. Friend WithEvents 職稱_lb As Label
  459. Friend WithEvents 新增_bt As Button
  460. Friend WithEvents 刪除_bt As Button
  461. Friend WithEvents 查詢_bt As Button
  462. Friend WithEvents Panel1 As Panel
  463. Friend WithEvents 清單2_dgv As DataGridView
  464. Friend WithEvents 離職_bt As Button
  465. Friend WithEvents 在職_bt As Button
  466. Friend WithEvents 語轉扭_bt As Button
  467. Friend WithEvents 大間距1_ch As CheckBox
  468. Friend WithEvents 中間距1_ch As CheckBox
  469. Friend WithEvents 小間距1_ch As CheckBox
  470. Friend WithEvents 清單1_dgv As DataGridView
  471. Friend WithEvents 清單_dgv As DataGridView
  472. Friend WithEvents 姓名_lb As Label
  473. Friend WithEvents 驗證_dgv As DataGridView
  474. End Class