Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

下拉清單_1.Designer.vb 4.9KB

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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(下拉清單_1))
  23. Me.ListBox1 = New System.Windows.Forms.ListBox()
  24. Me.ListBox2 = New System.Windows.Forms.ListBox()
  25. Me.ListBox3 = New System.Windows.Forms.ListBox()
  26. Me.ListBox4 = New System.Windows.Forms.ListBox()
  27. Me.上一頁_bt = New System.Windows.Forms.Button()
  28. Me.下一頁_bt = New System.Windows.Forms.Button()
  29. Me.SuspendLayout()
  30. '
  31. 'ListBox1
  32. '
  33. Me.ListBox1.FormattingEnabled = True
  34. Me.ListBox1.ItemHeight = 16
  35. Me.ListBox1.Location = New System.Drawing.Point(4, 2)
  36. Me.ListBox1.Name = "ListBox1"
  37. Me.ListBox1.Size = New System.Drawing.Size(214, 404)
  38. Me.ListBox1.TabIndex = 0
  39. '
  40. 'ListBox2
  41. '
  42. Me.ListBox2.FormattingEnabled = True
  43. Me.ListBox2.ItemHeight = 16
  44. Me.ListBox2.Location = New System.Drawing.Point(217, 2)
  45. Me.ListBox2.Name = "ListBox2"
  46. Me.ListBox2.Size = New System.Drawing.Size(214, 404)
  47. Me.ListBox2.TabIndex = 1
  48. '
  49. 'ListBox3
  50. '
  51. Me.ListBox3.FormattingEnabled = True
  52. Me.ListBox3.ItemHeight = 16
  53. Me.ListBox3.Location = New System.Drawing.Point(430, 2)
  54. Me.ListBox3.Name = "ListBox3"
  55. Me.ListBox3.Size = New System.Drawing.Size(214, 404)
  56. Me.ListBox3.TabIndex = 2
  57. '
  58. 'ListBox4
  59. '
  60. Me.ListBox4.FormattingEnabled = True
  61. Me.ListBox4.ItemHeight = 16
  62. Me.ListBox4.Location = New System.Drawing.Point(643, 2)
  63. Me.ListBox4.Name = "ListBox4"
  64. Me.ListBox4.Size = New System.Drawing.Size(214, 404)
  65. Me.ListBox4.TabIndex = 3
  66. '
  67. '上一頁_bt
  68. '
  69. Me.上一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  70. Me.上一頁_bt.Location = New System.Drawing.Point(4, 407)
  71. Me.上一頁_bt.Name = "上一頁_bt"
  72. Me.上一頁_bt.Size = New System.Drawing.Size(160, 25)
  73. Me.上一頁_bt.TabIndex = 1523
  74. Me.上一頁_bt.Text = "上一頁"
  75. Me.上一頁_bt.UseVisualStyleBackColor = True
  76. '
  77. '下一頁_bt
  78. '
  79. Me.下一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  80. Me.下一頁_bt.Location = New System.Drawing.Point(697, 407)
  81. Me.下一頁_bt.Name = "下一頁_bt"
  82. Me.下一頁_bt.Size = New System.Drawing.Size(160, 25)
  83. Me.下一頁_bt.TabIndex = 1524
  84. Me.下一頁_bt.Text = "下一頁"
  85. Me.下一頁_bt.UseVisualStyleBackColor = True
  86. '
  87. '下拉清單_1
  88. '
  89. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  90. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  91. Me.ClientSize = New System.Drawing.Size(861, 432)
  92. Me.Controls.Add(Me.下一頁_bt)
  93. Me.Controls.Add(Me.上一頁_bt)
  94. Me.Controls.Add(Me.ListBox4)
  95. Me.Controls.Add(Me.ListBox3)
  96. Me.Controls.Add(Me.ListBox2)
  97. Me.Controls.Add(Me.ListBox1)
  98. Me.Cursor = System.Windows.Forms.Cursors.Default
  99. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  100. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  101. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  102. Me.Name = "下拉清單_1"
  103. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  104. Me.Text = "下拉清單"
  105. Me.ResumeLayout(False)
  106. End Sub
  107. Friend WithEvents ListBox1 As ListBox
  108. Friend WithEvents ListBox2 As ListBox
  109. Friend WithEvents ListBox3 As ListBox
  110. Friend WithEvents ListBox4 As ListBox
  111. Friend WithEvents 上一頁_bt As Button
  112. Friend WithEvents 下一頁_bt As Button
  113. End Class