PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/SingleScreen/frmMain.Designer.vb

#
Visual Basic | 217 lines | 171 code | 5 blank | 41 comment | 0 complexity | afe6576e9861a96d5a9ed48b3d1ad91b MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMain
  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.Panel1 = New System.Windows.Forms.Panel()
  23. Me.Panel2 = New System.Windows.Forms.Panel()
  24. Me.btnNext = New System.Windows.Forms.Button()
  25. Me.btnDelete = New System.Windows.Forms.Button()
  26. Me.btnAdd = New System.Windows.Forms.Button()
  27. Me.btnPrevious = New System.Windows.Forms.Button()
  28. Me.btnEdit = New System.Windows.Forms.Button()
  29. Me.btnExit = New System.Windows.Forms.Button()
  30. Me.txtSearch = New System.Windows.Forms.TextBox()
  31. Me.dlgSelectDatabase = New System.Windows.Forms.FolderBrowserDialog()
  32. Me.lstSearchResults = New System.Windows.Forms.ListBox()
  33. Me.Panel1.SuspendLayout()
  34. Me.Panel2.SuspendLayout()
  35. Me.SuspendLayout()
  36. '
  37. 'Panel1
  38. '
  39. Me.Panel1.BackColor = System.Drawing.Color.Black
  40. Me.Panel1.Controls.Add(Me.lstSearchResults)
  41. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  42. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  43. Me.Panel1.Name = "Panel1"
  44. Me.Panel1.Size = New System.Drawing.Size(836, 631)
  45. Me.Panel1.TabIndex = 0
  46. '
  47. 'Panel2
  48. '
  49. Me.Panel2.BackColor = System.Drawing.Color.White
  50. Me.Panel2.Controls.Add(Me.btnNext)
  51. Me.Panel2.Controls.Add(Me.btnDelete)
  52. Me.Panel2.Controls.Add(Me.btnAdd)
  53. Me.Panel2.Controls.Add(Me.btnPrevious)
  54. Me.Panel2.Controls.Add(Me.btnEdit)
  55. Me.Panel2.Controls.Add(Me.btnExit)
  56. Me.Panel2.Controls.Add(Me.txtSearch)
  57. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
  58. Me.Panel2.Font = New System.Drawing.Font("Malgun Gothic", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  59. Me.Panel2.Location = New System.Drawing.Point(0, 594)
  60. Me.Panel2.Name = "Panel2"
  61. Me.Panel2.Size = New System.Drawing.Size(836, 37)
  62. Me.Panel2.TabIndex = 0
  63. '
  64. 'btnNext
  65. '
  66. Me.btnNext.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  67. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  68. Me.btnNext.FlatAppearance.BorderColor = System.Drawing.Color.Black
  69. Me.btnNext.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight
  70. Me.btnNext.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.InactiveCaption
  71. Me.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  72. Me.btnNext.Location = New System.Drawing.Point(48, 3)
  73. Me.btnNext.Name = "btnNext"
  74. Me.btnNext.Size = New System.Drawing.Size(39, 32)
  75. Me.btnNext.TabIndex = 6
  76. Me.btnNext.Text = ">>"
  77. Me.btnNext.UseVisualStyleBackColor = True
  78. '
  79. 'btnDelete
  80. '
  81. Me.btnDelete.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  82. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  83. Me.btnDelete.FlatAppearance.BorderColor = System.Drawing.Color.Black
  84. Me.btnDelete.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight
  85. Me.btnDelete.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.InactiveCaption
  86. Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  87. Me.btnDelete.Location = New System.Drawing.Point(618, 2)
  88. Me.btnDelete.Name = "btnDelete"
  89. Me.btnDelete.Size = New System.Drawing.Size(66, 32)
  90. Me.btnDelete.TabIndex = 5
  91. Me.btnDelete.Text = "&Delete"
  92. Me.btnDelete.UseVisualStyleBackColor = True
  93. '
  94. 'btnAdd
  95. '
  96. Me.btnAdd.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  97. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  98. Me.btnAdd.FlatAppearance.BorderColor = System.Drawing.Color.Black
  99. Me.btnAdd.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight
  100. Me.btnAdd.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.InactiveCaption
  101. Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  102. Me.btnAdd.Location = New System.Drawing.Point(690, 2)
  103. Me.btnAdd.Name = "btnAdd"
  104. Me.btnAdd.Size = New System.Drawing.Size(47, 32)
  105. Me.btnAdd.TabIndex = 4
  106. Me.btnAdd.Text = "&Add"
  107. Me.btnAdd.UseVisualStyleBackColor = True
  108. '
  109. 'btnPrevious
  110. '
  111. Me.btnPrevious.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  112. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  113. Me.btnPrevious.FlatAppearance.BorderColor = System.Drawing.Color.Black
  114. Me.btnPrevious.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight
  115. Me.btnPrevious.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.InactiveCaption
  116. Me.btnPrevious.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  117. Me.btnPrevious.Location = New System.Drawing.Point(3, 3)
  118. Me.btnPrevious.Name = "btnPrevious"
  119. Me.btnPrevious.Size = New System.Drawing.Size(39, 32)
  120. Me.btnPrevious.TabIndex = 3
  121. Me.btnPrevious.Text = "<<"
  122. Me.btnPrevious.UseVisualStyleBackColor = True
  123. '
  124. 'btnEdit
  125. '
  126. Me.btnEdit.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  127. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  128. Me.btnEdit.FlatAppearance.BorderColor = System.Drawing.Color.Black
  129. Me.btnEdit.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight
  130. Me.btnEdit.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.InactiveCaption
  131. Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  132. Me.btnEdit.Location = New System.Drawing.Point(743, 2)
  133. Me.btnEdit.Name = "btnEdit"
  134. Me.btnEdit.Size = New System.Drawing.Size(42, 32)
  135. Me.btnEdit.TabIndex = 2
  136. Me.btnEdit.Text = "&Edit"
  137. Me.btnEdit.UseVisualStyleBackColor = True
  138. '
  139. 'btnExit
  140. '
  141. Me.btnExit.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  142. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  143. Me.btnExit.FlatAppearance.BorderColor = System.Drawing.Color.Black
  144. Me.btnExit.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight
  145. Me.btnExit.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.InactiveCaption
  146. Me.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  147. Me.btnExit.Location = New System.Drawing.Point(791, 2)
  148. Me.btnExit.Name = "btnExit"
  149. Me.btnExit.Size = New System.Drawing.Size(42, 32)
  150. Me.btnExit.TabIndex = 1
  151. Me.btnExit.Text = "E&xit"
  152. Me.btnExit.UseVisualStyleBackColor = True
  153. '
  154. 'txtSearch
  155. '
  156. Me.txtSearch.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  157. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158. Me.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  159. Me.txtSearch.Location = New System.Drawing.Point(93, 7)
  160. Me.txtSearch.Name = "txtSearch"
  161. Me.txtSearch.Size = New System.Drawing.Size(519, 25)
  162. Me.txtSearch.TabIndex = 0
  163. '
  164. 'dlgSelectDatabase
  165. '
  166. Me.dlgSelectDatabase.Description = "Please select a PowerSong Database"
  167. Me.dlgSelectDatabase.ShowNewFolderButton = False
  168. '
  169. 'lstSearchResults
  170. '
  171. Me.lstSearchResults.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  172. Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.lstSearchResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  175. Me.lstSearchResults.Font = New System.Drawing.Font("Malgun Gothic", 10.0!)
  176. Me.lstSearchResults.FormattingEnabled = True
  177. Me.lstSearchResults.ItemHeight = 17
  178. Me.lstSearchResults.Location = New System.Drawing.Point(93, 256)
  179. Me.lstSearchResults.Name = "lstSearchResults"
  180. Me.lstSearchResults.Size = New System.Drawing.Size(519, 342)
  181. Me.lstSearchResults.TabIndex = 0
  182. Me.lstSearchResults.Visible = False
  183. '
  184. 'frmMain
  185. '
  186. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  187. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  188. Me.ClientSize = New System.Drawing.Size(836, 631)
  189. Me.Controls.Add(Me.Panel2)
  190. Me.Controls.Add(Me.Panel1)
  191. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  192. Me.Name = "frmMain"
  193. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  194. Me.Text = "PowerSong Single Screen Application"
  195. Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  196. Me.Panel1.ResumeLayout(False)
  197. Me.Panel2.ResumeLayout(False)
  198. Me.Panel2.PerformLayout()
  199. Me.ResumeLayout(False)
  200. End Sub
  201. Friend WithEvents Panel1 As System.Windows.Forms.Panel
  202. Friend WithEvents Panel2 As System.Windows.Forms.Panel
  203. Friend WithEvents btnNext As System.Windows.Forms.Button
  204. Friend WithEvents btnDelete As System.Windows.Forms.Button
  205. Friend WithEvents btnAdd As System.Windows.Forms.Button
  206. Friend WithEvents btnPrevious As System.Windows.Forms.Button
  207. Friend WithEvents btnEdit As System.Windows.Forms.Button
  208. Friend WithEvents btnExit As System.Windows.Forms.Button
  209. Friend WithEvents txtSearch As System.Windows.Forms.TextBox
  210. Friend WithEvents dlgSelectDatabase As System.Windows.Forms.FolderBrowserDialog
  211. Friend WithEvents lstSearchResults As System.Windows.Forms.ListBox
  212. End Class