PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Visual Basic | 160 lines | 120 code | 5 blank | 35 comment | 0 complexity | 6b5aaef655df20dc9291fbe66e9843dd MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDownload
  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.btnDownloadSongs = New System.Windows.Forms.Button
  23. Me.lblDownloadSongs = New System.Windows.Forms.Label
  24. Me.btnClose = New System.Windows.Forms.Button
  25. Me.Label2 = New System.Windows.Forms.Label
  26. Me.btnDownloadStyles = New System.Windows.Forms.Button
  27. Me.lblDownloadStyles = New System.Windows.Forms.Label
  28. Me.btnDownloadBibles = New System.Windows.Forms.Button
  29. Me.lblDownloadBibles = New System.Windows.Forms.Label
  30. Me.Panel1 = New System.Windows.Forms.Panel
  31. Me.SuspendLayout()
  32. '
  33. 'btnDownloadSongs
  34. '
  35. Me.btnDownloadSongs.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  36. Me.btnDownloadSongs.Location = New System.Drawing.Point(246, 54)
  37. Me.btnDownloadSongs.Name = "btnDownloadSongs"
  38. Me.btnDownloadSongs.Size = New System.Drawing.Size(113, 36)
  39. Me.btnDownloadSongs.TabIndex = 0
  40. Me.btnDownloadSongs.Text = "Download &Songs..."
  41. '
  42. 'lblDownloadSongs
  43. '
  44. Me.lblDownloadSongs.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  45. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  46. Me.lblDownloadSongs.Location = New System.Drawing.Point(12, 54)
  47. Me.lblDownloadSongs.Name = "lblDownloadSongs"
  48. Me.lblDownloadSongs.Size = New System.Drawing.Size(228, 36)
  49. Me.lblDownloadSongs.TabIndex = 1
  50. Me.lblDownloadSongs.Text = "Click the button to download the latest songs from the PowerSong website:"
  51. Me.lblDownloadSongs.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  52. '
  53. 'btnClose
  54. '
  55. Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  56. Me.btnClose.Location = New System.Drawing.Point(284, 224)
  57. Me.btnClose.Name = "btnClose"
  58. Me.btnClose.Size = New System.Drawing.Size(75, 23)
  59. Me.btnClose.TabIndex = 2
  60. Me.btnClose.Text = "&Continue"
  61. Me.btnClose.UseVisualStyleBackColor = True
  62. '
  63. 'Label2
  64. '
  65. Me.Label2.AutoSize = True
  66. Me.Label2.Location = New System.Drawing.Point(12, 9)
  67. Me.Label2.Name = "Label2"
  68. Me.Label2.Size = New System.Drawing.Size(295, 13)
  69. Me.Label2.TabIndex = 3
  70. Me.Label2.Text = "Please select what you would like to install into the database:"
  71. '
  72. 'btnDownloadStyles
  73. '
  74. Me.btnDownloadStyles.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  75. Me.btnDownloadStyles.Location = New System.Drawing.Point(246, 96)
  76. Me.btnDownloadStyles.Name = "btnDownloadStyles"
  77. Me.btnDownloadStyles.Size = New System.Drawing.Size(113, 36)
  78. Me.btnDownloadStyles.TabIndex = 4
  79. Me.btnDownloadStyles.Text = "Download &Styles..."
  80. '
  81. 'lblDownloadStyles
  82. '
  83. Me.lblDownloadStyles.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.lblDownloadStyles.Location = New System.Drawing.Point(12, 96)
  86. Me.lblDownloadStyles.Name = "lblDownloadStyles"
  87. Me.lblDownloadStyles.Size = New System.Drawing.Size(228, 36)
  88. Me.lblDownloadStyles.TabIndex = 5
  89. Me.lblDownloadStyles.Text = "Click the button to download the latest styles from the PowerSong website:"
  90. Me.lblDownloadStyles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  91. '
  92. 'btnDownloadBibles
  93. '
  94. Me.btnDownloadBibles.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  95. Me.btnDownloadBibles.Location = New System.Drawing.Point(246, 162)
  96. Me.btnDownloadBibles.Name = "btnDownloadBibles"
  97. Me.btnDownloadBibles.Size = New System.Drawing.Size(113, 36)
  98. Me.btnDownloadBibles.TabIndex = 6
  99. Me.btnDownloadBibles.Text = "Download &BBE..."
  100. '
  101. 'lblDownloadBibles
  102. '
  103. Me.lblDownloadBibles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  104. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  105. Me.lblDownloadBibles.Location = New System.Drawing.Point(12, 162)
  106. Me.lblDownloadBibles.Name = "lblDownloadBibles"
  107. Me.lblDownloadBibles.Size = New System.Drawing.Size(228, 36)
  108. Me.lblDownloadBibles.TabIndex = 7
  109. Me.lblDownloadBibles.Text = "Click the button to download and install the Bible in Basic English bible transla" & _
  110. "tion:"
  111. Me.lblDownloadBibles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  112. '
  113. 'Panel1
  114. '
  115. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  116. Me.Panel1.Location = New System.Drawing.Point(12, 146)
  117. Me.Panel1.Name = "Panel1"
  118. Me.Panel1.Size = New System.Drawing.Size(347, 2)
  119. Me.Panel1.TabIndex = 8
  120. '
  121. 'frmDownload
  122. '
  123. Me.AcceptButton = Me.btnDownloadSongs
  124. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  125. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  126. Me.ClientSize = New System.Drawing.Size(371, 259)
  127. Me.Controls.Add(Me.Panel1)
  128. Me.Controls.Add(Me.btnDownloadBibles)
  129. Me.Controls.Add(Me.lblDownloadBibles)
  130. Me.Controls.Add(Me.btnDownloadStyles)
  131. Me.Controls.Add(Me.lblDownloadStyles)
  132. Me.Controls.Add(Me.Label2)
  133. Me.Controls.Add(Me.btnClose)
  134. Me.Controls.Add(Me.btnDownloadSongs)
  135. Me.Controls.Add(Me.lblDownloadSongs)
  136. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  137. Me.MaximizeBox = False
  138. Me.MinimizeBox = False
  139. Me.Name = "frmDownload"
  140. Me.ShowInTaskbar = False
  141. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  142. Me.Text = "Download Additional Content"
  143. Me.ResumeLayout(False)
  144. Me.PerformLayout()
  145. End Sub
  146. Friend WithEvents btnDownloadSongs As System.Windows.Forms.Button
  147. Friend WithEvents lblDownloadSongs As System.Windows.Forms.Label
  148. Friend WithEvents btnClose As System.Windows.Forms.Button
  149. Friend WithEvents Label2 As System.Windows.Forms.Label
  150. Friend WithEvents btnDownloadStyles As System.Windows.Forms.Button
  151. Friend WithEvents lblDownloadStyles As System.Windows.Forms.Label
  152. Friend WithEvents btnDownloadBibles As System.Windows.Forms.Button
  153. Friend WithEvents lblDownloadBibles As System.Windows.Forms.Label
  154. Friend WithEvents Panel1 As System.Windows.Forms.Panel
  155. End Class