123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class 下拉清單_1
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()>
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(下拉清單_1))
- Me.ListBox1 = New System.Windows.Forms.ListBox()
- Me.ListBox2 = New System.Windows.Forms.ListBox()
- Me.ListBox3 = New System.Windows.Forms.ListBox()
- Me.ListBox4 = New System.Windows.Forms.ListBox()
- Me.上一頁_bt = New System.Windows.Forms.Button()
- Me.下一頁_bt = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- 'ListBox1
- '
- Me.ListBox1.FormattingEnabled = True
- Me.ListBox1.ItemHeight = 16
- Me.ListBox1.Location = New System.Drawing.Point(4, 2)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(214, 404)
- Me.ListBox1.TabIndex = 0
- '
- 'ListBox2
- '
- Me.ListBox2.FormattingEnabled = True
- Me.ListBox2.ItemHeight = 16
- Me.ListBox2.Location = New System.Drawing.Point(217, 2)
- Me.ListBox2.Name = "ListBox2"
- Me.ListBox2.Size = New System.Drawing.Size(214, 404)
- Me.ListBox2.TabIndex = 1
- '
- 'ListBox3
- '
- Me.ListBox3.FormattingEnabled = True
- Me.ListBox3.ItemHeight = 16
- Me.ListBox3.Location = New System.Drawing.Point(430, 2)
- Me.ListBox3.Name = "ListBox3"
- Me.ListBox3.Size = New System.Drawing.Size(214, 404)
- Me.ListBox3.TabIndex = 2
- '
- 'ListBox4
- '
- Me.ListBox4.FormattingEnabled = True
- Me.ListBox4.ItemHeight = 16
- Me.ListBox4.Location = New System.Drawing.Point(643, 2)
- Me.ListBox4.Name = "ListBox4"
- Me.ListBox4.Size = New System.Drawing.Size(214, 404)
- Me.ListBox4.TabIndex = 3
- '
- '上一頁_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.Location = New System.Drawing.Point(4, 407)
- Me.上一頁_bt.Name = "上一頁_bt"
- Me.上一頁_bt.Size = New System.Drawing.Size(160, 25)
- Me.上一頁_bt.TabIndex = 1523
- Me.上一頁_bt.Text = "上一頁"
- Me.上一頁_bt.UseVisualStyleBackColor = True
- '
- '下一頁_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.Location = New System.Drawing.Point(697, 407)
- Me.下一頁_bt.Name = "下一頁_bt"
- Me.下一頁_bt.Size = New System.Drawing.Size(160, 25)
- Me.下一頁_bt.TabIndex = 1524
- Me.下一頁_bt.Text = "下一頁"
- Me.下一頁_bt.UseVisualStyleBackColor = True
- '
- '下拉清單_1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(861, 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.Cursor = System.Windows.Forms.Cursors.Default
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "下拉清單_1"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
- Me.Text = "下拉清單"
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents ListBox1 As ListBox
- Friend WithEvents ListBox2 As ListBox
- Friend WithEvents ListBox3 As ListBox
- Friend WithEvents ListBox4 As ListBox
- Friend WithEvents 上一頁_bt As Button
- Friend WithEvents 下一頁_bt As Button
- End Class
|