Brak opisu
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 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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.執行_bt = New System.Windows.Forms.Button()
  23. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  24. Me.YT網址_tb = New System.Windows.Forms.TextBox()
  25. Me.網址 = New System.Windows.Forms.Label()
  26. Me.WB1 = New System.Windows.Forms.WebBrowser()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.SuspendLayout()
  30. '
  31. '執行_bt
  32. '
  33. Me.執行_bt.Location = New System.Drawing.Point(589, 3)
  34. Me.執行_bt.Margin = New System.Windows.Forms.Padding(4)
  35. Me.執行_bt.Name = "執行_bt"
  36. Me.執行_bt.Size = New System.Drawing.Size(88, 25)
  37. Me.執行_bt.TabIndex = 0
  38. Me.執行_bt.Text = "執行"
  39. Me.執行_bt.UseVisualStyleBackColor = True
  40. '
  41. 'OpenFileDialog1
  42. '
  43. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  44. '
  45. 'YT網址_tb
  46. '
  47. Me.YT網址_tb.Location = New System.Drawing.Point(51, 4)
  48. Me.YT網址_tb.Margin = New System.Windows.Forms.Padding(4)
  49. Me.YT網址_tb.Name = "YT網址_tb"
  50. Me.YT網址_tb.Size = New System.Drawing.Size(530, 23)
  51. Me.YT網址_tb.TabIndex = 1
  52. Me.YT網址_tb.Text = "https://www.youtube.com/watch?v=OFz9oZptTh4"
  53. '
  54. '網址
  55. '
  56. Me.網址.AutoSize = True
  57. Me.網址.Location = New System.Drawing.Point(13, 7)
  58. Me.網址.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  59. Me.網址.Name = "網址"
  60. Me.網址.Size = New System.Drawing.Size(31, 16)
  61. Me.網址.TabIndex = 2
  62. Me.網址.Text = "網址"
  63. '
  64. 'WB1
  65. '
  66. Me.WB1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  67. Or System.Windows.Forms.AnchorStyles.Left) _
  68. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  69. Me.WB1.Location = New System.Drawing.Point(2, 34)
  70. Me.WB1.MinimumSize = New System.Drawing.Size(20, 20)
  71. Me.WB1.Name = "WB1"
  72. Me.WB1.Size = New System.Drawing.Size(930, 554)
  73. Me.WB1.TabIndex = 3
  74. '
  75. 'Label1
  76. '
  77. Me.Label1.AutoSize = True
  78. Me.Label1.Location = New System.Drawing.Point(685, 7)
  79. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  80. Me.Label1.Name = "Label1"
  81. Me.Label1.Size = New System.Drawing.Size(152, 16)
  82. Me.Label1.TabIndex = 4
  83. Me.Label1.Text = "YT影片長寬比是 420 X 250"
  84. '
  85. 'Label2
  86. '
  87. Me.Label2.AutoSize = True
  88. Me.Label2.Location = New System.Drawing.Point(6, 593)
  89. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  90. Me.Label2.Name = "Label2"
  91. Me.Label2.Size = New System.Drawing.Size(152, 16)
  92. Me.Label2.TabIndex = 5
  93. Me.Label2.Text = "YT影片長寬比是 420 X 250"
  94. '
  95. '測試介面
  96. '
  97. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  98. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  99. Me.ClientSize = New System.Drawing.Size(933, 613)
  100. Me.Controls.Add(Me.Label2)
  101. Me.Controls.Add(Me.Label1)
  102. Me.Controls.Add(Me.WB1)
  103. Me.Controls.Add(Me.網址)
  104. Me.Controls.Add(Me.執行_bt)
  105. Me.Controls.Add(Me.YT網址_tb)
  106. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.Margin = New System.Windows.Forms.Padding(4)
  108. Me.Name = "測試介面"
  109. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  110. Me.Text = "測試介面"
  111. Me.ResumeLayout(False)
  112. Me.PerformLayout()
  113. End Sub
  114. Friend WithEvents 執行_bt As Button
  115. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  116. Friend WithEvents YT網址_tb As TextBox
  117. Friend WithEvents 網址 As Label
  118. Friend WithEvents WB1 As WebBrowser
  119. Friend WithEvents Label1 As Label
  120. Friend WithEvents Label2 As Label
  121. End Class