/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()> _ 2Partial Class frmDownload 3 Inherits System.Windows.Forms.Form 4 5 'Form overrides dispose to clean up the component list. 6 <System.Diagnostics.DebuggerNonUserCode()> _ 7 Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 Try 9 If disposing AndAlso components IsNot Nothing Then 10 components.Dispose() 11 End If 12 Finally 13 MyBase.Dispose(disposing) 14 End Try 15 End Sub 16 17 'Required by the Windows Form Designer 18 Private components As System.ComponentModel.IContainer 19 20 'NOTE: The following procedure is required by the Windows Form Designer 21 'It can be modified using the Windows Form Designer. 22 'Do not modify it using the code editor. 23 <System.Diagnostics.DebuggerStepThrough()> _ 24 Private Sub InitializeComponent() 25 Me.btnDownloadSongs = New System.Windows.Forms.Button 26 Me.lblDownloadSongs = New System.Windows.Forms.Label 27 Me.btnClose = New System.Windows.Forms.Button 28 Me.Label2 = New System.Windows.Forms.Label 29 Me.btnDownloadStyles = New System.Windows.Forms.Button 30 Me.lblDownloadStyles = New System.Windows.Forms.Label 31 Me.btnDownloadBibles = New System.Windows.Forms.Button 32 Me.lblDownloadBibles = New System.Windows.Forms.Label 33 Me.Panel1 = New System.Windows.Forms.Panel 34 Me.SuspendLayout() 35 ' 36 'btnDownloadSongs 37 ' 38 Me.btnDownloadSongs.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 39 Me.btnDownloadSongs.Location = New System.Drawing.Point(246, 54) 40 Me.btnDownloadSongs.Name = "btnDownloadSongs" 41 Me.btnDownloadSongs.Size = New System.Drawing.Size(113, 36) 42 Me.btnDownloadSongs.TabIndex = 0 43 Me.btnDownloadSongs.Text = "Download &Songs..." 44 ' 45 'lblDownloadSongs 46 ' 47 Me.lblDownloadSongs.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 48 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 49 Me.lblDownloadSongs.Location = New System.Drawing.Point(12, 54) 50 Me.lblDownloadSongs.Name = "lblDownloadSongs" 51 Me.lblDownloadSongs.Size = New System.Drawing.Size(228, 36) 52 Me.lblDownloadSongs.TabIndex = 1 53 Me.lblDownloadSongs.Text = "Click the button to download the latest songs from the PowerSong website:" 54 Me.lblDownloadSongs.TextAlign = System.Drawing.ContentAlignment.MiddleLeft 55 ' 56 'btnClose 57 ' 58 Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 59 Me.btnClose.Location = New System.Drawing.Point(284, 224) 60 Me.btnClose.Name = "btnClose" 61 Me.btnClose.Size = New System.Drawing.Size(75, 23) 62 Me.btnClose.TabIndex = 2 63 Me.btnClose.Text = "&Continue" 64 Me.btnClose.UseVisualStyleBackColor = True 65 ' 66 'Label2 67 ' 68 Me.Label2.AutoSize = True 69 Me.Label2.Location = New System.Drawing.Point(12, 9) 70 Me.Label2.Name = "Label2" 71 Me.Label2.Size = New System.Drawing.Size(295, 13) 72 Me.Label2.TabIndex = 3 73 Me.Label2.Text = "Please select what you would like to install into the database:" 74 ' 75 'btnDownloadStyles 76 ' 77 Me.btnDownloadStyles.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 78 Me.btnDownloadStyles.Location = New System.Drawing.Point(246, 96) 79 Me.btnDownloadStyles.Name = "btnDownloadStyles" 80 Me.btnDownloadStyles.Size = New System.Drawing.Size(113, 36) 81 Me.btnDownloadStyles.TabIndex = 4 82 Me.btnDownloadStyles.Text = "Download &Styles..." 83 ' 84 'lblDownloadStyles 85 ' 86 Me.lblDownloadStyles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 87 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 88 Me.lblDownloadStyles.Location = New System.Drawing.Point(12, 96) 89 Me.lblDownloadStyles.Name = "lblDownloadStyles" 90 Me.lblDownloadStyles.Size = New System.Drawing.Size(228, 36) 91 Me.lblDownloadStyles.TabIndex = 5 92 Me.lblDownloadStyles.Text = "Click the button to download the latest styles from the PowerSong website:" 93 Me.lblDownloadStyles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft 94 ' 95 'btnDownloadBibles 96 ' 97 Me.btnDownloadBibles.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 98 Me.btnDownloadBibles.Location = New System.Drawing.Point(246, 162) 99 Me.btnDownloadBibles.Name = "btnDownloadBibles" 100 Me.btnDownloadBibles.Size = New System.Drawing.Size(113, 36) 101 Me.btnDownloadBibles.TabIndex = 6 102 Me.btnDownloadBibles.Text = "Download &BBE..." 103 ' 104 'lblDownloadBibles 105 ' 106 Me.lblDownloadBibles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 107 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 108 Me.lblDownloadBibles.Location = New System.Drawing.Point(12, 162) 109 Me.lblDownloadBibles.Name = "lblDownloadBibles" 110 Me.lblDownloadBibles.Size = New System.Drawing.Size(228, 36) 111 Me.lblDownloadBibles.TabIndex = 7 112 Me.lblDownloadBibles.Text = "Click the button to download and install the Bible in Basic English bible transla" & _ 113 "tion:" 114 Me.lblDownloadBibles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft 115 ' 116 'Panel1 117 ' 118 Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle 119 Me.Panel1.Location = New System.Drawing.Point(12, 146) 120 Me.Panel1.Name = "Panel1" 121 Me.Panel1.Size = New System.Drawing.Size(347, 2) 122 Me.Panel1.TabIndex = 8 123 ' 124 'frmDownload 125 ' 126 Me.AcceptButton = Me.btnDownloadSongs 127 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 128 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 129 Me.ClientSize = New System.Drawing.Size(371, 259) 130 Me.Controls.Add(Me.Panel1) 131 Me.Controls.Add(Me.btnDownloadBibles) 132 Me.Controls.Add(Me.lblDownloadBibles) 133 Me.Controls.Add(Me.btnDownloadStyles) 134 Me.Controls.Add(Me.lblDownloadStyles) 135 Me.Controls.Add(Me.Label2) 136 Me.Controls.Add(Me.btnClose) 137 Me.Controls.Add(Me.btnDownloadSongs) 138 Me.Controls.Add(Me.lblDownloadSongs) 139 Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog 140 Me.MaximizeBox = False 141 Me.MinimizeBox = False 142 Me.Name = "frmDownload" 143 Me.ShowInTaskbar = False 144 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent 145 Me.Text = "Download Additional Content" 146 Me.ResumeLayout(False) 147 Me.PerformLayout() 148 149 End Sub 150 Friend WithEvents btnDownloadSongs As System.Windows.Forms.Button 151 Friend WithEvents lblDownloadSongs As System.Windows.Forms.Label 152 Friend WithEvents btnClose As System.Windows.Forms.Button 153 Friend WithEvents Label2 As System.Windows.Forms.Label 154 Friend WithEvents btnDownloadStyles As System.Windows.Forms.Button 155 Friend WithEvents lblDownloadStyles As System.Windows.Forms.Label 156 Friend WithEvents btnDownloadBibles As System.Windows.Forms.Button 157 Friend WithEvents lblDownloadBibles As System.Windows.Forms.Label 158 Friend WithEvents Panel1 As System.Windows.Forms.Panel 159 160End Class