Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

系統使用說明.Designer.vb 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 系統使用說明
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Me.Label11 = New System.Windows.Forms.Label()
  24. Me.主功能_cb = New System.Windows.Forms.ComboBox()
  25. Me.子項目_dgv = New System.Windows.Forms.DataGridView()
  26. Me.主功能編號_cb = New System.Windows.Forms.ComboBox()
  27. Me.Panel1 = New System.Windows.Forms.Panel()
  28. Me.YT網址_tb = New System.Windows.Forms.TextBox()
  29. Me.細項_tb = New System.Windows.Forms.TextBox()
  30. Me.子項_tb = New System.Windows.Forms.TextBox()
  31. Me.主項_tb = New System.Windows.Forms.TextBox()
  32. Me.視窗2_pl = New System.Windows.Forms.Panel()
  33. Me.Panel3 = New System.Windows.Forms.Panel()
  34. Me.影片測試_tb = New System.Windows.Forms.Button()
  35. Me.翻譯_bt = New System.Windows.Forms.Button()
  36. Me.刪除_bt = New System.Windows.Forms.Button()
  37. Me.存檔_bt = New System.Windows.Forms.Button()
  38. Me.開新的請款單_bt = New System.Windows.Forms.Button()
  39. Me.網址_tb = New System.Windows.Forms.TextBox()
  40. Me.Label5 = New System.Windows.Forms.Label()
  41. Me.說明_英_tb = New System.Windows.Forms.TextBox()
  42. Me.Label3 = New System.Windows.Forms.Label()
  43. Me.Label4 = New System.Windows.Forms.Label()
  44. Me.說明_中_tb = New System.Windows.Forms.TextBox()
  45. Me.標題_英_tb = New System.Windows.Forms.TextBox()
  46. Me.Label2 = New System.Windows.Forms.Label()
  47. Me.Label1 = New System.Windows.Forms.Label()
  48. Me.標題_中_tb = New System.Windows.Forms.TextBox()
  49. Me.Label55 = New System.Windows.Forms.Label()
  50. Me.CanceL2_bt = New System.Windows.Forms.Button()
  51. Me.WB1 = New System.Windows.Forms.WebBrowser()
  52. Me.Panel2 = New System.Windows.Forms.Panel()
  53. Me.說明_tb = New System.Windows.Forms.TextBox()
  54. Me.標題_tb = New System.Windows.Forms.TextBox()
  55. Me.編輯_bt = New System.Windows.Forms.Button()
  56. Me.Panel4 = New System.Windows.Forms.Panel()
  57. Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
  58. CType(Me.子項目_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.Panel1.SuspendLayout()
  60. Me.視窗2_pl.SuspendLayout()
  61. Me.Panel3.SuspendLayout()
  62. Me.Panel2.SuspendLayout()
  63. Me.Panel4.SuspendLayout()
  64. Me.SuspendLayout()
  65. '
  66. 'Label11
  67. '
  68. Me.Label11.AutoSize = True
  69. Me.Label11.BackColor = System.Drawing.SystemColors.Control
  70. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. Me.Label11.Location = New System.Drawing.Point(6, 6)
  72. Me.Label11.Name = "Label11"
  73. Me.Label11.Size = New System.Drawing.Size(43, 16)
  74. Me.Label11.TabIndex = 1429
  75. Me.Label11.Text = "主功能"
  76. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  77. '
  78. '主功能_cb
  79. '
  80. Me.主功能_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  81. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  82. Me.主功能_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  83. Me.主功能_cb.ForeColor = System.Drawing.Color.Blue
  84. Me.主功能_cb.FormattingEnabled = True
  85. Me.主功能_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  86. Me.主功能_cb.Location = New System.Drawing.Point(55, 3)
  87. Me.主功能_cb.Name = "主功能_cb"
  88. Me.主功能_cb.Size = New System.Drawing.Size(326, 24)
  89. Me.主功能_cb.TabIndex = 1428
  90. '
  91. '子項目_dgv
  92. '
  93. Me.子項目_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  94. Or System.Windows.Forms.AnchorStyles.Left) _
  95. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  96. Me.子項目_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  97. Me.子項目_dgv.BackgroundColor = System.Drawing.Color.White
  98. Me.子項目_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  99. Me.子項目_dgv.Location = New System.Drawing.Point(4, 30)
  100. Me.子項目_dgv.Name = "子項目_dgv"
  101. Me.子項目_dgv.RowHeadersWidth = 5
  102. Me.子項目_dgv.RowTemplate.Height = 24
  103. Me.子項目_dgv.Size = New System.Drawing.Size(403, 646)
  104. Me.子項目_dgv.TabIndex = 1430
  105. '
  106. '主功能編號_cb
  107. '
  108. Me.主功能編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  109. Me.主功能編號_cb.ForeColor = System.Drawing.Color.Blue
  110. Me.主功能編號_cb.FormattingEnabled = True
  111. Me.主功能編號_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  112. Me.主功能編號_cb.Location = New System.Drawing.Point(3, 3)
  113. Me.主功能編號_cb.Name = "主功能編號_cb"
  114. Me.主功能編號_cb.Size = New System.Drawing.Size(58, 24)
  115. Me.主功能編號_cb.TabIndex = 1431
  116. '
  117. 'Panel1
  118. '
  119. Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  120. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  121. Me.Panel1.Controls.Add(Me.YT網址_tb)
  122. Me.Panel1.Controls.Add(Me.細項_tb)
  123. Me.Panel1.Controls.Add(Me.子項_tb)
  124. Me.Panel1.Controls.Add(Me.主項_tb)
  125. Me.Panel1.Controls.Add(Me.主功能編號_cb)
  126. Me.Panel1.Location = New System.Drawing.Point(111, 544)
  127. Me.Panel1.Name = "Panel1"
  128. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  129. Me.Panel1.TabIndex = 1432
  130. '
  131. 'YT網址_tb
  132. '
  133. Me.YT網址_tb.Location = New System.Drawing.Point(3, 34)
  134. Me.YT網址_tb.Margin = New System.Windows.Forms.Padding(4)
  135. Me.YT網址_tb.Name = "YT網址_tb"
  136. Me.YT網址_tb.Size = New System.Drawing.Size(58, 23)
  137. Me.YT網址_tb.TabIndex = 1434
  138. Me.YT網址_tb.Text = "https://www.youtube.com/watch?v=OFz9oZptTh4"
  139. '
  140. '細項_tb
  141. '
  142. Me.細項_tb.Location = New System.Drawing.Point(67, 62)
  143. Me.細項_tb.Name = "細項_tb"
  144. Me.細項_tb.Size = New System.Drawing.Size(57, 23)
  145. Me.細項_tb.TabIndex = 1433
  146. '
  147. '子項_tb
  148. '
  149. Me.子項_tb.Location = New System.Drawing.Point(67, 33)
  150. Me.子項_tb.Name = "子項_tb"
  151. Me.子項_tb.Size = New System.Drawing.Size(57, 23)
  152. Me.子項_tb.TabIndex = 1432
  153. '
  154. '主項_tb
  155. '
  156. Me.主項_tb.Location = New System.Drawing.Point(67, 4)
  157. Me.主項_tb.Name = "主項_tb"
  158. Me.主項_tb.Size = New System.Drawing.Size(57, 23)
  159. Me.主項_tb.TabIndex = 0
  160. '
  161. '視窗2_pl
  162. '
  163. Me.視窗2_pl.BackColor = System.Drawing.Color.White
  164. Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  165. Me.視窗2_pl.Controls.Add(Me.Panel3)
  166. Me.視窗2_pl.Controls.Add(Me.Label55)
  167. Me.視窗2_pl.Controls.Add(Me.CanceL2_bt)
  168. Me.視窗2_pl.Location = New System.Drawing.Point(554, 76)
  169. Me.視窗2_pl.Name = "視窗2_pl"
  170. Me.視窗2_pl.Size = New System.Drawing.Size(650, 407)
  171. Me.視窗2_pl.TabIndex = 1777
  172. '
  173. 'Panel3
  174. '
  175. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  176. Or System.Windows.Forms.AnchorStyles.Left) _
  177. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  178. Me.Panel3.BackColor = System.Drawing.Color.White
  179. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  180. Me.Panel3.Controls.Add(Me.影片測試_tb)
  181. Me.Panel3.Controls.Add(Me.翻譯_bt)
  182. Me.Panel3.Controls.Add(Me.刪除_bt)
  183. Me.Panel3.Controls.Add(Me.存檔_bt)
  184. Me.Panel3.Controls.Add(Me.開新的請款單_bt)
  185. Me.Panel3.Controls.Add(Me.網址_tb)
  186. Me.Panel3.Controls.Add(Me.Label5)
  187. Me.Panel3.Controls.Add(Me.說明_英_tb)
  188. Me.Panel3.Controls.Add(Me.Label3)
  189. Me.Panel3.Controls.Add(Me.Label4)
  190. Me.Panel3.Controls.Add(Me.說明_中_tb)
  191. Me.Panel3.Controls.Add(Me.標題_英_tb)
  192. Me.Panel3.Controls.Add(Me.Label2)
  193. Me.Panel3.Controls.Add(Me.Label1)
  194. Me.Panel3.Controls.Add(Me.標題_中_tb)
  195. Me.Panel3.Location = New System.Drawing.Point(3, 28)
  196. Me.Panel3.Name = "Panel3"
  197. Me.Panel3.Size = New System.Drawing.Size(643, 375)
  198. Me.Panel3.TabIndex = 1367
  199. '
  200. '影片測試_tb
  201. '
  202. Me.影片測試_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  203. Me.影片測試_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  204. Me.影片測試_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. Me.影片測試_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  206. Me.影片測試_tb.Location = New System.Drawing.Point(234, 0)
  207. Me.影片測試_tb.Name = "影片測試_tb"
  208. Me.影片測試_tb.Size = New System.Drawing.Size(75, 45)
  209. Me.影片測試_tb.TabIndex = 1809
  210. Me.影片測試_tb.UseVisualStyleBackColor = True
  211. '
  212. '翻譯_bt
  213. '
  214. Me.翻譯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01
  215. Me.翻譯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  216. Me.翻譯_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.翻譯_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  218. Me.翻譯_bt.Location = New System.Drawing.Point(157, 0)
  219. Me.翻譯_bt.Name = "翻譯_bt"
  220. Me.翻譯_bt.Size = New System.Drawing.Size(75, 45)
  221. Me.翻譯_bt.TabIndex = 1808
  222. Me.翻譯_bt.UseVisualStyleBackColor = True
  223. '
  224. '刪除_bt
  225. '
  226. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  227. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  228. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  229. Me.刪除_bt.Location = New System.Drawing.Point(562, 0)
  230. Me.刪除_bt.Name = "刪除_bt"
  231. Me.刪除_bt.Size = New System.Drawing.Size(75, 45)
  232. Me.刪除_bt.TabIndex = 1772
  233. Me.刪除_bt.UseVisualStyleBackColor = True
  234. '
  235. '存檔_bt
  236. '
  237. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  238. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  239. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  240. Me.存檔_bt.Location = New System.Drawing.Point(80, 0)
  241. Me.存檔_bt.Name = "存檔_bt"
  242. Me.存檔_bt.Size = New System.Drawing.Size(75, 45)
  243. Me.存檔_bt.TabIndex = 1771
  244. Me.存檔_bt.UseVisualStyleBackColor = True
  245. '
  246. '開新的請款單_bt
  247. '
  248. Me.開新的請款單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
  249. Me.開新的請款單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  250. Me.開新的請款單_bt.ForeColor = System.Drawing.Color.Blue
  251. Me.開新的請款單_bt.Location = New System.Drawing.Point(3, 0)
  252. Me.開新的請款單_bt.Name = "開新的請款單_bt"
  253. Me.開新的請款單_bt.Size = New System.Drawing.Size(75, 45)
  254. Me.開新的請款單_bt.TabIndex = 1770
  255. Me.開新的請款單_bt.UseVisualStyleBackColor = True
  256. '
  257. '網址_tb
  258. '
  259. Me.網址_tb.Location = New System.Drawing.Point(43, 347)
  260. Me.網址_tb.Name = "網址_tb"
  261. Me.網址_tb.Size = New System.Drawing.Size(593, 23)
  262. Me.網址_tb.TabIndex = 1443
  263. '
  264. 'Label5
  265. '
  266. Me.Label5.AutoSize = True
  267. Me.Label5.Location = New System.Drawing.Point(7, 350)
  268. Me.Label5.Name = "Label5"
  269. Me.Label5.Size = New System.Drawing.Size(31, 16)
  270. Me.Label5.TabIndex = 1442
  271. Me.Label5.Text = "網址"
  272. '
  273. '說明_英_tb
  274. '
  275. Me.說明_英_tb.Location = New System.Drawing.Point(6, 238)
  276. Me.說明_英_tb.Multiline = True
  277. Me.說明_英_tb.Name = "說明_英_tb"
  278. Me.說明_英_tb.Size = New System.Drawing.Size(630, 109)
  279. Me.說明_英_tb.TabIndex = 1441
  280. '
  281. 'Label3
  282. '
  283. Me.Label3.AutoSize = True
  284. Me.Label3.Location = New System.Drawing.Point(283, 220)
  285. Me.Label3.Name = "Label3"
  286. Me.Label3.Size = New System.Drawing.Size(57, 16)
  287. Me.Label3.TabIndex = 1440
  288. Me.Label3.Text = "Deskripsi"
  289. '
  290. 'Label4
  291. '
  292. Me.Label4.AutoSize = True
  293. Me.Label4.Location = New System.Drawing.Point(298, 93)
  294. Me.Label4.Name = "Label4"
  295. Me.Label4.Size = New System.Drawing.Size(31, 16)
  296. Me.Label4.TabIndex = 1439
  297. Me.Label4.Text = "說明"
  298. '
  299. '說明_中_tb
  300. '
  301. Me.說明_中_tb.Location = New System.Drawing.Point(6, 110)
  302. Me.說明_中_tb.Multiline = True
  303. Me.說明_中_tb.Name = "說明_中_tb"
  304. Me.說明_中_tb.Size = New System.Drawing.Size(630, 109)
  305. Me.說明_中_tb.TabIndex = 1438
  306. '
  307. '標題_英_tb
  308. '
  309. Me.標題_英_tb.Location = New System.Drawing.Point(43, 68)
  310. Me.標題_英_tb.Name = "標題_英_tb"
  311. Me.標題_英_tb.Size = New System.Drawing.Size(593, 23)
  312. Me.標題_英_tb.TabIndex = 1437
  313. '
  314. 'Label2
  315. '
  316. Me.Label2.AutoSize = True
  317. Me.Label2.Location = New System.Drawing.Point(3, 72)
  318. Me.Label2.Name = "Label2"
  319. Me.Label2.Size = New System.Drawing.Size(37, 16)
  320. Me.Label2.TabIndex = 1436
  321. Me.Label2.Text = "Judul"
  322. '
  323. 'Label1
  324. '
  325. Me.Label1.AutoSize = True
  326. Me.Label1.Location = New System.Drawing.Point(5, 49)
  327. Me.Label1.Name = "Label1"
  328. Me.Label1.Size = New System.Drawing.Size(31, 16)
  329. Me.Label1.TabIndex = 1435
  330. Me.Label1.Text = "標題"
  331. '
  332. '標題_中_tb
  333. '
  334. Me.標題_中_tb.Location = New System.Drawing.Point(43, 45)
  335. Me.標題_中_tb.Name = "標題_中_tb"
  336. Me.標題_中_tb.Size = New System.Drawing.Size(593, 23)
  337. Me.標題_中_tb.TabIndex = 1434
  338. '
  339. 'Label55
  340. '
  341. Me.Label55.AutoSize = True
  342. Me.Label55.Location = New System.Drawing.Point(5, 7)
  343. Me.Label55.Name = "Label55"
  344. Me.Label55.Size = New System.Drawing.Size(135, 16)
  345. Me.Label55.TabIndex = 1375
  346. Me.Label55.Text = "編輯視窗 / Edit Jendela"
  347. '
  348. 'CanceL2_bt
  349. '
  350. Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  351. Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  352. Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  353. Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black
  354. Me.CanceL2_bt.Location = New System.Drawing.Point(618, 2)
  355. Me.CanceL2_bt.Name = "CanceL2_bt"
  356. Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26)
  357. Me.CanceL2_bt.TabIndex = 1374
  358. Me.CanceL2_bt.Text = "X"
  359. Me.CanceL2_bt.UseVisualStyleBackColor = False
  360. '
  361. 'WB1
  362. '
  363. Me.WB1.Location = New System.Drawing.Point(2, 2)
  364. Me.WB1.MinimumSize = New System.Drawing.Size(20, 20)
  365. Me.WB1.Name = "WB1"
  366. Me.WB1.Size = New System.Drawing.Size(930, 554)
  367. Me.WB1.TabIndex = 1778
  368. '
  369. 'Panel2
  370. '
  371. Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  372. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  373. Me.Panel2.Controls.Add(Me.WB1)
  374. Me.Panel2.Location = New System.Drawing.Point(408, 30)
  375. Me.Panel2.Name = "Panel2"
  376. Me.Panel2.Size = New System.Drawing.Size(935, 560)
  377. Me.Panel2.TabIndex = 1779
  378. '
  379. '說明_tb
  380. '
  381. Me.說明_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  382. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  383. Me.說明_tb.Location = New System.Drawing.Point(409, 591)
  384. Me.說明_tb.Multiline = True
  385. Me.說明_tb.Name = "說明_tb"
  386. Me.說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  387. Me.說明_tb.Size = New System.Drawing.Size(932, 85)
  388. Me.說明_tb.TabIndex = 1780
  389. '
  390. '標題_tb
  391. '
  392. Me.標題_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  393. Me.標題_tb.Location = New System.Drawing.Point(411, 4)
  394. Me.標題_tb.Name = "標題_tb"
  395. Me.標題_tb.Size = New System.Drawing.Size(932, 23)
  396. Me.標題_tb.TabIndex = 1781
  397. '
  398. '編輯_bt
  399. '
  400. Me.編輯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  401. Me.編輯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Edit_Text
  402. Me.編輯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  403. Me.編輯_bt.ForeColor = System.Drawing.Color.Green
  404. Me.編輯_bt.Location = New System.Drawing.Point(383, 3)
  405. Me.編輯_bt.Name = "編輯_bt"
  406. Me.編輯_bt.Size = New System.Drawing.Size(26, 26)
  407. Me.編輯_bt.TabIndex = 1782
  408. Me.編輯_bt.UseVisualStyleBackColor = True
  409. '
  410. 'Panel4
  411. '
  412. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  413. Or System.Windows.Forms.AnchorStyles.Left) _
  414. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  415. Me.Panel4.Controls.Add(Me.編輯_bt)
  416. Me.Panel4.Controls.Add(Me.Label11)
  417. Me.Panel4.Controls.Add(Me.標題_tb)
  418. Me.Panel4.Controls.Add(Me.說明_tb)
  419. Me.Panel4.Controls.Add(Me.主功能_cb)
  420. Me.Panel4.Controls.Add(Me.視窗2_pl)
  421. Me.Panel4.Controls.Add(Me.子項目_dgv)
  422. Me.Panel4.Controls.Add(Me.Panel2)
  423. Me.Panel4.Controls.Add(Me.Panel1)
  424. Me.Panel4.Location = New System.Drawing.Point(-1, -1)
  425. Me.Panel4.Name = "Panel4"
  426. Me.Panel4.Size = New System.Drawing.Size(1350, 681)
  427. Me.Panel4.TabIndex = 1783
  428. '
  429. '等待翻譯_tim
  430. '
  431. Me.等待翻譯_tim.Interval = 500
  432. '
  433. '系統使用說明
  434. '
  435. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  436. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  437. Me.ClientSize = New System.Drawing.Size(1349, 681)
  438. Me.Controls.Add(Me.Panel4)
  439. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  440. Me.Margin = New System.Windows.Forms.Padding(4)
  441. Me.Name = "系統使用說明"
  442. Me.Text = "系統使用說明"
  443. CType(Me.子項目_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  444. Me.Panel1.ResumeLayout(False)
  445. Me.Panel1.PerformLayout()
  446. Me.視窗2_pl.ResumeLayout(False)
  447. Me.視窗2_pl.PerformLayout()
  448. Me.Panel3.ResumeLayout(False)
  449. Me.Panel3.PerformLayout()
  450. Me.Panel2.ResumeLayout(False)
  451. Me.Panel4.ResumeLayout(False)
  452. Me.Panel4.PerformLayout()
  453. Me.ResumeLayout(False)
  454. End Sub
  455. Friend WithEvents Label11 As Label
  456. Friend WithEvents 主功能_cb As ComboBox
  457. Friend WithEvents 子項目_dgv As DataGridView
  458. Friend WithEvents 主功能編號_cb As ComboBox
  459. Friend WithEvents Panel1 As Panel
  460. Friend WithEvents 細項_tb As TextBox
  461. Friend WithEvents 子項_tb As TextBox
  462. Friend WithEvents 主項_tb As TextBox
  463. Friend WithEvents 視窗2_pl As Panel
  464. Friend WithEvents Panel3 As Panel
  465. Friend WithEvents Label55 As Label
  466. Friend WithEvents CanceL2_bt As Button
  467. Friend WithEvents WB1 As WebBrowser
  468. Friend WithEvents Panel2 As Panel
  469. Friend WithEvents 說明_tb As TextBox
  470. Friend WithEvents 標題_tb As TextBox
  471. Friend WithEvents YT網址_tb As TextBox
  472. Friend WithEvents 編輯_bt As Button
  473. Friend WithEvents 網址_tb As TextBox
  474. Friend WithEvents Label5 As Label
  475. Friend WithEvents 說明_英_tb As TextBox
  476. Friend WithEvents Label3 As Label
  477. Friend WithEvents Label4 As Label
  478. Friend WithEvents 說明_中_tb As TextBox
  479. Friend WithEvents 標題_英_tb As TextBox
  480. Friend WithEvents Label2 As Label
  481. Friend WithEvents Label1 As Label
  482. Friend WithEvents 標題_中_tb As TextBox
  483. Friend WithEvents 刪除_bt As Button
  484. Friend WithEvents 存檔_bt As Button
  485. Friend WithEvents 開新的請款單_bt As Button
  486. Friend WithEvents 翻譯_bt As Button
  487. Friend WithEvents 影片測試_tb As Button
  488. Friend WithEvents Panel4 As Panel
  489. Friend WithEvents 等待翻譯_tim As Timer
  490. End Class