PageRenderTime 65ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 1ms

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