설명 없음
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 23KB

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