Ingen beskrivning
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 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.未建檔_dgv = New System.Windows.Forms.DataGridView()
  25. Me.未建人事資料表清單_lb = New System.Windows.Forms.Label()
  26. Me.人事資料表清單_lb = New System.Windows.Forms.Label()
  27. Me.在職人員_dgv = New System.Windows.Forms.DataGridView()
  28. Me.相片框_pic = New System.Windows.Forms.PictureBox()
  29. Me.員工編號_lb = New System.Windows.Forms.Label()
  30. Me.員工編號_tb = New System.Windows.Forms.TextBox()
  31. Me.登入姓名_tb = New System.Windows.Forms.TextBox()
  32. Me.系統登入姓名_lb = New System.Windows.Forms.Label()
  33. Me.姓名_tb = New System.Windows.Forms.TextBox()
  34. Me.姓名_lb = New System.Windows.Forms.Label()
  35. Me.入職日期_lb = New System.Windows.Forms.Label()
  36. Me.入職日期_dtp = New System.Windows.Forms.DateTimePicker()
  37. Me.人事資料建檔_bt = New System.Windows.Forms.Button()
  38. Me.人事資料圖片修改存檔_bt = New System.Windows.Forms.Button()
  39. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  40. Me.TextBox7 = New System.Windows.Forms.TextBox()
  41. Me.我的電腦_lb = New System.Windows.Forms.Label()
  42. Me.Button4 = New System.Windows.Forms.Button()
  43. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  44. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  45. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  46. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  47. Me.離職日期_dtp = New System.Windows.Forms.TextBox()
  48. Me.離職日期_lb = New System.Windows.Forms.Label()
  49. Me.人員離職_bt = New System.Windows.Forms.Button()
  50. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  51. Me.日期確定_bt = New System.Windows.Forms.Button()
  52. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  53. Me.在職天數_tb = New System.Windows.Forms.TextBox()
  54. Me.在職天數_lb = New System.Windows.Forms.Label()
  55. CType(Me.未建檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.在職人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.相片框_pic, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.GroupBox1.SuspendLayout()
  59. Me.SuspendLayout()
  60. '
  61. '未建檔_dgv
  62. '
  63. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  64. Me.未建檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  65. Me.未建檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  66. Me.未建檔_dgv.BackgroundColor = System.Drawing.Color.White
  67. Me.未建檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  68. Me.未建檔_dgv.Location = New System.Drawing.Point(4, 22)
  69. Me.未建檔_dgv.Name = "未建檔_dgv"
  70. Me.未建檔_dgv.RowHeadersWidth = 5
  71. Me.未建檔_dgv.RowTemplate.Height = 24
  72. Me.未建檔_dgv.Size = New System.Drawing.Size(175, 162)
  73. Me.未建檔_dgv.TabIndex = 22
  74. '
  75. '未建人事資料表清單_lb
  76. '
  77. Me.未建人事資料表清單_lb.AutoSize = True
  78. Me.未建人事資料表清單_lb.Location = New System.Drawing.Point(4, 3)
  79. Me.未建人事資料表清單_lb.Name = "未建人事資料表清單_lb"
  80. Me.未建人事資料表清單_lb.Size = New System.Drawing.Size(115, 16)
  81. Me.未建人事資料表清單_lb.TabIndex = 23
  82. Me.未建人事資料表清單_lb.Text = "未建人事資料表清單"
  83. '
  84. '人事資料表清單_lb
  85. '
  86. Me.人事資料表清單_lb.AutoSize = True
  87. Me.人事資料表清單_lb.Location = New System.Drawing.Point(4, 186)
  88. Me.人事資料表清單_lb.Name = "人事資料表清單_lb"
  89. Me.人事資料表清單_lb.Size = New System.Drawing.Size(91, 16)
  90. Me.人事資料表清單_lb.TabIndex = 25
  91. Me.人事資料表清單_lb.Text = "人事資料表清單"
  92. '
  93. '在職人員_dgv
  94. '
  95. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  96. Me.在職人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  97. Me.在職人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  98. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  99. Me.在職人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  100. Me.在職人員_dgv.BackgroundColor = System.Drawing.Color.White
  101. Me.在職人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  102. Me.在職人員_dgv.Location = New System.Drawing.Point(4, 205)
  103. Me.在職人員_dgv.Name = "在職人員_dgv"
  104. Me.在職人員_dgv.RowHeadersWidth = 5
  105. Me.在職人員_dgv.RowTemplate.Height = 24
  106. Me.在職人員_dgv.Size = New System.Drawing.Size(175, 473)
  107. Me.在職人員_dgv.TabIndex = 24
  108. '
  109. '相片框_pic
  110. '
  111. Me.相片框_pic.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  112. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  113. Me.相片框_pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  114. Me.相片框_pic.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  115. Me.相片框_pic.Location = New System.Drawing.Point(183, 54)
  116. Me.相片框_pic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  117. Me.相片框_pic.Name = "相片框_pic"
  118. Me.相片框_pic.Size = New System.Drawing.Size(563, 625)
  119. Me.相片框_pic.TabIndex = 575
  120. Me.相片框_pic.TabStop = False
  121. '
  122. '員工編號_lb
  123. '
  124. Me.員工編號_lb.AutoSize = True
  125. Me.員工編號_lb.Location = New System.Drawing.Point(182, 5)
  126. Me.員工編號_lb.Name = "員工編號_lb"
  127. Me.員工編號_lb.Size = New System.Drawing.Size(55, 16)
  128. Me.員工編號_lb.TabIndex = 576
  129. Me.員工編號_lb.Text = "員工編號"
  130. '
  131. '員工編號_tb
  132. '
  133. Me.員工編號_tb.Location = New System.Drawing.Point(237, 2)
  134. Me.員工編號_tb.Name = "員工編號_tb"
  135. Me.員工編號_tb.Size = New System.Drawing.Size(100, 23)
  136. Me.員工編號_tb.TabIndex = 577
  137. '
  138. '登入姓名_tb
  139. '
  140. Me.登入姓名_tb.Location = New System.Drawing.Point(419, 2)
  141. Me.登入姓名_tb.Name = "登入姓名_tb"
  142. Me.登入姓名_tb.Size = New System.Drawing.Size(99, 23)
  143. Me.登入姓名_tb.TabIndex = 579
  144. '
  145. '系統登入姓名_lb
  146. '
  147. Me.系統登入姓名_lb.AutoSize = True
  148. Me.系統登入姓名_lb.Location = New System.Drawing.Point(339, 5)
  149. Me.系統登入姓名_lb.Name = "系統登入姓名_lb"
  150. Me.系統登入姓名_lb.Size = New System.Drawing.Size(79, 16)
  151. Me.系統登入姓名_lb.TabIndex = 578
  152. Me.系統登入姓名_lb.Text = "系統登入姓名"
  153. '
  154. '姓名_tb
  155. '
  156. Me.姓名_tb.Location = New System.Drawing.Point(237, 27)
  157. Me.姓名_tb.Name = "姓名_tb"
  158. Me.姓名_tb.Size = New System.Drawing.Size(100, 23)
  159. Me.姓名_tb.TabIndex = 581
  160. '
  161. '姓名_lb
  162. '
  163. Me.姓名_lb.AutoSize = True
  164. Me.姓名_lb.Location = New System.Drawing.Point(185, 30)
  165. Me.姓名_lb.Name = "姓名_lb"
  166. Me.姓名_lb.Size = New System.Drawing.Size(31, 16)
  167. Me.姓名_lb.TabIndex = 580
  168. Me.姓名_lb.Text = "姓名"
  169. '
  170. '入職日期_lb
  171. '
  172. Me.入職日期_lb.AutoSize = True
  173. Me.入職日期_lb.Location = New System.Drawing.Point(358, 30)
  174. Me.入職日期_lb.Name = "入職日期_lb"
  175. Me.入職日期_lb.Size = New System.Drawing.Size(55, 16)
  176. Me.入職日期_lb.TabIndex = 582
  177. Me.入職日期_lb.Text = "入職日期"
  178. '
  179. '入職日期_dtp
  180. '
  181. Me.入職日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  182. Me.入職日期_dtp.Location = New System.Drawing.Point(420, 27)
  183. Me.入職日期_dtp.Name = "入職日期_dtp"
  184. Me.入職日期_dtp.Size = New System.Drawing.Size(98, 23)
  185. Me.入職日期_dtp.TabIndex = 583
  186. '
  187. '人事資料建檔_bt
  188. '
  189. Me.人事資料建檔_bt.Location = New System.Drawing.Point(644, 0)
  190. Me.人事資料建檔_bt.Name = "人事資料建檔_bt"
  191. Me.人事資料建檔_bt.Size = New System.Drawing.Size(102, 26)
  192. Me.人事資料建檔_bt.TabIndex = 584
  193. Me.人事資料建檔_bt.Text = "人事資料建檔"
  194. Me.人事資料建檔_bt.UseVisualStyleBackColor = True
  195. '
  196. '人事資料圖片修改存檔_bt
  197. '
  198. Me.人事資料圖片修改存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  199. Me.人事資料圖片修改存檔_bt.ForeColor = System.Drawing.Color.Green
  200. Me.人事資料圖片修改存檔_bt.Location = New System.Drawing.Point(1201, 2)
  201. Me.人事資料圖片修改存檔_bt.Name = "人事資料圖片修改存檔_bt"
  202. Me.人事資料圖片修改存檔_bt.Size = New System.Drawing.Size(143, 24)
  203. Me.人事資料圖片修改存檔_bt.TabIndex = 601
  204. Me.人事資料圖片修改存檔_bt.Text = "人事資料圖片修改存檔"
  205. Me.人事資料圖片修改存檔_bt.UseVisualStyleBackColor = True
  206. '
  207. 'WebBrowser2
  208. '
  209. Me.WebBrowser2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  210. Or System.Windows.Forms.AnchorStyles.Left) _
  211. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  212. Me.WebBrowser2.Location = New System.Drawing.Point(752, 29)
  213. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  214. Me.WebBrowser2.Name = "WebBrowser2"
  215. Me.WebBrowser2.Size = New System.Drawing.Size(592, 618)
  216. Me.WebBrowser2.TabIndex = 598
  217. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  218. '
  219. 'TextBox7
  220. '
  221. Me.TextBox7.AllowDrop = True
  222. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  223. Me.TextBox7.Location = New System.Drawing.Point(965, 2)
  224. Me.TextBox7.Multiline = True
  225. Me.TextBox7.Name = "TextBox7"
  226. Me.TextBox7.Size = New System.Drawing.Size(184, 23)
  227. Me.TextBox7.TabIndex = 597
  228. '
  229. '我的電腦_lb
  230. '
  231. Me.我的電腦_lb.AutoSize = True
  232. Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.我的電腦_lb.Location = New System.Drawing.Point(748, 2)
  234. Me.我的電腦_lb.Name = "我的電腦_lb"
  235. Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
  236. Me.我的電腦_lb.TabIndex = 596
  237. Me.我的電腦_lb.Text = "我的電腦"
  238. '
  239. 'Button4
  240. '
  241. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.Button4.ForeColor = System.Drawing.Color.Blue
  243. Me.Button4.Location = New System.Drawing.Point(840, 2)
  244. Me.Button4.Name = "Button4"
  245. Me.Button4.Size = New System.Drawing.Size(119, 24)
  246. Me.Button4.TabIndex = 595
  247. Me.Button4.Text = "讀取料夾路徑"
  248. Me.Button4.UseVisualStyleBackColor = True
  249. '
  250. '檔案名稱_lb
  251. '
  252. Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  253. Me.檔案名稱_lb.AutoSize = True
  254. Me.檔案名稱_lb.Location = New System.Drawing.Point(753, 657)
  255. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  256. Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16)
  257. Me.檔案名稱_lb.TabIndex = 594
  258. Me.檔案名稱_lb.Text = "檔案名稱"
  259. '
  260. '檔案名稱_tb
  261. '
  262. Me.檔案名稱_tb.AllowDrop = True
  263. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  264. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  265. Me.檔案名稱_tb.Location = New System.Drawing.Point(815, 654)
  266. Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  267. Me.檔案名稱_tb.Multiline = True
  268. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  269. Me.檔案名稱_tb.Size = New System.Drawing.Size(529, 23)
  270. Me.檔案名稱_tb.TabIndex = 593
  271. '
  272. 'SaveFileDialog1
  273. '
  274. Me.SaveFileDialog1.DefaultExt = "jpg"
  275. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  276. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  277. '
  278. '離職日期_dtp
  279. '
  280. Me.離職日期_dtp.Location = New System.Drawing.Point(586, 27)
  281. Me.離職日期_dtp.Name = "離職日期_dtp"
  282. Me.離職日期_dtp.Size = New System.Drawing.Size(56, 23)
  283. Me.離職日期_dtp.TabIndex = 604
  284. '
  285. '離職日期_lb
  286. '
  287. Me.離職日期_lb.AutoSize = True
  288. Me.離職日期_lb.Location = New System.Drawing.Point(524, 30)
  289. Me.離職日期_lb.Name = "離職日期_lb"
  290. Me.離職日期_lb.Size = New System.Drawing.Size(55, 16)
  291. Me.離職日期_lb.TabIndex = 603
  292. Me.離職日期_lb.Text = "離職日期"
  293. '
  294. '人員離職_bt
  295. '
  296. Me.人員離職_bt.Location = New System.Drawing.Point(644, 25)
  297. Me.人員離職_bt.Name = "人員離職_bt"
  298. Me.人員離職_bt.Size = New System.Drawing.Size(102, 26)
  299. Me.人員離職_bt.TabIndex = 605
  300. Me.人員離職_bt.Text = "人員離職"
  301. Me.人員離職_bt.UseVisualStyleBackColor = True
  302. '
  303. 'GroupBox1
  304. '
  305. Me.GroupBox1.Controls.Add(Me.日期確定_bt)
  306. Me.GroupBox1.Controls.Add(Me.DateTimePicker2)
  307. Me.GroupBox1.Location = New System.Drawing.Point(380, 135)
  308. Me.GroupBox1.Name = "GroupBox1"
  309. Me.GroupBox1.Size = New System.Drawing.Size(200, 49)
  310. Me.GroupBox1.TabIndex = 606
  311. Me.GroupBox1.TabStop = False
  312. Me.GroupBox1.Text = "離職日期確認"
  313. '
  314. '日期確定_bt
  315. '
  316. Me.日期確定_bt.Location = New System.Drawing.Point(107, 21)
  317. Me.日期確定_bt.Name = "日期確定_bt"
  318. Me.日期確定_bt.Size = New System.Drawing.Size(84, 23)
  319. Me.日期確定_bt.TabIndex = 606
  320. Me.日期確定_bt.Text = "日期確認"
  321. Me.日期確定_bt.UseVisualStyleBackColor = True
  322. '
  323. 'DateTimePicker2
  324. '
  325. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  326. Me.DateTimePicker2.Location = New System.Drawing.Point(6, 22)
  327. Me.DateTimePicker2.Name = "DateTimePicker2"
  328. Me.DateTimePicker2.Size = New System.Drawing.Size(98, 23)
  329. Me.DateTimePicker2.TabIndex = 584
  330. '
  331. '在職天數_tb
  332. '
  333. Me.在職天數_tb.Location = New System.Drawing.Point(586, 2)
  334. Me.在職天數_tb.Name = "在職天數_tb"
  335. Me.在職天數_tb.Size = New System.Drawing.Size(56, 23)
  336. Me.在職天數_tb.TabIndex = 608
  337. '
  338. '在職天數_lb
  339. '
  340. Me.在職天數_lb.AutoSize = True
  341. Me.在職天數_lb.Location = New System.Drawing.Point(524, 5)
  342. Me.在職天數_lb.Name = "在職天數_lb"
  343. Me.在職天數_lb.Size = New System.Drawing.Size(55, 16)
  344. Me.在職天數_lb.TabIndex = 607
  345. Me.在職天數_lb.Text = "在職天數"
  346. '
  347. '人員入職資料表
  348. '
  349. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  350. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  351. Me.ClientSize = New System.Drawing.Size(1349, 681)
  352. Me.Controls.Add(Me.在職天數_tb)
  353. Me.Controls.Add(Me.在職天數_lb)
  354. Me.Controls.Add(Me.GroupBox1)
  355. Me.Controls.Add(Me.人員離職_bt)
  356. Me.Controls.Add(Me.離職日期_dtp)
  357. Me.Controls.Add(Me.離職日期_lb)
  358. Me.Controls.Add(Me.人事資料圖片修改存檔_bt)
  359. Me.Controls.Add(Me.WebBrowser2)
  360. Me.Controls.Add(Me.TextBox7)
  361. Me.Controls.Add(Me.我的電腦_lb)
  362. Me.Controls.Add(Me.Button4)
  363. Me.Controls.Add(Me.檔案名稱_lb)
  364. Me.Controls.Add(Me.檔案名稱_tb)
  365. Me.Controls.Add(Me.人事資料建檔_bt)
  366. Me.Controls.Add(Me.入職日期_dtp)
  367. Me.Controls.Add(Me.入職日期_lb)
  368. Me.Controls.Add(Me.姓名_tb)
  369. Me.Controls.Add(Me.姓名_lb)
  370. Me.Controls.Add(Me.登入姓名_tb)
  371. Me.Controls.Add(Me.系統登入姓名_lb)
  372. Me.Controls.Add(Me.員工編號_tb)
  373. Me.Controls.Add(Me.員工編號_lb)
  374. Me.Controls.Add(Me.相片框_pic)
  375. Me.Controls.Add(Me.人事資料表清單_lb)
  376. Me.Controls.Add(Me.在職人員_dgv)
  377. Me.Controls.Add(Me.未建人事資料表清單_lb)
  378. Me.Controls.Add(Me.未建檔_dgv)
  379. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  381. Me.Name = "人員入職資料表"
  382. Me.Text = "人員入職資料表"
  383. CType(Me.未建檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  384. CType(Me.在職人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  385. CType(Me.相片框_pic, System.ComponentModel.ISupportInitialize).EndInit()
  386. Me.GroupBox1.ResumeLayout(False)
  387. Me.ResumeLayout(False)
  388. Me.PerformLayout()
  389. End Sub
  390. Friend WithEvents 未建檔_dgv As DataGridView
  391. Friend WithEvents 未建人事資料表清單_lb As Label
  392. Friend WithEvents 人事資料表清單_lb As Label
  393. Friend WithEvents 在職人員_dgv As DataGridView
  394. Friend WithEvents 相片框_pic As PictureBox
  395. Friend WithEvents 員工編號_lb As Label
  396. Friend WithEvents 員工編號_tb As TextBox
  397. Friend WithEvents 登入姓名_tb As TextBox
  398. Friend WithEvents 系統登入姓名_lb As Label
  399. Friend WithEvents 姓名_tb As TextBox
  400. Friend WithEvents 姓名_lb As Label
  401. Friend WithEvents 入職日期_lb As Label
  402. Friend WithEvents 入職日期_dtp As DateTimePicker
  403. Friend WithEvents 人事資料建檔_bt As Button
  404. Friend WithEvents 人事資料圖片修改存檔_bt As Button
  405. Friend WithEvents WebBrowser2 As WebBrowser
  406. Friend WithEvents TextBox7 As TextBox
  407. Friend WithEvents 我的電腦_lb As Label
  408. Friend WithEvents Button4 As Button
  409. Friend WithEvents 檔案名稱_lb As Label
  410. Friend WithEvents 檔案名稱_tb As TextBox
  411. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  412. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  413. Friend WithEvents 離職日期_dtp As TextBox
  414. Friend WithEvents 離職日期_lb As Label
  415. Friend WithEvents 人員離職_bt As Button
  416. Friend WithEvents GroupBox1 As GroupBox
  417. Friend WithEvents 日期確定_bt As Button
  418. Friend WithEvents DateTimePicker2 As DateTimePicker
  419. Friend WithEvents 在職天數_tb As TextBox
  420. Friend WithEvents 在職天數_lb As Label
  421. End Class