/Source Code/PowerSong/frmAbout.Designer.vb
Visual Basic | 185 lines | 147 code | 6 blank | 32 comment | 0 complexity | 0bebf18a3619b95cecdbb53a5c0c74f6 MD5 | raw file
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ 2Partial Class frmAbout 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 18 'Required by the Windows Form Designer 19 Private components As System.ComponentModel.IContainer 20 21 'NOTE: The following procedure is required by the Windows Form Designer 22 'It can be modified using the Windows Form Designer. 23 'Do not modify it using the code editor. 24 <System.Diagnostics.DebuggerStepThrough()> _ 25 Private Sub InitializeComponent() 26 Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout)) 27 Me.LabelProductName = New System.Windows.Forms.Label 28 Me.LabelVersion = New System.Windows.Forms.Label 29 Me.LabelCopyright = New System.Windows.Forms.Label 30 Me.LabelCompanyName = New System.Windows.Forms.Label 31 Me.TextBoxDescription = New System.Windows.Forms.TextBox 32 Me.OKButton = New System.Windows.Forms.Button 33 Me.LogoPictureBox = New System.Windows.Forms.PictureBox 34 Me.PictureBox1 = New System.Windows.Forms.PictureBox 35 CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit() 36 CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() 37 Me.SuspendLayout() 38 ' 39 'LabelProductName 40 ' 41 Me.LabelProductName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 42 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 43 Me.LabelProductName.AutoSize = True 44 Me.LabelProductName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 45 Me.LabelProductName.Location = New System.Drawing.Point(229, 12) 46 Me.LabelProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) 47 Me.LabelProductName.MaximumSize = New System.Drawing.Size(0, 17) 48 Me.LabelProductName.Name = "LabelProductName" 49 Me.LabelProductName.Size = New System.Drawing.Size(87, 13) 50 Me.LabelProductName.TabIndex = 6 51 Me.LabelProductName.Text = "Product Name" 52 Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft 53 ' 54 'LabelVersion 55 ' 56 Me.LabelVersion.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 57 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 58 Me.LabelVersion.AutoSize = True 59 Me.LabelVersion.Location = New System.Drawing.Point(229, 29) 60 Me.LabelVersion.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) 61 Me.LabelVersion.MaximumSize = New System.Drawing.Size(0, 17) 62 Me.LabelVersion.Name = "LabelVersion" 63 Me.LabelVersion.Size = New System.Drawing.Size(42, 13) 64 Me.LabelVersion.TabIndex = 7 65 Me.LabelVersion.Text = "Version" 66 Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft 67 ' 68 'LabelCopyright 69 ' 70 Me.LabelCopyright.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 71 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 72 Me.LabelCopyright.AutoSize = True 73 Me.LabelCopyright.Location = New System.Drawing.Point(229, 61) 74 Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) 75 Me.LabelCopyright.MaximumSize = New System.Drawing.Size(0, 17) 76 Me.LabelCopyright.Name = "LabelCopyright" 77 Me.LabelCopyright.Size = New System.Drawing.Size(51, 13) 78 Me.LabelCopyright.TabIndex = 8 79 Me.LabelCopyright.Text = "Copyright" 80 Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft 81 ' 82 'LabelCompanyName 83 ' 84 Me.LabelCompanyName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 85 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 86 Me.LabelCompanyName.AutoSize = True 87 Me.LabelCompanyName.Location = New System.Drawing.Point(229, 90) 88 Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0) 89 Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(0, 17) 90 Me.LabelCompanyName.Name = "LabelCompanyName" 91 Me.LabelCompanyName.Size = New System.Drawing.Size(82, 13) 92 Me.LabelCompanyName.TabIndex = 5 93 Me.LabelCompanyName.Text = "Company Name" 94 Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft 95 ' 96 'TextBoxDescription 97 ' 98 Me.TextBoxDescription.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 99 Or System.Windows.Forms.AnchorStyles.Left) _ 100 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 101 Me.TextBoxDescription.Location = New System.Drawing.Point(232, 123) 102 Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3) 103 Me.TextBoxDescription.Multiline = True 104 Me.TextBoxDescription.Name = "TextBoxDescription" 105 Me.TextBoxDescription.ReadOnly = True 106 Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both 107 Me.TextBoxDescription.Size = New System.Drawing.Size(262, 116) 108 Me.TextBoxDescription.TabIndex = 2 109 Me.TextBoxDescription.TabStop = False 110 Me.TextBoxDescription.Text = "Software Development: Nicholas Hill" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Testing: Valentina Hill" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Thanks to everyon" & _ 111 "e who has provided feedback!" 112 ' 113 'OKButton 114 ' 115 Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 116 Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel 117 Me.OKButton.Location = New System.Drawing.Point(419, 255) 118 Me.OKButton.Name = "OKButton" 119 Me.OKButton.Size = New System.Drawing.Size(75, 29) 120 Me.OKButton.TabIndex = 4 121 Me.OKButton.Text = "&OK" 122 ' 123 'LogoPictureBox 124 ' 125 Me.LogoPictureBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 126 Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 127 Me.LogoPictureBox.BackColor = System.Drawing.Color.White 128 Me.LogoPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle 129 Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image) 130 Me.LogoPictureBox.Location = New System.Drawing.Point(12, 12) 131 Me.LogoPictureBox.Name = "LogoPictureBox" 132 Me.LogoPictureBox.Size = New System.Drawing.Size(208, 211) 133 Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage 134 Me.LogoPictureBox.TabIndex = 3 135 Me.LogoPictureBox.TabStop = False 136 ' 137 'PictureBox1 138 ' 139 Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 140 Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) 141 Me.PictureBox1.InitialImage = Nothing 142 Me.PictureBox1.Location = New System.Drawing.Point(12, 229) 143 Me.PictureBox1.Name = "PictureBox1" 144 Me.PictureBox1.Size = New System.Drawing.Size(208, 55) 145 Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize 146 Me.PictureBox1.TabIndex = 1 147 Me.PictureBox1.TabStop = False 148 ' 149 'frmAbout 150 ' 151 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 152 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 153 Me.ClientSize = New System.Drawing.Size(506, 296) 154 Me.Controls.Add(Me.LabelProductName) 155 Me.Controls.Add(Me.LabelVersion) 156 Me.Controls.Add(Me.LabelCopyright) 157 Me.Controls.Add(Me.LabelCompanyName) 158 Me.Controls.Add(Me.TextBoxDescription) 159 Me.Controls.Add(Me.LogoPictureBox) 160 Me.Controls.Add(Me.OKButton) 161 Me.Controls.Add(Me.PictureBox1) 162 Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog 163 Me.MaximizeBox = False 164 Me.MinimizeBox = False 165 Me.Name = "frmAbout" 166 Me.Padding = New System.Windows.Forms.Padding(9) 167 Me.ShowInTaskbar = False 168 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent 169 Me.Text = "About PowerSong" 170 CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit() 171 CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() 172 Me.ResumeLayout(False) 173 Me.PerformLayout() 174 175 End Sub 176 Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox 177 Friend WithEvents LabelProductName As System.Windows.Forms.Label 178 Friend WithEvents LabelVersion As System.Windows.Forms.Label 179 Friend WithEvents LabelCopyright As System.Windows.Forms.Label 180 Friend WithEvents LabelCompanyName As System.Windows.Forms.Label 181 Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox 182 Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox 183 Friend WithEvents OKButton As System.Windows.Forms.Button 184 185End Class