PageRenderTime 41ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/Source Code/PowerSong/Feedback/frmFeedbackPortal.Designer.vb

#
Visual Basic | 192 lines | 146 code | 5 blank | 41 comment | 1 complexity | 0a4282561b8a2a18d71509b95c7909e2 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmFeedbackPortal
  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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
  23. Me.OK_Button = New System.Windows.Forms.Button
  24. Me.Cancel_Button = New System.Windows.Forms.Button
  25. Me.Label1 = New System.Windows.Forms.Label
  26. Me.Label2 = New System.Windows.Forms.Label
  27. Me.Label3 = New System.Windows.Forms.Label
  28. Me.txtName = New System.Windows.Forms.TextBox
  29. Me.txtEmail = New System.Windows.Forms.TextBox
  30. Me.txtMessage = New System.Windows.Forms.TextBox
  31. Me.Label4 = New System.Windows.Forms.Label
  32. Me.Label5 = New System.Windows.Forms.Label
  33. Me.TableLayoutPanel1.SuspendLayout()
  34. Me.SuspendLayout()
  35. '
  36. 'TableLayoutPanel1
  37. '
  38. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  39. Me.TableLayoutPanel1.ColumnCount = 2
  40. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  41. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  42. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  43. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  44. Me.TableLayoutPanel1.Location = New System.Drawing.Point(256, 322)
  45. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  46. Me.TableLayoutPanel1.RowCount = 1
  47. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  48. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  49. Me.TableLayoutPanel1.TabIndex = 0
  50. '
  51. 'OK_Button
  52. '
  53. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  54. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  55. Me.OK_Button.Name = "OK_Button"
  56. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  57. Me.OK_Button.TabIndex = 0
  58. Me.OK_Button.Text = "&Send"
  59. '
  60. 'Cancel_Button
  61. '
  62. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  63. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  64. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  65. Me.Cancel_Button.Name = "Cancel_Button"
  66. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  67. Me.Cancel_Button.TabIndex = 1
  68. Me.Cancel_Button.Text = "Cancel"
  69. '
  70. 'Label1
  71. '
  72. Me.Label1.AutoSize = True
  73. Me.Label1.Location = New System.Drawing.Point(12, 85)
  74. Me.Label1.Name = "Label1"
  75. Me.Label1.Size = New System.Drawing.Size(63, 13)
  76. Me.Label1.TabIndex = 1
  77. Me.Label1.Text = "Your Name:"
  78. '
  79. 'Label2
  80. '
  81. Me.Label2.AutoSize = True
  82. Me.Label2.Location = New System.Drawing.Point(12, 111)
  83. Me.Label2.Name = "Label2"
  84. Me.Label2.Size = New System.Drawing.Size(80, 13)
  85. Me.Label2.TabIndex = 2
  86. Me.Label2.Text = "E-Mail Address:"
  87. '
  88. 'Label3
  89. '
  90. Me.Label3.AutoSize = True
  91. Me.Label3.Location = New System.Drawing.Point(12, 137)
  92. Me.Label3.Name = "Label3"
  93. Me.Label3.Size = New System.Drawing.Size(53, 13)
  94. Me.Label3.TabIndex = 3
  95. Me.Label3.Text = "Message:"
  96. '
  97. 'txtName
  98. '
  99. Me.txtName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  100. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  101. Me.txtName.Location = New System.Drawing.Point(98, 82)
  102. Me.txtName.Name = "txtName"
  103. Me.txtName.Size = New System.Drawing.Size(304, 20)
  104. Me.txtName.TabIndex = 4
  105. '
  106. 'txtEmail
  107. '
  108. Me.txtEmail.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  109. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  110. Me.txtEmail.Location = New System.Drawing.Point(98, 108)
  111. Me.txtEmail.Name = "txtEmail"
  112. Me.txtEmail.Size = New System.Drawing.Size(304, 20)
  113. Me.txtEmail.TabIndex = 5
  114. '
  115. 'txtMessage
  116. '
  117. Me.txtMessage.AcceptsReturn = True
  118. Me.txtMessage.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  119. Or System.Windows.Forms.AnchorStyles.Left) _
  120. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  121. Me.txtMessage.Location = New System.Drawing.Point(12, 153)
  122. Me.txtMessage.Multiline = True
  123. Me.txtMessage.Name = "txtMessage"
  124. Me.txtMessage.Size = New System.Drawing.Size(390, 163)
  125. Me.txtMessage.TabIndex = 6
  126. '
  127. 'Label4
  128. '
  129. Me.Label4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  130. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.Label4.Location = New System.Drawing.Point(9, 9)
  132. Me.Label4.Name = "Label4"
  133. Me.Label4.Size = New System.Drawing.Size(393, 35)
  134. Me.Label4.TabIndex = 7
  135. Me.Label4.Text = "Thank you very much for submitting feedback to us, which in part allows us to mak" & _
  136. "e better design decisions."
  137. '
  138. 'Label5
  139. '
  140. Me.Label5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  141. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  142. Me.Label5.Location = New System.Drawing.Point(9, 44)
  143. Me.Label5.Name = "Label5"
  144. Me.Label5.Size = New System.Drawing.Size(393, 35)
  145. Me.Label5.TabIndex = 8
  146. Me.Label5.Text = "You do not have to give your name or email address, however these details may be " & _
  147. "useful should we prefer to contact you specifically regarding the feedback."
  148. '
  149. 'frmFeedbackPortal
  150. '
  151. Me.AcceptButton = Me.OK_Button
  152. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  153. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  154. Me.CancelButton = Me.Cancel_Button
  155. Me.ClientSize = New System.Drawing.Size(414, 363)
  156. Me.Controls.Add(Me.Label5)
  157. Me.Controls.Add(Me.Label4)
  158. Me.Controls.Add(Me.txtMessage)
  159. Me.Controls.Add(Me.txtEmail)
  160. Me.Controls.Add(Me.txtName)
  161. Me.Controls.Add(Me.Label3)
  162. Me.Controls.Add(Me.Label2)
  163. Me.Controls.Add(Me.Label1)
  164. Me.Controls.Add(Me.TableLayoutPanel1)
  165. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  166. Me.MaximizeBox = False
  167. Me.MinimizeBox = False
  168. Me.Name = "frmFeedbackPortal"
  169. Me.ShowInTaskbar = False
  170. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  171. Me.Text = "Feedback Portal"
  172. Me.TableLayoutPanel1.ResumeLayout(False)
  173. Me.ResumeLayout(False)
  174. Me.PerformLayout()
  175. End Sub
  176. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  177. Friend WithEvents OK_Button As System.Windows.Forms.Button
  178. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  179. Friend WithEvents Label1 As System.Windows.Forms.Label
  180. Friend WithEvents Label2 As System.Windows.Forms.Label
  181. Friend WithEvents Label3 As System.Windows.Forms.Label
  182. Friend WithEvents txtName As System.Windows.Forms.TextBox
  183. Friend WithEvents txtEmail As System.Windows.Forms.TextBox
  184. Friend WithEvents txtMessage As System.Windows.Forms.TextBox
  185. Friend WithEvents Label4 As System.Windows.Forms.Label
  186. Friend WithEvents Label5 As System.Windows.Forms.Label
  187. End Class