Partial Class 下拉清單_2 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.Panel1 = New System.Windows.Forms.Panel() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.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.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.ListBox1) Me.Panel1.Location = New System.Drawing.Point(-6, 0) Me.Panel1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(328, 469) Me.Panel1.TabIndex = 1532 ' 'ListBox1 ' Me.ListBox1.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.ListBox1.FormattingEnabled = True Me.ListBox1.ItemHeight = 19 Me.ListBox1.Location = New System.Drawing.Point(9, 3) Me.ListBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(313, 460) Me.ListBox1.TabIndex = 1525 ' '下拉清單_2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 19.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(322, 470) Me.Controls.Add(Me.Panel1) Me.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "下拉清單_2" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "下拉清單_2" Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents ListBox1 As ListBox End Class