説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

GCM_ERP_SYS.Designer.vb 90KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545
  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.ToolStripSeparator31 = New System.Windows.Forms.ToolStripSeparator()
  41. Me.合約報價單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.合約報價單審核ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.附錄合約_tsm = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.ToolStripSeparator24 = New System.Windows.Forms.ToolStripSeparator()
  45. Me.合約請款單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.合約請款控制表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.ToolStripSeparator29 = New System.Windows.Forms.ToolStripSeparator()
  48. Me.合約驗收單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.合約驗收控制表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  50. Me.ToolStripSeparator30 = New System.Windows.Forms.ToolStripSeparator()
  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.ToolStripSeparator19 = New System.Windows.Forms.ToolStripSeparator()
  56. Me.工程項目BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.工程分區控制表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.客戶資料表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  59. Me.採購系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  60. Me.單次授權功能_tsm = New System.Windows.Forms.ToolStripMenuItem()
  61. Me.ToolStripSeparator21 = New System.Windows.Forms.ToolStripSeparator()
  62. Me.請購單申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  63. Me.請購單核準_tsm = New System.Windows.Forms.ToolStripMenuItem()
  64. Me.請購一覽表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  65. Me.ToolStripSeparator18 = New System.Windows.Forms.ToolStripSeparator()
  66. Me.採購單詢價_tsm = New System.Windows.Forms.ToolStripMenuItem()
  67. Me.採購單編輯_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.ToolStripSeparator20 = New System.Windows.Forms.ToolStripSeparator()
  73. Me.物料供應商管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  74. Me.倉儲系統管理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  75. Me.物料資料庫_tsm = New System.Windows.Forms.ToolStripMenuItem()
  76. Me.人事系統管理新_tsm = New System.Windows.Forms.ToolStripMenuItem()
  77. Me.ID卡系統配置設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  78. Me.排班資料_tsm = New System.Windows.Forms.ToolStripMenuItem()
  79. Me.休假申請審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  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.ToolStripSeparator11 = 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.ToolStripSeparator13 = New System.Windows.Forms.ToolStripSeparator()
  90. Me.最後關班時間_tsm = New System.Windows.Forms.ToolStripMenuItem()
  91. Me.考勤管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  92. Me.考勤明細表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  93. Me.ToolStripSeparator14 = New System.Windows.Forms.ToolStripSeparator()
  94. Me.到離職管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  95. Me.到離職核准_tsm = New System.Windows.Forms.ToolStripMenuItem()
  96. Me.人事系統設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  97. Me.系統使用者權限設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  98. Me.人事系統變數設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  99. Me.ID卡配置設定_tsm = New System.Windows.Forms.ToolStripMenuItem()
  100. Me.人員資料表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  101. Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator()
  102. Me.人系統管理舊_tsm = New System.Windows.Forms.ToolStripMenuItem()
  103. Me.人事請假申請1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  104. Me.人事請假核准1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  105. Me.人員考勤明細表1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  106. Me.ToolStripSeparator15 = New System.Windows.Forms.ToolStripSeparator()
  107. Me.人員入職資料表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  108. Me.考勤打卡資料補登1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  109. Me.國定假日設定1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  110. Me.財務管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  111. Me.GCM財務支付申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  112. Me.GCM財務支付審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  113. Me.GCM財務支付單一覽表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  114. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  115. Me.GCM財務對帳表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  116. Me.GCM財務決算表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  117. Me.GCM財務彙總表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  118. Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
  119. Me.ICS財務支付申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  120. Me.ICS財務支付審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  121. Me.ICS財務支付單一覽表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  122. Me.ToolStripSeparator17 = New System.Windows.Forms.ToolStripSeparator()
  123. Me.ICS財務對帳表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  124. Me.ISC財務決算表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  125. Me.ISC財務彙總表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  126. Me.ToolStripSeparator16 = New System.Windows.Forms.ToolStripSeparator()
  127. Me.匯率管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  128. Me.會計科目管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  129. Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator()
  130. Me.帳務系統_tsm = New System.Windows.Forms.ToolStripMenuItem()
  131. Me.決策系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  132. Me.卜卦簡易_tsm = New System.Windows.Forms.ToolStripMenuItem()
  133. Me.卜卦進階_tsm = New System.Windows.Forms.ToolStripMenuItem()
  134. Me.系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  135. Me.系統使用者管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  136. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  137. Me.FTP資料夾管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  138. Me.系統執行檔版本管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  139. Me.系統編碼原則_tsm = New System.Windows.Forms.ToolStripMenuItem()
  140. Me.系統通用變數管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  141. Me.系統對應電腦註冊_tsm = New System.Windows.Forms.ToolStripMenuItem()
  142. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  143. Me.簽名檔管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  144. Me.個人財務_tsm = New System.Windows.Forms.ToolStripMenuItem()
  145. Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
  146. Me.設備開發系統_tsm = New System.Windows.Forms.ToolStripMenuItem()
  147. Me.倉儲系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  148. Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator()
  149. Me.進貨管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  150. Me.領物管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  151. Me.庫存查詢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  152. Me.出庫紀錄_tsm = New System.Windows.Forms.ToolStripMenuItem()
  153. Me.成本系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  154. Me.零件成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  155. Me.零組件成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  156. Me.機構件成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  157. Me.機構組件成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  158. Me.機台成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  159. Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
  160. Me.服務項目成本_tsm = New System.Windows.Forms.ToolStripMenuItem()
  161. Me.Bom表管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  162. Me.零組件零件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  163. Me.機構件零組件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  164. Me.機構組件機構件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  165. Me.機台機構組件BOM表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  166. Me.軟件開發系統管理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  167. Me.原代碼存放區_tsm = New System.Windows.Forms.ToolStripMenuItem()
  168. Me.共享文件_tsm = New System.Windows.Forms.ToolStripMenuItem()
  169. Me.系統開發點檢控制表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  170. Me.系統開發功能點檢表_tsm = New System.Windows.Forms.ToolStripMenuItem()
  171. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  172. Me.工作日志_tsm = New System.Windows.Forms.ToolStripMenuItem()
  173. Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
  174. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  175. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  176. Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  177. Me.計算機_bt = New System.Windows.Forms.Button()
  178. Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
  179. Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
  180. Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel()
  181. Me.ToolStripProgressBar1 = New System.Windows.Forms.ToolStripProgressBar()
  182. Me.合計_TSSL = New System.Windows.Forms.ToolStripStatusLabel()
  183. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  184. Me.回首頁_tb = New System.Windows.Forms.Button()
  185. Me.MyBrowser = New System.Windows.Forms.Panel()
  186. Me.MenuStrip.SuspendLayout()
  187. Me.StatusStrip1.SuspendLayout()
  188. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  189. Me.SuspendLayout()
  190. '
  191. 'MenuStrip
  192. '
  193. Me.MenuStrip.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  194. Me.MenuStrip.ImageScalingSize = New System.Drawing.Size(20, 20)
  195. Me.MenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileMenu, Me.WindowsMenu, Me.業務管理_tsm, Me.採購系統管理_tsm, Me.倉儲系統管理ToolStripMenuItem, Me.人事系統管理新_tsm, Me.財務管理_tsm, Me.決策系統管理_tsm, Me.系統管理_tsm, Me.設備開發系統_tsm, Me.軟件開發系統管理_tsm})
  196. Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
  197. Me.MenuStrip.MdiWindowListItem = Me.WindowsMenu
  198. Me.MenuStrip.Name = "MenuStrip"
  199. Me.MenuStrip.Padding = New System.Windows.Forms.Padding(7, 3, 0, 3)
  200. Me.MenuStrip.Size = New System.Drawing.Size(1350, 30)
  201. Me.MenuStrip.TabIndex = 5
  202. Me.MenuStrip.Text = "MenuStrip"
  203. '
  204. 'FileMenu
  205. '
  206. Me.FileMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.個人帳號管理_tsm, Me.ToolStripSeparator10, Me.ExitToolStripMenuItem})
  207. Me.FileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder
  208. Me.FileMenu.Name = "FileMenu"
  209. Me.FileMenu.Size = New System.Drawing.Size(43, 24)
  210. Me.FileMenu.Text = "檔案"
  211. '
  212. '個人帳號管理_tsm
  213. '
  214. Me.個人帳號管理_tsm.Name = "個人帳號管理_tsm"
  215. Me.個人帳號管理_tsm.Size = New System.Drawing.Size(146, 22)
  216. Me.個人帳號管理_tsm.Text = "個人帳號管理"
  217. '
  218. 'ToolStripSeparator10
  219. '
  220. Me.ToolStripSeparator10.Name = "ToolStripSeparator10"
  221. Me.ToolStripSeparator10.Size = New System.Drawing.Size(143, 6)
  222. '
  223. 'ExitToolStripMenuItem
  224. '
  225. Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
  226. Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  227. Me.ExitToolStripMenuItem.Text = "結束(&X)"
  228. '
  229. 'WindowsMenu
  230. '
  231. Me.WindowsMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewWindowToolStripMenuItem, Me.CascadeToolStripMenuItem, Me.TileVerticalToolStripMenuItem, Me.TileHorizontalToolStripMenuItem, Me.CloseAllToolStripMenuItem, Me.ArrangeIconsToolStripMenuItem})
  232. Me.WindowsMenu.Name = "WindowsMenu"
  233. Me.WindowsMenu.Size = New System.Drawing.Size(43, 24)
  234. Me.WindowsMenu.Text = "視窗"
  235. '
  236. 'NewWindowToolStripMenuItem
  237. '
  238. Me.NewWindowToolStripMenuItem.Name = "NewWindowToolStripMenuItem"
  239. Me.NewWindowToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  240. Me.NewWindowToolStripMenuItem.Text = "開新視窗(&N)"
  241. '
  242. 'CascadeToolStripMenuItem
  243. '
  244. Me.CascadeToolStripMenuItem.Name = "CascadeToolStripMenuItem"
  245. Me.CascadeToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  246. Me.CascadeToolStripMenuItem.Text = "重疊顯示(&C)"
  247. '
  248. 'TileVerticalToolStripMenuItem
  249. '
  250. Me.TileVerticalToolStripMenuItem.Name = "TileVerticalToolStripMenuItem"
  251. Me.TileVerticalToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  252. Me.TileVerticalToolStripMenuItem.Text = "垂直並排(&V)"
  253. '
  254. 'TileHorizontalToolStripMenuItem
  255. '
  256. Me.TileHorizontalToolStripMenuItem.Name = "TileHorizontalToolStripMenuItem"
  257. Me.TileHorizontalToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  258. Me.TileHorizontalToolStripMenuItem.Text = "水平並排(&H)"
  259. '
  260. 'CloseAllToolStripMenuItem
  261. '
  262. Me.CloseAllToolStripMenuItem.Name = "CloseAllToolStripMenuItem"
  263. Me.CloseAllToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  264. Me.CloseAllToolStripMenuItem.Text = "全部關閉(&L)"
  265. '
  266. 'ArrangeIconsToolStripMenuItem
  267. '
  268. Me.ArrangeIconsToolStripMenuItem.Name = "ArrangeIconsToolStripMenuItem"
  269. Me.ArrangeIconsToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  270. Me.ArrangeIconsToolStripMenuItem.Text = "排列圖示(&A)"
  271. '
  272. '業務管理_tsm
  273. '
  274. Me.業務管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.業務專案建檔_tsm, Me.合約執行進度_tsm, Me.合約利潤預估表_tsm, Me.ToolStripSeparator31, Me.合約報價單_tsm, Me.合約報價單審核ToolStripMenuItem, Me.附錄合約_tsm, Me.ToolStripSeparator24, Me.合約請款單_tsm, Me.合約請款控制表_tsm, Me.ToolStripSeparator29, Me.合約驗收單_tsm, Me.合約驗收控制表_tsm, Me.ToolStripSeparator30, Me.合約保固書_tsm, Me.合約文件簽回存檔_tsm, Me.合約文件簽核控制表_tsm, Me.合約結案控制表_tsm, Me.ToolStripSeparator19, Me.工程項目BOM表_tsm, Me.工程分區控制表_tsm, Me.客戶資料表_tsm})
  275. Me.業務管理_tsm.ForeColor = System.Drawing.Color.Green
  276. Me.業務管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.business_info
  277. Me.業務管理_tsm.Name = "業務管理_tsm"
  278. Me.業務管理_tsm.Size = New System.Drawing.Size(111, 24)
  279. Me.業務管理_tsm.Text = "業務系統管理"
  280. '
  281. '業務專案建檔_tsm
  282. '
  283. Me.業務專案建檔_tsm.ForeColor = System.Drawing.Color.Green
  284. Me.業務專案建檔_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  285. Me.業務專案建檔_tsm.Name = "業務專案建檔_tsm"
  286. Me.業務專案建檔_tsm.Size = New System.Drawing.Size(186, 26)
  287. Me.業務專案建檔_tsm.Text = "業務專案控制表"
  288. '
  289. '合約執行進度_tsm
  290. '
  291. Me.合約執行進度_tsm.ForeColor = System.Drawing.Color.Green
  292. Me.合約執行進度_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  293. Me.合約執行進度_tsm.Name = "合約執行進度_tsm"
  294. Me.合約執行進度_tsm.Size = New System.Drawing.Size(186, 26)
  295. Me.合約執行進度_tsm.Text = "合約執行進度"
  296. '
  297. '合約利潤預估表_tsm
  298. '
  299. Me.合約利潤預估表_tsm.ForeColor = System.Drawing.Color.Green
  300. Me.合約利潤預估表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  301. Me.合約利潤預估表_tsm.Name = "合約利潤預估表_tsm"
  302. Me.合約利潤預估表_tsm.Size = New System.Drawing.Size(186, 26)
  303. Me.合約利潤預估表_tsm.Text = "合約利潤預估表"
  304. '
  305. 'ToolStripSeparator31
  306. '
  307. Me.ToolStripSeparator31.Name = "ToolStripSeparator31"
  308. Me.ToolStripSeparator31.Size = New System.Drawing.Size(183, 6)
  309. '
  310. '合約報價單_tsm
  311. '
  312. Me.合約報價單_tsm.ForeColor = System.Drawing.Color.Green
  313. Me.合約報價單_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  314. Me.合約報價單_tsm.Name = "合約報價單_tsm"
  315. Me.合約報價單_tsm.Size = New System.Drawing.Size(186, 26)
  316. Me.合約報價單_tsm.Text = "合約報價單"
  317. '
  318. '合約報價單審核ToolStripMenuItem
  319. '
  320. Me.合約報價單審核ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  321. Me.合約報價單審核ToolStripMenuItem.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  322. Me.合約報價單審核ToolStripMenuItem.Name = "合約報價單審核ToolStripMenuItem"
  323. Me.合約報價單審核ToolStripMenuItem.Size = New System.Drawing.Size(186, 26)
  324. Me.合約報價單審核ToolStripMenuItem.Text = "合約報價單審核"
  325. '
  326. '附錄合約_tsm
  327. '
  328. Me.附錄合約_tsm.ForeColor = System.Drawing.Color.Green
  329. Me.附錄合約_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Book
  330. Me.附錄合約_tsm.Name = "附錄合約_tsm"
  331. Me.附錄合約_tsm.Size = New System.Drawing.Size(186, 26)
  332. Me.附錄合約_tsm.Text = "附錄合約"
  333. '
  334. 'ToolStripSeparator24
  335. '
  336. Me.ToolStripSeparator24.Name = "ToolStripSeparator24"
  337. Me.ToolStripSeparator24.Size = New System.Drawing.Size(183, 6)
  338. '
  339. '合約請款單_tsm
  340. '
  341. Me.合約請款單_tsm.ForeColor = System.Drawing.Color.Green
  342. Me.合約請款單_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Payment
  343. Me.合約請款單_tsm.Name = "合約請款單_tsm"
  344. Me.合約請款單_tsm.Size = New System.Drawing.Size(186, 26)
  345. Me.合約請款單_tsm.Text = "合約請款單"
  346. '
  347. '合約請款控制表_tsm
  348. '
  349. Me.合約請款控制表_tsm.ForeColor = System.Drawing.Color.Green
  350. Me.合約請款控制表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Money2
  351. Me.合約請款控制表_tsm.Name = "合約請款控制表_tsm"
  352. Me.合約請款控制表_tsm.Size = New System.Drawing.Size(186, 26)
  353. Me.合約請款控制表_tsm.Text = "合約請款控制表"
  354. '
  355. 'ToolStripSeparator29
  356. '
  357. Me.ToolStripSeparator29.Name = "ToolStripSeparator29"
  358. Me.ToolStripSeparator29.Size = New System.Drawing.Size(183, 6)
  359. '
  360. '合約驗收單_tsm
  361. '
  362. Me.合約驗收單_tsm.ForeColor = System.Drawing.Color.Green
  363. Me.合約驗收單_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Edit_Text
  364. Me.合約驗收單_tsm.Name = "合約驗收單_tsm"
  365. Me.合約驗收單_tsm.Size = New System.Drawing.Size(186, 26)
  366. Me.合約驗收單_tsm.Text = "合約驗收單"
  367. '
  368. '合約驗收控制表_tsm
  369. '
  370. Me.合約驗收控制表_tsm.ForeColor = System.Drawing.Color.Green
  371. Me.合約驗收控制表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.list_accept
  372. Me.合約驗收控制表_tsm.Name = "合約驗收控制表_tsm"
  373. Me.合約驗收控制表_tsm.Size = New System.Drawing.Size(186, 26)
  374. Me.合約驗收控制表_tsm.Text = "合約驗收控制表"
  375. '
  376. 'ToolStripSeparator30
  377. '
  378. Me.ToolStripSeparator30.Name = "ToolStripSeparator30"
  379. Me.ToolStripSeparator30.Size = New System.Drawing.Size(183, 6)
  380. '
  381. '合約保固書_tsm
  382. '
  383. Me.合約保固書_tsm.ForeColor = System.Drawing.Color.Green
  384. Me.合約保固書_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Shipping5
  385. Me.合約保固書_tsm.Name = "合約保固書_tsm"
  386. Me.合約保固書_tsm.Size = New System.Drawing.Size(186, 26)
  387. Me.合約保固書_tsm.Text = "合約保固書"
  388. '
  389. '合約文件簽回存檔_tsm
  390. '
  391. Me.合約文件簽回存檔_tsm.ForeColor = System.Drawing.Color.Green
  392. Me.合約文件簽回存檔_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Book
  393. Me.合約文件簽回存檔_tsm.Name = "合約文件簽回存檔_tsm"
  394. Me.合約文件簽回存檔_tsm.Size = New System.Drawing.Size(186, 26)
  395. Me.合約文件簽回存檔_tsm.Text = "合約文件簽回存檔"
  396. '
  397. '合約文件簽核控制表_tsm
  398. '
  399. Me.合約文件簽核控制表_tsm.ForeColor = System.Drawing.Color.Green
  400. Me.合約文件簽核控制表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.list_accept
  401. Me.合約文件簽核控制表_tsm.Name = "合約文件簽核控制表_tsm"
  402. Me.合約文件簽核控制表_tsm.Size = New System.Drawing.Size(186, 26)
  403. Me.合約文件簽核控制表_tsm.Text = "合約文件簽核控制表"
  404. '
  405. '合約結案控制表_tsm
  406. '
  407. Me.合約結案控制表_tsm.ForeColor = System.Drawing.Color.Green
  408. Me.合約結案控制表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.box_64x64
  409. Me.合約結案控制表_tsm.Name = "合約結案控制表_tsm"
  410. Me.合約結案控制表_tsm.Size = New System.Drawing.Size(186, 26)
  411. Me.合約結案控制表_tsm.Text = "合約結案控制表"
  412. '
  413. 'ToolStripSeparator19
  414. '
  415. Me.ToolStripSeparator19.Name = "ToolStripSeparator19"
  416. Me.ToolStripSeparator19.Size = New System.Drawing.Size(183, 6)
  417. '
  418. '工程項目BOM表_tsm
  419. '
  420. Me.工程項目BOM表_tsm.ForeColor = System.Drawing.Color.Green
  421. Me.工程項目BOM表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.AdministrativeTools1
  422. Me.工程項目BOM表_tsm.Name = "工程項目BOM表_tsm"
  423. Me.工程項目BOM表_tsm.Size = New System.Drawing.Size(186, 26)
  424. Me.工程項目BOM表_tsm.Text = "工程項目BOM表"
  425. '
  426. '工程分區控制表_tsm
  427. '
  428. Me.工程分區控制表_tsm.ForeColor = System.Drawing.Color.Green
  429. Me.工程分區控制表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  430. Me.工程分區控制表_tsm.Name = "工程分區控制表_tsm"
  431. Me.工程分區控制表_tsm.Size = New System.Drawing.Size(186, 26)
  432. Me.工程分區控制表_tsm.Text = "工程分區控制表"
  433. '
  434. '客戶資料表_tsm
  435. '
  436. Me.客戶資料表_tsm.ForeColor = System.Drawing.Color.Green
  437. Me.客戶資料表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  438. Me.客戶資料表_tsm.Name = "客戶資料表_tsm"
  439. Me.客戶資料表_tsm.Size = New System.Drawing.Size(186, 26)
  440. Me.客戶資料表_tsm.Text = "客戶資料表"
  441. '
  442. '採購系統管理_tsm
  443. '
  444. Me.採購系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.單次授權功能_tsm, Me.ToolStripSeparator21, Me.請購單申請_tsm, Me.請購單核準_tsm, Me.請購一覽表_tsm, Me.ToolStripSeparator18, Me.採購單詢價_tsm, Me.採購單編輯_tsm, Me.採購單一級核准_tsm, Me.採購單二級核准_tsm, Me.採購單一覽表_tsm, Me.入庫驗收單_tsm, Me.ToolStripSeparator20, Me.物料供應商管理_tsm})
  445. Me.採購系統管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  446. Me.採購系統管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.buy
  447. Me.採購系統管理_tsm.Name = "採購系統管理_tsm"
  448. Me.採購系統管理_tsm.Size = New System.Drawing.Size(111, 24)
  449. Me.採購系統管理_tsm.Text = "採購系統管理"
  450. '
  451. '單次授權功能_tsm
  452. '
  453. Me.單次授權功能_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  454. Me.單次授權功能_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check_icon
  455. Me.單次授權功能_tsm.Name = "單次授權功能_tsm"
  456. Me.單次授權功能_tsm.Size = New System.Drawing.Size(182, 26)
  457. Me.單次授權功能_tsm.Text = "單次授權功能"
  458. '
  459. 'ToolStripSeparator21
  460. '
  461. Me.ToolStripSeparator21.Name = "ToolStripSeparator21"
  462. Me.ToolStripSeparator21.Size = New System.Drawing.Size(179, 6)
  463. '
  464. '請購單申請_tsm
  465. '
  466. Me.請購單申請_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  467. Me.請購單申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.basket_back
  468. Me.請購單申請_tsm.Name = "請購單申請_tsm"
  469. Me.請購單申請_tsm.Size = New System.Drawing.Size(182, 26)
  470. Me.請購單申請_tsm.Text = "請購單----申請"
  471. '
  472. '請購單核準_tsm
  473. '
  474. Me.請購單核準_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  475. Me.請購單核準_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  476. Me.請購單核準_tsm.Name = "請購單核準_tsm"
  477. Me.請購單核準_tsm.Size = New System.Drawing.Size(182, 26)
  478. Me.請購單核準_tsm.Text = "請購單----核準"
  479. '
  480. '請購一覽表_tsm
  481. '
  482. Me.請購一覽表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  483. Me.請購一覽表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  484. Me.請購一覽表_tsm.Name = "請購一覽表_tsm"
  485. Me.請購一覽表_tsm.Size = New System.Drawing.Size(182, 26)
  486. Me.請購一覽表_tsm.Text = "請購單----歷史檔案"
  487. '
  488. 'ToolStripSeparator18
  489. '
  490. Me.ToolStripSeparator18.Name = "ToolStripSeparator18"
  491. Me.ToolStripSeparator18.Size = New System.Drawing.Size(179, 6)
  492. '
  493. '採購單詢價_tsm
  494. '
  495. Me.採購單詢價_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  496. Me.採購單詢價_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  497. Me.採購單詢價_tsm.Name = "採購單詢價_tsm"
  498. Me.採購單詢價_tsm.Size = New System.Drawing.Size(182, 26)
  499. Me.採購單詢價_tsm.Text = "採購單----詢價"
  500. '
  501. '採購單編輯_tsm
  502. '
  503. Me.採購單編輯_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  504. Me.採購單編輯_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  505. Me.採購單編輯_tsm.Name = "採購單編輯_tsm"
  506. Me.採購單編輯_tsm.Size = New System.Drawing.Size(182, 26)
  507. Me.採購單編輯_tsm.Text = "採購單----編輯"
  508. '
  509. '採購單一級核准_tsm
  510. '
  511. Me.採購單一級核准_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  512. Me.採購單一級核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  513. Me.採購單一級核准_tsm.Name = "採購單一級核准_tsm"
  514. Me.採購單一級核准_tsm.Size = New System.Drawing.Size(182, 26)
  515. Me.採購單一級核准_tsm.Text = "採購單----1級核准"
  516. '
  517. '採購單二級核准_tsm
  518. '
  519. Me.採購單二級核准_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  520. Me.採購單二級核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check_icon
  521. Me.採購單二級核准_tsm.Name = "採購單二級核准_tsm"
  522. Me.採購單二級核准_tsm.Size = New System.Drawing.Size(182, 26)
  523. Me.採購單二級核准_tsm.Text = "採購單----2級核准"
  524. '
  525. '採購單一覽表_tsm
  526. '
  527. Me.採購單一覽表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  528. Me.採購單一覽表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  529. Me.採購單一覽表_tsm.Name = "採購單一覽表_tsm"
  530. Me.採購單一覽表_tsm.Size = New System.Drawing.Size(182, 26)
  531. Me.採購單一覽表_tsm.Text = "採購單----歷史檔案"
  532. '
  533. '入庫驗收單_tsm
  534. '
  535. Me.入庫驗收單_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  536. Me.入庫驗收單_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.document_accept
  537. Me.入庫驗收單_tsm.Name = "入庫驗收單_tsm"
  538. Me.入庫驗收單_tsm.Size = New System.Drawing.Size(182, 26)
  539. Me.入庫驗收單_tsm.Text = "採購單----驗收"
  540. '
  541. 'ToolStripSeparator20
  542. '
  543. Me.ToolStripSeparator20.Name = "ToolStripSeparator20"
  544. Me.ToolStripSeparator20.Size = New System.Drawing.Size(179, 6)
  545. '
  546. '物料供應商管理_tsm
  547. '
  548. Me.物料供應商管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  549. Me.物料供應商管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  550. Me.物料供應商管理_tsm.Name = "物料供應商管理_tsm"
  551. Me.物料供應商管理_tsm.Size = New System.Drawing.Size(182, 26)
  552. Me.物料供應商管理_tsm.Text = "物料供應商管理"
  553. '
  554. '倉儲系統管理ToolStripMenuItem
  555. '
  556. Me.倉儲系統管理ToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.物料資料庫_tsm})
  557. Me.倉儲系統管理ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  558. Me.倉儲系統管理ToolStripMenuItem.Image = Global.工巧明智能管理系統.My.Resources.Resources.box_64x64
  559. Me.倉儲系統管理ToolStripMenuItem.Name = "倉儲系統管理ToolStripMenuItem"
  560. Me.倉儲系統管理ToolStripMenuItem.Size = New System.Drawing.Size(111, 24)
  561. Me.倉儲系統管理ToolStripMenuItem.Text = "倉儲系統管理"
  562. '
  563. '物料資料庫_tsm
  564. '
  565. Me.物料資料庫_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  566. Me.物料資料庫_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  567. Me.物料資料庫_tsm.Name = "物料資料庫_tsm"
  568. Me.物料資料庫_tsm.Size = New System.Drawing.Size(138, 26)
  569. Me.物料資料庫_tsm.Text = "物料資料庫"
  570. '
  571. '人事系統管理新_tsm
  572. '
  573. 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})
  574. Me.人事系統管理新_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  575. Me.人事系統管理新_tsm.Name = "人事系統管理新_tsm"
  576. Me.人事系統管理新_tsm.Size = New System.Drawing.Size(131, 24)
  577. Me.人事系統管理新_tsm.Text = "人事系統管理(新)"
  578. '
  579. 'ID卡系統配置設定_tsm
  580. '
  581. Me.ID卡系統配置設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.card_ipod
  582. Me.ID卡系統配置設定_tsm.Name = "ID卡系統配置設定_tsm"
  583. Me.ID卡系統配置設定_tsm.Size = New System.Drawing.Size(198, 26)
  584. Me.ID卡系統配置設定_tsm.Text = "人員ID卡系統配置設定"
  585. '
  586. '排班資料_tsm
  587. '
  588. Me.排班資料_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  589. Me.排班資料_tsm.Name = "排班資料_tsm"
  590. Me.排班資料_tsm.Size = New System.Drawing.Size(198, 26)
  591. Me.排班資料_tsm.Text = "排班資料"
  592. '
  593. '休假申請審核_tsm
  594. '
  595. Me.休假申請審核_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.休假申請_tsm, Me.休假核准_tsm, Me.歷史休假紀錄_tsm, Me.ToolStripSeparator11, Me.國定假日設定_tsm})
  596. Me.休假申請審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.business_info
  597. Me.休假申請審核_tsm.Name = "休假申請審核_tsm"
  598. Me.休假申請審核_tsm.Size = New System.Drawing.Size(198, 26)
  599. Me.休假申請審核_tsm.Text = "休假申請/審核"
  600. '
  601. '休假申請_tsm
  602. '
  603. Me.休假申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.business_info
  604. Me.休假申請_tsm.Name = "休假申請_tsm"
  605. Me.休假申請_tsm.Size = New System.Drawing.Size(150, 26)
  606. Me.休假申請_tsm.Text = "休假申請"
  607. '
  608. '休假核准_tsm
  609. '
  610. Me.休假核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  611. Me.休假核准_tsm.Name = "休假核准_tsm"
  612. Me.休假核准_tsm.Size = New System.Drawing.Size(150, 26)
  613. Me.休假核准_tsm.Text = "休假核准"
  614. '
  615. '歷史休假紀錄_tsm
  616. '
  617. Me.歷史休假紀錄_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  618. Me.歷史休假紀錄_tsm.Name = "歷史休假紀錄_tsm"
  619. Me.歷史休假紀錄_tsm.Size = New System.Drawing.Size(150, 26)
  620. Me.歷史休假紀錄_tsm.Text = "歷史休假紀錄"
  621. '
  622. 'ToolStripSeparator11
  623. '
  624. Me.ToolStripSeparator11.Name = "ToolStripSeparator11"
  625. Me.ToolStripSeparator11.Size = New System.Drawing.Size(147, 6)
  626. '
  627. '國定假日設定_tsm
  628. '
  629. Me.國定假日設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  630. Me.國定假日設定_tsm.Name = "國定假日設定_tsm"
  631. Me.國定假日設定_tsm.Size = New System.Drawing.Size(150, 26)
  632. Me.國定假日設定_tsm.Text = "國定假日設定"
  633. '
  634. '加班申請審核_tsm
  635. '
  636. Me.加班申請審核_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.加班申請_tsm, Me.加班核准_tsm, Me.加班申請資料_tsm, Me.ToolStripSeparator13, Me.最後關班時間_tsm})
  637. Me.加班申請審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  638. Me.加班申請審核_tsm.Name = "加班申請審核_tsm"
  639. Me.加班申請審核_tsm.Size = New System.Drawing.Size(198, 26)
  640. Me.加班申請審核_tsm.Text = "加班申請/審核"
  641. '
  642. '加班申請_tsm
  643. '
  644. Me.加班申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  645. Me.加班申請_tsm.Name = "加班申請_tsm"
  646. Me.加班申請_tsm.Size = New System.Drawing.Size(150, 26)
  647. Me.加班申請_tsm.Text = "加班申請"
  648. '
  649. '加班核准_tsm
  650. '
  651. Me.加班核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  652. Me.加班核准_tsm.Name = "加班核准_tsm"
  653. Me.加班核准_tsm.Size = New System.Drawing.Size(150, 26)
  654. Me.加班核准_tsm.Text = "加班核准"
  655. '
  656. '加班申請資料_tsm
  657. '
  658. Me.加班申請資料_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  659. Me.加班申請資料_tsm.Name = "加班申請資料_tsm"
  660. Me.加班申請資料_tsm.Size = New System.Drawing.Size(150, 26)
  661. Me.加班申請資料_tsm.Text = "加班申請資料"
  662. '
  663. 'ToolStripSeparator13
  664. '
  665. Me.ToolStripSeparator13.Name = "ToolStripSeparator13"
  666. Me.ToolStripSeparator13.Size = New System.Drawing.Size(147, 6)
  667. '
  668. '最後關班時間_tsm
  669. '
  670. Me.最後關班時間_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check_icon
  671. Me.最後關班時間_tsm.Name = "最後關班時間_tsm"
  672. Me.最後關班時間_tsm.Size = New System.Drawing.Size(150, 26)
  673. Me.最後關班時間_tsm.Text = "最後關班時間"
  674. '
  675. '考勤管理_tsm
  676. '
  677. Me.考勤管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.考勤明細表_tsm, Me.ToolStripSeparator14, Me.到離職管理_tsm, Me.到離職核准_tsm})
  678. Me.考勤管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  679. Me.考勤管理_tsm.Name = "考勤管理_tsm"
  680. Me.考勤管理_tsm.Size = New System.Drawing.Size(198, 26)
  681. Me.考勤管理_tsm.Text = "考勤管理"
  682. '
  683. '考勤明細表_tsm
  684. '
  685. Me.考勤明細表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  686. Me.考勤明細表_tsm.Name = "考勤明細表_tsm"
  687. Me.考勤明細表_tsm.Size = New System.Drawing.Size(138, 26)
  688. Me.考勤明細表_tsm.Text = "考勤明細表"
  689. '
  690. 'ToolStripSeparator14
  691. '
  692. Me.ToolStripSeparator14.Name = "ToolStripSeparator14"
  693. Me.ToolStripSeparator14.Size = New System.Drawing.Size(135, 6)
  694. '
  695. '到離職管理_tsm
  696. '
  697. Me.到離職管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  698. Me.到離職管理_tsm.Name = "到離職管理_tsm"
  699. Me.到離職管理_tsm.Size = New System.Drawing.Size(138, 26)
  700. Me.到離職管理_tsm.Text = "到離職管理"
  701. '
  702. '到離職核准_tsm
  703. '
  704. Me.到離職核准_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  705. Me.到離職核准_tsm.Name = "到離職核准_tsm"
  706. Me.到離職核准_tsm.Size = New System.Drawing.Size(138, 26)
  707. Me.到離職核准_tsm.Text = "到離職核准"
  708. '
  709. '人事系統設定_tsm
  710. '
  711. Me.人事系統設定_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.系統使用者權限設定_tsm, Me.人事系統變數設定_tsm, Me.ID卡配置設定_tsm, Me.人員資料表_tsm})
  712. Me.人事系統設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  713. Me.人事系統設定_tsm.Name = "人事系統設定_tsm"
  714. Me.人事系統設定_tsm.Size = New System.Drawing.Size(198, 26)
  715. Me.人事系統設定_tsm.Text = "人事系統設定"
  716. '
  717. '系統使用者權限設定_tsm
  718. '
  719. Me.系統使用者權限設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  720. Me.系統使用者權限設定_tsm.Name = "系統使用者權限設定_tsm"
  721. Me.系統使用者權限設定_tsm.Size = New System.Drawing.Size(186, 26)
  722. Me.系統使用者權限設定_tsm.Text = "系統使用者權限設定"
  723. '
  724. '人事系統變數設定_tsm
  725. '
  726. Me.人事系統變數設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  727. Me.人事系統變數設定_tsm.Name = "人事系統變數設定_tsm"
  728. Me.人事系統變數設定_tsm.Size = New System.Drawing.Size(186, 26)
  729. Me.人事系統變數設定_tsm.Text = "人事系統變數設定"
  730. '
  731. 'ID卡配置設定_tsm
  732. '
  733. Me.ID卡配置設定_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.card_ipod
  734. Me.ID卡配置設定_tsm.Name = "ID卡配置設定_tsm"
  735. Me.ID卡配置設定_tsm.Size = New System.Drawing.Size(186, 26)
  736. Me.ID卡配置設定_tsm.Text = "ID卡配置設定"
  737. '
  738. '人員資料表_tsm
  739. '
  740. Me.人員資料表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  741. Me.人員資料表_tsm.Name = "人員資料表_tsm"
  742. Me.人員資料表_tsm.Size = New System.Drawing.Size(186, 26)
  743. Me.人員資料表_tsm.Text = "人員資料表"
  744. '
  745. 'ToolStripSeparator9
  746. '
  747. Me.ToolStripSeparator9.Name = "ToolStripSeparator9"
  748. Me.ToolStripSeparator9.Size = New System.Drawing.Size(195, 6)
  749. '
  750. '人系統管理舊_tsm
  751. '
  752. 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})
  753. Me.人系統管理舊_tsm.Name = "人系統管理舊_tsm"
  754. Me.人系統管理舊_tsm.Size = New System.Drawing.Size(198, 26)
  755. Me.人系統管理舊_tsm.Text = "人系統管理(舊)"
  756. '
  757. '人事請假申請1_tsm
  758. '
  759. Me.人事請假申請1_tsm.Name = "人事請假申請1_tsm"
  760. Me.人事請假申請1_tsm.Size = New System.Drawing.Size(170, 22)
  761. Me.人事請假申請1_tsm.Text = "人事請假申請"
  762. '
  763. '人事請假核准1_tsm
  764. '
  765. Me.人事請假核准1_tsm.Name = "人事請假核准1_tsm"
  766. Me.人事請假核准1_tsm.Size = New System.Drawing.Size(170, 22)
  767. Me.人事請假核准1_tsm.Text = "人事請假核准"
  768. '
  769. '人員考勤明細表1_tsm
  770. '
  771. Me.人員考勤明細表1_tsm.Name = "人員考勤明細表1_tsm"
  772. Me.人員考勤明細表1_tsm.Size = New System.Drawing.Size(170, 22)
  773. Me.人員考勤明細表1_tsm.Text = "人員考勤明細表"
  774. '
  775. 'ToolStripSeparator15
  776. '
  777. Me.ToolStripSeparator15.Name = "ToolStripSeparator15"
  778. Me.ToolStripSeparator15.Size = New System.Drawing.Size(167, 6)
  779. '
  780. '人員入職資料表_tsm
  781. '
  782. Me.人員入職資料表_tsm.Name = "人員入職資料表_tsm"
  783. Me.人員入職資料表_tsm.Size = New System.Drawing.Size(170, 22)
  784. Me.人員入職資料表_tsm.Text = "人員入職資料表"
  785. '
  786. '考勤打卡資料補登1_tsm
  787. '
  788. Me.考勤打卡資料補登1_tsm.Name = "考勤打卡資料補登1_tsm"
  789. Me.考勤打卡資料補登1_tsm.Size = New System.Drawing.Size(170, 22)
  790. Me.考勤打卡資料補登1_tsm.Text = "考勤打卡資料補登"
  791. '
  792. '國定假日設定1_tsm
  793. '
  794. Me.國定假日設定1_tsm.Name = "國定假日設定1_tsm"
  795. Me.國定假日設定1_tsm.Size = New System.Drawing.Size(170, 22)
  796. Me.國定假日設定1_tsm.Text = "國定假日設定"
  797. '
  798. '財務管理_tsm
  799. '
  800. 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})
  801. Me.財務管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  802. Me.財務管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Payment
  803. Me.財務管理_tsm.Name = "財務管理_tsm"
  804. Me.財務管理_tsm.Size = New System.Drawing.Size(111, 24)
  805. Me.財務管理_tsm.Text = "財務系統管理"
  806. '
  807. 'GCM財務支付申請_tsm
  808. '
  809. Me.GCM財務支付申請_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  810. Me.GCM財務支付申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  811. Me.GCM財務支付申請_tsm.Name = "GCM財務支付申請_tsm"
  812. Me.GCM財務支付申請_tsm.Size = New System.Drawing.Size(208, 26)
  813. Me.GCM財務支付申請_tsm.Text = "GCM-財務收支單申請"
  814. '
  815. 'GCM財務支付審核_tsm
  816. '
  817. Me.GCM財務支付審核_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  818. Me.GCM財務支付審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  819. Me.GCM財務支付審核_tsm.Name = "GCM財務支付審核_tsm"
  820. Me.GCM財務支付審核_tsm.Size = New System.Drawing.Size(208, 26)
  821. Me.GCM財務支付審核_tsm.Text = "GCM-財務收支單審核"
  822. '
  823. 'GCM財務支付單一覽表_tsm
  824. '
  825. Me.GCM財務支付單一覽表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  826. Me.GCM財務支付單一覽表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  827. Me.GCM財務支付單一覽表_tsm.Name = "GCM財務支付單一覽表_tsm"
  828. Me.GCM財務支付單一覽表_tsm.Size = New System.Drawing.Size(208, 26)
  829. Me.GCM財務支付單一覽表_tsm.Text = "GCM-財務收支單一覽表"
  830. '
  831. 'ToolStripSeparator6
  832. '
  833. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  834. Me.ToolStripSeparator6.Size = New System.Drawing.Size(205, 6)
  835. '
  836. 'GCM財務對帳表_tsm
  837. '
  838. Me.GCM財務對帳表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  839. Me.GCM財務對帳表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  840. Me.GCM財務對帳表_tsm.Name = "GCM財務對帳表_tsm"
  841. Me.GCM財務對帳表_tsm.Size = New System.Drawing.Size(208, 26)
  842. Me.GCM財務對帳表_tsm.Text = "GCM-財務 - 對帳表"
  843. '
  844. 'GCM財務決算表_tsm
  845. '
  846. Me.GCM財務決算表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  847. Me.GCM財務決算表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  848. Me.GCM財務決算表_tsm.Name = "GCM財務決算表_tsm"
  849. Me.GCM財務決算表_tsm.Size = New System.Drawing.Size(208, 26)
  850. Me.GCM財務決算表_tsm.Text = "GCM-財務 - 決算表"
  851. '
  852. 'GCM財務彙總表_tsm
  853. '
  854. Me.GCM財務彙總表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  855. Me.GCM財務彙總表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  856. Me.GCM財務彙總表_tsm.Name = "GCM財務彙總表_tsm"
  857. Me.GCM財務彙總表_tsm.Size = New System.Drawing.Size(208, 26)
  858. Me.GCM財務彙總表_tsm.Text = "GCM-財務 - 彙總表"
  859. '
  860. 'ToolStripSeparator5
  861. '
  862. Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
  863. Me.ToolStripSeparator5.Size = New System.Drawing.Size(205, 6)
  864. '
  865. 'ICS財務支付申請_tsm
  866. '
  867. Me.ICS財務支付申請_tsm.ForeColor = System.Drawing.Color.Purple
  868. Me.ICS財務支付申請_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.pen
  869. Me.ICS財務支付申請_tsm.Name = "ICS財務支付申請_tsm"
  870. Me.ICS財務支付申請_tsm.Size = New System.Drawing.Size(208, 26)
  871. Me.ICS財務支付申請_tsm.Text = "ICS-財務收支單申請"
  872. '
  873. 'ICS財務支付審核_tsm
  874. '
  875. Me.ICS財務支付審核_tsm.ForeColor = System.Drawing.Color.Purple
  876. Me.ICS財務支付審核_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.check
  877. Me.ICS財務支付審核_tsm.Name = "ICS財務支付審核_tsm"
  878. Me.ICS財務支付審核_tsm.Size = New System.Drawing.Size(208, 26)
  879. Me.ICS財務支付審核_tsm.Text = "ICS-財務收支單審核"
  880. '
  881. 'ICS財務支付單一覽表_tsm
  882. '
  883. Me.ICS財務支付單一覽表_tsm.ForeColor = System.Drawing.Color.Purple
  884. Me.ICS財務支付單一覽表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  885. Me.ICS財務支付單一覽表_tsm.Name = "ICS財務支付單一覽表_tsm"
  886. Me.ICS財務支付單一覽表_tsm.Size = New System.Drawing.Size(208, 26)
  887. Me.ICS財務支付單一覽表_tsm.Text = "ICS-財務收支單一覽表"
  888. '
  889. 'ToolStripSeparator17
  890. '
  891. Me.ToolStripSeparator17.Name = "ToolStripSeparator17"
  892. Me.ToolStripSeparator17.Size = New System.Drawing.Size(205, 6)
  893. '
  894. 'ICS財務對帳表_tsm
  895. '
  896. Me.ICS財務對帳表_tsm.ForeColor = System.Drawing.Color.Purple
  897. Me.ICS財務對帳表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  898. Me.ICS財務對帳表_tsm.Name = "ICS財務對帳表_tsm"
  899. Me.ICS財務對帳表_tsm.Size = New System.Drawing.Size(208, 26)
  900. Me.ICS財務對帳表_tsm.Text = "ICS-財務 - 對帳表"
  901. '
  902. 'ISC財務決算表_tsm
  903. '
  904. Me.ISC財務決算表_tsm.ForeColor = System.Drawing.Color.Purple
  905. Me.ISC財務決算表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  906. Me.ISC財務決算表_tsm.Name = "ISC財務決算表_tsm"
  907. Me.ISC財務決算表_tsm.Size = New System.Drawing.Size(208, 26)
  908. Me.ISC財務決算表_tsm.Text = "ISC-財務 - 決算表"
  909. '
  910. 'ISC財務彙總表_tsm
  911. '
  912. Me.ISC財務彙總表_tsm.ForeColor = System.Drawing.Color.Purple
  913. Me.ISC財務彙總表_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Report
  914. Me.ISC財務彙總表_tsm.Name = "ISC財務彙總表_tsm"
  915. Me.ISC財務彙總表_tsm.Size = New System.Drawing.Size(208, 26)
  916. Me.ISC財務彙總表_tsm.Text = "ISC-財務 - 彙總表"
  917. '
  918. 'ToolStripSeparator16
  919. '
  920. Me.ToolStripSeparator16.Name = "ToolStripSeparator16"
  921. Me.ToolStripSeparator16.Size = New System.Drawing.Size(205, 6)
  922. '
  923. '匯率管理_tsm
  924. '
  925. Me.匯率管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  926. Me.匯率管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  927. Me.匯率管理_tsm.Name = "匯率管理_tsm"
  928. Me.匯率管理_tsm.Size = New System.Drawing.Size(208, 26)
  929. Me.匯率管理_tsm.Text = "匯率管理"
  930. '
  931. '會計科目管理_tsm
  932. '
  933. Me.會計科目管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  934. Me.會計科目管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  935. Me.會計科目管理_tsm.Name = "會計科目管理_tsm"
  936. Me.會計科目管理_tsm.Size = New System.Drawing.Size(208, 26)
  937. Me.會計科目管理_tsm.Text = "會計科目管理"
  938. '
  939. 'ToolStripSeparator8
  940. '
  941. Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
  942. Me.ToolStripSeparator8.Size = New System.Drawing.Size(205, 6)
  943. '
  944. '帳務系統_tsm
  945. '
  946. Me.帳務系統_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  947. Me.帳務系統_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.document_accept
  948. Me.帳務系統_tsm.Name = "帳務系統_tsm"
  949. Me.帳務系統_tsm.Size = New System.Drawing.Size(208, 26)
  950. Me.帳務系統_tsm.Text = "財務流水帳系統"
  951. '
  952. '決策系統管理_tsm
  953. '
  954. Me.決策系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.卜卦簡易_tsm, Me.卜卦進階_tsm})
  955. Me.決策系統管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  956. Me.決策系統管理_tsm.Name = "決策系統管理_tsm"
  957. Me.決策系統管理_tsm.Size = New System.Drawing.Size(111, 24)
  958. Me.決策系統管理_tsm.Text = "決策系統管理"
  959. '
  960. '卜卦簡易_tsm
  961. '
  962. Me.卜卦簡易_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  963. Me.卜卦簡易_tsm.Name = "卜卦簡易_tsm"
  964. Me.卜卦簡易_tsm.Size = New System.Drawing.Size(134, 26)
  965. Me.卜卦簡易_tsm.Text = "卜卦(簡易)"
  966. '
  967. '卜卦進階_tsm
  968. '
  969. Me.卜卦進階_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Personnel
  970. Me.卜卦進階_tsm.Name = "卜卦進階_tsm"
  971. Me.卜卦進階_tsm.Size = New System.Drawing.Size(134, 26)
  972. Me.卜卦進階_tsm.Text = "卜卦(進階)"
  973. '
  974. '系統管理_tsm
  975. '
  976. 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})
  977. Me.系統管理_tsm.ForeColor = System.Drawing.Color.Red
  978. Me.系統管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  979. Me.系統管理_tsm.Name = "系統管理_tsm"
  980. Me.系統管理_tsm.Size = New System.Drawing.Size(123, 24)
  981. Me.系統管理_tsm.Text = "資料庫系統管理"
  982. '
  983. '系統使用者管理_tsm
  984. '
  985. Me.系統使用者管理_tsm.ForeColor = System.Drawing.Color.Red
  986. Me.系統使用者管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  987. Me.系統使用者管理_tsm.Name = "系統使用者管理_tsm"
  988. Me.系統使用者管理_tsm.Size = New System.Drawing.Size(186, 26)
  989. Me.系統使用者管理_tsm.Text = "系統使用者管理"
  990. '
  991. 'ToolStripSeparator1
  992. '
  993. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  994. Me.ToolStripSeparator1.Size = New System.Drawing.Size(183, 6)
  995. '
  996. 'FTP資料夾管理_tsm
  997. '
  998. Me.FTP資料夾管理_tsm.ForeColor = System.Drawing.Color.Red
  999. Me.FTP資料夾管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1000. Me.FTP資料夾管理_tsm.Name = "FTP資料夾管理_tsm"
  1001. Me.FTP資料夾管理_tsm.Size = New System.Drawing.Size(186, 26)
  1002. Me.FTP資料夾管理_tsm.Text = "FTP資料夾管理"
  1003. '
  1004. '系統執行檔版本管理_tsm
  1005. '
  1006. Me.系統執行檔版本管理_tsm.ForeColor = System.Drawing.Color.Red
  1007. Me.系統執行檔版本管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1008. Me.系統執行檔版本管理_tsm.Name = "系統執行檔版本管理_tsm"
  1009. Me.系統執行檔版本管理_tsm.Size = New System.Drawing.Size(186, 26)
  1010. Me.系統執行檔版本管理_tsm.Text = "系統執行檔版本管理"
  1011. '
  1012. '系統編碼原則_tsm
  1013. '
  1014. Me.系統編碼原則_tsm.ForeColor = System.Drawing.Color.Red
  1015. Me.系統編碼原則_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1016. Me.系統編碼原則_tsm.Name = "系統編碼原則_tsm"
  1017. Me.系統編碼原則_tsm.Size = New System.Drawing.Size(186, 26)
  1018. Me.系統編碼原則_tsm.Text = "系統編碼原則"
  1019. Me.系統編碼原則_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  1020. '
  1021. '系統通用變數管理_tsm
  1022. '
  1023. Me.系統通用變數管理_tsm.ForeColor = System.Drawing.Color.Red
  1024. Me.系統通用變數管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1025. Me.系統通用變數管理_tsm.Name = "系統通用變數管理_tsm"
  1026. Me.系統通用變數管理_tsm.Size = New System.Drawing.Size(186, 26)
  1027. Me.系統通用變數管理_tsm.Text = "系統通用變數管理"
  1028. '
  1029. '系統對應電腦註冊_tsm
  1030. '
  1031. Me.系統對應電腦註冊_tsm.ForeColor = System.Drawing.Color.Red
  1032. Me.系統對應電腦註冊_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1033. Me.系統對應電腦註冊_tsm.Name = "系統對應電腦註冊_tsm"
  1034. Me.系統對應電腦註冊_tsm.Size = New System.Drawing.Size(186, 26)
  1035. Me.系統對應電腦註冊_tsm.Text = "系統對應電腦註冊"
  1036. '
  1037. 'ToolStripSeparator3
  1038. '
  1039. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  1040. Me.ToolStripSeparator3.Size = New System.Drawing.Size(183, 6)
  1041. '
  1042. '簽名檔管理_tsm
  1043. '
  1044. Me.簽名檔管理_tsm.ForeColor = System.Drawing.Color.Red
  1045. Me.簽名檔管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1046. Me.簽名檔管理_tsm.Name = "簽名檔管理_tsm"
  1047. Me.簽名檔管理_tsm.Size = New System.Drawing.Size(186, 26)
  1048. Me.簽名檔管理_tsm.Text = "簽名檔管理"
  1049. '
  1050. '個人財務_tsm
  1051. '
  1052. Me.個人財務_tsm.ForeColor = System.Drawing.Color.Red
  1053. Me.個人財務_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1054. Me.個人財務_tsm.Name = "個人財務_tsm"
  1055. Me.個人財務_tsm.Size = New System.Drawing.Size(186, 26)
  1056. Me.個人財務_tsm.Text = "個人財務"
  1057. '
  1058. 'ToolStripSeparator7
  1059. '
  1060. Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
  1061. Me.ToolStripSeparator7.Size = New System.Drawing.Size(183, 6)
  1062. '
  1063. '設備開發系統_tsm
  1064. '
  1065. Me.設備開發系統_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.倉儲系統管理_tsm, Me.成本系統管理_tsm, Me.Bom表管理_tsm})
  1066. Me.設備開發系統_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  1067. Me.設備開發系統_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.truck
  1068. Me.設備開發系統_tsm.Name = "設備開發系統_tsm"
  1069. Me.設備開發系統_tsm.Size = New System.Drawing.Size(135, 24)
  1070. Me.設備開發系統_tsm.Text = "設備開發系統管理"
  1071. '
  1072. '倉儲系統管理_tsm
  1073. '
  1074. Me.倉儲系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripSeparator12, Me.進貨管理_tsm, Me.領物管理_tsm, Me.庫存查詢_tsm, Me.出庫紀錄_tsm})
  1075. Me.倉儲系統管理_tsm.ForeColor = System.Drawing.Color.Red
  1076. Me.倉儲系統管理_tsm.Name = "倉儲系統管理_tsm"
  1077. Me.倉儲系統管理_tsm.Size = New System.Drawing.Size(146, 22)
  1078. Me.倉儲系統管理_tsm.Text = "倉儲系統管理"
  1079. '
  1080. 'ToolStripSeparator12
  1081. '
  1082. Me.ToolStripSeparator12.Name = "ToolStripSeparator12"
  1083. Me.ToolStripSeparator12.Size = New System.Drawing.Size(119, 6)
  1084. '
  1085. '進貨管理_tsm
  1086. '
  1087. Me.進貨管理_tsm.ForeColor = System.Drawing.Color.Red
  1088. Me.進貨管理_tsm.Name = "進貨管理_tsm"
  1089. Me.進貨管理_tsm.Size = New System.Drawing.Size(122, 22)
  1090. Me.進貨管理_tsm.Text = "進貨管理"
  1091. '
  1092. '領物管理_tsm
  1093. '
  1094. Me.領物管理_tsm.ForeColor = System.Drawing.Color.Red
  1095. Me.領物管理_tsm.Name = "領物管理_tsm"
  1096. Me.領物管理_tsm.Size = New System.Drawing.Size(122, 22)
  1097. Me.領物管理_tsm.Text = "領物管理"
  1098. '
  1099. '庫存查詢_tsm
  1100. '
  1101. Me.庫存查詢_tsm.ForeColor = System.Drawing.Color.Red
  1102. Me.庫存查詢_tsm.Name = "庫存查詢_tsm"
  1103. Me.庫存查詢_tsm.Size = New System.Drawing.Size(122, 22)
  1104. Me.庫存查詢_tsm.Text = "庫存查詢"
  1105. '
  1106. '出庫紀錄_tsm
  1107. '
  1108. Me.出庫紀錄_tsm.ForeColor = System.Drawing.Color.Red
  1109. Me.出庫紀錄_tsm.Name = "出庫紀錄_tsm"
  1110. Me.出庫紀錄_tsm.Size = New System.Drawing.Size(122, 22)
  1111. Me.出庫紀錄_tsm.Text = "出庫紀錄"
  1112. '
  1113. '成本系統管理_tsm
  1114. '
  1115. Me.成本系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.零件成本_tsm, Me.零組件成本_tsm, Me.機構件成本_tsm, Me.機構組件成本_tsm, Me.機台成本_tsm, Me.ToolStripSeparator4, Me.服務項目成本_tsm})
  1116. Me.成本系統管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1117. Me.成本系統管理_tsm.Name = "成本系統管理_tsm"
  1118. Me.成本系統管理_tsm.Size = New System.Drawing.Size(146, 22)
  1119. Me.成本系統管理_tsm.Text = "成本系統管理"
  1120. '
  1121. '零件成本_tsm
  1122. '
  1123. Me.零件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1124. Me.零件成本_tsm.Name = "零件成本_tsm"
  1125. Me.零件成本_tsm.Size = New System.Drawing.Size(146, 22)
  1126. Me.零件成本_tsm.Text = "零件成本"
  1127. '
  1128. '零組件成本_tsm
  1129. '
  1130. Me.零組件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1131. Me.零組件成本_tsm.Name = "零組件成本_tsm"
  1132. Me.零組件成本_tsm.Size = New System.Drawing.Size(146, 22)
  1133. Me.零組件成本_tsm.Text = "零組件成本"
  1134. '
  1135. '機構件成本_tsm
  1136. '
  1137. Me.機構件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1138. Me.機構件成本_tsm.Name = "機構件成本_tsm"
  1139. Me.機構件成本_tsm.Size = New System.Drawing.Size(146, 22)
  1140. Me.機構件成本_tsm.Text = "機構件成本"
  1141. '
  1142. '機構組件成本_tsm
  1143. '
  1144. Me.機構組件成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1145. Me.機構組件成本_tsm.Name = "機構組件成本_tsm"
  1146. Me.機構組件成本_tsm.Size = New System.Drawing.Size(146, 22)
  1147. Me.機構組件成本_tsm.Text = "機構組件成本"
  1148. '
  1149. '機台成本_tsm
  1150. '
  1151. Me.機台成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1152. Me.機台成本_tsm.Name = "機台成本_tsm"
  1153. Me.機台成本_tsm.Size = New System.Drawing.Size(146, 22)
  1154. Me.機台成本_tsm.Text = "機台成本"
  1155. '
  1156. 'ToolStripSeparator4
  1157. '
  1158. Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
  1159. Me.ToolStripSeparator4.Size = New System.Drawing.Size(143, 6)
  1160. '
  1161. '服務項目成本_tsm
  1162. '
  1163. Me.服務項目成本_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1164. Me.服務項目成本_tsm.Name = "服務項目成本_tsm"
  1165. Me.服務項目成本_tsm.Size = New System.Drawing.Size(146, 22)
  1166. Me.服務項目成本_tsm.Text = "服務項目成本"
  1167. '
  1168. 'Bom表管理_tsm
  1169. '
  1170. Me.Bom表管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.零組件零件BOM表_tsm, Me.機構件零組件BOM表_tsm, Me.機構組件機構件BOM表_tsm, Me.機台機構組件BOM表_tsm})
  1171. Me.Bom表管理_tsm.ForeColor = System.Drawing.Color.Green
  1172. Me.Bom表管理_tsm.Name = "Bom表管理_tsm"
  1173. Me.Bom表管理_tsm.Size = New System.Drawing.Size(146, 22)
  1174. Me.Bom表管理_tsm.Text = "Bom表管理"
  1175. '
  1176. '零組件零件BOM表_tsm
  1177. '
  1178. Me.零組件零件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  1179. Me.零組件零件BOM表_tsm.Name = "零組件零件BOM表_tsm"
  1180. Me.零組件零件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  1181. Me.零組件零件BOM表_tsm.Text = "零組件-零件BOM表"
  1182. '
  1183. '機構件零組件BOM表_tsm
  1184. '
  1185. Me.機構件零組件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  1186. Me.機構件零組件BOM表_tsm.Name = "機構件零組件BOM表_tsm"
  1187. Me.機構件零組件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  1188. Me.機構件零組件BOM表_tsm.Text = "機構件-零組件BOM表"
  1189. '
  1190. '機構組件機構件BOM表_tsm
  1191. '
  1192. Me.機構組件機構件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  1193. Me.機構組件機構件BOM表_tsm.Name = "機構組件機構件BOM表_tsm"
  1194. Me.機構組件機構件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  1195. Me.機構組件機構件BOM表_tsm.Text = "機構組件-機構件BOM表"
  1196. '
  1197. '機台機構組件BOM表_tsm
  1198. '
  1199. Me.機台機構組件BOM表_tsm.ForeColor = System.Drawing.Color.Green
  1200. Me.機台機構組件BOM表_tsm.Name = "機台機構組件BOM表_tsm"
  1201. Me.機台機構組件BOM表_tsm.Size = New System.Drawing.Size(204, 22)
  1202. Me.機台機構組件BOM表_tsm.Text = "機台-機構組件BOM表"
  1203. '
  1204. '軟件開發系統管理_tsm
  1205. '
  1206. Me.軟件開發系統管理_tsm.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.原代碼存放區_tsm, Me.共享文件_tsm, Me.系統開發點檢控制表_tsm, Me.系統開發功能點檢表_tsm, Me.ToolStripSeparator2, Me.工作日志_tsm})
  1207. Me.軟件開發系統管理_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1208. Me.軟件開發系統管理_tsm.Image = Global.工巧明智能管理系統.My.Resources.Resources.Sys_Command
  1209. Me.軟件開發系統管理_tsm.Name = "軟件開發系統管理_tsm"
  1210. Me.軟件開發系統管理_tsm.Size = New System.Drawing.Size(135, 24)
  1211. Me.軟件開發系統管理_tsm.Text = "軟件開發系統管理"
  1212. '
  1213. '原代碼存放區_tsm
  1214. '
  1215. Me.原代碼存放區_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1216. Me.原代碼存放區_tsm.Name = "原代碼存放區_tsm"
  1217. Me.原代碼存放區_tsm.Size = New System.Drawing.Size(182, 22)
  1218. Me.原代碼存放區_tsm.Text = "原代碼存放區"
  1219. '
  1220. '共享文件_tsm
  1221. '
  1222. Me.共享文件_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1223. Me.共享文件_tsm.Name = "共享文件_tsm"
  1224. Me.共享文件_tsm.Size = New System.Drawing.Size(182, 22)
  1225. Me.共享文件_tsm.Text = "開發文件存放區"
  1226. '
  1227. '系統開發點檢控制表_tsm
  1228. '
  1229. Me.系統開發點檢控制表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1230. Me.系統開發點檢控制表_tsm.Name = "系統開發點檢控制表_tsm"
  1231. Me.系統開發點檢控制表_tsm.Size = New System.Drawing.Size(182, 22)
  1232. Me.系統開發點檢控制表_tsm.Text = "系統開發點檢控制表"
  1233. '
  1234. '系統開發功能點檢表_tsm
  1235. '
  1236. Me.系統開發功能點檢表_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1237. Me.系統開發功能點檢表_tsm.Name = "系統開發功能點檢表_tsm"
  1238. Me.系統開發功能點檢表_tsm.Size = New System.Drawing.Size(182, 22)
  1239. Me.系統開發功能點檢表_tsm.Text = "系統開發功能點檢表"
  1240. '
  1241. 'ToolStripSeparator2
  1242. '
  1243. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  1244. Me.ToolStripSeparator2.Size = New System.Drawing.Size(179, 6)
  1245. '
  1246. '工作日志_tsm
  1247. '
  1248. Me.工作日志_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1249. Me.工作日志_tsm.Name = "工作日志_tsm"
  1250. Me.工作日志_tsm.Size = New System.Drawing.Size(182, 22)
  1251. Me.工作日志_tsm.Text = "工作日誌與代辦事項"
  1252. '
  1253. 'ComboBox3
  1254. '
  1255. Me.ComboBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1256. Me.ComboBox3.FormattingEnabled = True
  1257. Me.ComboBox3.Items.AddRange(New Object() {"主畫面", "系統運作流程邏輯01"})
  1258. Me.ComboBox3.Location = New System.Drawing.Point(1082, 326)
  1259. Me.ComboBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1260. Me.ComboBox3.Name = "ComboBox3"
  1261. Me.ComboBox3.Size = New System.Drawing.Size(140, 24)
  1262. Me.ComboBox3.TabIndex = 12
  1263. Me.ComboBox3.Visible = False
  1264. '
  1265. 'Timer1
  1266. '
  1267. Me.Timer1.Interval = 1000
  1268. '
  1269. 'Timer2
  1270. '
  1271. Me.Timer2.Interval = 1000
  1272. '
  1273. '計算機_bt
  1274. '
  1275. Me.計算機_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1276. Me.計算機_bt.Location = New System.Drawing.Point(1167, 4)
  1277. Me.計算機_bt.Name = "計算機_bt"
  1278. Me.計算機_bt.Size = New System.Drawing.Size(75, 23)
  1279. Me.計算機_bt.TabIndex = 14
  1280. Me.計算機_bt.Text = "計算機"
  1281. Me.計算機_bt.UseVisualStyleBackColor = True
  1282. '
  1283. 'StatusStrip1
  1284. '
  1285. Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2, Me.ToolStripProgressBar1, Me.合計_TSSL})
  1286. Me.StatusStrip1.Location = New System.Drawing.Point(0, 707)
  1287. Me.StatusStrip1.Name = "StatusStrip1"
  1288. Me.StatusStrip1.Size = New System.Drawing.Size(1350, 22)
  1289. Me.StatusStrip1.TabIndex = 16
  1290. Me.StatusStrip1.Text = "StatusStrip1"
  1291. '
  1292. 'ToolStripStatusLabel1
  1293. '
  1294. Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
  1295. Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(334, 17)
  1296. Me.ToolStripStatusLabel1.Text = "著作權 : 工巧明智能企業有限公司 "
  1297. '
  1298. 'ToolStripStatusLabel2
  1299. '
  1300. Me.ToolStripStatusLabel2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1301. Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
  1302. Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(64, 17)
  1303. Me.ToolStripStatusLabel2.Text = "執行進度 : "
  1304. '
  1305. 'ToolStripProgressBar1
  1306. '
  1307. Me.ToolStripProgressBar1.Maximum = 10000
  1308. Me.ToolStripProgressBar1.Name = "ToolStripProgressBar1"
  1309. Me.ToolStripProgressBar1.Size = New System.Drawing.Size(750, 16)
  1310. '
  1311. '合計_TSSL
  1312. '
  1313. Me.合計_TSSL.Name = "合計_TSSL"
  1314. Me.合計_TSSL.Size = New System.Drawing.Size(47, 17)
  1315. Me.合計_TSSL.Text = "合計 : 0"
  1316. '
  1317. '字體_NUD
  1318. '
  1319. Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1320. Me.字體_NUD.DecimalPlaces = 1
  1321. Me.字體_NUD.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1322. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  1323. Me.字體_NUD.Location = New System.Drawing.Point(1291, 707)
  1324. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  1325. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  1326. Me.字體_NUD.Name = "字體_NUD"
  1327. Me.字體_NUD.Size = New System.Drawing.Size(38, 23)
  1328. Me.字體_NUD.TabIndex = 1651
  1329. Me.字體_NUD.Value = New Decimal(New Integer() {76, 0, 0, 65536})
  1330. '
  1331. '回首頁_tb
  1332. '
  1333. Me.回首頁_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1334. Me.回首頁_tb.Location = New System.Drawing.Point(1248, 4)
  1335. Me.回首頁_tb.Name = "回首頁_tb"
  1336. Me.回首頁_tb.Size = New System.Drawing.Size(75, 23)
  1337. Me.回首頁_tb.TabIndex = 1655
  1338. Me.回首頁_tb.Text = "回首頁"
  1339. Me.回首頁_tb.UseVisualStyleBackColor = True
  1340. '
  1341. 'MyBrowser
  1342. '
  1343. Me.MyBrowser.Dock = System.Windows.Forms.DockStyle.Fill
  1344. Me.MyBrowser.Location = New System.Drawing.Point(0, 30)
  1345. Me.MyBrowser.Name = "MyBrowser"
  1346. Me.MyBrowser.Size = New System.Drawing.Size(1350, 677)
  1347. Me.MyBrowser.TabIndex = 1657
  1348. '
  1349. 'GCM_ERP_SYS
  1350. '
  1351. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1352. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1353. Me.ClientSize = New System.Drawing.Size(1350, 729)
  1354. Me.Controls.Add(Me.MyBrowser)
  1355. Me.Controls.Add(Me.回首頁_tb)
  1356. Me.Controls.Add(Me.字體_NUD)
  1357. Me.Controls.Add(Me.StatusStrip1)
  1358. Me.Controls.Add(Me.計算機_bt)
  1359. Me.Controls.Add(Me.ComboBox3)
  1360. Me.Controls.Add(Me.MenuStrip)
  1361. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1362. Me.HelpButton = True
  1363. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  1364. Me.IsMdiContainer = True
  1365. Me.MainMenuStrip = Me.MenuStrip
  1366. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1367. Me.Name = "GCM_ERP_SYS"
  1368. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1369. Me.Text = "工巧明智能企業有限公司管理系統"
  1370. Me.MenuStrip.ResumeLayout(False)
  1371. Me.MenuStrip.PerformLayout()
  1372. Me.StatusStrip1.ResumeLayout(False)
  1373. Me.StatusStrip1.PerformLayout()
  1374. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  1375. Me.ResumeLayout(False)
  1376. Me.PerformLayout()
  1377. End Sub
  1378. Friend WithEvents ArrangeIconsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1379. Friend WithEvents CloseAllToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1380. Friend WithEvents NewWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1381. Friend WithEvents WindowsMenu As System.Windows.Forms.ToolStripMenuItem
  1382. Friend WithEvents CascadeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1383. Friend WithEvents TileVerticalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1384. Friend WithEvents TileHorizontalToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1385. Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
  1386. Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  1387. Friend WithEvents FileMenu As System.Windows.Forms.ToolStripMenuItem
  1388. Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip
  1389. Friend WithEvents 系統管理_tsm As ToolStripMenuItem
  1390. Friend WithEvents 個人財務_tsm As ToolStripMenuItem
  1391. Friend WithEvents 財務管理_tsm As ToolStripMenuItem
  1392. Friend WithEvents 帳務系統_tsm As ToolStripMenuItem
  1393. Friend WithEvents 業務管理_tsm As ToolStripMenuItem
  1394. Friend WithEvents 業務專案建檔_tsm As ToolStripMenuItem
  1395. Friend WithEvents ComboBox3 As ComboBox
  1396. Friend WithEvents 決策系統管理_tsm As ToolStripMenuItem
  1397. Friend WithEvents 卜卦簡易_tsm As ToolStripMenuItem
  1398. Friend WithEvents 卜卦進階_tsm As ToolStripMenuItem
  1399. Friend WithEvents 個人帳號管理_tsm As ToolStripMenuItem
  1400. Friend WithEvents ToolStripSeparator10 As ToolStripSeparator
  1401. Friend WithEvents FTP資料夾管理_tsm As ToolStripMenuItem
  1402. Friend WithEvents 系統執行檔版本管理_tsm As ToolStripMenuItem
  1403. Friend WithEvents 軟件開發系統管理_tsm As ToolStripMenuItem
  1404. Friend WithEvents 原代碼存放區_tsm As ToolStripMenuItem
  1405. Friend WithEvents 系統使用者管理_tsm As ToolStripMenuItem
  1406. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  1407. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  1408. Friend WithEvents 共享文件_tsm As ToolStripMenuItem
  1409. Friend WithEvents 系統編碼原則_tsm As ToolStripMenuItem
  1410. Friend WithEvents 工作日志_tsm As ToolStripMenuItem
  1411. Friend WithEvents Timer1 As Timer
  1412. Friend WithEvents Timer2 As Timer
  1413. Friend WithEvents 系統通用變數管理_tsm As ToolStripMenuItem
  1414. Friend WithEvents 系統對應電腦註冊_tsm As ToolStripMenuItem
  1415. Friend WithEvents 設備開發系統_tsm As ToolStripMenuItem
  1416. Friend WithEvents 倉儲系統管理_tsm As ToolStripMenuItem
  1417. Friend WithEvents ToolStripSeparator12 As ToolStripSeparator
  1418. Friend WithEvents 進貨管理_tsm As ToolStripMenuItem
  1419. Friend WithEvents 領物管理_tsm As ToolStripMenuItem
  1420. Friend WithEvents 庫存查詢_tsm As ToolStripMenuItem
  1421. Friend WithEvents 出庫紀錄_tsm As ToolStripMenuItem
  1422. Friend WithEvents 成本系統管理_tsm As ToolStripMenuItem
  1423. Friend WithEvents 零件成本_tsm As ToolStripMenuItem
  1424. Friend WithEvents 零組件成本_tsm As ToolStripMenuItem
  1425. Friend WithEvents 機構件成本_tsm As ToolStripMenuItem
  1426. Friend WithEvents 機構組件成本_tsm As ToolStripMenuItem
  1427. Friend WithEvents 機台成本_tsm As ToolStripMenuItem
  1428. Friend WithEvents ToolStripSeparator4 As ToolStripSeparator
  1429. Friend WithEvents 服務項目成本_tsm As ToolStripMenuItem
  1430. Friend WithEvents Bom表管理_tsm As ToolStripMenuItem
  1431. Friend WithEvents 零組件零件BOM表_tsm As ToolStripMenuItem
  1432. Friend WithEvents 機構件零組件BOM表_tsm As ToolStripMenuItem
  1433. Friend WithEvents 機構組件機構件BOM表_tsm As ToolStripMenuItem
  1434. Friend WithEvents 機台機構組件BOM表_tsm As ToolStripMenuItem
  1435. Friend WithEvents 匯率管理_tsm As ToolStripMenuItem
  1436. Friend WithEvents 系統開發點檢控制表_tsm As ToolStripMenuItem
  1437. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  1438. Friend WithEvents 系統開發功能點檢表_tsm As ToolStripMenuItem
  1439. Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
  1440. Friend WithEvents 會計科目管理_tsm As ToolStripMenuItem
  1441. Friend WithEvents GCM財務支付申請_tsm As ToolStripMenuItem
  1442. Friend WithEvents GCM財務支付審核_tsm As ToolStripMenuItem
  1443. Friend WithEvents GCM財務支付單一覽表_tsm As ToolStripMenuItem
  1444. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  1445. Friend WithEvents GCM財務對帳表_tsm As ToolStripMenuItem
  1446. Friend WithEvents GCM財務決算表_tsm As ToolStripMenuItem
  1447. Friend WithEvents 簽名檔管理_tsm As ToolStripMenuItem
  1448. Friend WithEvents ToolStripSeparator7 As ToolStripSeparator
  1449. Friend WithEvents 計算機_bt As Button
  1450. Friend WithEvents ToolStripSeparator8 As ToolStripSeparator
  1451. Friend WithEvents StatusStrip1 As StatusStrip
  1452. Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
  1453. Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel
  1454. Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar
  1455. Friend WithEvents GCM財務彙總表_tsm As ToolStripMenuItem
  1456. Friend WithEvents 人事系統管理新_tsm As ToolStripMenuItem
  1457. Friend WithEvents 排班資料_tsm As ToolStripMenuItem
  1458. Friend WithEvents 休假申請審核_tsm As ToolStripMenuItem
  1459. Friend WithEvents 休假申請_tsm As ToolStripMenuItem
  1460. Friend WithEvents 休假核准_tsm As ToolStripMenuItem
  1461. Friend WithEvents 歷史休假紀錄_tsm As ToolStripMenuItem
  1462. Friend WithEvents 國定假日設定_tsm As ToolStripMenuItem
  1463. Friend WithEvents 加班申請審核_tsm As ToolStripMenuItem
  1464. Friend WithEvents 考勤管理_tsm As ToolStripMenuItem
  1465. Friend WithEvents 人事系統設定_tsm As ToolStripMenuItem
  1466. Friend WithEvents ToolStripSeparator11 As ToolStripSeparator
  1467. Friend WithEvents 加班申請_tsm As ToolStripMenuItem
  1468. Friend WithEvents 加班核准_tsm As ToolStripMenuItem
  1469. Friend WithEvents 加班申請資料_tsm As ToolStripMenuItem
  1470. Friend WithEvents ToolStripSeparator13 As ToolStripSeparator
  1471. Friend WithEvents 最後關班時間_tsm As ToolStripMenuItem
  1472. Friend WithEvents 考勤明細表_tsm As ToolStripMenuItem
  1473. Friend WithEvents ToolStripSeparator14 As ToolStripSeparator
  1474. Friend WithEvents 到離職管理_tsm As ToolStripMenuItem
  1475. Friend WithEvents 到離職核准_tsm As ToolStripMenuItem
  1476. Friend WithEvents 人事系統變數設定_tsm As ToolStripMenuItem
  1477. Friend WithEvents ID卡配置設定_tsm As ToolStripMenuItem
  1478. Friend WithEvents 人員資料表_tsm As ToolStripMenuItem
  1479. Friend WithEvents 系統使用者權限設定_tsm As ToolStripMenuItem
  1480. Friend WithEvents ID卡系統配置設定_tsm As ToolStripMenuItem
  1481. Friend WithEvents ToolStripSeparator9 As ToolStripSeparator
  1482. Friend WithEvents 人系統管理舊_tsm As ToolStripMenuItem
  1483. Friend WithEvents 人員入職資料表_tsm As ToolStripMenuItem
  1484. Friend WithEvents 人事請假申請1_tsm As ToolStripMenuItem
  1485. Friend WithEvents 人事請假核准1_tsm As ToolStripMenuItem
  1486. Friend WithEvents 人員考勤明細表1_tsm As ToolStripMenuItem
  1487. Friend WithEvents 考勤打卡資料補登1_tsm As ToolStripMenuItem
  1488. Friend WithEvents 國定假日設定1_tsm As ToolStripMenuItem
  1489. Friend WithEvents ToolStripSeparator15 As ToolStripSeparator
  1490. Friend WithEvents 合計_TSSL As ToolStripStatusLabel
  1491. Friend WithEvents ICS財務支付申請_tsm As ToolStripMenuItem
  1492. Friend WithEvents ICS財務支付審核_tsm As ToolStripMenuItem
  1493. Friend WithEvents ICS財務支付單一覽表_tsm As ToolStripMenuItem
  1494. Friend WithEvents ToolStripSeparator17 As ToolStripSeparator
  1495. Friend WithEvents ICS財務對帳表_tsm As ToolStripMenuItem
  1496. Friend WithEvents ISC財務決算表_tsm As ToolStripMenuItem
  1497. Friend WithEvents ISC財務彙總表_tsm As ToolStripMenuItem
  1498. Friend WithEvents ToolStripSeparator16 As ToolStripSeparator
  1499. Friend WithEvents 倉儲系統管理ToolStripMenuItem As ToolStripMenuItem
  1500. Friend WithEvents 物料資料庫_tsm As ToolStripMenuItem
  1501. Friend WithEvents 字體_NUD As NumericUpDown
  1502. Friend WithEvents 採購系統管理_tsm As ToolStripMenuItem
  1503. Friend WithEvents 請購單申請_tsm As ToolStripMenuItem
  1504. Friend WithEvents 請購單核準_tsm As ToolStripMenuItem
  1505. Friend WithEvents 單次授權功能_tsm As ToolStripMenuItem
  1506. Friend WithEvents 請購一覽表_tsm As ToolStripMenuItem
  1507. Friend WithEvents ToolStripSeparator18 As ToolStripSeparator
  1508. Friend WithEvents 採購單詢價_tsm As ToolStripMenuItem
  1509. Friend WithEvents 採購單編輯_tsm As ToolStripMenuItem
  1510. Friend WithEvents 採購單一級核准_tsm As ToolStripMenuItem
  1511. Friend WithEvents 物料供應商管理_tsm As ToolStripMenuItem
  1512. Friend WithEvents 採購單二級核准_tsm As ToolStripMenuItem
  1513. Friend WithEvents 採購單一覽表_tsm As ToolStripMenuItem
  1514. Friend WithEvents 入庫驗收單_tsm As ToolStripMenuItem
  1515. Friend WithEvents 合約執行進度_tsm As ToolStripMenuItem
  1516. Friend WithEvents 合約利潤預估表_tsm As ToolStripMenuItem
  1517. Friend WithEvents ToolStripSeparator31 As ToolStripSeparator
  1518. Friend WithEvents 合約報價單_tsm As ToolStripMenuItem
  1519. Friend WithEvents 合約報價單審核ToolStripMenuItem As ToolStripMenuItem
  1520. Friend WithEvents 附錄合約_tsm As ToolStripMenuItem
  1521. Friend WithEvents ToolStripSeparator24 As ToolStripSeparator
  1522. Friend WithEvents 合約請款單_tsm As ToolStripMenuItem
  1523. Friend WithEvents 合約請款控制表_tsm As ToolStripMenuItem
  1524. Friend WithEvents ToolStripSeparator29 As ToolStripSeparator
  1525. Friend WithEvents 合約驗收單_tsm As ToolStripMenuItem
  1526. Friend WithEvents 合約驗收控制表_tsm As ToolStripMenuItem
  1527. Friend WithEvents ToolStripSeparator30 As ToolStripSeparator
  1528. Friend WithEvents 合約保固書_tsm As ToolStripMenuItem
  1529. Friend WithEvents 合約文件簽回存檔_tsm As ToolStripMenuItem
  1530. Friend WithEvents 合約文件簽核控制表_tsm As ToolStripMenuItem
  1531. Friend WithEvents 合約結案控制表_tsm As ToolStripMenuItem
  1532. Friend WithEvents ToolStripSeparator19 As ToolStripSeparator
  1533. Friend WithEvents 工程項目BOM表_tsm As ToolStripMenuItem
  1534. Friend WithEvents 工程分區控制表_tsm As ToolStripMenuItem
  1535. Friend WithEvents 客戶資料表_tsm As ToolStripMenuItem
  1536. Friend WithEvents ToolStripSeparator20 As ToolStripSeparator
  1537. Friend WithEvents ToolStripSeparator21 As ToolStripSeparator
  1538. Friend WithEvents 回首頁_tb As Button
  1539. Friend WithEvents MyBrowser As Panel
  1540. End Class