/Source Code/PowerSong/frmStartup.Designer.vb
Visual Basic | 140 lines | 109 code | 5 blank | 26 comment | 1 complexity | beeac942e6b9e00c0caea8e7b55d1dfc MD5 | raw file
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ 2Partial Class frmStartup 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 Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStartup)) 26 Me.Cancel_Button = New System.Windows.Forms.Button 27 Me.Label1 = New System.Windows.Forms.Label 28 Me.dlgSelectDatabaseFolder = New System.Windows.Forms.FolderBrowserDialog 29 Me.btnCreateDatabase = New System.Windows.Forms.Button 30 Me.btnLoadDatabase = New System.Windows.Forms.Button 31 Me.Label2 = New System.Windows.Forms.Label 32 Me.SuspendLayout() 33 ' 34 'Cancel_Button 35 ' 36 Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 37 Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel 38 Me.Cancel_Button.Location = New System.Drawing.Point(302, 238) 39 Me.Cancel_Button.Name = "Cancel_Button" 40 Me.Cancel_Button.Size = New System.Drawing.Size(78, 23) 41 Me.Cancel_Button.TabIndex = 3 42 Me.Cancel_Button.Text = "Cancel" 43 ' 44 'Label1 45 ' 46 Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 47 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 48 Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) 49 Me.Label1.Font = New System.Drawing.Font("Verdana", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 50 Me.Label1.ForeColor = System.Drawing.Color.White 51 Me.Label1.Location = New System.Drawing.Point(12, 9) 52 Me.Label1.Name = "Label1" 53 Me.Label1.Size = New System.Drawing.Size(370, 49) 54 Me.Label1.TabIndex = 0 55 Me.Label1.Text = "PowerSong" 56 Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter 57 ' 58 'dlgSelectDatabaseFolder 59 ' 60 Me.dlgSelectDatabaseFolder.Description = "Please select a folder dedicated to the storing and loading of songs for the data" & _ 61 "base." 62 Me.dlgSelectDatabaseFolder.ShowNewFolderButton = False 63 ' 64 'btnCreateDatabase 65 ' 66 Me.btnCreateDatabase.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) 67 Me.btnCreateDatabase.FlatAppearance.BorderColor = System.Drawing.Color.Black 68 Me.btnCreateDatabase.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Info 69 Me.btnCreateDatabase.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Highlight 70 Me.btnCreateDatabase.FlatStyle = System.Windows.Forms.FlatStyle.Flat 71 Me.btnCreateDatabase.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft 72 Me.btnCreateDatabase.Location = New System.Drawing.Point(12, 143) 73 Me.btnCreateDatabase.Name = "btnCreateDatabase" 74 Me.btnCreateDatabase.Size = New System.Drawing.Size(146, 50) 75 Me.btnCreateDatabase.TabIndex = 1 76 Me.btnCreateDatabase.Text = "&Create a new PowerSong database" 77 Me.btnCreateDatabase.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 78 Me.btnCreateDatabase.UseVisualStyleBackColor = False 79 ' 80 'btnLoadDatabase 81 ' 82 Me.btnLoadDatabase.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) 83 Me.btnLoadDatabase.FlatAppearance.BorderColor = System.Drawing.Color.Black 84 Me.btnLoadDatabase.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Info 85 Me.btnLoadDatabase.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Highlight 86 Me.btnLoadDatabase.FlatStyle = System.Windows.Forms.FlatStyle.Flat 87 Me.btnLoadDatabase.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft 88 Me.btnLoadDatabase.Location = New System.Drawing.Point(236, 143) 89 Me.btnLoadDatabase.Name = "btnLoadDatabase" 90 Me.btnLoadDatabase.Size = New System.Drawing.Size(146, 50) 91 Me.btnLoadDatabase.TabIndex = 2 92 Me.btnLoadDatabase.Text = "&Load an existing PowerSong database" 93 Me.btnLoadDatabase.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText 94 Me.btnLoadDatabase.UseVisualStyleBackColor = False 95 ' 96 'Label2 97 ' 98 Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 99 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 100 Me.Label2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) 101 Me.Label2.Font = New System.Drawing.Font("Verdana", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 102 Me.Label2.ForeColor = System.Drawing.Color.White 103 Me.Label2.Location = New System.Drawing.Point(10, 58) 104 Me.Label2.Name = "Label2" 105 Me.Label2.Size = New System.Drawing.Size(370, 22) 106 Me.Label2.TabIndex = 4 107 Me.Label2.Text = "Please select an option below:" 108 Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter 109 ' 110 'frmStartup 111 ' 112 Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 13.0!) 113 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 114 Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) 115 Me.CancelButton = Me.Cancel_Button 116 Me.ClientSize = New System.Drawing.Size(394, 274) 117 Me.Controls.Add(Me.Label2) 118 Me.Controls.Add(Me.btnCreateDatabase) 119 Me.Controls.Add(Me.Cancel_Button) 120 Me.Controls.Add(Me.btnLoadDatabase) 121 Me.Controls.Add(Me.Label1) 122 Me.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 123 Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog 124 Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) 125 Me.MaximizeBox = False 126 Me.MinimizeBox = False 127 Me.Name = "frmStartup" 128 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen 129 Me.Text = "Welcome to PowerSong" 130 Me.ResumeLayout(False) 131 132 End Sub 133 Friend WithEvents Cancel_Button As System.Windows.Forms.Button 134 Friend WithEvents Label1 As System.Windows.Forms.Label 135 Friend WithEvents btnLoadDatabase As System.Windows.Forms.Button 136 Friend WithEvents btnCreateDatabase As System.Windows.Forms.Button 137 Friend WithEvents dlgSelectDatabaseFolder As System.Windows.Forms.FolderBrowserDialog 138 Friend WithEvents Label2 As System.Windows.Forms.Label 139 140End Class