설명 없음
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 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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.ListBox4 = New System.Windows.Forms.ListBox()
  24. Me.ListBox3 = New System.Windows.Forms.ListBox()
  25. Me.ListBox2 = New System.Windows.Forms.ListBox()
  26. Me.ListBox1 = New System.Windows.Forms.ListBox()
  27. Me.上一頁_bt = New System.Windows.Forms.Button()
  28. Me.Panel1 = New System.Windows.Forms.Panel()
  29. Me.Cancel_bt = New System.Windows.Forms.Button()
  30. Me.主題_lb = New System.Windows.Forms.Label()
  31. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  32. Me.Panel1.SuspendLayout()
  33. Me.SuspendLayout()
  34. '
  35. '下一頁_bt
  36. '
  37. Me.下一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  38. Me.下一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  39. Me.下一頁_bt.Location = New System.Drawing.Point(630, 408)
  40. Me.下一頁_bt.Name = "下一頁_bt"
  41. Me.下一頁_bt.Size = New System.Drawing.Size(115, 25)
  42. Me.下一頁_bt.TabIndex = 1530
  43. Me.下一頁_bt.Text = "Next"
  44. Me.下一頁_bt.UseVisualStyleBackColor = True
  45. '
  46. 'ListBox4
  47. '
  48. Me.ListBox4.FormattingEnabled = True
  49. Me.ListBox4.ItemHeight = 16
  50. Me.ListBox4.Location = New System.Drawing.Point(559, 3)
  51. Me.ListBox4.Name = "ListBox4"
  52. Me.ListBox4.Size = New System.Drawing.Size(186, 404)
  53. Me.ListBox4.TabIndex = 1528
  54. '
  55. 'ListBox3
  56. '
  57. Me.ListBox3.FormattingEnabled = True
  58. Me.ListBox3.ItemHeight = 16
  59. Me.ListBox3.Location = New System.Drawing.Point(374, 3)
  60. Me.ListBox3.Name = "ListBox3"
  61. Me.ListBox3.Size = New System.Drawing.Size(186, 404)
  62. Me.ListBox3.TabIndex = 1527
  63. '
  64. 'ListBox2
  65. '
  66. Me.ListBox2.FormattingEnabled = True
  67. Me.ListBox2.ItemHeight = 16
  68. Me.ListBox2.Location = New System.Drawing.Point(189, 3)
  69. Me.ListBox2.Name = "ListBox2"
  70. Me.ListBox2.Size = New System.Drawing.Size(186, 404)
  71. Me.ListBox2.TabIndex = 1526
  72. '
  73. 'ListBox1
  74. '
  75. Me.ListBox1.FormattingEnabled = True
  76. Me.ListBox1.ItemHeight = 16
  77. Me.ListBox1.Location = New System.Drawing.Point(4, 3)
  78. Me.ListBox1.Name = "ListBox1"
  79. Me.ListBox1.Size = New System.Drawing.Size(186, 404)
  80. Me.ListBox1.TabIndex = 1525
  81. '
  82. '上一頁_bt
  83. '
  84. Me.上一頁_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  85. Me.上一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  86. Me.上一頁_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  87. Me.上一頁_bt.Location = New System.Drawing.Point(4, 408)
  88. Me.上一頁_bt.Name = "上一頁_bt"
  89. Me.上一頁_bt.Size = New System.Drawing.Size(115, 25)
  90. Me.上一頁_bt.TabIndex = 1529
  91. Me.上一頁_bt.Text = "Previous"
  92. Me.上一頁_bt.UseVisualStyleBackColor = True
  93. '
  94. 'Panel1
  95. '
  96. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  97. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  98. Me.Panel1.Controls.Add(Me.下一頁_bt)
  99. Me.Panel1.Controls.Add(Me.ListBox1)
  100. Me.Panel1.Controls.Add(Me.上一頁_bt)
  101. Me.Panel1.Controls.Add(Me.ListBox2)
  102. Me.Panel1.Controls.Add(Me.ListBox4)
  103. Me.Panel1.Controls.Add(Me.ListBox3)
  104. Me.Panel1.Location = New System.Drawing.Point(5, 34)
  105. Me.Panel1.Name = "Panel1"
  106. Me.Panel1.Size = New System.Drawing.Size(751, 439)
  107. Me.Panel1.TabIndex = 1531
  108. '
  109. 'Cancel_bt
  110. '
  111. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  112. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  113. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  115. Me.Cancel_bt.Location = New System.Drawing.Point(730, 4)
  116. Me.Cancel_bt.Name = "Cancel_bt"
  117. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  118. Me.Cancel_bt.TabIndex = 1822
  119. Me.Cancel_bt.Text = "X"
  120. Me.Cancel_bt.UseVisualStyleBackColor = False
  121. '
  122. '主題_lb
  123. '
  124. Me.主題_lb.AutoSize = True
  125. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  126. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.主題_lb.Location = New System.Drawing.Point(12, 9)
  128. Me.主題_lb.Name = "主題_lb"
  129. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  130. Me.主題_lb.TabIndex = 1821
  131. Me.主題_lb.Text = "Label1"
  132. '
  133. 'PnlTitleBar
  134. '
  135. Me.PnlTitleBar.BackColor = System.Drawing.Color.Transparent
  136. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  137. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  138. Me.PnlTitleBar.Name = "PnlTitleBar"
  139. Me.PnlTitleBar.Size = New System.Drawing.Size(759, 477)
  140. Me.PnlTitleBar.TabIndex = 1823
  141. '
  142. '下拉清單_1
  143. '
  144. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  145. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  146. Me.ClientSize = New System.Drawing.Size(759, 477)
  147. Me.Controls.Add(Me.Cancel_bt)
  148. Me.Controls.Add(Me.主題_lb)
  149. Me.Controls.Add(Me.Panel1)
  150. Me.Controls.Add(Me.PnlTitleBar)
  151. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  153. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  154. Me.Name = "下拉清單_1"
  155. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  156. Me.Text = "SELECT"
  157. Me.Panel1.ResumeLayout(False)
  158. Me.ResumeLayout(False)
  159. Me.PerformLayout()
  160. End Sub
  161. Friend WithEvents 下一頁_bt As Button
  162. Friend WithEvents 上一頁_bt As Button
  163. Friend WithEvents ListBox4 As ListBox
  164. Friend WithEvents ListBox3 As ListBox
  165. Friend WithEvents ListBox2 As ListBox
  166. Friend WithEvents ListBox1 As ListBox
  167. Friend WithEvents Panel1 As Panel
  168. Friend WithEvents Cancel_bt As Button
  169. Friend WithEvents 主題_lb As Label
  170. Friend WithEvents PnlTitleBar As Panel
  171. End Class