PageRenderTime 78ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Source Code/PowerSong/Export and Import/frmExportDatabase.Designer.vb

#
Visual Basic | 221 lines | 169 code | 5 blank | 47 comment | 1 complexity | d82894832ce56b7ff18566e77db5e4f3 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmExportDatabase
  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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
  23. Me.OK_Button = New System.Windows.Forms.Button
  24. Me.Cancel_Button = New System.Windows.Forms.Button
  25. Me.Label1 = New System.Windows.Forms.Label
  26. Me.txtFileName = New System.Windows.Forms.TextBox
  27. Me.btnSelectFileName = New System.Windows.Forms.Button
  28. Me.dlgSave = New System.Windows.Forms.SaveFileDialog
  29. Me.chkExportSongs = New System.Windows.Forms.CheckBox
  30. Me.chkExportPlugins = New System.Windows.Forms.CheckBox
  31. Me.Label2 = New System.Windows.Forms.Label
  32. Me.chkExportStyles = New System.Windows.Forms.CheckBox
  33. Me.lblNotice = New PowerSong.UserInterface.NoticeLabel
  34. Me.chkIncludeCategories = New System.Windows.Forms.CheckBox
  35. Me.TableLayoutPanel1.SuspendLayout()
  36. Me.SuspendLayout()
  37. '
  38. 'TableLayoutPanel1
  39. '
  40. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  41. Me.TableLayoutPanel1.ColumnCount = 2
  42. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  43. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  44. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  45. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  46. Me.TableLayoutPanel1.Location = New System.Drawing.Point(281, 199)
  47. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  48. Me.TableLayoutPanel1.RowCount = 1
  49. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  50. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  51. Me.TableLayoutPanel1.TabIndex = 8
  52. '
  53. 'OK_Button
  54. '
  55. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  56. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  57. Me.OK_Button.Name = "OK_Button"
  58. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  59. Me.OK_Button.TabIndex = 0
  60. Me.OK_Button.Text = "OK"
  61. '
  62. 'Cancel_Button
  63. '
  64. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  65. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  66. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  67. Me.Cancel_Button.Name = "Cancel_Button"
  68. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  69. Me.Cancel_Button.TabIndex = 1
  70. Me.Cancel_Button.Text = "Cancel"
  71. '
  72. 'Label1
  73. '
  74. Me.Label1.AutoSize = True
  75. Me.Label1.Location = New System.Drawing.Point(12, 58)
  76. Me.Label1.Name = "Label1"
  77. Me.Label1.Size = New System.Drawing.Size(57, 13)
  78. Me.Label1.TabIndex = 1
  79. Me.Label1.Text = "File Name:"
  80. '
  81. 'txtFileName
  82. '
  83. Me.txtFileName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  84. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  85. Me.txtFileName.Location = New System.Drawing.Point(75, 55)
  86. Me.txtFileName.Name = "txtFileName"
  87. Me.txtFileName.Size = New System.Drawing.Size(321, 20)
  88. Me.txtFileName.TabIndex = 2
  89. '
  90. 'btnSelectFileName
  91. '
  92. Me.btnSelectFileName.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  93. Me.btnSelectFileName.Location = New System.Drawing.Point(402, 53)
  94. Me.btnSelectFileName.Name = "btnSelectFileName"
  95. Me.btnSelectFileName.Size = New System.Drawing.Size(25, 23)
  96. Me.btnSelectFileName.TabIndex = 3
  97. Me.btnSelectFileName.Text = "..."
  98. Me.btnSelectFileName.UseVisualStyleBackColor = True
  99. '
  100. 'dlgSave
  101. '
  102. Me.dlgSave.Filter = "PowerSong Database|*.PowerSong"
  103. Me.dlgSave.Title = "Please enter a file name for the database"
  104. '
  105. 'chkExportSongs
  106. '
  107. Me.chkExportSongs.AutoSize = True
  108. Me.chkExportSongs.Checked = True
  109. Me.chkExportSongs.CheckState = System.Windows.Forms.CheckState.Checked
  110. Me.chkExportSongs.Location = New System.Drawing.Point(75, 81)
  111. Me.chkExportSongs.Name = "chkExportSongs"
  112. Me.chkExportSongs.Size = New System.Drawing.Size(89, 17)
  113. Me.chkExportSongs.TabIndex = 4
  114. Me.chkExportSongs.Text = "Export Songs"
  115. Me.chkExportSongs.UseVisualStyleBackColor = True
  116. '
  117. 'chkExportPlugins
  118. '
  119. Me.chkExportPlugins.AutoSize = True
  120. Me.chkExportPlugins.Location = New System.Drawing.Point(75, 127)
  121. Me.chkExportPlugins.Name = "chkExportPlugins"
  122. Me.chkExportPlugins.Size = New System.Drawing.Size(93, 17)
  123. Me.chkExportPlugins.TabIndex = 7
  124. Me.chkExportPlugins.Text = "Export Plugins"
  125. Me.chkExportPlugins.UseVisualStyleBackColor = True
  126. '
  127. 'Label2
  128. '
  129. Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  130. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  132. Me.Label2.Location = New System.Drawing.Point(12, 9)
  133. Me.Label2.Name = "Label2"
  134. Me.Label2.Size = New System.Drawing.Size(415, 41)
  135. Me.Label2.TabIndex = 0
  136. Me.Label2.Text = "This facility will export the currently loaded database into a new file that you " & _
  137. "specify. The single file will contain all of the items in the database that can " & _
  138. "be imported later."
  139. '
  140. 'chkExportStyles
  141. '
  142. Me.chkExportStyles.AutoSize = True
  143. Me.chkExportStyles.Location = New System.Drawing.Point(75, 104)
  144. Me.chkExportStyles.Name = "chkExportStyles"
  145. Me.chkExportStyles.Size = New System.Drawing.Size(87, 17)
  146. Me.chkExportStyles.TabIndex = 6
  147. Me.chkExportStyles.Text = "Export Styles"
  148. Me.chkExportStyles.UseVisualStyleBackColor = True
  149. '
  150. 'lblNotice
  151. '
  152. Me.lblNotice.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  153. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  154. Me.lblNotice.BackColor = System.Drawing.SystemColors.Window
  155. Me.lblNotice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  156. Me.lblNotice.Icon = PowerSong.UserInterface.NoticeLabel.IconType.Waiting
  157. Me.lblNotice.Location = New System.Drawing.Point(12, 170)
  158. Me.lblNotice.Message = "Please specify details and then click on the ""OK"" button to proceed."
  159. Me.lblNotice.Name = "lblNotice"
  160. Me.lblNotice.Size = New System.Drawing.Size(415, 23)
  161. Me.lblNotice.TabIndex = 9
  162. '
  163. 'chkIncludeCategories
  164. '
  165. Me.chkIncludeCategories.AutoSize = True
  166. Me.chkIncludeCategories.Checked = True
  167. Me.chkIncludeCategories.CheckState = System.Windows.Forms.CheckState.Checked
  168. Me.chkIncludeCategories.Location = New System.Drawing.Point(170, 81)
  169. Me.chkIncludeCategories.Name = "chkIncludeCategories"
  170. Me.chkIncludeCategories.Size = New System.Drawing.Size(114, 17)
  171. Me.chkIncludeCategories.TabIndex = 10
  172. Me.chkIncludeCategories.Text = "Include Categories"
  173. Me.chkIncludeCategories.UseVisualStyleBackColor = True
  174. '
  175. 'frmExportDatabase
  176. '
  177. Me.AcceptButton = Me.OK_Button
  178. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  179. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  180. Me.CancelButton = Me.Cancel_Button
  181. Me.ClientSize = New System.Drawing.Size(439, 240)
  182. Me.Controls.Add(Me.chkIncludeCategories)
  183. Me.Controls.Add(Me.lblNotice)
  184. Me.Controls.Add(Me.chkExportStyles)
  185. Me.Controls.Add(Me.Label2)
  186. Me.Controls.Add(Me.chkExportPlugins)
  187. Me.Controls.Add(Me.chkExportSongs)
  188. Me.Controls.Add(Me.btnSelectFileName)
  189. Me.Controls.Add(Me.txtFileName)
  190. Me.Controls.Add(Me.Label1)
  191. Me.Controls.Add(Me.TableLayoutPanel1)
  192. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  193. Me.MaximizeBox = False
  194. Me.MinimizeBox = False
  195. Me.Name = "frmExportDatabase"
  196. Me.ShowInTaskbar = False
  197. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  198. Me.Text = "Export Database"
  199. Me.TableLayoutPanel1.ResumeLayout(False)
  200. Me.ResumeLayout(False)
  201. Me.PerformLayout()
  202. End Sub
  203. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  204. Friend WithEvents OK_Button As System.Windows.Forms.Button
  205. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  206. Friend WithEvents Label1 As System.Windows.Forms.Label
  207. Friend WithEvents txtFileName As System.Windows.Forms.TextBox
  208. Friend WithEvents btnSelectFileName As System.Windows.Forms.Button
  209. Friend WithEvents dlgSave As System.Windows.Forms.SaveFileDialog
  210. Friend WithEvents chkExportSongs As System.Windows.Forms.CheckBox
  211. Friend WithEvents chkExportPlugins As System.Windows.Forms.CheckBox
  212. Friend WithEvents Label2 As System.Windows.Forms.Label
  213. Friend WithEvents chkExportStyles As System.Windows.Forms.CheckBox
  214. Friend WithEvents lblNotice As PowerSong.UserInterface.NoticeLabel
  215. Friend WithEvents chkIncludeCategories As System.Windows.Forms.CheckBox
  216. End Class