_ Partial Class 下拉清單_1 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.下一頁_bt = New System.Windows.Forms.Button() Me.上一頁_bt = New System.Windows.Forms.Button() Me.ListBox4 = New System.Windows.Forms.ListBox() Me.ListBox3 = New System.Windows.Forms.ListBox() Me.ListBox2 = New System.Windows.Forms.ListBox() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.SuspendLayout() ' '下一頁_bt ' Me.下一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.下一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.下一頁_bt.Location = New System.Drawing.Point(525, 406) Me.下一頁_bt.Name = "下一頁_bt" Me.下一頁_bt.Size = New System.Drawing.Size(115, 25) Me.下一頁_bt.TabIndex = 1536 Me.下一頁_bt.Text = "Next" Me.下一頁_bt.UseVisualStyleBackColor = True ' '上一頁_bt ' Me.上一頁_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.上一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.上一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.上一頁_bt.Location = New System.Drawing.Point(3, 406) Me.上一頁_bt.Name = "上一頁_bt" Me.上一頁_bt.Size = New System.Drawing.Size(115, 25) Me.上一頁_bt.TabIndex = 1535 Me.上一頁_bt.Text = "Previous" Me.上一頁_bt.UseVisualStyleBackColor = True ' 'ListBox4 ' Me.ListBox4.FormattingEnabled = True Me.ListBox4.ItemHeight = 16 Me.ListBox4.Location = New System.Drawing.Point(480, 1) Me.ListBox4.Name = "ListBox4" Me.ListBox4.Size = New System.Drawing.Size(160, 404) Me.ListBox4.TabIndex = 1534 ' 'ListBox3 ' Me.ListBox3.FormattingEnabled = True Me.ListBox3.ItemHeight = 16 Me.ListBox3.Location = New System.Drawing.Point(321, 1) Me.ListBox3.Name = "ListBox3" Me.ListBox3.Size = New System.Drawing.Size(160, 404) Me.ListBox3.TabIndex = 1533 ' 'ListBox2 ' Me.ListBox2.FormattingEnabled = True Me.ListBox2.ItemHeight = 16 Me.ListBox2.Location = New System.Drawing.Point(162, 1) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(160, 404) Me.ListBox2.TabIndex = 1532 ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.ItemHeight = 16 Me.ListBox1.Location = New System.Drawing.Point(3, 1) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(160, 404) Me.ListBox1.TabIndex = 1531 ' '下拉清單_1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(642, 432) Me.Controls.Add(Me.下一頁_bt) Me.Controls.Add(Me.上一頁_bt) Me.Controls.Add(Me.ListBox4) Me.Controls.Add(Me.ListBox3) Me.Controls.Add(Me.ListBox2) Me.Controls.Add(Me.ListBox1) 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 = "下拉清單_1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "SELECT" Me.ResumeLayout(False) End Sub Friend WithEvents 下一頁_bt As Button Friend WithEvents 上一頁_bt As Button Friend WithEvents ListBox4 As ListBox Friend WithEvents ListBox3 As ListBox Friend WithEvents ListBox2 As ListBox Friend WithEvents ListBox1 As ListBox End Class