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.

下拉清單_2.Designer.vb 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 下拉清單_2
  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.Panel1 = New System.Windows.Forms.Panel()
  23. Me.ListBox1 = New System.Windows.Forms.ListBox()
  24. Me.Panel1.SuspendLayout()
  25. Me.SuspendLayout()
  26. '
  27. 'Panel1
  28. '
  29. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  30. Or System.Windows.Forms.AnchorStyles.Left) _
  31. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  32. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  33. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  34. Me.Panel1.Controls.Add(Me.ListBox1)
  35. Me.Panel1.Location = New System.Drawing.Point(-6, 0)
  36. Me.Panel1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  37. Me.Panel1.Name = "Panel1"
  38. Me.Panel1.Size = New System.Drawing.Size(328, 469)
  39. Me.Panel1.TabIndex = 1532
  40. '
  41. 'ListBox1
  42. '
  43. Me.ListBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  44. Or System.Windows.Forms.AnchorStyles.Left) _
  45. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  46. Me.ListBox1.FormattingEnabled = True
  47. Me.ListBox1.ItemHeight = 19
  48. Me.ListBox1.Location = New System.Drawing.Point(9, 3)
  49. Me.ListBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  50. Me.ListBox1.Name = "ListBox1"
  51. Me.ListBox1.Size = New System.Drawing.Size(313, 460)
  52. Me.ListBox1.TabIndex = 1525
  53. '
  54. '下拉清單_2
  55. '
  56. Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 19.0!)
  57. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  58. Me.ClientSize = New System.Drawing.Size(322, 470)
  59. Me.Controls.Add(Me.Panel1)
  60. Me.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  62. Me.MaximizeBox = False
  63. Me.MinimizeBox = False
  64. Me.Name = "下拉清單_2"
  65. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  66. Me.Text = "下拉清單_2"
  67. Me.Panel1.ResumeLayout(False)
  68. Me.ResumeLayout(False)
  69. End Sub
  70. Friend WithEvents Panel1 As Panel
  71. Friend WithEvents ListBox1 As ListBox
  72. End Class