Form1.Designer.vb 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.ListBox1 = New System.Windows.Forms.ListBox()
  23. Me.TextBox1 = New System.Windows.Forms.TextBox()
  24. Me.TextBox2 = New System.Windows.Forms.TextBox()
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.Button2 = New System.Windows.Forms.Button()
  27. Me.Button3 = New System.Windows.Forms.Button()
  28. Me.SuspendLayout()
  29. '
  30. 'ListBox1
  31. '
  32. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  33. Me.ListBox1.FormattingEnabled = True
  34. Me.ListBox1.HorizontalScrollbar = True
  35. Me.ListBox1.ItemHeight = 20
  36. Me.ListBox1.Location = New System.Drawing.Point(12, 12)
  37. Me.ListBox1.Name = "ListBox1"
  38. Me.ListBox1.Size = New System.Drawing.Size(388, 284)
  39. Me.ListBox1.TabIndex = 0
  40. '
  41. 'TextBox1
  42. '
  43. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.TextBox1.Location = New System.Drawing.Point(406, 12)
  45. Me.TextBox1.Multiline = True
  46. Me.TextBox1.Name = "TextBox1"
  47. Me.TextBox1.Size = New System.Drawing.Size(382, 284)
  48. Me.TextBox1.TabIndex = 1
  49. '
  50. 'TextBox2
  51. '
  52. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.TextBox2.Location = New System.Drawing.Point(12, 298)
  54. Me.TextBox2.Name = "TextBox2"
  55. Me.TextBox2.Size = New System.Drawing.Size(695, 29)
  56. Me.TextBox2.TabIndex = 2
  57. '
  58. 'Button1
  59. '
  60. Me.Button1.Location = New System.Drawing.Point(713, 302)
  61. Me.Button1.Name = "Button1"
  62. Me.Button1.Size = New System.Drawing.Size(75, 23)
  63. Me.Button1.TabIndex = 3
  64. Me.Button1.Text = "Push"
  65. Me.Button1.UseVisualStyleBackColor = True
  66. '
  67. 'Button2
  68. '
  69. Me.Button2.Location = New System.Drawing.Point(713, 327)
  70. Me.Button2.Name = "Button2"
  71. Me.Button2.Size = New System.Drawing.Size(75, 23)
  72. Me.Button2.TabIndex = 4
  73. Me.Button2.Text = "Delete"
  74. Me.Button2.UseVisualStyleBackColor = True
  75. '
  76. 'Button3
  77. '
  78. Me.Button3.Location = New System.Drawing.Point(12, 327)
  79. Me.Button3.Name = "Button3"
  80. Me.Button3.Size = New System.Drawing.Size(75, 23)
  81. Me.Button3.TabIndex = 5
  82. Me.Button3.Text = "Export"
  83. Me.Button3.UseVisualStyleBackColor = True
  84. '
  85. 'Form1
  86. '
  87. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  88. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  89. Me.ClientSize = New System.Drawing.Size(800, 365)
  90. Me.Controls.Add(Me.Button3)
  91. Me.Controls.Add(Me.Button2)
  92. Me.Controls.Add(Me.Button1)
  93. Me.Controls.Add(Me.TextBox2)
  94. Me.Controls.Add(Me.TextBox1)
  95. Me.Controls.Add(Me.ListBox1)
  96. Me.Name = "Form1"
  97. Me.Text = "A2 Q5 Generator"
  98. Me.ResumeLayout(False)
  99. Me.PerformLayout()
  100. End Sub
  101. Friend WithEvents ListBox1 As ListBox
  102. Friend WithEvents TextBox1 As TextBox
  103. Friend WithEvents TextBox2 As TextBox
  104. Friend WithEvents Button1 As Button
  105. Friend WithEvents Button2 As Button
  106. Friend WithEvents Button3 As Button
  107. End Class