Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

HX_PGS_ERP_SYS.Designer.vb 62KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class HX_PGS_ERP_SYS
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(HX_PGS_ERP_SYS))
  24. Me.StatusStrip = New System.Windows.Forms.StatusStrip()
  25. Me.SYS_SET_tsm = New System.Windows.Forms.ToolStripDropDownButton()
  26. Me.系統語言1_cb = New System.Windows.Forms.ToolStripComboBox()
  27. Me.使用者1_cb = New System.Windows.Forms.ToolStripComboBox()
  28. Me.ToolStripStatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
  29. Me.著作權_tss = New System.Windows.Forms.ToolStripStatusLabel()
  30. Me.ToolStripProgressBar1 = New System.Windows.Forms.ToolStripProgressBar()
  31. Me.合計_TSSL = New System.Windows.Forms.ToolStripStatusLabel()
  32. Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
  33. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  34. Me.MenuStrip = New System.Windows.Forms.MenuStrip()
  35. Me.檔案_tsm = New System.Windows.Forms.ToolStripMenuItem()
  36. Me.桌面捷徑設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.結束_tsm = New System.Windows.Forms.ToolStripMenuItem()
  38. Me.視窗_tsm = New System.Windows.Forms.ToolStripMenuItem()
  39. Me.開新視窗_tsm = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.重疊顯示_tsm = New System.Windows.Forms.ToolStripMenuItem()
  41. Me.垂直並排_tsm = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.水平並排_tsm = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.全部關閉_tsm = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.排列圖示_tsm = New System.Windows.Forms.ToolStripMenuItem()
  45. Me.採購系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.請購單核準_tsm = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.採購單一級核准_tsm = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.採購單一覽表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  50. Me.供應商管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.供應商商品單價設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  52. Me.人事系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.人員薪資_tsm = New System.Windows.Forms.ToolStripMenuItem()
  54. Me.資料庫系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.財務支付申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  56. Me.財務支付審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.財務報表1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.財務報表2_tsm = New System.Windows.Forms.ToolStripMenuItem()
  59. Me.財務報表3_tsm = New System.Windows.Forms.ToolStripMenuItem()
  60. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  61. Me.每月零用金設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  62. Me.系統執行檔版本管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  63. Me.延遲1 = New System.Windows.Forms.Timer(Me.components)
  64. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  65. Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  66. Me.虛擬桌_pl = New System.Windows.Forms.Panel()
  67. Me.財務報表4_p = New System.Windows.Forms.Panel()
  68. Me.財務報表4_lb = New System.Windows.Forms.Label()
  69. Me.財務報表4_pb = New System.Windows.Forms.PictureBox()
  70. Me.財務報表3_p = New System.Windows.Forms.Panel()
  71. Me.財務報表3_lb = New System.Windows.Forms.Label()
  72. Me.財務報表3_pb = New System.Windows.Forms.PictureBox()
  73. Me.財務報表2_p = New System.Windows.Forms.Panel()
  74. Me.財務報表2_lb = New System.Windows.Forms.Label()
  75. Me.財務報表2_pb = New System.Windows.Forms.PictureBox()
  76. Me.財務報表1_p = New System.Windows.Forms.Panel()
  77. Me.財務報表1_lb = New System.Windows.Forms.Label()
  78. Me.財務報表1_pb = New System.Windows.Forms.PictureBox()
  79. Me.採購單一覽表_p = New System.Windows.Forms.Panel()
  80. Me.採購單一覽表_lb = New System.Windows.Forms.Label()
  81. Me.採購單一覽表_pb = New System.Windows.Forms.PictureBox()
  82. Me.財務支付審核_p = New System.Windows.Forms.Panel()
  83. Me.財務支付審核_lb = New System.Windows.Forms.Label()
  84. Me.財務支付審核_pb = New System.Windows.Forms.PictureBox()
  85. Me.財務支付申請_p = New System.Windows.Forms.Panel()
  86. Me.財務支付申請_lb = New System.Windows.Forms.Label()
  87. Me.財務支付申請_pb = New System.Windows.Forms.PictureBox()
  88. Me.採購單一級核准_p = New System.Windows.Forms.Panel()
  89. Me.採購單一級核准_lb = New System.Windows.Forms.Label()
  90. Me.採購單一級核准_pb = New System.Windows.Forms.PictureBox()
  91. Me.供應商商品單價設定_p = New System.Windows.Forms.Panel()
  92. Me.供應商商品單價設定_lb = New System.Windows.Forms.Label()
  93. Me.供應商商品單價設定_pb = New System.Windows.Forms.PictureBox()
  94. Me.供應商管理_p = New System.Windows.Forms.Panel()
  95. Me.供應商管理_lb = New System.Windows.Forms.Label()
  96. Me.供應商管理_pb = New System.Windows.Forms.PictureBox()
  97. Me.每月零用金設定_p = New System.Windows.Forms.Panel()
  98. Me.每月零用金設定_lb = New System.Windows.Forms.Label()
  99. Me.每月零用金設定_pb = New System.Windows.Forms.PictureBox()
  100. Me.人員薪資_p = New System.Windows.Forms.Panel()
  101. Me.人員薪資_lb = New System.Windows.Forms.Label()
  102. Me.人員薪資_pb = New System.Windows.Forms.PictureBox()
  103. Me.請購單核準_p = New System.Windows.Forms.Panel()
  104. Me.請購單核準_lb = New System.Windows.Forms.Label()
  105. Me.請購單核準_pb = New System.Windows.Forms.PictureBox()
  106. Me.系統執行檔版本管理_p = New System.Windows.Forms.Panel()
  107. Me.系統執行檔版本管理_lb = New System.Windows.Forms.Label()
  108. Me.系統執行檔版本管理_pb = New System.Windows.Forms.PictureBox()
  109. Me.財務報表4_tsm = New System.Windows.Forms.ToolStripMenuItem()
  110. Me.StatusStrip.SuspendLayout()
  111. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  112. Me.MenuStrip.SuspendLayout()
  113. Me.虛擬桌_pl.SuspendLayout()
  114. Me.財務報表4_p.SuspendLayout()
  115. CType(Me.財務報表4_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  116. Me.財務報表3_p.SuspendLayout()
  117. CType(Me.財務報表3_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  118. Me.財務報表2_p.SuspendLayout()
  119. CType(Me.財務報表2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  120. Me.財務報表1_p.SuspendLayout()
  121. CType(Me.財務報表1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  122. Me.採購單一覽表_p.SuspendLayout()
  123. CType(Me.採購單一覽表_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  124. Me.財務支付審核_p.SuspendLayout()
  125. CType(Me.財務支付審核_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  126. Me.財務支付申請_p.SuspendLayout()
  127. CType(Me.財務支付申請_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  128. Me.採購單一級核准_p.SuspendLayout()
  129. CType(Me.採購單一級核准_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  130. Me.供應商商品單價設定_p.SuspendLayout()
  131. CType(Me.供應商商品單價設定_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  132. Me.供應商管理_p.SuspendLayout()
  133. CType(Me.供應商管理_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  134. Me.每月零用金設定_p.SuspendLayout()
  135. CType(Me.每月零用金設定_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  136. Me.人員薪資_p.SuspendLayout()
  137. CType(Me.人員薪資_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  138. Me.請購單核準_p.SuspendLayout()
  139. CType(Me.請購單核準_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  140. Me.系統執行檔版本管理_p.SuspendLayout()
  141. CType(Me.系統執行檔版本管理_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  142. Me.SuspendLayout()
  143. '
  144. 'StatusStrip
  145. '
  146. Me.StatusStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SYS_SET_tsm, Me.ToolStripStatusLabel, Me.著作權_tss, Me.ToolStripProgressBar1, Me.合計_TSSL})
  147. Me.StatusStrip.Location = New System.Drawing.Point(0, 707)
  148. Me.StatusStrip.Name = "StatusStrip"
  149. Me.StatusStrip.Size = New System.Drawing.Size(1350, 22)
  150. Me.StatusStrip.TabIndex = 7
  151. Me.StatusStrip.Text = "StatusStrip"
  152. '
  153. 'SYS_SET_tsm
  154. '
  155. Me.SYS_SET_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.系統語言1_cb, Me.使用者1_cb})
  156. Me.SYS_SET_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.system
  157. Me.SYS_SET_tsm.ImageTransparentColor = System.Drawing.Color.Magenta
  158. Me.SYS_SET_tsm.Name = "SYS_SET_tsm"
  159. Me.SYS_SET_tsm.Size = New System.Drawing.Size(83, 20)
  160. Me.SYS_SET_tsm.Text = "SYS-SET"
  161. '
  162. '系統語言1_cb
  163. '
  164. Me.系統語言1_cb.Name = "系統語言1_cb"
  165. Me.系統語言1_cb.Size = New System.Drawing.Size(100, 23)
  166. Me.系統語言1_cb.Text = "語言轉換"
  167. '
  168. '使用者1_cb
  169. '
  170. Me.使用者1_cb.Name = "使用者1_cb"
  171. Me.使用者1_cb.Size = New System.Drawing.Size(100, 23)
  172. '
  173. 'ToolStripStatusLabel
  174. '
  175. Me.ToolStripStatusLabel.Name = "ToolStripStatusLabel"
  176. Me.ToolStripStatusLabel.Size = New System.Drawing.Size(12, 17)
  177. Me.ToolStripStatusLabel.Text = "/"
  178. '
  179. '著作權_tss
  180. '
  181. Me.著作權_tss.Name = "著作權_tss"
  182. Me.著作權_tss.Size = New System.Drawing.Size(184, 17)
  183. Me.著作權_tss.Text = "著作權 : 工巧明智能企業有限公司"
  184. '
  185. 'ToolStripProgressBar1
  186. '
  187. Me.ToolStripProgressBar1.Maximum = 10000
  188. Me.ToolStripProgressBar1.Name = "ToolStripProgressBar1"
  189. Me.ToolStripProgressBar1.Size = New System.Drawing.Size(500, 16)
  190. '
  191. '合計_TSSL
  192. '
  193. Me.合計_TSSL.Name = "合計_TSSL"
  194. Me.合計_TSSL.Size = New System.Drawing.Size(52, 17)
  195. Me.合計_TSSL.Text = "Total : 0"
  196. '
  197. '字體_NUD
  198. '
  199. Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  200. Me.字體_NUD.Location = New System.Drawing.Point(1276, 707)
  201. Me.字體_NUD.Name = "字體_NUD"
  202. Me.字體_NUD.Size = New System.Drawing.Size(50, 22)
  203. Me.字體_NUD.TabIndex = 9
  204. '
  205. 'MenuStrip
  206. '
  207. Me.MenuStrip.BackColor = System.Drawing.Color.Linen
  208. Me.MenuStrip.Font = New System.Drawing.Font("Microsoft JhengHei UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  209. Me.MenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.檔案_tsm, Me.視窗_tsm, Me.採購系統管理_tsm, Me.人事系統管理_tsm, Me.資料庫系統管理_tsm})
  210. Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
  211. Me.MenuStrip.MdiWindowListItem = Me.視窗_tsm
  212. Me.MenuStrip.Name = "MenuStrip"
  213. Me.MenuStrip.RightToLeft = System.Windows.Forms.RightToLeft.No
  214. Me.MenuStrip.Size = New System.Drawing.Size(1350, 24)
  215. Me.MenuStrip.TabIndex = 13
  216. Me.MenuStrip.Text = "MenuStrip"
  217. '
  218. '檔案_tsm
  219. '
  220. Me.檔案_tsm.Checked = True
  221. Me.檔案_tsm.CheckState = System.Windows.Forms.CheckState.Checked
  222. Me.檔案_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.桌面捷徑設定_tsm, Me.結束_tsm})
  223. Me.檔案_tsm.Image = CType(resources.GetObject("檔案_tsm.Image"), System.Drawing.Image)
  224. Me.檔案_tsm.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder
  225. Me.檔案_tsm.Name = "檔案_tsm"
  226. Me.檔案_tsm.Size = New System.Drawing.Size(71, 20)
  227. Me.檔案_tsm.Text = "檔案(&F)"
  228. '
  229. '桌面捷徑設定_tsm
  230. '
  231. Me.桌面捷徑設定_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.system
  232. Me.桌面捷徑設定_tsm.Name = "桌面捷徑設定_tsm"
  233. Me.桌面捷徑設定_tsm.Size = New System.Drawing.Size(140, 22)
  234. Me.桌面捷徑設定_tsm.Text = "桌面捷徑設定"
  235. '
  236. '結束_tsm
  237. '
  238. Me.結束_tsm.Image = CType(resources.GetObject("結束_tsm.Image"), System.Drawing.Image)
  239. Me.結束_tsm.Name = "結束_tsm"
  240. Me.結束_tsm.Size = New System.Drawing.Size(140, 22)
  241. Me.結束_tsm.Text = "結束/End(&X)"
  242. '
  243. '視窗_tsm
  244. '
  245. Me.視窗_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.開新視窗_tsm, Me.重疊顯示_tsm, Me.垂直並排_tsm, Me.水平並排_tsm, Me.全部關閉_tsm, Me.排列圖示_tsm})
  246. Me.視窗_tsm.Image = CType(resources.GetObject("視窗_tsm.Image"), System.Drawing.Image)
  247. Me.視窗_tsm.Name = "視窗_tsm"
  248. Me.視窗_tsm.Size = New System.Drawing.Size(76, 20)
  249. Me.視窗_tsm.Text = "視窗(&W)"
  250. '
  251. '開新視窗_tsm
  252. '
  253. Me.開新視窗_tsm.Image = CType(resources.GetObject("開新視窗_tsm.Image"), System.Drawing.Image)
  254. Me.開新視窗_tsm.Name = "開新視窗_tsm"
  255. Me.開新視窗_tsm.Size = New System.Drawing.Size(135, 22)
  256. Me.開新視窗_tsm.Text = "開新視窗(&N)"
  257. '
  258. '重疊顯示_tsm
  259. '
  260. Me.重疊顯示_tsm.Image = CType(resources.GetObject("重疊顯示_tsm.Image"), System.Drawing.Image)
  261. Me.重疊顯示_tsm.Name = "重疊顯示_tsm"
  262. Me.重疊顯示_tsm.Size = New System.Drawing.Size(135, 22)
  263. Me.重疊顯示_tsm.Text = "重疊顯示(&C)"
  264. '
  265. '垂直並排_tsm
  266. '
  267. Me.垂直並排_tsm.Image = CType(resources.GetObject("垂直並排_tsm.Image"), System.Drawing.Image)
  268. Me.垂直並排_tsm.Name = "垂直並排_tsm"
  269. Me.垂直並排_tsm.Size = New System.Drawing.Size(135, 22)
  270. Me.垂直並排_tsm.Text = "垂直並排(&V)"
  271. '
  272. '水平並排_tsm
  273. '
  274. Me.水平並排_tsm.Image = CType(resources.GetObject("水平並排_tsm.Image"), System.Drawing.Image)
  275. Me.水平並排_tsm.Name = "水平並排_tsm"
  276. Me.水平並排_tsm.Size = New System.Drawing.Size(135, 22)
  277. Me.水平並排_tsm.Text = "水平並排(&H)"
  278. '
  279. '全部關閉_tsm
  280. '
  281. Me.全部關閉_tsm.Image = CType(resources.GetObject("全部關閉_tsm.Image"), System.Drawing.Image)
  282. Me.全部關閉_tsm.Name = "全部關閉_tsm"
  283. Me.全部關閉_tsm.Size = New System.Drawing.Size(135, 22)
  284. Me.全部關閉_tsm.Text = "全部關閉(&L)"
  285. '
  286. '排列圖示_tsm
  287. '
  288. Me.排列圖示_tsm.Image = CType(resources.GetObject("排列圖示_tsm.Image"), System.Drawing.Image)
  289. Me.排列圖示_tsm.Name = "排列圖示_tsm"
  290. Me.排列圖示_tsm.Size = New System.Drawing.Size(135, 22)
  291. Me.排列圖示_tsm.Text = "排列圖示(&A)"
  292. '
  293. '採購系統管理_tsm
  294. '
  295. Me.採購系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.請購單核準_tsm, Me.採購單一級核准_tsm, Me.採購單一覽表_tsm, Me.ToolStripSeparator1, Me.供應商管理_tsm, Me.供應商商品單價設定_tsm})
  296. Me.採購系統管理_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.buy1
  297. Me.採購系統管理_tsm.Name = "採購系統管理_tsm"
  298. Me.採購系統管理_tsm.Size = New System.Drawing.Size(101, 20)
  299. Me.採購系統管理_tsm.Text = "採購系統管理"
  300. '
  301. '請購單核準_tsm
  302. '
  303. Me.請購單核準_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.check
  304. Me.請購單核準_tsm.Name = "請購單核準_tsm"
  305. Me.請購單核準_tsm.Size = New System.Drawing.Size(173, 22)
  306. Me.請購單核準_tsm.Text = "請購單核準"
  307. '
  308. '採購單一級核准_tsm
  309. '
  310. Me.採購單一級核准_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.check
  311. Me.採購單一級核准_tsm.Name = "採購單一級核准_tsm"
  312. Me.採購單一級核准_tsm.Size = New System.Drawing.Size(173, 22)
  313. Me.採購單一級核准_tsm.Text = "採購單一級核准"
  314. '
  315. '採購單一覽表_tsm
  316. '
  317. Me.採購單一覽表_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  318. Me.採購單一覽表_tsm.Name = "採購單一覽表_tsm"
  319. Me.採購單一覽表_tsm.Size = New System.Drawing.Size(173, 22)
  320. Me.採購單一覽表_tsm.Text = "採購單一覽表"
  321. '
  322. 'ToolStripSeparator1
  323. '
  324. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  325. Me.ToolStripSeparator1.Size = New System.Drawing.Size(170, 6)
  326. '
  327. '供應商管理_tsm
  328. '
  329. Me.供應商管理_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.system
  330. Me.供應商管理_tsm.Name = "供應商管理_tsm"
  331. Me.供應商管理_tsm.Size = New System.Drawing.Size(173, 22)
  332. Me.供應商管理_tsm.Text = "供應商管理"
  333. '
  334. '供應商商品單價設定_tsm
  335. '
  336. Me.供應商商品單價設定_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Money2
  337. Me.供應商商品單價設定_tsm.Name = "供應商商品單價設定_tsm"
  338. Me.供應商商品單價設定_tsm.Size = New System.Drawing.Size(173, 22)
  339. Me.供應商商品單價設定_tsm.Text = "供應商商品單價設定"
  340. '
  341. '人事系統管理_tsm
  342. '
  343. Me.人事系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.人員薪資_tsm})
  344. Me.人事系統管理_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Personnel1
  345. Me.人事系統管理_tsm.Name = "人事系統管理_tsm"
  346. Me.人事系統管理_tsm.Size = New System.Drawing.Size(101, 20)
  347. Me.人事系統管理_tsm.Text = "人事系統管理"
  348. '
  349. '人員薪資_tsm
  350. '
  351. Me.人員薪資_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Money2
  352. Me.人員薪資_tsm.Name = "人員薪資_tsm"
  353. Me.人員薪資_tsm.Size = New System.Drawing.Size(118, 22)
  354. Me.人員薪資_tsm.Text = "人員薪資"
  355. '
  356. '資料庫系統管理_tsm
  357. '
  358. Me.資料庫系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.財務支付申請_tsm, Me.財務支付審核_tsm, Me.財務報表1_tsm, Me.財務報表2_tsm, Me.財務報表3_tsm, Me.財務報表4_tsm, Me.ToolStripSeparator2, Me.每月零用金設定_tsm, Me.系統執行檔版本管理_tsm})
  359. Me.資料庫系統管理_tsm.ForeColor = System.Drawing.Color.Black
  360. Me.資料庫系統管理_tsm.Image = CType(resources.GetObject("資料庫系統管理_tsm.Image"), System.Drawing.Image)
  361. Me.資料庫系統管理_tsm.Name = "資料庫系統管理_tsm"
  362. Me.資料庫系統管理_tsm.Size = New System.Drawing.Size(112, 20)
  363. Me.資料庫系統管理_tsm.Text = "資料庫系統管理"
  364. '
  365. '財務支付申請_tsm
  366. '
  367. Me.財務支付申請_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.pen
  368. Me.財務支付申請_tsm.Name = "財務支付申請_tsm"
  369. Me.財務支付申請_tsm.Size = New System.Drawing.Size(180, 22)
  370. Me.財務支付申請_tsm.Text = "財務支付申請"
  371. '
  372. '財務支付審核_tsm
  373. '
  374. Me.財務支付審核_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.check1
  375. Me.財務支付審核_tsm.Name = "財務支付審核_tsm"
  376. Me.財務支付審核_tsm.Size = New System.Drawing.Size(180, 22)
  377. Me.財務支付審核_tsm.Text = "財務支付審核"
  378. '
  379. '財務報表1_tsm
  380. '
  381. Me.財務報表1_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  382. Me.財務報表1_tsm.Name = "財務報表1_tsm"
  383. Me.財務報表1_tsm.Size = New System.Drawing.Size(180, 22)
  384. Me.財務報表1_tsm.Text = "財務報表-1"
  385. '
  386. '財務報表2_tsm
  387. '
  388. Me.財務報表2_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  389. Me.財務報表2_tsm.Name = "財務報表2_tsm"
  390. Me.財務報表2_tsm.Size = New System.Drawing.Size(180, 22)
  391. Me.財務報表2_tsm.Text = "財務報表-2"
  392. '
  393. '財務報表3_tsm
  394. '
  395. Me.財務報表3_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  396. Me.財務報表3_tsm.Name = "財務報表3_tsm"
  397. Me.財務報表3_tsm.Size = New System.Drawing.Size(180, 22)
  398. Me.財務報表3_tsm.Text = "財務報表-3"
  399. '
  400. 'ToolStripSeparator2
  401. '
  402. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  403. Me.ToolStripSeparator2.Size = New System.Drawing.Size(177, 6)
  404. '
  405. '每月零用金設定_tsm
  406. '
  407. Me.每月零用金設定_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.system
  408. Me.每月零用金設定_tsm.Name = "每月零用金設定_tsm"
  409. Me.每月零用金設定_tsm.Size = New System.Drawing.Size(180, 22)
  410. Me.每月零用金設定_tsm.Text = "每月零用金設定"
  411. '
  412. '系統執行檔版本管理_tsm
  413. '
  414. Me.系統執行檔版本管理_tsm.ForeColor = System.Drawing.Color.Black
  415. Me.系統執行檔版本管理_tsm.Image = CType(resources.GetObject("系統執行檔版本管理_tsm.Image"), System.Drawing.Image)
  416. Me.系統執行檔版本管理_tsm.Name = "系統執行檔版本管理_tsm"
  417. Me.系統執行檔版本管理_tsm.Size = New System.Drawing.Size(180, 22)
  418. Me.系統執行檔版本管理_tsm.Text = "系統執行檔版本管理"
  419. '
  420. 'Timer1
  421. '
  422. Me.Timer1.Interval = 1000
  423. '
  424. 'Timer2
  425. '
  426. Me.Timer2.Interval = 1000
  427. '
  428. '虛擬桌_pl
  429. '
  430. Me.虛擬桌_pl.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  431. Or System.Windows.Forms.AnchorStyles.Left) _
  432. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  433. Me.虛擬桌_pl.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._62951168976601486
  434. Me.虛擬桌_pl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  435. Me.虛擬桌_pl.Controls.Add(Me.財務報表4_p)
  436. Me.虛擬桌_pl.Controls.Add(Me.財務報表3_p)
  437. Me.虛擬桌_pl.Controls.Add(Me.財務報表2_p)
  438. Me.虛擬桌_pl.Controls.Add(Me.財務報表1_p)
  439. Me.虛擬桌_pl.Controls.Add(Me.採購單一覽表_p)
  440. Me.虛擬桌_pl.Controls.Add(Me.財務支付審核_p)
  441. Me.虛擬桌_pl.Controls.Add(Me.財務支付申請_p)
  442. Me.虛擬桌_pl.Controls.Add(Me.採購單一級核准_p)
  443. Me.虛擬桌_pl.Controls.Add(Me.供應商商品單價設定_p)
  444. Me.虛擬桌_pl.Controls.Add(Me.供應商管理_p)
  445. Me.虛擬桌_pl.Controls.Add(Me.每月零用金設定_p)
  446. Me.虛擬桌_pl.Controls.Add(Me.人員薪資_p)
  447. Me.虛擬桌_pl.Controls.Add(Me.請購單核準_p)
  448. Me.虛擬桌_pl.Controls.Add(Me.系統執行檔版本管理_p)
  449. Me.虛擬桌_pl.Location = New System.Drawing.Point(0, 24)
  450. Me.虛擬桌_pl.Name = "虛擬桌_pl"
  451. Me.虛擬桌_pl.Size = New System.Drawing.Size(1350, 682)
  452. Me.虛擬桌_pl.TabIndex = 11
  453. '
  454. '財務報表4_p
  455. '
  456. Me.財務報表4_p.BackColor = System.Drawing.Color.Transparent
  457. Me.財務報表4_p.Controls.Add(Me.財務報表4_lb)
  458. Me.財務報表4_p.Controls.Add(Me.財務報表4_pb)
  459. Me.財務報表4_p.Location = New System.Drawing.Point(128, 497)
  460. Me.財務報表4_p.Name = "財務報表4_p"
  461. Me.財務報表4_p.Size = New System.Drawing.Size(125, 83)
  462. Me.財務報表4_p.TabIndex = 1770
  463. '
  464. '財務報表4_lb
  465. '
  466. Me.財務報表4_lb.AutoEllipsis = True
  467. Me.財務報表4_lb.Cursor = System.Windows.Forms.Cursors.Hand
  468. Me.財務報表4_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  469. Me.財務報表4_lb.ForeColor = System.Drawing.Color.Purple
  470. Me.財務報表4_lb.Location = New System.Drawing.Point(1, 50)
  471. Me.財務報表4_lb.Name = "財務報表4_lb"
  472. Me.財務報表4_lb.Size = New System.Drawing.Size(123, 30)
  473. Me.財務報表4_lb.TabIndex = 1
  474. Me.財務報表4_lb.Text = "財務報表-4"
  475. Me.財務報表4_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  476. '
  477. '財務報表4_pb
  478. '
  479. Me.財務報表4_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  480. Me.財務報表4_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  481. Me.財務報表4_pb.Cursor = System.Windows.Forms.Cursors.Hand
  482. Me.財務報表4_pb.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  483. Me.財務報表4_pb.Location = New System.Drawing.Point(11, 4)
  484. Me.財務報表4_pb.Name = "財務報表4_pb"
  485. Me.財務報表4_pb.Size = New System.Drawing.Size(101, 45)
  486. Me.財務報表4_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  487. Me.財務報表4_pb.TabIndex = 0
  488. Me.財務報表4_pb.TabStop = False
  489. '
  490. '財務報表3_p
  491. '
  492. Me.財務報表3_p.BackColor = System.Drawing.Color.Transparent
  493. Me.財務報表3_p.Controls.Add(Me.財務報表3_lb)
  494. Me.財務報表3_p.Controls.Add(Me.財務報表3_pb)
  495. Me.財務報表3_p.Location = New System.Drawing.Point(4, 497)
  496. Me.財務報表3_p.Name = "財務報表3_p"
  497. Me.財務報表3_p.Size = New System.Drawing.Size(125, 83)
  498. Me.財務報表3_p.TabIndex = 1769
  499. '
  500. '財務報表3_lb
  501. '
  502. Me.財務報表3_lb.AutoEllipsis = True
  503. Me.財務報表3_lb.Cursor = System.Windows.Forms.Cursors.Hand
  504. Me.財務報表3_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  505. Me.財務報表3_lb.ForeColor = System.Drawing.Color.Purple
  506. Me.財務報表3_lb.Location = New System.Drawing.Point(1, 50)
  507. Me.財務報表3_lb.Name = "財務報表3_lb"
  508. Me.財務報表3_lb.Size = New System.Drawing.Size(123, 30)
  509. Me.財務報表3_lb.TabIndex = 1
  510. Me.財務報表3_lb.Text = "財務報表-3"
  511. Me.財務報表3_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  512. '
  513. '財務報表3_pb
  514. '
  515. Me.財務報表3_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  516. Me.財務報表3_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  517. Me.財務報表3_pb.Cursor = System.Windows.Forms.Cursors.Hand
  518. Me.財務報表3_pb.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  519. Me.財務報表3_pb.Location = New System.Drawing.Point(11, 4)
  520. Me.財務報表3_pb.Name = "財務報表3_pb"
  521. Me.財務報表3_pb.Size = New System.Drawing.Size(101, 45)
  522. Me.財務報表3_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  523. Me.財務報表3_pb.TabIndex = 0
  524. Me.財務報表3_pb.TabStop = False
  525. '
  526. '財務報表2_p
  527. '
  528. Me.財務報表2_p.BackColor = System.Drawing.Color.Transparent
  529. Me.財務報表2_p.Controls.Add(Me.財務報表2_lb)
  530. Me.財務報表2_p.Controls.Add(Me.財務報表2_pb)
  531. Me.財務報表2_p.Location = New System.Drawing.Point(128, 415)
  532. Me.財務報表2_p.Name = "財務報表2_p"
  533. Me.財務報表2_p.Size = New System.Drawing.Size(125, 83)
  534. Me.財務報表2_p.TabIndex = 1768
  535. '
  536. '財務報表2_lb
  537. '
  538. Me.財務報表2_lb.AutoEllipsis = True
  539. Me.財務報表2_lb.Cursor = System.Windows.Forms.Cursors.Hand
  540. Me.財務報表2_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  541. Me.財務報表2_lb.ForeColor = System.Drawing.Color.Purple
  542. Me.財務報表2_lb.Location = New System.Drawing.Point(1, 50)
  543. Me.財務報表2_lb.Name = "財務報表2_lb"
  544. Me.財務報表2_lb.Size = New System.Drawing.Size(123, 30)
  545. Me.財務報表2_lb.TabIndex = 1
  546. Me.財務報表2_lb.Text = "財務報表-2"
  547. Me.財務報表2_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  548. '
  549. '財務報表2_pb
  550. '
  551. Me.財務報表2_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  552. Me.財務報表2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  553. Me.財務報表2_pb.Cursor = System.Windows.Forms.Cursors.Hand
  554. Me.財務報表2_pb.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  555. Me.財務報表2_pb.Location = New System.Drawing.Point(11, 4)
  556. Me.財務報表2_pb.Name = "財務報表2_pb"
  557. Me.財務報表2_pb.Size = New System.Drawing.Size(101, 45)
  558. Me.財務報表2_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  559. Me.財務報表2_pb.TabIndex = 0
  560. Me.財務報表2_pb.TabStop = False
  561. '
  562. '財務報表1_p
  563. '
  564. Me.財務報表1_p.BackColor = System.Drawing.Color.Transparent
  565. Me.財務報表1_p.Controls.Add(Me.財務報表1_lb)
  566. Me.財務報表1_p.Controls.Add(Me.財務報表1_pb)
  567. Me.財務報表1_p.Location = New System.Drawing.Point(128, 333)
  568. Me.財務報表1_p.Name = "財務報表1_p"
  569. Me.財務報表1_p.Size = New System.Drawing.Size(125, 83)
  570. Me.財務報表1_p.TabIndex = 1767
  571. '
  572. '財務報表1_lb
  573. '
  574. Me.財務報表1_lb.AutoEllipsis = True
  575. Me.財務報表1_lb.Cursor = System.Windows.Forms.Cursors.Hand
  576. Me.財務報表1_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  577. Me.財務報表1_lb.ForeColor = System.Drawing.Color.Purple
  578. Me.財務報表1_lb.Location = New System.Drawing.Point(1, 50)
  579. Me.財務報表1_lb.Name = "財務報表1_lb"
  580. Me.財務報表1_lb.Size = New System.Drawing.Size(123, 30)
  581. Me.財務報表1_lb.TabIndex = 1
  582. Me.財務報表1_lb.Text = "財務報表-1"
  583. Me.財務報表1_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  584. '
  585. '財務報表1_pb
  586. '
  587. Me.財務報表1_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  588. Me.財務報表1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  589. Me.財務報表1_pb.Cursor = System.Windows.Forms.Cursors.Hand
  590. Me.財務報表1_pb.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  591. Me.財務報表1_pb.Location = New System.Drawing.Point(11, 4)
  592. Me.財務報表1_pb.Name = "財務報表1_pb"
  593. Me.財務報表1_pb.Size = New System.Drawing.Size(101, 45)
  594. Me.財務報表1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  595. Me.財務報表1_pb.TabIndex = 0
  596. Me.財務報表1_pb.TabStop = False
  597. '
  598. '採購單一覽表_p
  599. '
  600. Me.採購單一覽表_p.BackColor = System.Drawing.Color.Transparent
  601. Me.採購單一覽表_p.Controls.Add(Me.採購單一覽表_lb)
  602. Me.採購單一覽表_p.Controls.Add(Me.採購單一覽表_pb)
  603. Me.採購單一覽表_p.Location = New System.Drawing.Point(128, 5)
  604. Me.採購單一覽表_p.Name = "採購單一覽表_p"
  605. Me.採購單一覽表_p.Size = New System.Drawing.Size(125, 83)
  606. Me.採購單一覽表_p.TabIndex = 1766
  607. '
  608. '採購單一覽表_lb
  609. '
  610. Me.採購單一覽表_lb.AutoEllipsis = True
  611. Me.採購單一覽表_lb.Cursor = System.Windows.Forms.Cursors.Hand
  612. Me.採購單一覽表_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  613. Me.採購單一覽表_lb.ForeColor = System.Drawing.Color.DarkBlue
  614. Me.採購單一覽表_lb.Location = New System.Drawing.Point(1, 50)
  615. Me.採購單一覽表_lb.Name = "採購單一覽表_lb"
  616. Me.採購單一覽表_lb.Size = New System.Drawing.Size(123, 30)
  617. Me.採購單一覽表_lb.TabIndex = 1
  618. Me.採購單一覽表_lb.Text = "採購單一覽表"
  619. Me.採購單一覽表_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  620. '
  621. '採購單一覽表_pb
  622. '
  623. Me.採購單一覽表_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC1
  624. Me.採購單一覽表_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  625. Me.採購單一覽表_pb.Cursor = System.Windows.Forms.Cursors.Hand
  626. Me.採購單一覽表_pb.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  627. Me.採購單一覽表_pb.Location = New System.Drawing.Point(11, 4)
  628. Me.採購單一覽表_pb.Name = "採購單一覽表_pb"
  629. Me.採購單一覽表_pb.Size = New System.Drawing.Size(101, 45)
  630. Me.採購單一覽表_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  631. Me.採購單一覽表_pb.TabIndex = 0
  632. Me.採購單一覽表_pb.TabStop = False
  633. '
  634. '財務支付審核_p
  635. '
  636. Me.財務支付審核_p.BackColor = System.Drawing.Color.Transparent
  637. Me.財務支付審核_p.Controls.Add(Me.財務支付審核_lb)
  638. Me.財務支付審核_p.Controls.Add(Me.財務支付審核_pb)
  639. Me.財務支付審核_p.Location = New System.Drawing.Point(128, 87)
  640. Me.財務支付審核_p.Name = "財務支付審核_p"
  641. Me.財務支付審核_p.Size = New System.Drawing.Size(125, 83)
  642. Me.財務支付審核_p.TabIndex = 1765
  643. '
  644. '財務支付審核_lb
  645. '
  646. Me.財務支付審核_lb.AutoEllipsis = True
  647. Me.財務支付審核_lb.Cursor = System.Windows.Forms.Cursors.Hand
  648. Me.財務支付審核_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  649. Me.財務支付審核_lb.ForeColor = System.Drawing.Color.Purple
  650. Me.財務支付審核_lb.Location = New System.Drawing.Point(1, 50)
  651. Me.財務支付審核_lb.Name = "財務支付審核_lb"
  652. Me.財務支付審核_lb.Size = New System.Drawing.Size(123, 30)
  653. Me.財務支付審核_lb.TabIndex = 1
  654. Me.財務支付審核_lb.Text = "財務支付審核"
  655. Me.財務支付審核_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  656. '
  657. '財務支付審核_pb
  658. '
  659. Me.財務支付審核_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  660. Me.財務支付審核_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  661. Me.財務支付審核_pb.Cursor = System.Windows.Forms.Cursors.Hand
  662. Me.財務支付審核_pb.Image = Global.Calculator_SYS.My.Resources.Resources.approve1
  663. Me.財務支付審核_pb.Location = New System.Drawing.Point(11, 4)
  664. Me.財務支付審核_pb.Name = "財務支付審核_pb"
  665. Me.財務支付審核_pb.Size = New System.Drawing.Size(101, 45)
  666. Me.財務支付審核_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  667. Me.財務支付審核_pb.TabIndex = 0
  668. Me.財務支付審核_pb.TabStop = False
  669. '
  670. '財務支付申請_p
  671. '
  672. Me.財務支付申請_p.BackColor = System.Drawing.Color.Transparent
  673. Me.財務支付申請_p.Controls.Add(Me.財務支付申請_lb)
  674. Me.財務支付申請_p.Controls.Add(Me.財務支付申請_pb)
  675. Me.財務支付申請_p.Location = New System.Drawing.Point(128, 169)
  676. Me.財務支付申請_p.Name = "財務支付申請_p"
  677. Me.財務支付申請_p.Size = New System.Drawing.Size(125, 83)
  678. Me.財務支付申請_p.TabIndex = 1764
  679. '
  680. '財務支付申請_lb
  681. '
  682. Me.財務支付申請_lb.AutoEllipsis = True
  683. Me.財務支付申請_lb.Cursor = System.Windows.Forms.Cursors.Hand
  684. Me.財務支付申請_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  685. Me.財務支付申請_lb.ForeColor = System.Drawing.Color.Purple
  686. Me.財務支付申請_lb.Location = New System.Drawing.Point(1, 50)
  687. Me.財務支付申請_lb.Name = "財務支付申請_lb"
  688. Me.財務支付申請_lb.Size = New System.Drawing.Size(123, 30)
  689. Me.財務支付申請_lb.TabIndex = 1
  690. Me.財務支付申請_lb.Text = "財務支付申請"
  691. Me.財務支付申請_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  692. '
  693. '財務支付申請_pb
  694. '
  695. Me.財務支付申請_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  696. Me.財務支付申請_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  697. Me.財務支付申請_pb.Cursor = System.Windows.Forms.Cursors.Hand
  698. Me.財務支付申請_pb.Image = Global.Calculator_SYS.My.Resources.Resources.pen2
  699. Me.財務支付申請_pb.Location = New System.Drawing.Point(11, 4)
  700. Me.財務支付申請_pb.Name = "財務支付申請_pb"
  701. Me.財務支付申請_pb.Size = New System.Drawing.Size(101, 45)
  702. Me.財務支付申請_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  703. Me.財務支付申請_pb.TabIndex = 0
  704. Me.財務支付申請_pb.TabStop = False
  705. '
  706. '採購單一級核准_p
  707. '
  708. Me.採購單一級核准_p.BackColor = System.Drawing.Color.Transparent
  709. Me.採購單一級核准_p.Controls.Add(Me.採購單一級核准_lb)
  710. Me.採購單一級核准_p.Controls.Add(Me.採購單一級核准_pb)
  711. Me.採購單一級核准_p.Location = New System.Drawing.Point(128, 251)
  712. Me.採購單一級核准_p.Name = "採購單一級核准_p"
  713. Me.採購單一級核准_p.Size = New System.Drawing.Size(125, 83)
  714. Me.採購單一級核准_p.TabIndex = 1762
  715. '
  716. '採購單一級核准_lb
  717. '
  718. Me.採購單一級核准_lb.AutoEllipsis = True
  719. Me.採購單一級核准_lb.Cursor = System.Windows.Forms.Cursors.Hand
  720. Me.採購單一級核准_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  721. Me.採購單一級核准_lb.ForeColor = System.Drawing.Color.DarkBlue
  722. Me.採購單一級核准_lb.Location = New System.Drawing.Point(1, 50)
  723. Me.採購單一級核准_lb.Name = "採購單一級核准_lb"
  724. Me.採購單一級核准_lb.Size = New System.Drawing.Size(123, 30)
  725. Me.採購單一級核准_lb.TabIndex = 1
  726. Me.採購單一級核准_lb.Text = "採購單一級核准"
  727. Me.採購單一級核准_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  728. '
  729. '採購單一級核准_pb
  730. '
  731. Me.採購單一級核准_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC1
  732. Me.採購單一級核准_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  733. Me.採購單一級核准_pb.Cursor = System.Windows.Forms.Cursors.Hand
  734. Me.採購單一級核准_pb.Image = Global.Calculator_SYS.My.Resources.Resources.approve2
  735. Me.採購單一級核准_pb.Location = New System.Drawing.Point(11, 4)
  736. Me.採購單一級核准_pb.Name = "採購單一級核准_pb"
  737. Me.採購單一級核准_pb.Size = New System.Drawing.Size(101, 45)
  738. Me.採購單一級核准_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  739. Me.採購單一級核准_pb.TabIndex = 0
  740. Me.採購單一級核准_pb.TabStop = False
  741. '
  742. '供應商商品單價設定_p
  743. '
  744. Me.供應商商品單價設定_p.BackColor = System.Drawing.Color.Transparent
  745. Me.供應商商品單價設定_p.Controls.Add(Me.供應商商品單價設定_lb)
  746. Me.供應商商品單價設定_p.Controls.Add(Me.供應商商品單價設定_pb)
  747. Me.供應商商品單價設定_p.Location = New System.Drawing.Point(4, 415)
  748. Me.供應商商品單價設定_p.Name = "供應商商品單價設定_p"
  749. Me.供應商商品單價設定_p.Size = New System.Drawing.Size(125, 83)
  750. Me.供應商商品單價設定_p.TabIndex = 1761
  751. '
  752. '供應商商品單價設定_lb
  753. '
  754. Me.供應商商品單價設定_lb.AutoEllipsis = True
  755. Me.供應商商品單價設定_lb.Cursor = System.Windows.Forms.Cursors.Hand
  756. Me.供應商商品單價設定_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  757. Me.供應商商品單價設定_lb.ForeColor = System.Drawing.Color.DarkBlue
  758. Me.供應商商品單價設定_lb.Location = New System.Drawing.Point(1, 50)
  759. Me.供應商商品單價設定_lb.Name = "供應商商品單價設定_lb"
  760. Me.供應商商品單價設定_lb.Size = New System.Drawing.Size(123, 30)
  761. Me.供應商商品單價設定_lb.TabIndex = 1
  762. Me.供應商商品單價設定_lb.Text = "供應商商品單價設定"
  763. Me.供應商商品單價設定_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  764. '
  765. '供應商商品單價設定_pb
  766. '
  767. Me.供應商商品單價設定_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC1
  768. Me.供應商商品單價設定_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  769. Me.供應商商品單價設定_pb.Cursor = System.Windows.Forms.Cursors.Hand
  770. Me.供應商商品單價設定_pb.Image = Global.Calculator_SYS.My.Resources.Resources.Money2
  771. Me.供應商商品單價設定_pb.Location = New System.Drawing.Point(11, 4)
  772. Me.供應商商品單價設定_pb.Name = "供應商商品單價設定_pb"
  773. Me.供應商商品單價設定_pb.Size = New System.Drawing.Size(101, 45)
  774. Me.供應商商品單價設定_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  775. Me.供應商商品單價設定_pb.TabIndex = 0
  776. Me.供應商商品單價設定_pb.TabStop = False
  777. '
  778. '供應商管理_p
  779. '
  780. Me.供應商管理_p.BackColor = System.Drawing.Color.Transparent
  781. Me.供應商管理_p.Controls.Add(Me.供應商管理_lb)
  782. Me.供應商管理_p.Controls.Add(Me.供應商管理_pb)
  783. Me.供應商管理_p.Location = New System.Drawing.Point(4, 333)
  784. Me.供應商管理_p.Name = "供應商管理_p"
  785. Me.供應商管理_p.Size = New System.Drawing.Size(125, 83)
  786. Me.供應商管理_p.TabIndex = 1760
  787. '
  788. '供應商管理_lb
  789. '
  790. Me.供應商管理_lb.AutoEllipsis = True
  791. Me.供應商管理_lb.Cursor = System.Windows.Forms.Cursors.Hand
  792. Me.供應商管理_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  793. Me.供應商管理_lb.ForeColor = System.Drawing.Color.DarkBlue
  794. Me.供應商管理_lb.Location = New System.Drawing.Point(1, 50)
  795. Me.供應商管理_lb.Name = "供應商管理_lb"
  796. Me.供應商管理_lb.Size = New System.Drawing.Size(123, 30)
  797. Me.供應商管理_lb.TabIndex = 1
  798. Me.供應商管理_lb.Text = "供應商管理"
  799. Me.供應商管理_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  800. '
  801. '供應商管理_pb
  802. '
  803. Me.供應商管理_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC1
  804. Me.供應商管理_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  805. Me.供應商管理_pb.Cursor = System.Windows.Forms.Cursors.Hand
  806. Me.供應商管理_pb.Image = Global.Calculator_SYS.My.Resources.Resources.User_Clients_01
  807. Me.供應商管理_pb.Location = New System.Drawing.Point(11, 4)
  808. Me.供應商管理_pb.Name = "供應商管理_pb"
  809. Me.供應商管理_pb.Size = New System.Drawing.Size(101, 45)
  810. Me.供應商管理_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  811. Me.供應商管理_pb.TabIndex = 0
  812. Me.供應商管理_pb.TabStop = False
  813. '
  814. '每月零用金設定_p
  815. '
  816. Me.每月零用金設定_p.BackColor = System.Drawing.Color.Transparent
  817. Me.每月零用金設定_p.Controls.Add(Me.每月零用金設定_lb)
  818. Me.每月零用金設定_p.Controls.Add(Me.每月零用金設定_pb)
  819. Me.每月零用金設定_p.Location = New System.Drawing.Point(4, 251)
  820. Me.每月零用金設定_p.Name = "每月零用金設定_p"
  821. Me.每月零用金設定_p.Size = New System.Drawing.Size(125, 83)
  822. Me.每月零用金設定_p.TabIndex = 1759
  823. '
  824. '每月零用金設定_lb
  825. '
  826. Me.每月零用金設定_lb.AutoEllipsis = True
  827. Me.每月零用金設定_lb.Cursor = System.Windows.Forms.Cursors.Hand
  828. Me.每月零用金設定_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  829. Me.每月零用金設定_lb.ForeColor = System.Drawing.Color.Black
  830. Me.每月零用金設定_lb.Location = New System.Drawing.Point(1, 50)
  831. Me.每月零用金設定_lb.Name = "每月零用金設定_lb"
  832. Me.每月零用金設定_lb.Size = New System.Drawing.Size(123, 30)
  833. Me.每月零用金設定_lb.TabIndex = 1
  834. Me.每月零用金設定_lb.Text = "每月零用金設定"
  835. Me.每月零用金設定_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  836. '
  837. '每月零用金設定_pb
  838. '
  839. Me.每月零用金設定_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  840. Me.每月零用金設定_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  841. Me.每月零用金設定_pb.Cursor = System.Windows.Forms.Cursors.Hand
  842. Me.每月零用金設定_pb.Image = Global.Calculator_SYS.My.Resources.Resources.system
  843. Me.每月零用金設定_pb.Location = New System.Drawing.Point(11, 4)
  844. Me.每月零用金設定_pb.Name = "每月零用金設定_pb"
  845. Me.每月零用金設定_pb.Size = New System.Drawing.Size(101, 45)
  846. Me.每月零用金設定_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  847. Me.每月零用金設定_pb.TabIndex = 0
  848. Me.每月零用金設定_pb.TabStop = False
  849. '
  850. '人員薪資_p
  851. '
  852. Me.人員薪資_p.BackColor = System.Drawing.Color.Transparent
  853. Me.人員薪資_p.Controls.Add(Me.人員薪資_lb)
  854. Me.人員薪資_p.Controls.Add(Me.人員薪資_pb)
  855. Me.人員薪資_p.Location = New System.Drawing.Point(4, 169)
  856. Me.人員薪資_p.Name = "人員薪資_p"
  857. Me.人員薪資_p.Size = New System.Drawing.Size(125, 83)
  858. Me.人員薪資_p.TabIndex = 1758
  859. '
  860. '人員薪資_lb
  861. '
  862. Me.人員薪資_lb.AutoEllipsis = True
  863. Me.人員薪資_lb.Cursor = System.Windows.Forms.Cursors.Hand
  864. Me.人員薪資_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  865. Me.人員薪資_lb.ForeColor = System.Drawing.Color.Black
  866. Me.人員薪資_lb.Location = New System.Drawing.Point(1, 50)
  867. Me.人員薪資_lb.Name = "人員薪資_lb"
  868. Me.人員薪資_lb.Size = New System.Drawing.Size(123, 30)
  869. Me.人員薪資_lb.TabIndex = 1
  870. Me.人員薪資_lb.Text = "人員薪資"
  871. Me.人員薪資_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  872. '
  873. '人員薪資_pb
  874. '
  875. Me.人員薪資_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC2
  876. Me.人員薪資_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  877. Me.人員薪資_pb.Cursor = System.Windows.Forms.Cursors.Hand
  878. Me.人員薪資_pb.Image = Global.Calculator_SYS.My.Resources.Resources.Money2
  879. Me.人員薪資_pb.Location = New System.Drawing.Point(11, 4)
  880. Me.人員薪資_pb.Name = "人員薪資_pb"
  881. Me.人員薪資_pb.Size = New System.Drawing.Size(101, 45)
  882. Me.人員薪資_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  883. Me.人員薪資_pb.TabIndex = 0
  884. Me.人員薪資_pb.TabStop = False
  885. '
  886. '請購單核準_p
  887. '
  888. Me.請購單核準_p.BackColor = System.Drawing.Color.Transparent
  889. Me.請購單核準_p.Controls.Add(Me.請購單核準_lb)
  890. Me.請購單核準_p.Controls.Add(Me.請購單核準_pb)
  891. Me.請購單核準_p.Location = New System.Drawing.Point(4, 87)
  892. Me.請購單核準_p.Name = "請購單核準_p"
  893. Me.請購單核準_p.Size = New System.Drawing.Size(125, 83)
  894. Me.請購單核準_p.TabIndex = 1746
  895. '
  896. '請購單核準_lb
  897. '
  898. Me.請購單核準_lb.AutoEllipsis = True
  899. Me.請購單核準_lb.Cursor = System.Windows.Forms.Cursors.Hand
  900. Me.請購單核準_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  901. Me.請購單核準_lb.ForeColor = System.Drawing.Color.DarkBlue
  902. Me.請購單核準_lb.Location = New System.Drawing.Point(1, 50)
  903. Me.請購單核準_lb.Name = "請購單核準_lb"
  904. Me.請購單核準_lb.Size = New System.Drawing.Size(123, 30)
  905. Me.請購單核準_lb.TabIndex = 1
  906. Me.請購單核準_lb.Text = "請購單----核準"
  907. Me.請購單核準_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  908. '
  909. '請購單核準_pb
  910. '
  911. Me.請購單核準_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC1
  912. Me.請購單核準_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  913. Me.請購單核準_pb.Cursor = System.Windows.Forms.Cursors.Hand
  914. Me.請購單核準_pb.Image = Global.Calculator_SYS.My.Resources.Resources.approve2
  915. Me.請購單核準_pb.Location = New System.Drawing.Point(11, 4)
  916. Me.請購單核準_pb.Name = "請購單核準_pb"
  917. Me.請購單核準_pb.Size = New System.Drawing.Size(101, 45)
  918. Me.請購單核準_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  919. Me.請購單核準_pb.TabIndex = 0
  920. Me.請購單核準_pb.TabStop = False
  921. '
  922. '系統執行檔版本管理_p
  923. '
  924. Me.系統執行檔版本管理_p.BackColor = System.Drawing.Color.Transparent
  925. Me.系統執行檔版本管理_p.Controls.Add(Me.系統執行檔版本管理_lb)
  926. Me.系統執行檔版本管理_p.Controls.Add(Me.系統執行檔版本管理_pb)
  927. Me.系統執行檔版本管理_p.Location = New System.Drawing.Point(4, 5)
  928. Me.系統執行檔版本管理_p.Name = "系統執行檔版本管理_p"
  929. Me.系統執行檔版本管理_p.Size = New System.Drawing.Size(125, 83)
  930. Me.系統執行檔版本管理_p.TabIndex = 1745
  931. '
  932. '系統執行檔版本管理_lb
  933. '
  934. Me.系統執行檔版本管理_lb.AutoEllipsis = True
  935. Me.系統執行檔版本管理_lb.Cursor = System.Windows.Forms.Cursors.Hand
  936. Me.系統執行檔版本管理_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  937. Me.系統執行檔版本管理_lb.ForeColor = System.Drawing.Color.Black
  938. Me.系統執行檔版本管理_lb.Location = New System.Drawing.Point(1, 50)
  939. Me.系統執行檔版本管理_lb.Name = "系統執行檔版本管理_lb"
  940. Me.系統執行檔版本管理_lb.Size = New System.Drawing.Size(123, 30)
  941. Me.系統執行檔版本管理_lb.TabIndex = 1
  942. Me.系統執行檔版本管理_lb.Text = "系統執行檔版本管理"
  943. Me.系統執行檔版本管理_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter
  944. '
  945. '系統執行檔版本管理_pb
  946. '
  947. Me.系統執行檔版本管理_pb.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.CC5
  948. Me.系統執行檔版本管理_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  949. Me.系統執行檔版本管理_pb.Cursor = System.Windows.Forms.Cursors.Hand
  950. Me.系統執行檔版本管理_pb.Image = Global.Calculator_SYS.My.Resources.Resources.system
  951. Me.系統執行檔版本管理_pb.Location = New System.Drawing.Point(11, 4)
  952. Me.系統執行檔版本管理_pb.Name = "系統執行檔版本管理_pb"
  953. Me.系統執行檔版本管理_pb.Size = New System.Drawing.Size(101, 45)
  954. Me.系統執行檔版本管理_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  955. Me.系統執行檔版本管理_pb.TabIndex = 0
  956. Me.系統執行檔版本管理_pb.TabStop = False
  957. '
  958. '財務報表4_tsm
  959. '
  960. Me.財務報表4_tsm.Image = Global.Calculator_SYS.My.Resources.Resources.Report
  961. Me.財務報表4_tsm.Name = "財務報表4_tsm"
  962. Me.財務報表4_tsm.Size = New System.Drawing.Size(180, 22)
  963. Me.財務報表4_tsm.Text = "財務報表-4"
  964. '
  965. 'HX_PGS_ERP_SYS
  966. '
  967. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  968. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  969. Me.ClientSize = New System.Drawing.Size(1350, 729)
  970. Me.Controls.Add(Me.MenuStrip)
  971. Me.Controls.Add(Me.虛擬桌_pl)
  972. Me.Controls.Add(Me.字體_NUD)
  973. Me.Controls.Add(Me.StatusStrip)
  974. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  975. Me.IsMdiContainer = True
  976. Me.MainMenuStrip = Me.MenuStrip
  977. Me.Name = "HX_PGS_ERP_SYS"
  978. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  979. Me.Text = "HX_PGS_ERP_SYS"
  980. Me.StatusStrip.ResumeLayout(False)
  981. Me.StatusStrip.PerformLayout()
  982. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  983. Me.MenuStrip.ResumeLayout(False)
  984. Me.MenuStrip.PerformLayout()
  985. Me.虛擬桌_pl.ResumeLayout(False)
  986. Me.財務報表4_p.ResumeLayout(False)
  987. CType(Me.財務報表4_pb, System.ComponentModel.ISupportInitialize).EndInit()
  988. Me.財務報表3_p.ResumeLayout(False)
  989. CType(Me.財務報表3_pb, System.ComponentModel.ISupportInitialize).EndInit()
  990. Me.財務報表2_p.ResumeLayout(False)
  991. CType(Me.財務報表2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  992. Me.財務報表1_p.ResumeLayout(False)
  993. CType(Me.財務報表1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  994. Me.採購單一覽表_p.ResumeLayout(False)
  995. CType(Me.採購單一覽表_pb, System.ComponentModel.ISupportInitialize).EndInit()
  996. Me.財務支付審核_p.ResumeLayout(False)
  997. CType(Me.財務支付審核_pb, System.ComponentModel.ISupportInitialize).EndInit()
  998. Me.財務支付申請_p.ResumeLayout(False)
  999. CType(Me.財務支付申請_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1000. Me.採購單一級核准_p.ResumeLayout(False)
  1001. CType(Me.採購單一級核准_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1002. Me.供應商商品單價設定_p.ResumeLayout(False)
  1003. CType(Me.供應商商品單價設定_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1004. Me.供應商管理_p.ResumeLayout(False)
  1005. CType(Me.供應商管理_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1006. Me.每月零用金設定_p.ResumeLayout(False)
  1007. CType(Me.每月零用金設定_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1008. Me.人員薪資_p.ResumeLayout(False)
  1009. CType(Me.人員薪資_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1010. Me.請購單核準_p.ResumeLayout(False)
  1011. CType(Me.請購單核準_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1012. Me.系統執行檔版本管理_p.ResumeLayout(False)
  1013. CType(Me.系統執行檔版本管理_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1014. Me.ResumeLayout(False)
  1015. Me.PerformLayout()
  1016. End Sub
  1017. Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
  1018. Friend WithEvents ToolStripStatusLabel As System.Windows.Forms.ToolStripStatusLabel
  1019. Friend WithEvents StatusStrip As System.Windows.Forms.StatusStrip
  1020. Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar
  1021. Friend WithEvents 字體_NUD As NumericUpDown
  1022. Friend WithEvents 虛擬桌_pl As Panel
  1023. Friend WithEvents 系統執行檔版本管理_p As Panel
  1024. Friend WithEvents 系統執行檔版本管理_lb As Label
  1025. Friend WithEvents 系統執行檔版本管理_pb As PictureBox
  1026. Friend WithEvents MenuStrip As MenuStrip
  1027. Friend WithEvents 檔案_tsm As ToolStripMenuItem
  1028. Friend WithEvents 桌面捷徑設定_tsm As ToolStripMenuItem
  1029. Friend WithEvents 結束_tsm As ToolStripMenuItem
  1030. Friend WithEvents 視窗_tsm As ToolStripMenuItem
  1031. Friend WithEvents 開新視窗_tsm As ToolStripMenuItem
  1032. Friend WithEvents 重疊顯示_tsm As ToolStripMenuItem
  1033. Friend WithEvents 垂直並排_tsm As ToolStripMenuItem
  1034. Friend WithEvents 水平並排_tsm As ToolStripMenuItem
  1035. Friend WithEvents 全部關閉_tsm As ToolStripMenuItem
  1036. Friend WithEvents 排列圖示_tsm As ToolStripMenuItem
  1037. Friend WithEvents 資料庫系統管理_tsm As ToolStripMenuItem
  1038. Friend WithEvents 系統執行檔版本管理_tsm As ToolStripMenuItem
  1039. Friend WithEvents SYS_SET_tsm As ToolStripDropDownButton
  1040. Friend WithEvents 系統語言1_cb As ToolStripComboBox
  1041. Friend WithEvents 延遲1 As Timer
  1042. Friend WithEvents Timer1 As Timer
  1043. Friend WithEvents Timer2 As Timer
  1044. Friend WithEvents 使用者1_cb As ToolStripComboBox
  1045. Friend WithEvents 採購系統管理_tsm As ToolStripMenuItem
  1046. Friend WithEvents 請購單核準_tsm As ToolStripMenuItem
  1047. Friend WithEvents 請購單核準_p As Panel
  1048. Friend WithEvents 請購單核準_lb As Label
  1049. Friend WithEvents 請購單核準_pb As PictureBox
  1050. Friend WithEvents 著作權_tss As ToolStripStatusLabel
  1051. Friend WithEvents 人事系統管理_tsm As ToolStripMenuItem
  1052. Friend WithEvents 人員薪資_tsm As ToolStripMenuItem
  1053. Friend WithEvents 人員薪資_p As Panel
  1054. Friend WithEvents 人員薪資_lb As Label
  1055. Friend WithEvents 人員薪資_pb As PictureBox
  1056. Friend WithEvents 合計_TSSL As ToolStripStatusLabel
  1057. Friend WithEvents 每月零用金設定_tsm As ToolStripMenuItem
  1058. Friend WithEvents 每月零用金設定_p As Panel
  1059. Friend WithEvents 每月零用金設定_lb As Label
  1060. Friend WithEvents 每月零用金設定_pb As PictureBox
  1061. Friend WithEvents 供應商管理_tsm As ToolStripMenuItem
  1062. Friend WithEvents 供應商管理_p As Panel
  1063. Friend WithEvents 供應商管理_lb As Label
  1064. Friend WithEvents 供應商管理_pb As PictureBox
  1065. Friend WithEvents 供應商商品單價設定_tsm As ToolStripMenuItem
  1066. Friend WithEvents 供應商商品單價設定_p As Panel
  1067. Friend WithEvents 供應商商品單價設定_lb As Label
  1068. Friend WithEvents 供應商商品單價設定_pb As PictureBox
  1069. Friend WithEvents 採購單一級核准_tsm As ToolStripMenuItem
  1070. Friend WithEvents 採購單一級核准_p As Panel
  1071. Friend WithEvents 採購單一級核准_lb As Label
  1072. Friend WithEvents 採購單一級核准_pb As PictureBox
  1073. Friend WithEvents 財務支付申請_p As Panel
  1074. Friend WithEvents 財務支付申請_lb As Label
  1075. Friend WithEvents 財務支付申請_pb As PictureBox
  1076. Friend WithEvents 財務支付申請_tsm As ToolStripMenuItem
  1077. Friend WithEvents 財務支付審核_tsm As ToolStripMenuItem
  1078. Friend WithEvents 財務支付審核_p As Panel
  1079. Friend WithEvents 財務支付審核_lb As Label
  1080. Friend WithEvents 財務支付審核_pb As PictureBox
  1081. Friend WithEvents 採購單一覽表_p As Panel
  1082. Friend WithEvents 採購單一覽表_lb As Label
  1083. Friend WithEvents 採購單一覽表_pb As PictureBox
  1084. Friend WithEvents 採購單一覽表_tsm As ToolStripMenuItem
  1085. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  1086. Friend WithEvents 財務報表1_tsm As ToolStripMenuItem
  1087. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  1088. Friend WithEvents 財務報表1_p As Panel
  1089. Friend WithEvents 財務報表1_lb As Label
  1090. Friend WithEvents 財務報表1_pb As PictureBox
  1091. Friend WithEvents 財務報表2_p As Panel
  1092. Friend WithEvents 財務報表2_lb As Label
  1093. Friend WithEvents 財務報表2_pb As PictureBox
  1094. Friend WithEvents 財務報表2_tsm As ToolStripMenuItem
  1095. Friend WithEvents 財務報表3_tsm As ToolStripMenuItem
  1096. Friend WithEvents 財務報表3_p As Panel
  1097. Friend WithEvents 財務報表3_lb As Label
  1098. Friend WithEvents 財務報表3_pb As PictureBox
  1099. Friend WithEvents 財務報表4_p As Panel
  1100. Friend WithEvents 財務報表4_lb As Label
  1101. Friend WithEvents 財務報表4_pb As PictureBox
  1102. Friend WithEvents 財務報表4_tsm As ToolStripMenuItem
  1103. End Class