Sin descripción
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.

GCM_ERP_SYS.Designer.vb 66KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class GCM_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(GCM_ERP_SYS))
  24. Me.MenuStrip = New System.Windows.Forms.MenuStrip()
  25. Me.FileMenu = New System.Windows.Forms.ToolStripMenuItem()
  26. Me.個人帳號管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  27. Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator()
  28. Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  29. Me.WindowsMenu = New System.Windows.Forms.ToolStripMenuItem()
  30. Me.NewWindowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  31. Me.CascadeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  32. Me.TileVerticalToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  33. Me.TileHorizontalToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  34. Me.CloseAllToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  35. Me.ArrangeIconsToolStripMenuItem = 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.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  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.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator()
  49. Me.進貨管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  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.機構組件成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.機台成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  59. Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
  60. Me.服務項目成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  61. Me.Bom表管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  62. Me.零組件零件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  63. Me.機構件零組件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  64. Me.機構組件機構件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  65. Me.機台機構組件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.人事系統管理新_tsm = New System.Windows.Forms.ToolStripMenuItem()
  67. Me.ID卡系統配置設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.排班資料_tsm = New System.Windows.Forms.ToolStripMenuItem()
  69. Me.休假申請審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  70. Me.休假申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  71. Me.休假核准_tsm = New System.Windows.Forms.ToolStripMenuItem()
  72. Me.歷史休假紀錄_tsm = New System.Windows.Forms.ToolStripMenuItem()
  73. Me.ToolStripSeparator11 = New System.Windows.Forms.ToolStripSeparator()
  74. Me.國定假日設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  75. Me.加班申請審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  76. Me.加班申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  77. Me.加班核准_tsm = New System.Windows.Forms.ToolStripMenuItem()
  78. Me.加班申請資料_tsm = New System.Windows.Forms.ToolStripMenuItem()
  79. Me.ToolStripSeparator13 = New System.Windows.Forms.ToolStripSeparator()
  80. Me.最後關班時間_tsm = New System.Windows.Forms.ToolStripMenuItem()
  81. Me.考勤管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  82. Me.考勤明細表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  83. Me.ToolStripSeparator14 = New System.Windows.Forms.ToolStripSeparator()
  84. Me.到離職管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  85. Me.到離職核准_tsm = New System.Windows.Forms.ToolStripMenuItem()
  86. Me.人事系統設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  87. Me.系統使用者權限設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  88. Me.人事系統變數設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  89. Me.ID卡配置設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  90. Me.人員資料表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  91. Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator()
  92. Me.人系統管理舊_tsm = New System.Windows.Forms.ToolStripMenuItem()
  93. Me.人事請假申請1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  94. Me.人事請假核准1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  95. Me.人員考勤明細表1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  96. Me.ToolStripSeparator15 = New System.Windows.Forms.ToolStripSeparator()
  97. Me.人員入職資料表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  98. Me.考勤打卡資料補登1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  99. Me.國定假日設定1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  100. Me.財務管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  101. Me.GCM財務支付申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  102. Me.GCM財務支付審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  103. Me.GCM財務支付單一覽表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  104. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  105. Me.GCM財務對帳表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  106. Me.GCM財務決算表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  107. Me.GCM財務彙總表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  108. Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
  109. Me.ICS財務支付申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  110. Me.ICS財務支付審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  111. Me.ICS財務支付單一覽表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  112. Me.ToolStripSeparator17 = New System.Windows.Forms.ToolStripSeparator()
  113. Me.ICS財務對帳表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  114. Me.ISC財務決算表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  115. Me.ISC財務彙總表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  116. Me.ToolStripSeparator16 = New System.Windows.Forms.ToolStripSeparator()
  117. Me.匯率管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  118. Me.會計科目管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  119. Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator()
  120. Me.帳務系統_tsm = New System.Windows.Forms.ToolStripMenuItem()
  121. Me.決策系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  122. Me.卜卦簡易_tsm = New System.Windows.Forms.ToolStripMenuItem()
  123. Me.卜卦進階_tsm = New System.Windows.Forms.ToolStripMenuItem()
  124. Me.系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  125. Me.系統使用者管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  126. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  127. Me.FTP資料夾管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  128. Me.系統執行檔版本管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  129. Me.系統編碼原則_tsm = New System.Windows.Forms.ToolStripMenuItem()
  130. Me.系統通用變數管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  131. Me.系統對應電腦註冊_tsm = New System.Windows.Forms.ToolStripMenuItem()
  132. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  133. Me.簽名檔管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  134. Me.個人財務_tsm = New System.Windows.Forms.ToolStripMenuItem()
  135. Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
  136. Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
  137. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  138. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  139. Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  140. Me.Button1 = New System.Windows.Forms.Button()
  141. Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
  142. Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
  143. Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel()
  144. Me.ToolStripProgressBar1 = New System.Windows.Forms.ToolStripProgressBar()
  145. Me.合計_TSSL = New System.Windows.Forms.ToolStripStatusLabel()
  146. Me.MenuStrip.SuspendLayout()
  147. Me.StatusStrip1.SuspendLayout()
  148. Me.SuspendLayout()
  149. '
  150. 'MenuStrip
  151. '
  152. Me.MenuStrip.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  153. Me.MenuStrip.ImageScalingSize = New System.Drawing.Size(20, 20)
  154. Me.MenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileMenu, Me.WindowsMenu, Me.業務管理_tsm, Me.軟件開發系統管理_tsm, Me.設備開發系統_tsm, Me.人事系統管理新_tsm, Me.財務管理_tsm, Me.決策系統管理_tsm, Me.系統管理_tsm})
  155. Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
  156. Me.MenuStrip.MdiWindowListItem = Me.WindowsMenu
  157. Me.MenuStrip.Name = "MenuStrip"
  158. Me.MenuStrip.Padding = New System.Windows.Forms.Padding(7, 3, 0, 3)
  159. Me.MenuStrip.Size = New System.Drawing.Size(1350, 30)
  160. Me.MenuStrip.TabIndex = 5
  161. Me.MenuStrip.Text = "MenuStrip"
  162. '
  163. 'FileMenu
  164. '
  165. Me.FileMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.個人帳號管理_tsm, Me.ToolStripSeparator10, Me.ExitToolStripMenuItem})
  166. Me.FileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder
  167. Me.FileMenu.Name = "FileMenu"
  168. Me.FileMenu.Size = New System.Drawing.Size(43, 24)
  169. Me.FileMenu.Text = "檔案"
  170. '
  171. '個人帳號管理_tsm
  172. '
  173. Me.個人帳號管理_tsm.Name = "個人帳號管理_tsm"
  174. Me.個人帳號管理_tsm.Size = New System.Drawing.Size(146, 22)
  175. Me.個人帳號管理_tsm.Text = "個人帳號管理"
  176. '
  177. 'ToolStripSeparator10
  178. '
  179. Me.ToolStripSeparator10.Name = "ToolStripSeparator10"
  180. Me.ToolStripSeparator10.Size = New System.Drawing.Size(143, 6)
  181. '
  182. 'ExitToolStripMenuItem
  183. '
  184. Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
  185. Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  186. Me.ExitToolStripMenuItem.Text = "結束(&X)"
  187. '
  188. 'WindowsMenu
  189. '
  190. Me.WindowsMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewWindowToolStripMenuItem, Me.CascadeToolStripMenuItem, Me.TileVerticalToolStripMenuItem, Me.TileHorizontalToolStripMenuItem, Me.CloseAllToolStripMenuItem, Me.ArrangeIconsToolStripMenuItem})
  191. Me.WindowsMenu.Name = "WindowsMenu"
  192. Me.WindowsMenu.Size = New System.Drawing.Size(43, 24)
  193. Me.WindowsMenu.Text = "視窗"
  194. '
  195. 'NewWindowToolStripMenuItem
  196. '
  197. Me.NewWindowToolStripMenuItem.Name = "NewWindowToolStripMenuItem"
  198. Me.NewWindowToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  199. Me.NewWindowToolStripMenuItem.Text = "開新視窗(&N)"
  200. '
  201. 'CascadeToolStripMenuItem
  202. '
  203. Me.CascadeToolStripMenuItem.Name = "CascadeToolStripMenuItem"
  204. Me.CascadeToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  205. Me.CascadeToolStripMenuItem.Text = "重疊顯示(&C)"
  206. '
  207. 'TileVerticalToolStripMenuItem
  208. '
  209. Me.TileVerticalToolStripMenuItem.Name = "TileVerticalToolStripMenuItem"
  210. Me.TileVerticalToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  211. Me.TileVerticalToolStripMenuItem.Text = "垂直並排(&V)"
  212. '
  213. 'TileHorizontalToolStripMenuItem
  214. '
  215. Me.TileHorizontalToolStripMenuItem.Name = "TileHorizontalToolStripMenuItem"
  216. Me.TileHorizontalToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  217. Me.TileHorizontalToolStripMenuItem.Text = "水平並排(&H)"
  218. '
  219. 'CloseAllToolStripMenuItem
  220. '
  221. Me.CloseAllToolStripMenuItem.Name = "CloseAllToolStripMenuItem"
  222. Me.CloseAllToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  223. Me.CloseAllToolStripMenuItem.Text = "全部關閉(&L)"
  224. '
  225. 'ArrangeIconsToolStripMenuItem
  226. '
  227. Me.ArrangeIconsToolStripMenuItem.Name = "ArrangeIconsToolStripMenuItem"
  228. Me.ArrangeIconsToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  229. Me.ArrangeIconsToolStripMenuItem.Text = "排列圖示(&A)"
  230. '
  231. '業務管理_tsm
  232. '
  233. Me.業務管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.業務專案建檔_tsm})
  234. Me.業務管理_tsm.ForeColor = System.Drawing.Color.Goldenrod
  235. Me.業務管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.business_info
  236. Me.業務管理_tsm.Name = "業務管理_tsm"
  237. Me.業務管理_tsm.Size = New System.Drawing.Size(111, 24)
  238. Me.業務管理_tsm.Text = "業務系統管理"
  239. '
  240. '業務專案建檔_tsm
  241. '
  242. Me.業務專案建檔_tsm.ForeColor = System.Drawing.Color.Goldenrod
  243. Me.業務專案建檔_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  244. Me.業務專案建檔_tsm.Name = "業務專案建檔_tsm"
  245. Me.業務專案建檔_tsm.Size = New System.Drawing.Size(162, 26)
  246. Me.業務專案建檔_tsm.Text = "業務專案控制表"
  247. '
  248. '軟件開發系統管理_tsm
  249. '
  250. Me.軟件開發系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.原代碼存放區_tsm, Me.共享文件_tsm, Me.系統開發點檢控制表_tsm, Me.系統開發功能點檢表_tsm, Me.ToolStripSeparator2, Me.工作日志_tsm})
  251. Me.軟件開發系統管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  252. Me.軟件開發系統管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  253. Me.軟件開發系統管理_tsm.Name = "軟件開發系統管理_tsm"
  254. Me.軟件開發系統管理_tsm.Size = New System.Drawing.Size(135, 24)
  255. Me.軟件開發系統管理_tsm.Text = "軟件開發系統管理"
  256. '
  257. '原代碼存放區_tsm
  258. '
  259. Me.原代碼存放區_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  260. Me.原代碼存放區_tsm.Name = "原代碼存放區_tsm"
  261. Me.原代碼存放區_tsm.Size = New System.Drawing.Size(182, 22)
  262. Me.原代碼存放區_tsm.Text = "原代碼存放區"
  263. '
  264. '共享文件_tsm
  265. '
  266. Me.共享文件_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  267. Me.共享文件_tsm.Name = "共享文件_tsm"
  268. Me.共享文件_tsm.Size = New System.Drawing.Size(182, 22)
  269. Me.共享文件_tsm.Text = "開發文件存放區"
  270. '
  271. '系統開發點檢控制表_tsm
  272. '
  273. Me.系統開發點檢控制表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  274. Me.系統開發點檢控制表_tsm.Name = "系統開發點檢控制表_tsm"
  275. Me.系統開發點檢控制表_tsm.Size = New System.Drawing.Size(182, 22)
  276. Me.系統開發點檢控制表_tsm.Text = "系統開發點檢控制表"
  277. '
  278. '系統開發功能點檢表_tsm
  279. '
  280. Me.系統開發功能點檢表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  281. Me.系統開發功能點檢表_tsm.Name = "系統開發功能點檢表_tsm"
  282. Me.系統開發功能點檢表_tsm.Size = New System.Drawing.Size(182, 22)
  283. Me.系統開發功能點檢表_tsm.Text = "系統開發功能點檢表"
  284. '
  285. 'ToolStripSeparator2
  286. '
  287. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  288. Me.ToolStripSeparator2.Size = New System.Drawing.Size(179, 6)
  289. '
  290. '工作日志_tsm
  291. '
  292. Me.工作日志_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  293. Me.工作日志_tsm.Name = "工作日志_tsm"
  294. Me.工作日志_tsm.Size = New System.Drawing.Size(182, 22)
  295. Me.工作日志_tsm.Text = "工作日誌與代辦事項"
  296. '
  297. '設備開發系統_tsm
  298. '
  299. Me.設備開發系統_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.倉儲系統管理_tsm, Me.成本系統管理_tsm, Me.Bom表管理_tsm})
  300. Me.設備開發系統_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  301. Me.設備開發系統_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.truck
  302. Me.設備開發系統_tsm.Name = "設備開發系統_tsm"
  303. Me.設備開發系統_tsm.Size = New System.Drawing.Size(135, 24)
  304. Me.設備開發系統_tsm.Text = "設備開發系統管理"
  305. '
  306. '倉儲系統管理_tsm
  307. '
  308. Me.倉儲系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.供應商管理_tsm, Me.ToolStripSeparator12, Me.進貨管理_tsm, Me.領物管理_tsm, Me.庫存查詢_tsm, Me.出庫紀錄_tsm})
  309. Me.倉儲系統管理_tsm.ForeColor = System.Drawing.Color.Red
  310. Me.倉儲系統管理_tsm.Name = "倉儲系統管理_tsm"
  311. Me.倉儲系統管理_tsm.Size = New System.Drawing.Size(146, 22)
  312. Me.倉儲系統管理_tsm.Text = "倉儲系統管理"
  313. '
  314. '供應商管理_tsm
  315. '
  316. Me.供應商管理_tsm.ForeColor = System.Drawing.Color.Red
  317. Me.供應商管理_tsm.Name = "供應商管理_tsm"
  318. Me.供應商管理_tsm.Size = New System.Drawing.Size(134, 22)
  319. Me.供應商管理_tsm.Text = "供應商管理"
  320. '
  321. 'ToolStripSeparator12
  322. '
  323. Me.ToolStripSeparator12.Name = "ToolStripSeparator12"
  324. Me.ToolStripSeparator12.Size = New System.Drawing.Size(131, 6)
  325. '
  326. '進貨管理_tsm
  327. '
  328. Me.進貨管理_tsm.ForeColor = System.Drawing.Color.Red
  329. Me.進貨管理_tsm.Name = "進貨管理_tsm"
  330. Me.進貨管理_tsm.Size = New System.Drawing.Size(134, 22)
  331. Me.進貨管理_tsm.Text = "進貨管理"
  332. '
  333. '領物管理_tsm
  334. '
  335. Me.領物管理_tsm.ForeColor = System.Drawing.Color.Red
  336. Me.領物管理_tsm.Name = "領物管理_tsm"
  337. Me.領物管理_tsm.Size = New System.Drawing.Size(134, 22)
  338. Me.領物管理_tsm.Text = "領物管理"
  339. '
  340. '庫存查詢_tsm
  341. '
  342. Me.庫存查詢_tsm.ForeColor = System.Drawing.Color.Red
  343. Me.庫存查詢_tsm.Name = "庫存查詢_tsm"
  344. Me.庫存查詢_tsm.Size = New System.Drawing.Size(134, 22)
  345. Me.庫存查詢_tsm.Text = "庫存查詢"
  346. '
  347. '出庫紀錄_tsm
  348. '
  349. Me.出庫紀錄_tsm.ForeColor = System.Drawing.Color.Red
  350. Me.出庫紀錄_tsm.Name = "出庫紀錄_tsm"
  351. Me.出庫紀錄_tsm.Size = New System.Drawing.Size(134, 22)
  352. Me.出庫紀錄_tsm.Text = "出庫紀錄"
  353. '
  354. '成本系統管理_tsm
  355. '
  356. Me.成本系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.零件成本_tsm, Me.零組件成本_tsm, Me.機構件成本_tsm, Me.機構組件成本_tsm, Me.機台成本_tsm, Me.ToolStripSeparator4, Me.服務項目成本_tsm})
  357. Me.成本系統管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  358. Me.成本系統管理_tsm.Name = "成本系統管理_tsm"
  359. Me.成本系統管理_tsm.Size = New System.Drawing.Size(146, 22)
  360. Me.成本系統管理_tsm.Text = "成本系統管理"
  361. '
  362. '零件成本_tsm
  363. '
  364. Me.零件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  365. Me.零件成本_tsm.Name = "零件成本_tsm"
  366. Me.零件成本_tsm.Size = New System.Drawing.Size(146, 22)
  367. Me.零件成本_tsm.Text = "零件成本"
  368. '
  369. '零組件成本_tsm
  370. '
  371. Me.零組件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  372. Me.零組件成本_tsm.Name = "零組件成本_tsm"
  373. Me.零組件成本_tsm.Size = New System.Drawing.Size(146, 22)
  374. Me.零組件成本_tsm.Text = "零組件成本"
  375. '
  376. '機構件成本_tsm
  377. '
  378. Me.機構件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  379. Me.機構件成本_tsm.Name = "機構件成本_tsm"
  380. Me.機構件成本_tsm.Size = New System.Drawing.Size(146, 22)
  381. Me.機構件成本_tsm.Text = "機構件成本"
  382. '
  383. '機構組件成本_tsm
  384. '
  385. Me.機構組件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  386. Me.機構組件成本_tsm.Name = "機構組件成本_tsm"
  387. Me.機構組件成本_tsm.Size = New System.Drawing.Size(146, 22)
  388. Me.機構組件成本_tsm.Text = "機構組件成本"
  389. '
  390. '機台成本_tsm
  391. '
  392. Me.機台成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  393. Me.機台成本_tsm.Name = "機台成本_tsm"
  394. Me.機台成本_tsm.Size = New System.Drawing.Size(146, 22)
  395. Me.機台成本_tsm.Text = "機台成本"
  396. '
  397. 'ToolStripSeparator4
  398. '
  399. Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
  400. Me.ToolStripSeparator4.Size = New System.Drawing.Size(143, 6)
  401. '
  402. '服務項目成本_tsm
  403. '
  404. Me.服務項目成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  405. Me.服務項目成本_tsm.Name = "服務項目成本_tsm"
  406. Me.服務項目成本_tsm.Size = New System.Drawing.Size(146, 22)
  407. Me.服務項目成本_tsm.Text = "服務項目成本"
  408. '
  409. 'Bom表管理_tsm
  410. '
  411. Me.Bom表管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.零組件零件BOM表_tsm, Me.機構件零組件BOM表_tsm, Me.機構組件機構件BOM表_tsm, Me.機台機構組件BOM表_tsm})
  412. Me.Bom表管理_tsm.ForeColor = System.Drawing.Color.Green
  413. Me.Bom表管理_tsm.Name = "Bom表管理_tsm"
  414. Me.Bom表管理_tsm.Size = New System.Drawing.Size(146, 22)
  415. Me.Bom表管理_tsm.Text = "Bom表管理"
  416. '
  417. '零組件零件BOM表_tsm
  418. '
  419. Me.零組件零件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  420. Me.零組件零件BOM表_tsm.Name = "零組件零件BOM表_tsm"
  421. Me.零組件零件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  422. Me.零組件零件BOM表_tsm.Text = "零組件-零件BOM表"
  423. '
  424. '機構件零組件BOM表_tsm
  425. '
  426. Me.機構件零組件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  427. Me.機構件零組件BOM表_tsm.Name = "機構件零組件BOM表_tsm"
  428. Me.機構件零組件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  429. Me.機構件零組件BOM表_tsm.Text = "機構件-零組件BOM表"
  430. '
  431. '機構組件機構件BOM表_tsm
  432. '
  433. Me.機構組件機構件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  434. Me.機構組件機構件BOM表_tsm.Name = "機構組件機構件BOM表_tsm"
  435. Me.機構組件機構件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  436. Me.機構組件機構件BOM表_tsm.Text = "機構組件-機構件BOM表"
  437. '
  438. '機台機構組件BOM表_tsm
  439. '
  440. Me.機台機構組件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  441. Me.機台機構組件BOM表_tsm.Name = "機台機構組件BOM表_tsm"
  442. Me.機台機構組件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  443. Me.機台機構組件BOM表_tsm.Text = "機台-機構組件BOM表"
  444. '
  445. '人事系統管理新_tsm
  446. '
  447. Me.人事系統管理新_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ID卡系統配置設定_tsm, Me.排班資料_tsm, Me.休假申請審核_tsm, Me.加班申請審核_tsm, Me.考勤管理_tsm, Me.人事系統設定_tsm, Me.ToolStripSeparator9, Me.人系統管理舊_tsm})
  448. Me.人事系統管理新_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  449. Me.人事系統管理新_tsm.Name = "人事系統管理新_tsm"
  450. Me.人事系統管理新_tsm.Size = New System.Drawing.Size(131, 24)
  451. Me.人事系統管理新_tsm.Text = "人事系統管理(新)"
  452. '
  453. 'ID卡系統配置設定_tsm
  454. '
  455. Me.ID卡系統配置設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.card_ipod
  456. Me.ID卡系統配置設定_tsm.Name = "ID卡系統配置設定_tsm"
  457. Me.ID卡系統配置設定_tsm.Size = New System.Drawing.Size(198, 26)
  458. Me.ID卡系統配置設定_tsm.Text = "人員ID卡系統配置設定"
  459. '
  460. '排班資料_tsm
  461. '
  462. Me.排班資料_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  463. Me.排班資料_tsm.Name = "排班資料_tsm"
  464. Me.排班資料_tsm.Size = New System.Drawing.Size(198, 26)
  465. Me.排班資料_tsm.Text = "排班資料"
  466. '
  467. '休假申請審核_tsm
  468. '
  469. Me.休假申請審核_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.休假申請_tsm, Me.休假核准_tsm, Me.歷史休假紀錄_tsm, Me.ToolStripSeparator11, Me.國定假日設定_tsm})
  470. Me.休假申請審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.business_info
  471. Me.休假申請審核_tsm.Name = "休假申請審核_tsm"
  472. Me.休假申請審核_tsm.Size = New System.Drawing.Size(198, 26)
  473. Me.休假申請審核_tsm.Text = "休假申請/審核"
  474. '
  475. '休假申請_tsm
  476. '
  477. Me.休假申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.business_info
  478. Me.休假申請_tsm.Name = "休假申請_tsm"
  479. Me.休假申請_tsm.Size = New System.Drawing.Size(150, 26)
  480. Me.休假申請_tsm.Text = "休假申請"
  481. '
  482. '休假核准_tsm
  483. '
  484. Me.休假核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  485. Me.休假核准_tsm.Name = "休假核准_tsm"
  486. Me.休假核准_tsm.Size = New System.Drawing.Size(150, 26)
  487. Me.休假核准_tsm.Text = "休假核准"
  488. '
  489. '歷史休假紀錄_tsm
  490. '
  491. Me.歷史休假紀錄_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  492. Me.歷史休假紀錄_tsm.Name = "歷史休假紀錄_tsm"
  493. Me.歷史休假紀錄_tsm.Size = New System.Drawing.Size(150, 26)
  494. Me.歷史休假紀錄_tsm.Text = "歷史休假紀錄"
  495. '
  496. 'ToolStripSeparator11
  497. '
  498. Me.ToolStripSeparator11.Name = "ToolStripSeparator11"
  499. Me.ToolStripSeparator11.Size = New System.Drawing.Size(147, 6)
  500. '
  501. '國定假日設定_tsm
  502. '
  503. Me.國定假日設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  504. Me.國定假日設定_tsm.Name = "國定假日設定_tsm"
  505. Me.國定假日設定_tsm.Size = New System.Drawing.Size(150, 26)
  506. Me.國定假日設定_tsm.Text = "國定假日設定"
  507. '
  508. '加班申請審核_tsm
  509. '
  510. Me.加班申請審核_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.加班申請_tsm, Me.加班核准_tsm, Me.加班申請資料_tsm, Me.ToolStripSeparator13, Me.最後關班時間_tsm})
  511. Me.加班申請審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  512. Me.加班申請審核_tsm.Name = "加班申請審核_tsm"
  513. Me.加班申請審核_tsm.Size = New System.Drawing.Size(198, 26)
  514. Me.加班申請審核_tsm.Text = "加班申請/審核"
  515. '
  516. '加班申請_tsm
  517. '
  518. Me.加班申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  519. Me.加班申請_tsm.Name = "加班申請_tsm"
  520. Me.加班申請_tsm.Size = New System.Drawing.Size(150, 26)
  521. Me.加班申請_tsm.Text = "加班申請"
  522. '
  523. '加班核准_tsm
  524. '
  525. Me.加班核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  526. Me.加班核准_tsm.Name = "加班核准_tsm"
  527. Me.加班核准_tsm.Size = New System.Drawing.Size(150, 26)
  528. Me.加班核准_tsm.Text = "加班核准"
  529. '
  530. '加班申請資料_tsm
  531. '
  532. Me.加班申請資料_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  533. Me.加班申請資料_tsm.Name = "加班申請資料_tsm"
  534. Me.加班申請資料_tsm.Size = New System.Drawing.Size(150, 26)
  535. Me.加班申請資料_tsm.Text = "加班申請資料"
  536. '
  537. 'ToolStripSeparator13
  538. '
  539. Me.ToolStripSeparator13.Name = "ToolStripSeparator13"
  540. Me.ToolStripSeparator13.Size = New System.Drawing.Size(147, 6)
  541. '
  542. '最後關班時間_tsm
  543. '
  544. Me.最後關班時間_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check_icon
  545. Me.最後關班時間_tsm.Name = "最後關班時間_tsm"
  546. Me.最後關班時間_tsm.Size = New System.Drawing.Size(150, 26)
  547. Me.最後關班時間_tsm.Text = "最後關班時間"
  548. '
  549. '考勤管理_tsm
  550. '
  551. Me.考勤管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.考勤明細表_tsm, Me.ToolStripSeparator14, Me.到離職管理_tsm, Me.到離職核准_tsm})
  552. Me.考勤管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  553. Me.考勤管理_tsm.Name = "考勤管理_tsm"
  554. Me.考勤管理_tsm.Size = New System.Drawing.Size(198, 26)
  555. Me.考勤管理_tsm.Text = "考勤管理"
  556. '
  557. '考勤明細表_tsm
  558. '
  559. Me.考勤明細表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  560. Me.考勤明細表_tsm.Name = "考勤明細表_tsm"
  561. Me.考勤明細表_tsm.Size = New System.Drawing.Size(138, 26)
  562. Me.考勤明細表_tsm.Text = "考勤明細表"
  563. '
  564. 'ToolStripSeparator14
  565. '
  566. Me.ToolStripSeparator14.Name = "ToolStripSeparator14"
  567. Me.ToolStripSeparator14.Size = New System.Drawing.Size(135, 6)
  568. '
  569. '到離職管理_tsm
  570. '
  571. Me.到離職管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  572. Me.到離職管理_tsm.Name = "到離職管理_tsm"
  573. Me.到離職管理_tsm.Size = New System.Drawing.Size(138, 26)
  574. Me.到離職管理_tsm.Text = "到離職管理"
  575. '
  576. '到離職核准_tsm
  577. '
  578. Me.到離職核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  579. Me.到離職核准_tsm.Name = "到離職核准_tsm"
  580. Me.到離職核准_tsm.Size = New System.Drawing.Size(138, 26)
  581. Me.到離職核准_tsm.Text = "到離職核准"
  582. '
  583. '人事系統設定_tsm
  584. '
  585. Me.人事系統設定_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.系統使用者權限設定_tsm, Me.人事系統變數設定_tsm, Me.ID卡配置設定_tsm, Me.人員資料表_tsm})
  586. Me.人事系統設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  587. Me.人事系統設定_tsm.Name = "人事系統設定_tsm"
  588. Me.人事系統設定_tsm.Size = New System.Drawing.Size(198, 26)
  589. Me.人事系統設定_tsm.Text = "人事系統設定"
  590. '
  591. '系統使用者權限設定_tsm
  592. '
  593. Me.系統使用者權限設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  594. Me.系統使用者權限設定_tsm.Name = "系統使用者權限設定_tsm"
  595. Me.系統使用者權限設定_tsm.Size = New System.Drawing.Size(186, 26)
  596. Me.系統使用者權限設定_tsm.Text = "系統使用者權限設定"
  597. '
  598. '人事系統變數設定_tsm
  599. '
  600. Me.人事系統變數設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  601. Me.人事系統變數設定_tsm.Name = "人事系統變數設定_tsm"
  602. Me.人事系統變數設定_tsm.Size = New System.Drawing.Size(186, 26)
  603. Me.人事系統變數設定_tsm.Text = "人事系統變數設定"
  604. '
  605. 'ID卡配置設定_tsm
  606. '
  607. Me.ID卡配置設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.card_ipod
  608. Me.ID卡配置設定_tsm.Name = "ID卡配置設定_tsm"
  609. Me.ID卡配置設定_tsm.Size = New System.Drawing.Size(186, 26)
  610. Me.ID卡配置設定_tsm.Text = "ID卡配置設定"
  611. '
  612. '人員資料表_tsm
  613. '
  614. Me.人員資料表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  615. Me.人員資料表_tsm.Name = "人員資料表_tsm"
  616. Me.人員資料表_tsm.Size = New System.Drawing.Size(186, 26)
  617. Me.人員資料表_tsm.Text = "人員資料表"
  618. '
  619. 'ToolStripSeparator9
  620. '
  621. Me.ToolStripSeparator9.Name = "ToolStripSeparator9"
  622. Me.ToolStripSeparator9.Size = New System.Drawing.Size(195, 6)
  623. '
  624. '人系統管理舊_tsm
  625. '
  626. Me.人系統管理舊_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.人事請假申請1_tsm, Me.人事請假核准1_tsm, Me.人員考勤明細表1_tsm, Me.ToolStripSeparator15, Me.人員入職資料表_tsm, Me.考勤打卡資料補登1_tsm, Me.國定假日設定1_tsm})
  627. Me.人系統管理舊_tsm.Name = "人系統管理舊_tsm"
  628. Me.人系統管理舊_tsm.Size = New System.Drawing.Size(198, 26)
  629. Me.人系統管理舊_tsm.Text = "人系統管理(舊)"
  630. '
  631. '人事請假申請1_tsm
  632. '
  633. Me.人事請假申請1_tsm.Name = "人事請假申請1_tsm"
  634. Me.人事請假申請1_tsm.Size = New System.Drawing.Size(170, 22)
  635. Me.人事請假申請1_tsm.Text = "人事請假申請"
  636. '
  637. '人事請假核准1_tsm
  638. '
  639. Me.人事請假核准1_tsm.Name = "人事請假核准1_tsm"
  640. Me.人事請假核准1_tsm.Size = New System.Drawing.Size(170, 22)
  641. Me.人事請假核准1_tsm.Text = "人事請假核准"
  642. '
  643. '人員考勤明細表1_tsm
  644. '
  645. Me.人員考勤明細表1_tsm.Name = "人員考勤明細表1_tsm"
  646. Me.人員考勤明細表1_tsm.Size = New System.Drawing.Size(170, 22)
  647. Me.人員考勤明細表1_tsm.Text = "人員考勤明細表"
  648. '
  649. 'ToolStripSeparator15
  650. '
  651. Me.ToolStripSeparator15.Name = "ToolStripSeparator15"
  652. Me.ToolStripSeparator15.Size = New System.Drawing.Size(167, 6)
  653. '
  654. '人員入職資料表_tsm
  655. '
  656. Me.人員入職資料表_tsm.Name = "人員入職資料表_tsm"
  657. Me.人員入職資料表_tsm.Size = New System.Drawing.Size(170, 22)
  658. Me.人員入職資料表_tsm.Text = "人員入職資料表"
  659. '
  660. '考勤打卡資料補登1_tsm
  661. '
  662. Me.考勤打卡資料補登1_tsm.Name = "考勤打卡資料補登1_tsm"
  663. Me.考勤打卡資料補登1_tsm.Size = New System.Drawing.Size(170, 22)
  664. Me.考勤打卡資料補登1_tsm.Text = "考勤打卡資料補登"
  665. '
  666. '國定假日設定1_tsm
  667. '
  668. Me.國定假日設定1_tsm.Name = "國定假日設定1_tsm"
  669. Me.國定假日設定1_tsm.Size = New System.Drawing.Size(170, 22)
  670. Me.國定假日設定1_tsm.Text = "國定假日設定"
  671. '
  672. '財務管理_tsm
  673. '
  674. Me.財務管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.GCM財務支付申請_tsm, Me.GCM財務支付審核_tsm, Me.GCM財務支付單一覽表_tsm, Me.ToolStripSeparator6, Me.GCM財務對帳表_tsm, Me.GCM財務決算表_tsm, Me.GCM財務彙總表_tsm, Me.ToolStripSeparator5, Me.ICS財務支付申請_tsm, Me.ICS財務支付審核_tsm, Me.ICS財務支付單一覽表_tsm, Me.ToolStripSeparator17, Me.ICS財務對帳表_tsm, Me.ISC財務決算表_tsm, Me.ISC財務彙總表_tsm, Me.ToolStripSeparator16, Me.匯率管理_tsm, Me.會計科目管理_tsm, Me.ToolStripSeparator8, Me.帳務系統_tsm})
  675. Me.財務管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  676. Me.財務管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Payment
  677. Me.財務管理_tsm.Name = "財務管理_tsm"
  678. Me.財務管理_tsm.Size = New System.Drawing.Size(111, 24)
  679. Me.財務管理_tsm.Text = "財務系統管理"
  680. '
  681. 'GCM財務支付申請_tsm
  682. '
  683. Me.GCM財務支付申請_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  684. Me.GCM財務支付申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  685. Me.GCM財務支付申請_tsm.Name = "GCM財務支付申請_tsm"
  686. Me.GCM財務支付申請_tsm.Size = New System.Drawing.Size(208, 26)
  687. Me.GCM財務支付申請_tsm.Text = "GCM-財務收支單申請"
  688. '
  689. 'GCM財務支付審核_tsm
  690. '
  691. Me.GCM財務支付審核_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  692. Me.GCM財務支付審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  693. Me.GCM財務支付審核_tsm.Name = "GCM財務支付審核_tsm"
  694. Me.GCM財務支付審核_tsm.Size = New System.Drawing.Size(208, 26)
  695. Me.GCM財務支付審核_tsm.Text = "GCM-財務收支單審核"
  696. '
  697. 'GCM財務支付單一覽表_tsm
  698. '
  699. Me.GCM財務支付單一覽表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  700. Me.GCM財務支付單一覽表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  701. Me.GCM財務支付單一覽表_tsm.Name = "GCM財務支付單一覽表_tsm"
  702. Me.GCM財務支付單一覽表_tsm.Size = New System.Drawing.Size(208, 26)
  703. Me.GCM財務支付單一覽表_tsm.Text = "GCM-財務收支單一覽表"
  704. '
  705. 'ToolStripSeparator6
  706. '
  707. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  708. Me.ToolStripSeparator6.Size = New System.Drawing.Size(205, 6)
  709. '
  710. 'GCM財務對帳表_tsm
  711. '
  712. Me.GCM財務對帳表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  713. Me.GCM財務對帳表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  714. Me.GCM財務對帳表_tsm.Name = "GCM財務對帳表_tsm"
  715. Me.GCM財務對帳表_tsm.Size = New System.Drawing.Size(208, 26)
  716. Me.GCM財務對帳表_tsm.Text = "GCM-財務 - 對帳表"
  717. '
  718. 'GCM財務決算表_tsm
  719. '
  720. Me.GCM財務決算表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  721. Me.GCM財務決算表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  722. Me.GCM財務決算表_tsm.Name = "GCM財務決算表_tsm"
  723. Me.GCM財務決算表_tsm.Size = New System.Drawing.Size(208, 26)
  724. Me.GCM財務決算表_tsm.Text = "GCM-財務 - 決算表"
  725. '
  726. 'GCM財務彙總表_tsm
  727. '
  728. Me.GCM財務彙總表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  729. Me.GCM財務彙總表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  730. Me.GCM財務彙總表_tsm.Name = "GCM財務彙總表_tsm"
  731. Me.GCM財務彙總表_tsm.Size = New System.Drawing.Size(208, 26)
  732. Me.GCM財務彙總表_tsm.Text = "GCM-財務 - 彙總表"
  733. '
  734. 'ToolStripSeparator5
  735. '
  736. Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
  737. Me.ToolStripSeparator5.Size = New System.Drawing.Size(205, 6)
  738. '
  739. 'ICS財務支付申請_tsm
  740. '
  741. Me.ICS財務支付申請_tsm.ForeColor = System.Drawing.Color.Purple
  742. Me.ICS財務支付申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  743. Me.ICS財務支付申請_tsm.Name = "ICS財務支付申請_tsm"
  744. Me.ICS財務支付申請_tsm.Size = New System.Drawing.Size(208, 26)
  745. Me.ICS財務支付申請_tsm.Text = "ICS-財務收支單申請"
  746. '
  747. 'ICS財務支付審核_tsm
  748. '
  749. Me.ICS財務支付審核_tsm.ForeColor = System.Drawing.Color.Purple
  750. Me.ICS財務支付審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  751. Me.ICS財務支付審核_tsm.Name = "ICS財務支付審核_tsm"
  752. Me.ICS財務支付審核_tsm.Size = New System.Drawing.Size(208, 26)
  753. Me.ICS財務支付審核_tsm.Text = "ICS-財務收支單審核"
  754. '
  755. 'ICS財務支付單一覽表_tsm
  756. '
  757. Me.ICS財務支付單一覽表_tsm.ForeColor = System.Drawing.Color.Purple
  758. Me.ICS財務支付單一覽表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  759. Me.ICS財務支付單一覽表_tsm.Name = "ICS財務支付單一覽表_tsm"
  760. Me.ICS財務支付單一覽表_tsm.Size = New System.Drawing.Size(208, 26)
  761. Me.ICS財務支付單一覽表_tsm.Text = "ICS-財務收支單一覽表"
  762. '
  763. 'ToolStripSeparator17
  764. '
  765. Me.ToolStripSeparator17.Name = "ToolStripSeparator17"
  766. Me.ToolStripSeparator17.Size = New System.Drawing.Size(205, 6)
  767. '
  768. 'ICS財務對帳表_tsm
  769. '
  770. Me.ICS財務對帳表_tsm.ForeColor = System.Drawing.Color.Purple
  771. Me.ICS財務對帳表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  772. Me.ICS財務對帳表_tsm.Name = "ICS財務對帳表_tsm"
  773. Me.ICS財務對帳表_tsm.Size = New System.Drawing.Size(208, 26)
  774. Me.ICS財務對帳表_tsm.Text = "ICS-財務 - 對帳表"
  775. '
  776. 'ISC財務決算表_tsm
  777. '
  778. Me.ISC財務決算表_tsm.ForeColor = System.Drawing.Color.Purple
  779. Me.ISC財務決算表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  780. Me.ISC財務決算表_tsm.Name = "ISC財務決算表_tsm"
  781. Me.ISC財務決算表_tsm.Size = New System.Drawing.Size(208, 26)
  782. Me.ISC財務決算表_tsm.Text = "ISC-財務 - 決算表"
  783. '
  784. 'ISC財務彙總表_tsm
  785. '
  786. Me.ISC財務彙總表_tsm.ForeColor = System.Drawing.Color.Purple
  787. Me.ISC財務彙總表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  788. Me.ISC財務彙總表_tsm.Name = "ISC財務彙總表_tsm"
  789. Me.ISC財務彙總表_tsm.Size = New System.Drawing.Size(208, 26)
  790. Me.ISC財務彙總表_tsm.Text = "ISC-財務 - 彙總表"
  791. '
  792. 'ToolStripSeparator16
  793. '
  794. Me.ToolStripSeparator16.Name = "ToolStripSeparator16"
  795. Me.ToolStripSeparator16.Size = New System.Drawing.Size(205, 6)
  796. '
  797. '匯率管理_tsm
  798. '
  799. Me.匯率管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  800. Me.匯率管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  801. Me.匯率管理_tsm.Name = "匯率管理_tsm"
  802. Me.匯率管理_tsm.Size = New System.Drawing.Size(208, 26)
  803. Me.匯率管理_tsm.Text = "匯率管理"
  804. '
  805. '會計科目管理_tsm
  806. '
  807. Me.會計科目管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  808. Me.會計科目管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  809. Me.會計科目管理_tsm.Name = "會計科目管理_tsm"
  810. Me.會計科目管理_tsm.Size = New System.Drawing.Size(208, 26)
  811. Me.會計科目管理_tsm.Text = "會計科目管理"
  812. '
  813. 'ToolStripSeparator8
  814. '
  815. Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
  816. Me.ToolStripSeparator8.Size = New System.Drawing.Size(205, 6)
  817. '
  818. '帳務系統_tsm
  819. '
  820. Me.帳務系統_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  821. Me.帳務系統_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.document_accept
  822. Me.帳務系統_tsm.Name = "帳務系統_tsm"
  823. Me.帳務系統_tsm.Size = New System.Drawing.Size(208, 26)
  824. Me.帳務系統_tsm.Text = "財務流水帳系統"
  825. '
  826. '決策系統管理_tsm
  827. '
  828. Me.決策系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.卜卦簡易_tsm, Me.卜卦進階_tsm})
  829. Me.決策系統管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  830. Me.決策系統管理_tsm.Name = "決策系統管理_tsm"
  831. Me.決策系統管理_tsm.Size = New System.Drawing.Size(111, 24)
  832. Me.決策系統管理_tsm.Text = "決策系統管理"
  833. '
  834. '卜卦簡易_tsm
  835. '
  836. Me.卜卦簡易_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  837. Me.卜卦簡易_tsm.Name = "卜卦簡易_tsm"
  838. Me.卜卦簡易_tsm.Size = New System.Drawing.Size(134, 26)
  839. Me.卜卦簡易_tsm.Text = "卜卦(簡易)"
  840. '
  841. '卜卦進階_tsm
  842. '
  843. Me.卜卦進階_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  844. Me.卜卦進階_tsm.Name = "卜卦進階_tsm"
  845. Me.卜卦進階_tsm.Size = New System.Drawing.Size(134, 26)
  846. Me.卜卦進階_tsm.Text = "卜卦(進階)"
  847. '
  848. '系統管理_tsm
  849. '
  850. Me.系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.系統使用者管理_tsm, Me.ToolStripSeparator1, Me.FTP資料夾管理_tsm, Me.系統執行檔版本管理_tsm, Me.系統編碼原則_tsm, Me.系統通用變數管理_tsm, Me.系統對應電腦註冊_tsm, Me.ToolStripSeparator3, Me.簽名檔管理_tsm, Me.個人財務_tsm, Me.ToolStripSeparator7})
  851. Me.系統管理_tsm.ForeColor = System.Drawing.Color.Red
  852. Me.系統管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  853. Me.系統管理_tsm.Name = "系統管理_tsm"
  854. Me.系統管理_tsm.Size = New System.Drawing.Size(123, 24)
  855. Me.系統管理_tsm.Text = "資料庫系統管理"
  856. '
  857. '系統使用者管理_tsm
  858. '
  859. Me.系統使用者管理_tsm.ForeColor = System.Drawing.Color.Red
  860. Me.系統使用者管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  861. Me.系統使用者管理_tsm.Name = "系統使用者管理_tsm"
  862. Me.系統使用者管理_tsm.Size = New System.Drawing.Size(186, 26)
  863. Me.系統使用者管理_tsm.Text = "系統使用者管理"
  864. '
  865. 'ToolStripSeparator1
  866. '
  867. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  868. Me.ToolStripSeparator1.Size = New System.Drawing.Size(183, 6)
  869. '
  870. 'FTP資料夾管理_tsm
  871. '
  872. Me.FTP資料夾管理_tsm.ForeColor = System.Drawing.Color.Red
  873. Me.FTP資料夾管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  874. Me.FTP資料夾管理_tsm.Name = "FTP資料夾管理_tsm"
  875. Me.FTP資料夾管理_tsm.Size = New System.Drawing.Size(186, 26)
  876. Me.FTP資料夾管理_tsm.Text = "FTP資料夾管理"
  877. '
  878. '系統執行檔版本管理_tsm
  879. '
  880. Me.系統執行檔版本管理_tsm.ForeColor = System.Drawing.Color.Red
  881. Me.系統執行檔版本管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  882. Me.系統執行檔版本管理_tsm.Name = "系統執行檔版本管理_tsm"
  883. Me.系統執行檔版本管理_tsm.Size = New System.Drawing.Size(186, 26)
  884. Me.系統執行檔版本管理_tsm.Text = "系統執行檔版本管理"
  885. '
  886. '系統編碼原則_tsm
  887. '
  888. Me.系統編碼原則_tsm.ForeColor = System.Drawing.Color.Red
  889. Me.系統編碼原則_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  890. Me.系統編碼原則_tsm.Name = "系統編碼原則_tsm"
  891. Me.系統編碼原則_tsm.Size = New System.Drawing.Size(186, 26)
  892. Me.系統編碼原則_tsm.Text = "系統編碼原則"
  893. Me.系統編碼原則_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  894. '
  895. '系統通用變數管理_tsm
  896. '
  897. Me.系統通用變數管理_tsm.ForeColor = System.Drawing.Color.Red
  898. Me.系統通用變數管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  899. Me.系統通用變數管理_tsm.Name = "系統通用變數管理_tsm"
  900. Me.系統通用變數管理_tsm.Size = New System.Drawing.Size(186, 26)
  901. Me.系統通用變數管理_tsm.Text = "系統通用變數管理"
  902. '
  903. '系統對應電腦註冊_tsm
  904. '
  905. Me.系統對應電腦註冊_tsm.ForeColor = System.Drawing.Color.Red
  906. Me.系統對應電腦註冊_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  907. Me.系統對應電腦註冊_tsm.Name = "系統對應電腦註冊_tsm"
  908. Me.系統對應電腦註冊_tsm.Size = New System.Drawing.Size(186, 26)
  909. Me.系統對應電腦註冊_tsm.Text = "系統對應電腦註冊"
  910. '
  911. 'ToolStripSeparator3
  912. '
  913. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  914. Me.ToolStripSeparator3.Size = New System.Drawing.Size(183, 6)
  915. '
  916. '簽名檔管理_tsm
  917. '
  918. Me.簽名檔管理_tsm.ForeColor = System.Drawing.Color.Red
  919. Me.簽名檔管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  920. Me.簽名檔管理_tsm.Name = "簽名檔管理_tsm"
  921. Me.簽名檔管理_tsm.Size = New System.Drawing.Size(186, 26)
  922. Me.簽名檔管理_tsm.Text = "簽名檔管理"
  923. '
  924. '個人財務_tsm
  925. '
  926. Me.個人財務_tsm.ForeColor = System.Drawing.Color.Red
  927. Me.個人財務_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  928. Me.個人財務_tsm.Name = "個人財務_tsm"
  929. Me.個人財務_tsm.Size = New System.Drawing.Size(186, 26)
  930. Me.個人財務_tsm.Text = "個人財務"
  931. '
  932. 'ToolStripSeparator7
  933. '
  934. Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
  935. Me.ToolStripSeparator7.Size = New System.Drawing.Size(183, 6)
  936. '
  937. 'ComboBox3
  938. '
  939. Me.ComboBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  940. Me.ComboBox3.FormattingEnabled = True
  941. Me.ComboBox3.Items.AddRange(New Object() {"主畫面", "系統運作流程邏輯01"})
  942. Me.ComboBox3.Location = New System.Drawing.Point(1031, 3)
  943. Me.ComboBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  944. Me.ComboBox3.Name = "ComboBox3"
  945. Me.ComboBox3.Size = New System.Drawing.Size(140, 24)
  946. Me.ComboBox3.TabIndex = 12
  947. Me.ComboBox3.Visible = False
  948. '
  949. 'Timer1
  950. '
  951. Me.Timer1.Interval = 1000
  952. '
  953. 'Timer2
  954. '
  955. Me.Timer2.Interval = 1000
  956. '
  957. 'Button1
  958. '
  959. Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  960. Me.Button1.Location = New System.Drawing.Point(1172, 4)
  961. Me.Button1.Name = "Button1"
  962. Me.Button1.Size = New System.Drawing.Size(75, 23)
  963. Me.Button1.TabIndex = 14
  964. Me.Button1.Text = "計算機"
  965. Me.Button1.UseVisualStyleBackColor = True
  966. '
  967. 'StatusStrip1
  968. '
  969. Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2, Me.ToolStripProgressBar1, Me.合計_TSSL})
  970. Me.StatusStrip1.Location = New System.Drawing.Point(0, 707)
  971. Me.StatusStrip1.Name = "StatusStrip1"
  972. Me.StatusStrip1.Size = New System.Drawing.Size(1350, 22)
  973. Me.StatusStrip1.TabIndex = 16
  974. Me.StatusStrip1.Text = "StatusStrip1"
  975. '
  976. 'ToolStripStatusLabel1
  977. '
  978. Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
  979. Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(334, 17)
  980. Me.ToolStripStatusLabel1.Text = "著作權 : 工巧明智能企業有限公司 "
  981. '
  982. 'ToolStripStatusLabel2
  983. '
  984. Me.ToolStripStatusLabel2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  985. Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
  986. Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(64, 17)
  987. Me.ToolStripStatusLabel2.Text = "執行進度 : "
  988. '
  989. 'ToolStripProgressBar1
  990. '
  991. Me.ToolStripProgressBar1.Maximum = 10000
  992. Me.ToolStripProgressBar1.Name = "ToolStripProgressBar1"
  993. Me.ToolStripProgressBar1.Size = New System.Drawing.Size(750, 16)
  994. '
  995. '合計_TSSL
  996. '
  997. Me.合計_TSSL.Name = "合計_TSSL"
  998. Me.合計_TSSL.Size = New System.Drawing.Size(47, 17)
  999. Me.合計_TSSL.Text = "合計 : 0"
  1000. '
  1001. 'GCM_ERP_SYS
  1002. '
  1003. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1004. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1005. Me.ClientSize = New System.Drawing.Size(1350, 729)
  1006. Me.Controls.Add(Me.StatusStrip1)
  1007. Me.Controls.Add(Me.Button1)
  1008. Me.Controls.Add(Me.ComboBox3)
  1009. Me.Controls.Add(Me.MenuStrip)
  1010. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1011. Me.HelpButton = True
  1012. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  1013. Me.IsMdiContainer = True
  1014. Me.MainMenuStrip = Me.MenuStrip
  1015. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1016. Me.Name = "GCM_ERP_SYS"
  1017. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1018. Me.Text = "工巧明智能企業有限公司管理系統"
  1019. Me.MenuStrip.ResumeLayout(False)
  1020. Me.MenuStrip.PerformLayout()
  1021. Me.StatusStrip1.ResumeLayout(False)
  1022. Me.StatusStrip1.PerformLayout()
  1023. Me.ResumeLayout(False)
  1024. Me.PerformLayout()
  1025. End Sub
  1026. Friend WithEvents ArrangeIconsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1027. Friend WithEvents CloseAllToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1028. Friend WithEvents NewWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1029. Friend WithEvents WindowsMenu As System.Windows.Forms.ToolStripMenuItem
  1030. Friend WithEvents CascadeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1031. Friend WithEvents TileVerticalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1032. Friend WithEvents TileHorizontalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1033. Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
  1034. Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1035. Friend WithEvents FileMenu As System.Windows.Forms.ToolStripMenuItem
  1036. Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip
  1037. Friend WithEvents 系統管理_tsm As ToolStripMenuItem
  1038. Friend WithEvents 個人財務_tsm As ToolStripMenuItem
  1039. Friend WithEvents 財務管理_tsm As ToolStripMenuItem
  1040. Friend WithEvents 帳務系統_tsm As ToolStripMenuItem
  1041. Friend WithEvents 業務管理_tsm As ToolStripMenuItem
  1042. Friend WithEvents 業務專案建檔_tsm As ToolStripMenuItem
  1043. Friend WithEvents ComboBox3 As ComboBox
  1044. Friend WithEvents 決策系統管理_tsm As ToolStripMenuItem
  1045. Friend WithEvents 卜卦簡易_tsm As ToolStripMenuItem
  1046. Friend WithEvents 卜卦進階_tsm As ToolStripMenuItem
  1047. Friend WithEvents 個人帳號管理_tsm As ToolStripMenuItem
  1048. Friend WithEvents ToolStripSeparator10 As ToolStripSeparator
  1049. Friend WithEvents FTP資料夾管理_tsm As ToolStripMenuItem
  1050. Friend WithEvents 系統執行檔版本管理_tsm As ToolStripMenuItem
  1051. Friend WithEvents 軟件開發系統管理_tsm As ToolStripMenuItem
  1052. Friend WithEvents 原代碼存放區_tsm As ToolStripMenuItem
  1053. Friend WithEvents 系統使用者管理_tsm As ToolStripMenuItem
  1054. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  1055. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  1056. Friend WithEvents 共享文件_tsm As ToolStripMenuItem
  1057. Friend WithEvents 系統編碼原則_tsm As ToolStripMenuItem
  1058. Friend WithEvents 工作日志_tsm As ToolStripMenuItem
  1059. Friend WithEvents Timer1 As Timer
  1060. Friend WithEvents Timer2 As Timer
  1061. Friend WithEvents 系統通用變數管理_tsm As ToolStripMenuItem
  1062. Friend WithEvents 系統對應電腦註冊_tsm As ToolStripMenuItem
  1063. Friend WithEvents 設備開發系統_tsm As ToolStripMenuItem
  1064. Friend WithEvents 倉儲系統管理_tsm As ToolStripMenuItem
  1065. Friend WithEvents 供應商管理_tsm As ToolStripMenuItem
  1066. Friend WithEvents ToolStripSeparator12 As ToolStripSeparator
  1067. Friend WithEvents 進貨管理_tsm As ToolStripMenuItem
  1068. Friend WithEvents 領物管理_tsm As ToolStripMenuItem
  1069. Friend WithEvents 庫存查詢_tsm As ToolStripMenuItem
  1070. Friend WithEvents 出庫紀錄_tsm As ToolStripMenuItem
  1071. Friend WithEvents 成本系統管理_tsm As ToolStripMenuItem
  1072. Friend WithEvents 零件成本_tsm As ToolStripMenuItem
  1073. Friend WithEvents 零組件成本_tsm As ToolStripMenuItem
  1074. Friend WithEvents 機構件成本_tsm As ToolStripMenuItem
  1075. Friend WithEvents 機構組件成本_tsm As ToolStripMenuItem
  1076. Friend WithEvents 機台成本_tsm As ToolStripMenuItem
  1077. Friend WithEvents ToolStripSeparator4 As ToolStripSeparator
  1078. Friend WithEvents 服務項目成本_tsm As ToolStripMenuItem
  1079. Friend WithEvents Bom表管理_tsm As ToolStripMenuItem
  1080. Friend WithEvents 零組件零件BOM表_tsm As ToolStripMenuItem
  1081. Friend WithEvents 機構件零組件BOM表_tsm As ToolStripMenuItem
  1082. Friend WithEvents 機構組件機構件BOM表_tsm As ToolStripMenuItem
  1083. Friend WithEvents 機台機構組件BOM表_tsm As ToolStripMenuItem
  1084. Friend WithEvents 匯率管理_tsm As ToolStripMenuItem
  1085. Friend WithEvents 系統開發點檢控制表_tsm As ToolStripMenuItem
  1086. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  1087. Friend WithEvents 系統開發功能點檢表_tsm As ToolStripMenuItem
  1088. Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
  1089. Friend WithEvents 會計科目管理_tsm As ToolStripMenuItem
  1090. Friend WithEvents GCM財務支付申請_tsm As ToolStripMenuItem
  1091. Friend WithEvents GCM財務支付審核_tsm As ToolStripMenuItem
  1092. Friend WithEvents GCM財務支付單一覽表_tsm As ToolStripMenuItem
  1093. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  1094. Friend WithEvents GCM財務對帳表_tsm As ToolStripMenuItem
  1095. Friend WithEvents GCM財務決算表_tsm As ToolStripMenuItem
  1096. Friend WithEvents 簽名檔管理_tsm As ToolStripMenuItem
  1097. Friend WithEvents ToolStripSeparator7 As ToolStripSeparator
  1098. Friend WithEvents Button1 As Button
  1099. Friend WithEvents ToolStripSeparator8 As ToolStripSeparator
  1100. Friend WithEvents StatusStrip1 As StatusStrip
  1101. Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
  1102. Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel
  1103. Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar
  1104. Friend WithEvents GCM財務彙總表_tsm As ToolStripMenuItem
  1105. Friend WithEvents 人事系統管理新_tsm As ToolStripMenuItem
  1106. Friend WithEvents 排班資料_tsm As ToolStripMenuItem
  1107. Friend WithEvents 休假申請審核_tsm As ToolStripMenuItem
  1108. Friend WithEvents 休假申請_tsm As ToolStripMenuItem
  1109. Friend WithEvents 休假核准_tsm As ToolStripMenuItem
  1110. Friend WithEvents 歷史休假紀錄_tsm As ToolStripMenuItem
  1111. Friend WithEvents 國定假日設定_tsm As ToolStripMenuItem
  1112. Friend WithEvents 加班申請審核_tsm As ToolStripMenuItem
  1113. Friend WithEvents 考勤管理_tsm As ToolStripMenuItem
  1114. Friend WithEvents 人事系統設定_tsm As ToolStripMenuItem
  1115. Friend WithEvents ToolStripSeparator11 As ToolStripSeparator
  1116. Friend WithEvents 加班申請_tsm As ToolStripMenuItem
  1117. Friend WithEvents 加班核准_tsm As ToolStripMenuItem
  1118. Friend WithEvents 加班申請資料_tsm As ToolStripMenuItem
  1119. Friend WithEvents ToolStripSeparator13 As ToolStripSeparator
  1120. Friend WithEvents 最後關班時間_tsm As ToolStripMenuItem
  1121. Friend WithEvents 考勤明細表_tsm As ToolStripMenuItem
  1122. Friend WithEvents ToolStripSeparator14 As ToolStripSeparator
  1123. Friend WithEvents 到離職管理_tsm As ToolStripMenuItem
  1124. Friend WithEvents 到離職核准_tsm As ToolStripMenuItem
  1125. Friend WithEvents 人事系統變數設定_tsm As ToolStripMenuItem
  1126. Friend WithEvents ID卡配置設定_tsm As ToolStripMenuItem
  1127. Friend WithEvents 人員資料表_tsm As ToolStripMenuItem
  1128. Friend WithEvents 系統使用者權限設定_tsm As ToolStripMenuItem
  1129. Friend WithEvents ID卡系統配置設定_tsm As ToolStripMenuItem
  1130. Friend WithEvents ToolStripSeparator9 As ToolStripSeparator
  1131. Friend WithEvents 人系統管理舊_tsm As ToolStripMenuItem
  1132. Friend WithEvents 人員入職資料表_tsm As ToolStripMenuItem
  1133. Friend WithEvents 人事請假申請1_tsm As ToolStripMenuItem
  1134. Friend WithEvents 人事請假核准1_tsm As ToolStripMenuItem
  1135. Friend WithEvents 人員考勤明細表1_tsm As ToolStripMenuItem
  1136. Friend WithEvents 考勤打卡資料補登1_tsm As ToolStripMenuItem
  1137. Friend WithEvents 國定假日設定1_tsm As ToolStripMenuItem
  1138. Friend WithEvents ToolStripSeparator15 As ToolStripSeparator
  1139. Friend WithEvents 合計_TSSL As ToolStripStatusLabel
  1140. Friend WithEvents ICS財務支付申請_tsm As ToolStripMenuItem
  1141. Friend WithEvents ICS財務支付審核_tsm As ToolStripMenuItem
  1142. Friend WithEvents ICS財務支付單一覽表_tsm As ToolStripMenuItem
  1143. Friend WithEvents ToolStripSeparator17 As ToolStripSeparator
  1144. Friend WithEvents ICS財務對帳表_tsm As ToolStripMenuItem
  1145. Friend WithEvents ISC財務決算表_tsm As ToolStripMenuItem
  1146. Friend WithEvents ISC財務彙總表_tsm As ToolStripMenuItem
  1147. Friend WithEvents ToolStripSeparator16 As ToolStripSeparator
  1148. End Class