Bez popisu
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.

下拉清單_1.Designer.vb 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 下拉清單_1
  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.上一頁_bt = New System.Windows.Forms.Button()
  24. Me.ListBox4 = New System.Windows.Forms.ListBox()
  25. Me.ListBox3 = New System.Windows.Forms.ListBox()
  26. Me.ListBox2 = New System.Windows.Forms.ListBox()
  27. Me.ListBox1 = New System.Windows.Forms.ListBox()
  28. Me.SuspendLayout()
  29. '
  30. '下一頁_bt
  31. '
  32. Me.下一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  33. Me.下一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  34. Me.下一頁_bt.Location = New System.Drawing.Point(525, 406)
  35. Me.下一頁_bt.Name = "下一頁_bt"
  36. Me.下一頁_bt.Size = New System.Drawing.Size(115, 25)
  37. Me.下一頁_bt.TabIndex = 1536
  38. Me.下一頁_bt.Text = "Next"
  39. Me.下一頁_bt.UseVisualStyleBackColor = True
  40. '
  41. '上一頁_bt
  42. '
  43. Me.上一頁_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  44. Me.上一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  45. Me.上一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  46. Me.上一頁_bt.Location = New System.Drawing.Point(3, 406)
  47. Me.上一頁_bt.Name = "上一頁_bt"
  48. Me.上一頁_bt.Size = New System.Drawing.Size(115, 25)
  49. Me.上一頁_bt.TabIndex = 1535
  50. Me.上一頁_bt.Text = "Previous"
  51. Me.上一頁_bt.UseVisualStyleBackColor = True
  52. '
  53. 'ListBox4
  54. '
  55. Me.ListBox4.FormattingEnabled = True
  56. Me.ListBox4.ItemHeight = 16
  57. Me.ListBox4.Location = New System.Drawing.Point(480, 1)
  58. Me.ListBox4.Name = "ListBox4"
  59. Me.ListBox4.Size = New System.Drawing.Size(160, 404)
  60. Me.ListBox4.TabIndex = 1534
  61. '
  62. 'ListBox3
  63. '
  64. Me.ListBox3.FormattingEnabled = True
  65. Me.ListBox3.ItemHeight = 16
  66. Me.ListBox3.Location = New System.Drawing.Point(321, 1)
  67. Me.ListBox3.Name = "ListBox3"
  68. Me.ListBox3.Size = New System.Drawing.Size(160, 404)
  69. Me.ListBox3.TabIndex = 1533
  70. '
  71. 'ListBox2
  72. '
  73. Me.ListBox2.FormattingEnabled = True
  74. Me.ListBox2.ItemHeight = 16
  75. Me.ListBox2.Location = New System.Drawing.Point(162, 1)
  76. Me.ListBox2.Name = "ListBox2"
  77. Me.ListBox2.Size = New System.Drawing.Size(160, 404)
  78. Me.ListBox2.TabIndex = 1532
  79. '
  80. 'ListBox1
  81. '
  82. Me.ListBox1.FormattingEnabled = True
  83. Me.ListBox1.ItemHeight = 16
  84. Me.ListBox1.Location = New System.Drawing.Point(3, 1)
  85. Me.ListBox1.Name = "ListBox1"
  86. Me.ListBox1.Size = New System.Drawing.Size(160, 404)
  87. Me.ListBox1.TabIndex = 1531
  88. '
  89. '下拉清單_1
  90. '
  91. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  92. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  93. Me.ClientSize = New System.Drawing.Size(642, 432)
  94. Me.Controls.Add(Me.下一頁_bt)
  95. Me.Controls.Add(Me.上一頁_bt)
  96. Me.Controls.Add(Me.ListBox4)
  97. Me.Controls.Add(Me.ListBox3)
  98. Me.Controls.Add(Me.ListBox2)
  99. Me.Controls.Add(Me.ListBox1)
  100. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. Me.Margin = New System.Windows.Forms.Padding(4)
  102. Me.Name = "下拉清單_1"
  103. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  104. Me.Text = "SELECT"
  105. Me.ResumeLayout(False)
  106. End Sub
  107. Friend WithEvents 下一頁_bt As Button
  108. Friend WithEvents 上一頁_bt As Button
  109. Friend WithEvents ListBox4 As ListBox
  110. Friend WithEvents ListBox3 As ListBox
  111. Friend WithEvents ListBox2 As ListBox
  112. Friend WithEvents ListBox1 As ListBox
  113. End Class