Nessuna descrizione
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.

系統編碼原則_1.Designer.vb 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 系統編碼原則_1
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.Label3 = New System.Windows.Forms.Label()
  26. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  27. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  28. Me.Button7 = New System.Windows.Forms.Button()
  29. Me.Label5 = New System.Windows.Forms.Label()
  30. Me.Button8 = New System.Windows.Forms.Button()
  31. Me.Button9 = New System.Windows.Forms.Button()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. Me.GroupBox10 = New System.Windows.Forms.GroupBox()
  34. Me.TextBox21 = New System.Windows.Forms.TextBox()
  35. Me.Label24 = New System.Windows.Forms.Label()
  36. Me.Button28 = New System.Windows.Forms.Button()
  37. Me.Button29 = New System.Windows.Forms.Button()
  38. Me.TextBox22 = New System.Windows.Forms.TextBox()
  39. Me.Button30 = New System.Windows.Forms.Button()
  40. Me.Label21 = New System.Windows.Forms.Label()
  41. Me.TextBox23 = New System.Windows.Forms.TextBox()
  42. Me.Label22 = New System.Windows.Forms.Label()
  43. Me.TextBox24 = New System.Windows.Forms.TextBox()
  44. Me.Label23 = New System.Windows.Forms.Label()
  45. Me.DataGridView10 = New System.Windows.Forms.DataGridView()
  46. Me.GroupBox5 = New System.Windows.Forms.GroupBox()
  47. Me.請假類別_dgv = New System.Windows.Forms.DataGridView()
  48. Me.Button13 = New System.Windows.Forms.Button()
  49. Me.Label6 = New System.Windows.Forms.Label()
  50. Me.Button14 = New System.Windows.Forms.Button()
  51. Me.Button15 = New System.Windows.Forms.Button()
  52. Me.TextBox5 = New System.Windows.Forms.TextBox()
  53. Me.GroupBox3.SuspendLayout()
  54. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.GroupBox10.SuspendLayout()
  56. CType(Me.DataGridView10, System.ComponentModel.ISupportInitialize).BeginInit()
  57. Me.GroupBox5.SuspendLayout()
  58. CType(Me.請假類別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.SuspendLayout()
  60. '
  61. 'Label3
  62. '
  63. Me.Label3.AutoSize = True
  64. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.Label3.ForeColor = System.Drawing.Color.Red
  66. Me.Label3.Location = New System.Drawing.Point(12, 9)
  67. Me.Label3.Name = "Label3"
  68. Me.Label3.Size = New System.Drawing.Size(965, 34)
  69. Me.Label3.TabIndex = 241
  70. Me.Label3.Text = "* 編碼原則對於系統非常重要,如有更動需求請與系統開發商進行討論後再行修改"
  71. '
  72. 'GroupBox3
  73. '
  74. Me.GroupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  75. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  76. Me.GroupBox3.Controls.Add(Me.DataGridView3)
  77. Me.GroupBox3.Controls.Add(Me.Button7)
  78. Me.GroupBox3.Controls.Add(Me.Label5)
  79. Me.GroupBox3.Controls.Add(Me.Button8)
  80. Me.GroupBox3.Controls.Add(Me.Button9)
  81. Me.GroupBox3.Controls.Add(Me.TextBox4)
  82. Me.GroupBox3.Location = New System.Drawing.Point(12, 46)
  83. Me.GroupBox3.Name = "GroupBox3"
  84. Me.GroupBox3.Size = New System.Drawing.Size(144, 933)
  85. Me.GroupBox3.TabIndex = 243
  86. Me.GroupBox3.TabStop = False
  87. Me.GroupBox3.Text = "客戶清單"
  88. '
  89. 'DataGridView3
  90. '
  91. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  92. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  93. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  94. Me.DataGridView3.Location = New System.Drawing.Point(6, 141)
  95. Me.DataGridView3.Name = "DataGridView3"
  96. Me.DataGridView3.RowHeadersWidth = 5
  97. Me.DataGridView3.RowTemplate.Height = 24
  98. Me.DataGridView3.Size = New System.Drawing.Size(125, 786)
  99. Me.DataGridView3.TabIndex = 222
  100. '
  101. 'Button7
  102. '
  103. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.Button7.ForeColor = System.Drawing.Color.DarkGreen
  105. Me.Button7.Location = New System.Drawing.Point(9, 79)
  106. Me.Button7.Name = "Button7"
  107. Me.Button7.Size = New System.Drawing.Size(122, 25)
  108. Me.Button7.TabIndex = 224
  109. Me.Button7.Text = "修改"
  110. Me.Button7.UseVisualStyleBackColor = True
  111. '
  112. 'Label5
  113. '
  114. Me.Label5.AutoSize = True
  115. Me.Label5.Location = New System.Drawing.Point(6, 22)
  116. Me.Label5.Name = "Label5"
  117. Me.Label5.Size = New System.Drawing.Size(32, 16)
  118. Me.Label5.TabIndex = 229
  119. Me.Label5.Text = "客户"
  120. '
  121. 'Button8
  122. '
  123. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.Button8.ForeColor = System.Drawing.Color.Blue
  125. Me.Button8.Location = New System.Drawing.Point(9, 48)
  126. Me.Button8.Name = "Button8"
  127. Me.Button8.Size = New System.Drawing.Size(122, 25)
  128. Me.Button8.TabIndex = 223
  129. Me.Button8.Text = "新增"
  130. Me.Button8.UseVisualStyleBackColor = True
  131. '
  132. 'Button9
  133. '
  134. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.Button9.ForeColor = System.Drawing.Color.Red
  136. Me.Button9.Location = New System.Drawing.Point(9, 110)
  137. Me.Button9.Name = "Button9"
  138. Me.Button9.Size = New System.Drawing.Size(122, 25)
  139. Me.Button9.TabIndex = 225
  140. Me.Button9.Text = "刪除"
  141. Me.Button9.UseVisualStyleBackColor = True
  142. '
  143. 'TextBox4
  144. '
  145. Me.TextBox4.Location = New System.Drawing.Point(44, 19)
  146. Me.TextBox4.Name = "TextBox4"
  147. Me.TextBox4.Size = New System.Drawing.Size(87, 23)
  148. Me.TextBox4.TabIndex = 227
  149. '
  150. 'GroupBox10
  151. '
  152. Me.GroupBox10.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  153. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  154. Me.GroupBox10.Controls.Add(Me.TextBox21)
  155. Me.GroupBox10.Controls.Add(Me.Label24)
  156. Me.GroupBox10.Controls.Add(Me.Button28)
  157. Me.GroupBox10.Controls.Add(Me.Button29)
  158. Me.GroupBox10.Controls.Add(Me.TextBox22)
  159. Me.GroupBox10.Controls.Add(Me.Button30)
  160. Me.GroupBox10.Controls.Add(Me.Label21)
  161. Me.GroupBox10.Controls.Add(Me.TextBox23)
  162. Me.GroupBox10.Controls.Add(Me.Label22)
  163. Me.GroupBox10.Controls.Add(Me.TextBox24)
  164. Me.GroupBox10.Controls.Add(Me.Label23)
  165. Me.GroupBox10.Controls.Add(Me.DataGridView10)
  166. Me.GroupBox10.Location = New System.Drawing.Point(161, 47)
  167. Me.GroupBox10.Name = "GroupBox10"
  168. Me.GroupBox10.Size = New System.Drawing.Size(502, 932)
  169. Me.GroupBox10.TabIndex = 251
  170. Me.GroupBox10.TabStop = False
  171. Me.GroupBox10.Text = "FTP位置管控"
  172. '
  173. 'TextBox21
  174. '
  175. Me.TextBox21.Location = New System.Drawing.Point(71, 73)
  176. Me.TextBox21.Name = "TextBox21"
  177. Me.TextBox21.Size = New System.Drawing.Size(122, 23)
  178. Me.TextBox21.TabIndex = 675
  179. '
  180. 'Label24
  181. '
  182. Me.Label24.AutoSize = True
  183. Me.Label24.Location = New System.Drawing.Point(29, 76)
  184. Me.Label24.Name = "Label24"
  185. Me.Label24.Size = New System.Drawing.Size(32, 16)
  186. Me.Label24.TabIndex = 674
  187. Me.Label24.Text = "地區"
  188. '
  189. 'Button28
  190. '
  191. Me.Button28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.Button28.ForeColor = System.Drawing.Color.Red
  193. Me.Button28.Location = New System.Drawing.Point(370, 72)
  194. Me.Button28.Name = "Button28"
  195. Me.Button28.Size = New System.Drawing.Size(95, 25)
  196. Me.Button28.TabIndex = 673
  197. Me.Button28.Text = "刪除"
  198. Me.Button28.UseVisualStyleBackColor = True
  199. '
  200. 'Button29
  201. '
  202. Me.Button29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. Me.Button29.ForeColor = System.Drawing.Color.Blue
  204. Me.Button29.Location = New System.Drawing.Point(370, 15)
  205. Me.Button29.Name = "Button29"
  206. Me.Button29.Size = New System.Drawing.Size(95, 25)
  207. Me.Button29.TabIndex = 671
  208. Me.Button29.Text = "新增"
  209. Me.Button29.UseVisualStyleBackColor = True
  210. '
  211. 'TextBox22
  212. '
  213. Me.TextBox22.Location = New System.Drawing.Point(242, 45)
  214. Me.TextBox22.Name = "TextBox22"
  215. Me.TextBox22.Size = New System.Drawing.Size(122, 23)
  216. Me.TextBox22.TabIndex = 669
  217. '
  218. 'Button30
  219. '
  220. Me.Button30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  221. Me.Button30.ForeColor = System.Drawing.Color.DarkGreen
  222. Me.Button30.Location = New System.Drawing.Point(370, 44)
  223. Me.Button30.Name = "Button30"
  224. Me.Button30.Size = New System.Drawing.Size(95, 25)
  225. Me.Button30.TabIndex = 672
  226. Me.Button30.Text = "修改"
  227. Me.Button30.UseVisualStyleBackColor = True
  228. '
  229. 'Label21
  230. '
  231. Me.Label21.AutoSize = True
  232. Me.Label21.Location = New System.Drawing.Point(199, 48)
  233. Me.Label21.Name = "Label21"
  234. Me.Label21.Size = New System.Drawing.Size(32, 16)
  235. Me.Label21.TabIndex = 668
  236. Me.Label21.Text = "密碼"
  237. '
  238. 'TextBox23
  239. '
  240. Me.TextBox23.Location = New System.Drawing.Point(71, 45)
  241. Me.TextBox23.Name = "TextBox23"
  242. Me.TextBox23.Size = New System.Drawing.Size(122, 23)
  243. Me.TextBox23.TabIndex = 667
  244. '
  245. 'Label22
  246. '
  247. Me.Label22.AutoSize = True
  248. Me.Label22.Location = New System.Drawing.Point(28, 48)
  249. Me.Label22.Name = "Label22"
  250. Me.Label22.Size = New System.Drawing.Size(32, 16)
  251. Me.Label22.TabIndex = 666
  252. Me.Label22.Text = "帳號"
  253. '
  254. 'TextBox24
  255. '
  256. Me.TextBox24.Location = New System.Drawing.Point(71, 17)
  257. Me.TextBox24.Name = "TextBox24"
  258. Me.TextBox24.Size = New System.Drawing.Size(293, 23)
  259. Me.TextBox24.TabIndex = 665
  260. '
  261. 'Label23
  262. '
  263. Me.Label23.AutoSize = True
  264. Me.Label23.Location = New System.Drawing.Point(9, 20)
  265. Me.Label23.Name = "Label23"
  266. Me.Label23.Size = New System.Drawing.Size(52, 16)
  267. Me.Label23.TabIndex = 664
  268. Me.Label23.Text = "FTP地址"
  269. '
  270. 'DataGridView10
  271. '
  272. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  273. Me.DataGridView10.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  274. Me.DataGridView10.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  275. Me.DataGridView10.Location = New System.Drawing.Point(12, 103)
  276. Me.DataGridView10.Name = "DataGridView10"
  277. Me.DataGridView10.RowHeadersWidth = 5
  278. Me.DataGridView10.RowTemplate.Height = 24
  279. Me.DataGridView10.Size = New System.Drawing.Size(475, 823)
  280. Me.DataGridView10.TabIndex = 663
  281. '
  282. 'GroupBox5
  283. '
  284. Me.GroupBox5.Controls.Add(Me.請假類別_dgv)
  285. Me.GroupBox5.Controls.Add(Me.Button13)
  286. Me.GroupBox5.Controls.Add(Me.Label6)
  287. Me.GroupBox5.Controls.Add(Me.Button14)
  288. Me.GroupBox5.Controls.Add(Me.Button15)
  289. Me.GroupBox5.Controls.Add(Me.TextBox5)
  290. Me.GroupBox5.Location = New System.Drawing.Point(669, 47)
  291. Me.GroupBox5.Name = "GroupBox5"
  292. Me.GroupBox5.Size = New System.Drawing.Size(144, 462)
  293. Me.GroupBox5.TabIndex = 252
  294. Me.GroupBox5.TabStop = False
  295. Me.GroupBox5.Text = "請假類別管理"
  296. '
  297. '請假類別_dgv
  298. '
  299. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  300. Me.請假類別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  301. Me.請假類別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  302. Me.請假類別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  303. Me.請假類別_dgv.Location = New System.Drawing.Point(6, 141)
  304. Me.請假類別_dgv.Name = "請假類別_dgv"
  305. Me.請假類別_dgv.RowHeadersWidth = 5
  306. Me.請假類別_dgv.RowTemplate.Height = 24
  307. Me.請假類別_dgv.Size = New System.Drawing.Size(125, 311)
  308. Me.請假類別_dgv.TabIndex = 222
  309. '
  310. 'Button13
  311. '
  312. Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.Button13.ForeColor = System.Drawing.Color.DarkGreen
  314. Me.Button13.Location = New System.Drawing.Point(9, 79)
  315. Me.Button13.Name = "Button13"
  316. Me.Button13.Size = New System.Drawing.Size(122, 25)
  317. Me.Button13.TabIndex = 224
  318. Me.Button13.Text = "修改"
  319. Me.Button13.UseVisualStyleBackColor = True
  320. '
  321. 'Label6
  322. '
  323. Me.Label6.AutoSize = True
  324. Me.Label6.Location = New System.Drawing.Point(6, 22)
  325. Me.Label6.Name = "Label6"
  326. Me.Label6.Size = New System.Drawing.Size(32, 16)
  327. Me.Label6.TabIndex = 229
  328. Me.Label6.Text = "類別"
  329. '
  330. 'Button14
  331. '
  332. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  333. Me.Button14.ForeColor = System.Drawing.Color.Blue
  334. Me.Button14.Location = New System.Drawing.Point(9, 48)
  335. Me.Button14.Name = "Button14"
  336. Me.Button14.Size = New System.Drawing.Size(122, 25)
  337. Me.Button14.TabIndex = 223
  338. Me.Button14.Text = "新增"
  339. Me.Button14.UseVisualStyleBackColor = True
  340. '
  341. 'Button15
  342. '
  343. Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  344. Me.Button15.ForeColor = System.Drawing.Color.Red
  345. Me.Button15.Location = New System.Drawing.Point(9, 110)
  346. Me.Button15.Name = "Button15"
  347. Me.Button15.Size = New System.Drawing.Size(122, 25)
  348. Me.Button15.TabIndex = 225
  349. Me.Button15.Text = "刪除"
  350. Me.Button15.UseVisualStyleBackColor = True
  351. '
  352. 'TextBox5
  353. '
  354. Me.TextBox5.Location = New System.Drawing.Point(44, 19)
  355. Me.TextBox5.Name = "TextBox5"
  356. Me.TextBox5.Size = New System.Drawing.Size(87, 23)
  357. Me.TextBox5.TabIndex = 227
  358. '
  359. '系統編碼原則_1
  360. '
  361. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  362. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  363. Me.ClientSize = New System.Drawing.Size(1914, 991)
  364. Me.Controls.Add(Me.GroupBox5)
  365. Me.Controls.Add(Me.GroupBox10)
  366. Me.Controls.Add(Me.GroupBox3)
  367. Me.Controls.Add(Me.Label3)
  368. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  369. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  370. Me.Name = "系統編碼原則_1"
  371. Me.Text = "系統編碼原則_1"
  372. Me.GroupBox3.ResumeLayout(False)
  373. Me.GroupBox3.PerformLayout()
  374. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  375. Me.GroupBox10.ResumeLayout(False)
  376. Me.GroupBox10.PerformLayout()
  377. CType(Me.DataGridView10, System.ComponentModel.ISupportInitialize).EndInit()
  378. Me.GroupBox5.ResumeLayout(False)
  379. Me.GroupBox5.PerformLayout()
  380. CType(Me.請假類別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  381. Me.ResumeLayout(False)
  382. Me.PerformLayout()
  383. End Sub
  384. Friend WithEvents Label3 As Label
  385. Friend WithEvents GroupBox3 As GroupBox
  386. Friend WithEvents DataGridView3 As DataGridView
  387. Friend WithEvents Button7 As Button
  388. Friend WithEvents Label5 As Label
  389. Friend WithEvents Button8 As Button
  390. Friend WithEvents Button9 As Button
  391. Friend WithEvents TextBox4 As TextBox
  392. Friend WithEvents GroupBox10 As GroupBox
  393. Friend WithEvents TextBox21 As TextBox
  394. Friend WithEvents Label24 As Label
  395. Friend WithEvents Button28 As Button
  396. Friend WithEvents Button29 As Button
  397. Friend WithEvents TextBox22 As TextBox
  398. Friend WithEvents Button30 As Button
  399. Friend WithEvents Label21 As Label
  400. Friend WithEvents TextBox23 As TextBox
  401. Friend WithEvents Label22 As Label
  402. Friend WithEvents TextBox24 As TextBox
  403. Friend WithEvents Label23 As Label
  404. Friend WithEvents DataGridView10 As DataGridView
  405. Friend WithEvents GroupBox5 As GroupBox
  406. Friend WithEvents 請假類別_dgv As DataGridView
  407. Friend WithEvents Button13 As Button
  408. Friend WithEvents Label6 As Label
  409. Friend WithEvents Button14 As Button
  410. Friend WithEvents Button15 As Button
  411. Friend WithEvents TextBox5 As TextBox
  412. End Class