PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/Source Code/PowerSong/Categories/frmManageCategories.Designer.vb

#
Visual Basic | 121 lines | 90 code | 5 blank | 26 comment | 0 complexity | ee15bee325730f09e058a8258e70d24a MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmManageCategories
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  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. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.OK_Button = New System.Windows.Forms.Button
  23. Me.lstCategories = New System.Windows.Forms.ListBox
  24. Me.btnDelete = New System.Windows.Forms.Button
  25. Me.btnAdd = New System.Windows.Forms.Button
  26. Me.btnEdit = New System.Windows.Forms.Button
  27. Me.btnShowSongs = New System.Windows.Forms.Button
  28. Me.SuspendLayout()
  29. '
  30. 'OK_Button
  31. '
  32. Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  33. Me.OK_Button.Location = New System.Drawing.Point(253, 270)
  34. Me.OK_Button.Name = "OK_Button"
  35. Me.OK_Button.Size = New System.Drawing.Size(61, 23)
  36. Me.OK_Button.TabIndex = 0
  37. Me.OK_Button.Text = "&Close"
  38. '
  39. 'lstCategories
  40. '
  41. Me.lstCategories.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  42. Or System.Windows.Forms.AnchorStyles.Left) _
  43. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  44. Me.lstCategories.FormattingEnabled = True
  45. Me.lstCategories.IntegralHeight = False
  46. Me.lstCategories.Location = New System.Drawing.Point(12, 12)
  47. Me.lstCategories.Name = "lstCategories"
  48. Me.lstCategories.Size = New System.Drawing.Size(229, 252)
  49. Me.lstCategories.Sorted = True
  50. Me.lstCategories.TabIndex = 0
  51. '
  52. 'btnDelete
  53. '
  54. Me.btnDelete.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  55. Me.btnDelete.Location = New System.Drawing.Point(247, 70)
  56. Me.btnDelete.Name = "btnDelete"
  57. Me.btnDelete.Size = New System.Drawing.Size(67, 23)
  58. Me.btnDelete.TabIndex = 3
  59. Me.btnDelete.Text = "&Delete"
  60. '
  61. 'btnAdd
  62. '
  63. Me.btnAdd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  64. Me.btnAdd.Location = New System.Drawing.Point(247, 12)
  65. Me.btnAdd.Name = "btnAdd"
  66. Me.btnAdd.Size = New System.Drawing.Size(67, 23)
  67. Me.btnAdd.TabIndex = 1
  68. Me.btnAdd.Text = "&New..."
  69. '
  70. 'btnEdit
  71. '
  72. Me.btnEdit.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  73. Me.btnEdit.Location = New System.Drawing.Point(247, 41)
  74. Me.btnEdit.Name = "btnEdit"
  75. Me.btnEdit.Size = New System.Drawing.Size(67, 23)
  76. Me.btnEdit.TabIndex = 2
  77. Me.btnEdit.Text = "&Edit..."
  78. '
  79. 'btnShowSongs
  80. '
  81. Me.btnShowSongs.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  82. Me.btnShowSongs.Location = New System.Drawing.Point(12, 270)
  83. Me.btnShowSongs.Name = "btnShowSongs"
  84. Me.btnShowSongs.Size = New System.Drawing.Size(102, 23)
  85. Me.btnShowSongs.TabIndex = 5
  86. Me.btnShowSongs.Text = "Show Songs..."
  87. Me.btnShowSongs.UseVisualStyleBackColor = True
  88. '
  89. 'frmManageCategories
  90. '
  91. Me.AcceptButton = Me.OK_Button
  92. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  93. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  94. Me.ClientSize = New System.Drawing.Size(326, 305)
  95. Me.Controls.Add(Me.OK_Button)
  96. Me.Controls.Add(Me.btnShowSongs)
  97. Me.Controls.Add(Me.btnEdit)
  98. Me.Controls.Add(Me.btnAdd)
  99. Me.Controls.Add(Me.btnDelete)
  100. Me.Controls.Add(Me.lstCategories)
  101. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  102. Me.MaximizeBox = False
  103. Me.MinimizeBox = False
  104. Me.Name = "frmManageCategories"
  105. Me.ShowInTaskbar = False
  106. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  107. Me.Text = "Manage Categories"
  108. Me.ResumeLayout(False)
  109. End Sub
  110. Friend WithEvents OK_Button As System.Windows.Forms.Button
  111. Friend WithEvents lstCategories As System.Windows.Forms.ListBox
  112. Friend WithEvents btnDelete As System.Windows.Forms.Button
  113. Friend WithEvents btnAdd As System.Windows.Forms.Button
  114. Friend WithEvents btnEdit As System.Windows.Forms.Button
  115. Friend WithEvents btnShowSongs As System.Windows.Forms.Button
  116. End Class