_ Partial Class 系統使用說明 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.Label11 = New System.Windows.Forms.Label() Me.主功能_cb = New System.Windows.Forms.ComboBox() Me.子項目_dgv = New System.Windows.Forms.DataGridView() Me.主功能編號_cb = New System.Windows.Forms.ComboBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.YT網址_tb = New System.Windows.Forms.TextBox() Me.細項_tb = New System.Windows.Forms.TextBox() Me.子項_tb = New System.Windows.Forms.TextBox() Me.主項_tb = New System.Windows.Forms.TextBox() Me.視窗2_pl = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.影片測試_tb = New System.Windows.Forms.Button() Me.翻譯_bt = New System.Windows.Forms.Button() Me.刪除_bt = New System.Windows.Forms.Button() Me.存檔_bt = New System.Windows.Forms.Button() Me.開新的請款單_bt = New System.Windows.Forms.Button() Me.網址_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.說明_英_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.說明_中_tb = New System.Windows.Forms.TextBox() Me.標題_英_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.標題_中_tb = New System.Windows.Forms.TextBox() Me.Label55 = New System.Windows.Forms.Label() Me.CanceL2_bt = New System.Windows.Forms.Button() Me.WB1 = New System.Windows.Forms.WebBrowser() Me.Panel2 = New System.Windows.Forms.Panel() Me.說明_tb = New System.Windows.Forms.TextBox() Me.標題_tb = New System.Windows.Forms.TextBox() Me.編輯_bt = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components) CType(Me.子項目_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.視窗2_pl.SuspendLayout() Me.Panel3.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel4.SuspendLayout() Me.SuspendLayout() ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.BackColor = System.Drawing.SystemColors.Control Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.Location = New System.Drawing.Point(6, 6) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(43, 16) Me.Label11.TabIndex = 1429 Me.Label11.Text = "主功能" Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '主功能_cb ' Me.主功能_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.主功能_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.主功能_cb.ForeColor = System.Drawing.Color.Blue Me.主功能_cb.FormattingEnabled = True Me.主功能_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"}) Me.主功能_cb.Location = New System.Drawing.Point(55, 3) Me.主功能_cb.Name = "主功能_cb" Me.主功能_cb.Size = New System.Drawing.Size(326, 24) Me.主功能_cb.TabIndex = 1428 ' '子項目_dgv ' Me.子項目_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.子項目_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.子項目_dgv.BackgroundColor = System.Drawing.Color.White Me.子項目_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.子項目_dgv.Location = New System.Drawing.Point(4, 30) Me.子項目_dgv.Name = "子項目_dgv" Me.子項目_dgv.RowHeadersWidth = 5 Me.子項目_dgv.RowTemplate.Height = 24 Me.子項目_dgv.Size = New System.Drawing.Size(403, 646) Me.子項目_dgv.TabIndex = 1430 ' '主功能編號_cb ' Me.主功能編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.主功能編號_cb.ForeColor = System.Drawing.Color.Blue Me.主功能編號_cb.FormattingEnabled = True Me.主功能編號_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"}) Me.主功能編號_cb.Location = New System.Drawing.Point(3, 3) Me.主功能編號_cb.Name = "主功能編號_cb" Me.主功能編號_cb.Size = New System.Drawing.Size(58, 24) Me.主功能編號_cb.TabIndex = 1431 ' 'Panel1 ' Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.YT網址_tb) Me.Panel1.Controls.Add(Me.細項_tb) Me.Panel1.Controls.Add(Me.子項_tb) Me.Panel1.Controls.Add(Me.主項_tb) Me.Panel1.Controls.Add(Me.主功能編號_cb) Me.Panel1.Location = New System.Drawing.Point(111, 544) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(200, 100) Me.Panel1.TabIndex = 1432 ' 'YT網址_tb ' Me.YT網址_tb.Location = New System.Drawing.Point(3, 34) Me.YT網址_tb.Margin = New System.Windows.Forms.Padding(4) Me.YT網址_tb.Name = "YT網址_tb" Me.YT網址_tb.Size = New System.Drawing.Size(58, 23) Me.YT網址_tb.TabIndex = 1434 Me.YT網址_tb.Text = "https://www.youtube.com/watch?v=OFz9oZptTh4" ' '細項_tb ' Me.細項_tb.Location = New System.Drawing.Point(67, 62) Me.細項_tb.Name = "細項_tb" Me.細項_tb.Size = New System.Drawing.Size(57, 23) Me.細項_tb.TabIndex = 1433 ' '子項_tb ' Me.子項_tb.Location = New System.Drawing.Point(67, 33) Me.子項_tb.Name = "子項_tb" Me.子項_tb.Size = New System.Drawing.Size(57, 23) Me.子項_tb.TabIndex = 1432 ' '主項_tb ' Me.主項_tb.Location = New System.Drawing.Point(67, 4) Me.主項_tb.Name = "主項_tb" Me.主項_tb.Size = New System.Drawing.Size(57, 23) Me.主項_tb.TabIndex = 0 ' '視窗2_pl ' Me.視窗2_pl.BackColor = System.Drawing.Color.White Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.視窗2_pl.Controls.Add(Me.Panel3) Me.視窗2_pl.Controls.Add(Me.Label55) Me.視窗2_pl.Controls.Add(Me.CanceL2_bt) Me.視窗2_pl.Location = New System.Drawing.Point(554, 76) Me.視窗2_pl.Name = "視窗2_pl" Me.視窗2_pl.Size = New System.Drawing.Size(650, 407) Me.視窗2_pl.TabIndex = 1777 ' 'Panel3 ' Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel3.BackColor = System.Drawing.Color.White Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel3.Controls.Add(Me.影片測試_tb) Me.Panel3.Controls.Add(Me.翻譯_bt) Me.Panel3.Controls.Add(Me.刪除_bt) Me.Panel3.Controls.Add(Me.存檔_bt) Me.Panel3.Controls.Add(Me.開新的請款單_bt) Me.Panel3.Controls.Add(Me.網址_tb) Me.Panel3.Controls.Add(Me.Label5) Me.Panel3.Controls.Add(Me.說明_英_tb) Me.Panel3.Controls.Add(Me.Label3) Me.Panel3.Controls.Add(Me.Label4) Me.Panel3.Controls.Add(Me.說明_中_tb) Me.Panel3.Controls.Add(Me.標題_英_tb) Me.Panel3.Controls.Add(Me.Label2) Me.Panel3.Controls.Add(Me.Label1) Me.Panel3.Controls.Add(Me.標題_中_tb) Me.Panel3.Location = New System.Drawing.Point(3, 28) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(643, 375) Me.Panel3.TabIndex = 1367 ' '影片測試_tb ' Me.影片測試_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew Me.影片測試_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.影片測試_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.影片測試_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.影片測試_tb.Location = New System.Drawing.Point(234, 0) Me.影片測試_tb.Name = "影片測試_tb" Me.影片測試_tb.Size = New System.Drawing.Size(75, 45) Me.影片測試_tb.TabIndex = 1809 Me.影片測試_tb.UseVisualStyleBackColor = True ' '翻譯_bt ' Me.翻譯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01 Me.翻譯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.翻譯_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.翻譯_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.翻譯_bt.Location = New System.Drawing.Point(157, 0) Me.翻譯_bt.Name = "翻譯_bt" Me.翻譯_bt.Size = New System.Drawing.Size(75, 45) Me.翻譯_bt.TabIndex = 1808 Me.翻譯_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.Location = New System.Drawing.Point(562, 0) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(75, 45) Me.刪除_bt.TabIndex = 1772 Me.刪除_bt.UseVisualStyleBackColor = True ' '存檔_bt ' Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔_bt.ForeColor = System.Drawing.Color.Green Me.存檔_bt.Location = New System.Drawing.Point(80, 0) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(75, 45) Me.存檔_bt.TabIndex = 1771 Me.存檔_bt.UseVisualStyleBackColor = True ' '開新的請款單_bt ' Me.開新的請款單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder Me.開新的請款單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.開新的請款單_bt.ForeColor = System.Drawing.Color.Blue Me.開新的請款單_bt.Location = New System.Drawing.Point(3, 0) Me.開新的請款單_bt.Name = "開新的請款單_bt" Me.開新的請款單_bt.Size = New System.Drawing.Size(75, 45) Me.開新的請款單_bt.TabIndex = 1770 Me.開新的請款單_bt.UseVisualStyleBackColor = True ' '網址_tb ' Me.網址_tb.Location = New System.Drawing.Point(43, 347) Me.網址_tb.Name = "網址_tb" Me.網址_tb.Size = New System.Drawing.Size(593, 23) Me.網址_tb.TabIndex = 1443 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(7, 350) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(31, 16) Me.Label5.TabIndex = 1442 Me.Label5.Text = "網址" ' '說明_英_tb ' Me.說明_英_tb.Location = New System.Drawing.Point(6, 238) Me.說明_英_tb.Multiline = True Me.說明_英_tb.Name = "說明_英_tb" Me.說明_英_tb.Size = New System.Drawing.Size(630, 109) Me.說明_英_tb.TabIndex = 1441 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(283, 220) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(57, 16) Me.Label3.TabIndex = 1440 Me.Label3.Text = "Deskripsi" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(298, 93) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 16) Me.Label4.TabIndex = 1439 Me.Label4.Text = "說明" ' '說明_中_tb ' Me.說明_中_tb.Location = New System.Drawing.Point(6, 110) Me.說明_中_tb.Multiline = True Me.說明_中_tb.Name = "說明_中_tb" Me.說明_中_tb.Size = New System.Drawing.Size(630, 109) Me.說明_中_tb.TabIndex = 1438 ' '標題_英_tb ' Me.標題_英_tb.Location = New System.Drawing.Point(43, 68) Me.標題_英_tb.Name = "標題_英_tb" Me.標題_英_tb.Size = New System.Drawing.Size(593, 23) Me.標題_英_tb.TabIndex = 1437 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(3, 72) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(37, 16) Me.Label2.TabIndex = 1436 Me.Label2.Text = "Judul" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(5, 49) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(31, 16) Me.Label1.TabIndex = 1435 Me.Label1.Text = "標題" ' '標題_中_tb ' Me.標題_中_tb.Location = New System.Drawing.Point(43, 45) Me.標題_中_tb.Name = "標題_中_tb" Me.標題_中_tb.Size = New System.Drawing.Size(593, 23) Me.標題_中_tb.TabIndex = 1434 ' 'Label55 ' Me.Label55.AutoSize = True Me.Label55.Location = New System.Drawing.Point(5, 7) Me.Label55.Name = "Label55" Me.Label55.Size = New System.Drawing.Size(135, 16) Me.Label55.TabIndex = 1375 Me.Label55.Text = "編輯視窗 / Edit Jendela" ' 'CanceL2_bt ' Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black Me.CanceL2_bt.Location = New System.Drawing.Point(618, 2) Me.CanceL2_bt.Name = "CanceL2_bt" Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26) Me.CanceL2_bt.TabIndex = 1374 Me.CanceL2_bt.Text = "X" Me.CanceL2_bt.UseVisualStyleBackColor = False ' 'WB1 ' Me.WB1.Location = New System.Drawing.Point(2, 2) Me.WB1.MinimumSize = New System.Drawing.Size(20, 20) Me.WB1.Name = "WB1" Me.WB1.Size = New System.Drawing.Size(930, 554) Me.WB1.TabIndex = 1778 ' 'Panel2 ' Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel2.Controls.Add(Me.WB1) Me.Panel2.Location = New System.Drawing.Point(408, 30) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(935, 560) Me.Panel2.TabIndex = 1779 ' '說明_tb ' Me.說明_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.說明_tb.Location = New System.Drawing.Point(409, 591) Me.說明_tb.Multiline = True Me.說明_tb.Name = "說明_tb" Me.說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.說明_tb.Size = New System.Drawing.Size(932, 85) Me.說明_tb.TabIndex = 1780 ' '標題_tb ' Me.標題_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.標題_tb.Location = New System.Drawing.Point(411, 4) Me.標題_tb.Name = "標題_tb" Me.標題_tb.Size = New System.Drawing.Size(932, 23) Me.標題_tb.TabIndex = 1781 ' '編輯_bt ' Me.編輯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.編輯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Edit_Text Me.編輯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.編輯_bt.ForeColor = System.Drawing.Color.Green Me.編輯_bt.Location = New System.Drawing.Point(383, 3) Me.編輯_bt.Name = "編輯_bt" Me.編輯_bt.Size = New System.Drawing.Size(26, 26) Me.編輯_bt.TabIndex = 1782 Me.編輯_bt.UseVisualStyleBackColor = True ' 'Panel4 ' Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel4.Controls.Add(Me.編輯_bt) Me.Panel4.Controls.Add(Me.Label11) Me.Panel4.Controls.Add(Me.標題_tb) Me.Panel4.Controls.Add(Me.說明_tb) Me.Panel4.Controls.Add(Me.主功能_cb) Me.Panel4.Controls.Add(Me.視窗2_pl) Me.Panel4.Controls.Add(Me.子項目_dgv) Me.Panel4.Controls.Add(Me.Panel2) Me.Panel4.Controls.Add(Me.Panel1) Me.Panel4.Location = New System.Drawing.Point(-1, -1) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(1350, 681) Me.Panel4.TabIndex = 1783 ' '等待翻譯_tim ' Me.等待翻譯_tim.Interval = 500 ' '系統使用說明 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.Panel4) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "系統使用說明" Me.Text = "系統使用說明" CType(Me.子項目_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.視窗2_pl.ResumeLayout(False) Me.視窗2_pl.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Label11 As Label Friend WithEvents 主功能_cb As ComboBox Friend WithEvents 子項目_dgv As DataGridView Friend WithEvents 主功能編號_cb As ComboBox Friend WithEvents Panel1 As Panel Friend WithEvents 細項_tb As TextBox Friend WithEvents 子項_tb As TextBox Friend WithEvents 主項_tb As TextBox Friend WithEvents 視窗2_pl As Panel Friend WithEvents Panel3 As Panel Friend WithEvents Label55 As Label Friend WithEvents CanceL2_bt As Button Friend WithEvents WB1 As WebBrowser Friend WithEvents Panel2 As Panel Friend WithEvents 說明_tb As TextBox Friend WithEvents 標題_tb As TextBox Friend WithEvents YT網址_tb As TextBox Friend WithEvents 編輯_bt As Button Friend WithEvents 網址_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 說明_英_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents 說明_中_tb As TextBox Friend WithEvents 標題_英_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents 標題_中_tb As TextBox Friend WithEvents 刪除_bt As Button Friend WithEvents 存檔_bt As Button Friend WithEvents 開新的請款單_bt As Button Friend WithEvents 翻譯_bt As Button Friend WithEvents 影片測試_tb As Button Friend WithEvents Panel4 As Panel Friend WithEvents 等待翻譯_tim As Timer End Class