PageRenderTime 42ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/Item Management/frmNotice.Designer.vb

#
Visual Basic | 269 lines | 205 code | 5 blank | 59 comment | 1 complexity | cfeafd33ffce66675d8eabacd31c1bef MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmNotice
  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.Label2 = New System.Windows.Forms.Label
  26. Me.txtContent = New System.Windows.Forms.TextBox
  27. Me.Label3 = New System.Windows.Forms.Label
  28. Me.Label4 = New System.Windows.Forms.Label
  29. Me.Label5 = New System.Windows.Forms.Label
  30. Me.pbTextColour = New System.Windows.Forms.PictureBox
  31. Me.btnSelectTextColour = New System.Windows.Forms.Button
  32. Me.btnSelectBackgroundColour = New System.Windows.Forms.Button
  33. Me.pbBackgroundColour = New System.Windows.Forms.PictureBox
  34. Me.txtDuration = New System.Windows.Forms.NumericUpDown
  35. Me.dlgSelectColour = New System.Windows.Forms.ColorDialog
  36. Me.chkOverrideSettings = New System.Windows.Forms.CheckBox
  37. Me.pnlOverride = New System.Windows.Forms.Panel
  38. Me.Label6 = New System.Windows.Forms.Label
  39. Me.TableLayoutPanel1.SuspendLayout()
  40. CType(Me.pbTextColour, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.pbBackgroundColour, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.txtDuration, System.ComponentModel.ISupportInitialize).BeginInit()
  43. Me.pnlOverride.SuspendLayout()
  44. Me.SuspendLayout()
  45. '
  46. 'TableLayoutPanel1
  47. '
  48. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  49. Me.TableLayoutPanel1.ColumnCount = 2
  50. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  51. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  52. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  53. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  54. Me.TableLayoutPanel1.Location = New System.Drawing.Point(254, 197)
  55. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  56. Me.TableLayoutPanel1.RowCount = 1
  57. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  58. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  59. Me.TableLayoutPanel1.TabIndex = 0
  60. '
  61. 'OK_Button
  62. '
  63. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  64. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  65. Me.OK_Button.Name = "OK_Button"
  66. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  67. Me.OK_Button.TabIndex = 0
  68. Me.OK_Button.Text = "OK"
  69. '
  70. 'Cancel_Button
  71. '
  72. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  73. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  74. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  75. Me.Cancel_Button.Name = "Cancel_Button"
  76. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  77. Me.Cancel_Button.TabIndex = 1
  78. Me.Cancel_Button.Text = "Cancel"
  79. '
  80. 'Label2
  81. '
  82. Me.Label2.AutoSize = True
  83. Me.Label2.Location = New System.Drawing.Point(12, 15)
  84. Me.Label2.Name = "Label2"
  85. Me.Label2.Size = New System.Drawing.Size(47, 13)
  86. Me.Label2.TabIndex = 2
  87. Me.Label2.Text = "Content:"
  88. '
  89. 'txtContent
  90. '
  91. Me.txtContent.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  92. Or System.Windows.Forms.AnchorStyles.Left) _
  93. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  94. Me.txtContent.Location = New System.Drawing.Point(65, 12)
  95. Me.txtContent.Multiline = True
  96. Me.txtContent.Name = "txtContent"
  97. Me.txtContent.Size = New System.Drawing.Size(335, 61)
  98. Me.txtContent.TabIndex = 4
  99. '
  100. 'Label3
  101. '
  102. Me.Label3.AutoSize = True
  103. Me.Label3.Location = New System.Drawing.Point(3, 38)
  104. Me.Label3.Name = "Label3"
  105. Me.Label3.Size = New System.Drawing.Size(101, 13)
  106. Me.Label3.TabIndex = 6
  107. Me.Label3.Text = "Background Colour:"
  108. '
  109. 'Label4
  110. '
  111. Me.Label4.AutoSize = True
  112. Me.Label4.Location = New System.Drawing.Point(3, 64)
  113. Me.Label4.Name = "Label4"
  114. Me.Label4.Size = New System.Drawing.Size(129, 13)
  115. Me.Label4.TabIndex = 7
  116. Me.Label4.Text = "Time to display (seconds):"
  117. '
  118. 'Label5
  119. '
  120. Me.Label5.AutoSize = True
  121. Me.Label5.Location = New System.Drawing.Point(3, 9)
  122. Me.Label5.Name = "Label5"
  123. Me.Label5.Size = New System.Drawing.Size(64, 13)
  124. Me.Label5.TabIndex = 9
  125. Me.Label5.Text = "Text Colour:"
  126. '
  127. 'pbTextColour
  128. '
  129. Me.pbTextColour.BackColor = System.Drawing.Color.Black
  130. Me.pbTextColour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  131. Me.pbTextColour.Location = New System.Drawing.Point(138, 6)
  132. Me.pbTextColour.Name = "pbTextColour"
  133. Me.pbTextColour.Size = New System.Drawing.Size(50, 20)
  134. Me.pbTextColour.TabIndex = 10
  135. Me.pbTextColour.TabStop = False
  136. '
  137. 'btnSelectTextColour
  138. '
  139. Me.btnSelectTextColour.Location = New System.Drawing.Point(194, 4)
  140. Me.btnSelectTextColour.Name = "btnSelectTextColour"
  141. Me.btnSelectTextColour.Size = New System.Drawing.Size(25, 23)
  142. Me.btnSelectTextColour.TabIndex = 11
  143. Me.btnSelectTextColour.Text = "..."
  144. Me.btnSelectTextColour.UseVisualStyleBackColor = True
  145. '
  146. 'btnSelectBackgroundColour
  147. '
  148. Me.btnSelectBackgroundColour.Location = New System.Drawing.Point(194, 33)
  149. Me.btnSelectBackgroundColour.Name = "btnSelectBackgroundColour"
  150. Me.btnSelectBackgroundColour.Size = New System.Drawing.Size(25, 23)
  151. Me.btnSelectBackgroundColour.TabIndex = 13
  152. Me.btnSelectBackgroundColour.Text = "..."
  153. Me.btnSelectBackgroundColour.UseVisualStyleBackColor = True
  154. '
  155. 'pbBackgroundColour
  156. '
  157. Me.pbBackgroundColour.BackColor = System.Drawing.Color.Black
  158. Me.pbBackgroundColour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  159. Me.pbBackgroundColour.Location = New System.Drawing.Point(138, 35)
  160. Me.pbBackgroundColour.Name = "pbBackgroundColour"
  161. Me.pbBackgroundColour.Size = New System.Drawing.Size(50, 20)
  162. Me.pbBackgroundColour.TabIndex = 12
  163. Me.pbBackgroundColour.TabStop = False
  164. '
  165. 'txtDuration
  166. '
  167. Me.txtDuration.Location = New System.Drawing.Point(138, 62)
  168. Me.txtDuration.Maximum = New Decimal(New Integer() {3600, 0, 0, 0})
  169. Me.txtDuration.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  170. Me.txtDuration.Name = "txtDuration"
  171. Me.txtDuration.Size = New System.Drawing.Size(81, 20)
  172. Me.txtDuration.TabIndex = 14
  173. Me.txtDuration.Value = New Decimal(New Integer() {30, 0, 0, 0})
  174. '
  175. 'dlgSelectColour
  176. '
  177. Me.dlgSelectColour.AnyColor = True
  178. Me.dlgSelectColour.FullOpen = True
  179. '
  180. 'chkOverrideSettings
  181. '
  182. Me.chkOverrideSettings.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  183. Me.chkOverrideSettings.AutoSize = True
  184. Me.chkOverrideSettings.Location = New System.Drawing.Point(65, 79)
  185. Me.chkOverrideSettings.Name = "chkOverrideSettings"
  186. Me.chkOverrideSettings.Size = New System.Drawing.Size(245, 17)
  187. Me.chkOverrideSettings.TabIndex = 15
  188. Me.chkOverrideSettings.Text = "&Override current settings for displaying notices:"
  189. Me.chkOverrideSettings.UseVisualStyleBackColor = True
  190. '
  191. 'pnlOverride
  192. '
  193. Me.pnlOverride.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  194. Me.pnlOverride.Controls.Add(Me.Label5)
  195. Me.pnlOverride.Controls.Add(Me.Label3)
  196. Me.pnlOverride.Controls.Add(Me.txtDuration)
  197. Me.pnlOverride.Controls.Add(Me.Label4)
  198. Me.pnlOverride.Controls.Add(Me.btnSelectBackgroundColour)
  199. Me.pnlOverride.Controls.Add(Me.pbTextColour)
  200. Me.pnlOverride.Controls.Add(Me.pbBackgroundColour)
  201. Me.pnlOverride.Controls.Add(Me.btnSelectTextColour)
  202. Me.pnlOverride.Enabled = False
  203. Me.pnlOverride.Location = New System.Drawing.Point(65, 103)
  204. Me.pnlOverride.Name = "pnlOverride"
  205. Me.pnlOverride.Size = New System.Drawing.Size(226, 88)
  206. Me.pnlOverride.TabIndex = 16
  207. '
  208. 'Label6
  209. '
  210. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  211. Me.Label6.AutoSize = True
  212. Me.Label6.Location = New System.Drawing.Point(12, 80)
  213. Me.Label6.Name = "Label6"
  214. Me.Label6.Size = New System.Drawing.Size(33, 13)
  215. Me.Label6.TabIndex = 17
  216. Me.Label6.Text = "Style:"
  217. '
  218. 'frmNotice
  219. '
  220. Me.AcceptButton = Me.OK_Button
  221. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  222. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  223. Me.CancelButton = Me.Cancel_Button
  224. Me.ClientSize = New System.Drawing.Size(412, 238)
  225. Me.Controls.Add(Me.Label6)
  226. Me.Controls.Add(Me.pnlOverride)
  227. Me.Controls.Add(Me.chkOverrideSettings)
  228. Me.Controls.Add(Me.txtContent)
  229. Me.Controls.Add(Me.Label2)
  230. Me.Controls.Add(Me.TableLayoutPanel1)
  231. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  232. Me.MaximizeBox = False
  233. Me.MinimizeBox = False
  234. Me.Name = "frmNotice"
  235. Me.ShowInTaskbar = False
  236. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  237. Me.Text = "Notice"
  238. Me.TableLayoutPanel1.ResumeLayout(False)
  239. CType(Me.pbTextColour, System.ComponentModel.ISupportInitialize).EndInit()
  240. CType(Me.pbBackgroundColour, System.ComponentModel.ISupportInitialize).EndInit()
  241. CType(Me.txtDuration, System.ComponentModel.ISupportInitialize).EndInit()
  242. Me.pnlOverride.ResumeLayout(False)
  243. Me.pnlOverride.PerformLayout()
  244. Me.ResumeLayout(False)
  245. Me.PerformLayout()
  246. End Sub
  247. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  248. Friend WithEvents OK_Button As System.Windows.Forms.Button
  249. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  250. Friend WithEvents Label2 As System.Windows.Forms.Label
  251. Friend WithEvents txtContent As System.Windows.Forms.TextBox
  252. Friend WithEvents Label3 As System.Windows.Forms.Label
  253. Friend WithEvents Label4 As System.Windows.Forms.Label
  254. Friend WithEvents Label5 As System.Windows.Forms.Label
  255. Friend WithEvents pbTextColour As System.Windows.Forms.PictureBox
  256. Friend WithEvents btnSelectTextColour As System.Windows.Forms.Button
  257. Friend WithEvents btnSelectBackgroundColour As System.Windows.Forms.Button
  258. Friend WithEvents pbBackgroundColour As System.Windows.Forms.PictureBox
  259. Friend WithEvents txtDuration As System.Windows.Forms.NumericUpDown
  260. Friend WithEvents dlgSelectColour As System.Windows.Forms.ColorDialog
  261. Friend WithEvents chkOverrideSettings As System.Windows.Forms.CheckBox
  262. Friend WithEvents pnlOverride As System.Windows.Forms.Panel
  263. Friend WithEvents Label6 As System.Windows.Forms.Label
  264. End Class