PageRenderTime 144ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

/Source Code/PowerSong/Styles/frmEditStyle.Designer.vb

#
Visual Basic | 996 lines | 743 code | 5 blank | 248 comment | 1 complexity | d64c4c1e7a04d1d3b65505ce4b5214ff MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmEditStyle
  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.components = New System.ComponentModel.Container()
  23. Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  24. Me.OK_Button = New System.Windows.Forms.Button()
  25. Me.Cancel_Button = New System.Windows.Forms.Button()
  26. Me.txtName = New System.Windows.Forms.TextBox()
  27. Me.dlgSelectColour = New System.Windows.Forms.ColorDialog()
  28. Me.dlgOpenImage = New System.Windows.Forms.OpenFileDialog()
  29. Me.btnSelectSolidColour = New System.Windows.Forms.Button()
  30. Me.optUseSolidColour = New System.Windows.Forms.RadioButton()
  31. Me.optUseImage = New System.Windows.Forms.RadioButton()
  32. Me.txtBackgroundImage = New System.Windows.Forms.TextBox()
  33. Me.btnSetBackgroundImage = New System.Windows.Forms.Button()
  34. Me.GroupBox4 = New System.Windows.Forms.GroupBox()
  35. Me.Label5 = New System.Windows.Forms.Label()
  36. Me.cboGeneralFade = New System.Windows.Forms.ComboBox()
  37. Me.txtGeneralFadeDuration = New System.Windows.Forms.TextBox()
  38. Me.Label3 = New System.Windows.Forms.Label()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.Label6 = New System.Windows.Forms.Label()
  41. Me.cboVerseFade = New System.Windows.Forms.ComboBox()
  42. Me.txtVerseFadeDuration = New System.Windows.Forms.TextBox()
  43. Me.Label7 = New System.Windows.Forms.Label()
  44. Me.Label8 = New System.Windows.Forms.Label()
  45. Me.dlgFont = New System.Windows.Forms.FontDialog()
  46. Me.pbPreview = New System.Windows.Forms.PictureBox()
  47. Me.tmrProjection = New System.Windows.Forms.Timer(Me.components)
  48. Me.TabControl1 = New System.Windows.Forms.TabControl()
  49. Me.tpBackground = New System.Windows.Forms.TabPage()
  50. Me.Label25 = New System.Windows.Forms.Label()
  51. Me.pbSolidColour = New System.Windows.Forms.PictureBox()
  52. Me.tpVerses = New System.Windows.Forms.TabPage()
  53. Me.Label4 = New System.Windows.Forms.Label()
  54. Me.cboTextAlignment = New System.Windows.Forms.ComboBox()
  55. Me.Label24 = New System.Windows.Forms.Label()
  56. Me.Panel2 = New System.Windows.Forms.Panel()
  57. Me.cboSelectedProjectlet = New System.Windows.Forms.ComboBox()
  58. Me.Label1 = New System.Windows.Forms.Label()
  59. Me.cboDisplayOption = New System.Windows.Forms.ComboBox()
  60. Me.Label21 = New System.Windows.Forms.Label()
  61. Me.lblFontAppearance = New System.Windows.Forms.Label()
  62. Me.Label18 = New System.Windows.Forms.Label()
  63. Me.btnSetFontColour = New System.Windows.Forms.Button()
  64. Me.pbFontColour = New System.Windows.Forms.PictureBox()
  65. Me.mnuFontTransparency = New System.Windows.Forms.ContextMenuStrip(Me.components)
  66. Me.mnuFTrans0 = New System.Windows.Forms.ToolStripMenuItem()
  67. Me.mnuFTrans1 = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.mnuFTrans2 = New System.Windows.Forms.ToolStripMenuItem()
  69. Me.mnuFTrans3 = New System.Windows.Forms.ToolStripMenuItem()
  70. Me.mnuFTrans4 = New System.Windows.Forms.ToolStripMenuItem()
  71. Me.mnuFTrans5 = New System.Windows.Forms.ToolStripMenuItem()
  72. Me.mnuFTrans6 = New System.Windows.Forms.ToolStripMenuItem()
  73. Me.mnuFTrans7 = New System.Windows.Forms.ToolStripMenuItem()
  74. Me.mnuFTrans8 = New System.Windows.Forms.ToolStripMenuItem()
  75. Me.mnuFTrans9 = New System.Windows.Forms.ToolStripMenuItem()
  76. Me.Label10 = New System.Windows.Forms.Label()
  77. Me.btnSetEffectColour = New System.Windows.Forms.Button()
  78. Me.pbEffectColour = New System.Windows.Forms.PictureBox()
  79. Me.mnuEffectTransparency = New System.Windows.Forms.ContextMenuStrip(Me.components)
  80. Me.mnuETrans0 = New System.Windows.Forms.ToolStripMenuItem()
  81. Me.mnuETrans1 = New System.Windows.Forms.ToolStripMenuItem()
  82. Me.mnuETrans2 = New System.Windows.Forms.ToolStripMenuItem()
  83. Me.mnuETrans3 = New System.Windows.Forms.ToolStripMenuItem()
  84. Me.mnuETrans4 = New System.Windows.Forms.ToolStripMenuItem()
  85. Me.mnuETrans5 = New System.Windows.Forms.ToolStripMenuItem()
  86. Me.mnuETrans6 = New System.Windows.Forms.ToolStripMenuItem()
  87. Me.mnuETrans7 = New System.Windows.Forms.ToolStripMenuItem()
  88. Me.mnuETrans8 = New System.Windows.Forms.ToolStripMenuItem()
  89. Me.mnuETrans9 = New System.Windows.Forms.ToolStripMenuItem()
  90. Me.Label9 = New System.Windows.Forms.Label()
  91. Me.cboFontEffect = New System.Windows.Forms.ComboBox()
  92. Me.btnSetAppearance = New System.Windows.Forms.Button()
  93. Me.lblFontSize = New System.Windows.Forms.Label()
  94. Me.Label11 = New System.Windows.Forms.Label()
  95. Me.pnlProjectlet = New PowerSong.UserInterface.WidgetCanvas()
  96. Me.tpFades = New System.Windows.Forms.TabPage()
  97. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  98. Me.Label19 = New System.Windows.Forms.Label()
  99. Me.Label34 = New System.Windows.Forms.Label()
  100. Me.txtTitle = New System.Windows.Forms.TextBox()
  101. Me.Panel1 = New System.Windows.Forms.Panel()
  102. Me.Label35 = New System.Windows.Forms.Label()
  103. Me.TableLayoutPanel1.SuspendLayout()
  104. Me.GroupBox4.SuspendLayout()
  105. CType(Me.pbPreview, System.ComponentModel.ISupportInitialize).BeginInit()
  106. Me.TabControl1.SuspendLayout()
  107. Me.tpBackground.SuspendLayout()
  108. CType(Me.pbSolidColour, System.ComponentModel.ISupportInitialize).BeginInit()
  109. Me.tpVerses.SuspendLayout()
  110. Me.Panel2.SuspendLayout()
  111. CType(Me.pbFontColour, System.ComponentModel.ISupportInitialize).BeginInit()
  112. Me.mnuFontTransparency.SuspendLayout()
  113. CType(Me.pbEffectColour, System.ComponentModel.ISupportInitialize).BeginInit()
  114. Me.mnuEffectTransparency.SuspendLayout()
  115. Me.tpFades.SuspendLayout()
  116. Me.GroupBox1.SuspendLayout()
  117. Me.Panel1.SuspendLayout()
  118. Me.SuspendLayout()
  119. '
  120. 'TableLayoutPanel1
  121. '
  122. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  123. Me.TableLayoutPanel1.ColumnCount = 2
  124. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  125. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  126. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  127. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  128. Me.TableLayoutPanel1.Location = New System.Drawing.Point(666, 483)
  129. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  130. Me.TableLayoutPanel1.RowCount = 1
  131. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  132. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  133. Me.TableLayoutPanel1.TabIndex = 2
  134. '
  135. 'OK_Button
  136. '
  137. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  138. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  139. Me.OK_Button.Name = "OK_Button"
  140. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  141. Me.OK_Button.TabIndex = 0
  142. Me.OK_Button.Text = "OK"
  143. '
  144. 'Cancel_Button
  145. '
  146. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  147. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  148. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  149. Me.Cancel_Button.Name = "Cancel_Button"
  150. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  151. Me.Cancel_Button.TabIndex = 1
  152. Me.Cancel_Button.Text = "Cancel"
  153. '
  154. 'txtName
  155. '
  156. Me.txtName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  157. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158. Me.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  159. Me.txtName.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  160. Me.txtName.Location = New System.Drawing.Point(63, 8)
  161. Me.txtName.Name = "txtName"
  162. Me.txtName.Size = New System.Drawing.Size(731, 23)
  163. Me.txtName.TabIndex = 1
  164. '
  165. 'dlgSelectColour
  166. '
  167. Me.dlgSelectColour.AnyColor = True
  168. Me.dlgSelectColour.FullOpen = True
  169. '
  170. 'dlgOpenImage
  171. '
  172. Me.dlgOpenImage.Filter = "Image Files|*.jpg;*.gif;*.bmp"
  173. '
  174. 'btnSelectSolidColour
  175. '
  176. Me.btnSelectSolidColour.Location = New System.Drawing.Point(96, 194)
  177. Me.btnSelectSolidColour.Name = "btnSelectSolidColour"
  178. Me.btnSelectSolidColour.Size = New System.Drawing.Size(24, 23)
  179. Me.btnSelectSolidColour.TabIndex = 4
  180. Me.btnSelectSolidColour.Text = "..."
  181. Me.btnSelectSolidColour.UseVisualStyleBackColor = True
  182. '
  183. 'optUseSolidColour
  184. '
  185. Me.optUseSolidColour.AutoSize = True
  186. Me.optUseSolidColour.Location = New System.Drawing.Point(23, 164)
  187. Me.optUseSolidColour.Name = "optUseSolidColour"
  188. Me.optUseSolidColour.Size = New System.Drawing.Size(106, 17)
  189. Me.optUseSolidColour.TabIndex = 3
  190. Me.optUseSolidColour.Text = "Use Solid Colour:"
  191. Me.optUseSolidColour.UseVisualStyleBackColor = True
  192. '
  193. 'optUseImage
  194. '
  195. Me.optUseImage.AutoSize = True
  196. Me.optUseImage.Checked = True
  197. Me.optUseImage.Location = New System.Drawing.Point(23, 84)
  198. Me.optUseImage.Name = "optUseImage"
  199. Me.optUseImage.Size = New System.Drawing.Size(79, 17)
  200. Me.optUseImage.TabIndex = 0
  201. Me.optUseImage.TabStop = True
  202. Me.optUseImage.Text = "Use Image:"
  203. Me.optUseImage.UseVisualStyleBackColor = True
  204. '
  205. 'txtBackgroundImage
  206. '
  207. Me.txtBackgroundImage.Location = New System.Drawing.Point(40, 117)
  208. Me.txtBackgroundImage.Name = "txtBackgroundImage"
  209. Me.txtBackgroundImage.ReadOnly = True
  210. Me.txtBackgroundImage.Size = New System.Drawing.Size(271, 20)
  211. Me.txtBackgroundImage.TabIndex = 1
  212. '
  213. 'btnSetBackgroundImage
  214. '
  215. Me.btnSetBackgroundImage.Location = New System.Drawing.Point(317, 115)
  216. Me.btnSetBackgroundImage.Name = "btnSetBackgroundImage"
  217. Me.btnSetBackgroundImage.Size = New System.Drawing.Size(24, 23)
  218. Me.btnSetBackgroundImage.TabIndex = 2
  219. Me.btnSetBackgroundImage.Text = "..."
  220. Me.btnSetBackgroundImage.UseVisualStyleBackColor = True
  221. '
  222. 'GroupBox4
  223. '
  224. Me.GroupBox4.Controls.Add(Me.Label5)
  225. Me.GroupBox4.Controls.Add(Me.cboGeneralFade)
  226. Me.GroupBox4.Controls.Add(Me.txtGeneralFadeDuration)
  227. Me.GroupBox4.Controls.Add(Me.Label3)
  228. Me.GroupBox4.Controls.Add(Me.Label2)
  229. Me.GroupBox4.Location = New System.Drawing.Point(28, 31)
  230. Me.GroupBox4.Name = "GroupBox4"
  231. Me.GroupBox4.Size = New System.Drawing.Size(184, 97)
  232. Me.GroupBox4.TabIndex = 0
  233. Me.GroupBox4.TabStop = False
  234. Me.GroupBox4.Text = "General Fade"
  235. '
  236. 'Label5
  237. '
  238. Me.Label5.AutoSize = True
  239. Me.Label5.Location = New System.Drawing.Point(128, 49)
  240. Me.Label5.Name = "Label5"
  241. Me.Label5.Size = New System.Drawing.Size(41, 13)
  242. Me.Label5.TabIndex = 4
  243. Me.Label5.Text = "frames."
  244. '
  245. 'cboGeneralFade
  246. '
  247. Me.cboGeneralFade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  248. Me.cboGeneralFade.FormattingEnabled = True
  249. Me.cboGeneralFade.Items.AddRange(New Object() {"None", "Fade", "CrossFade"})
  250. Me.cboGeneralFade.Location = New System.Drawing.Point(62, 19)
  251. Me.cboGeneralFade.Name = "cboGeneralFade"
  252. Me.cboGeneralFade.Size = New System.Drawing.Size(116, 21)
  253. Me.cboGeneralFade.TabIndex = 1
  254. '
  255. 'txtGeneralFadeDuration
  256. '
  257. Me.txtGeneralFadeDuration.Location = New System.Drawing.Point(62, 46)
  258. Me.txtGeneralFadeDuration.Name = "txtGeneralFadeDuration"
  259. Me.txtGeneralFadeDuration.Size = New System.Drawing.Size(60, 20)
  260. Me.txtGeneralFadeDuration.TabIndex = 3
  261. '
  262. 'Label3
  263. '
  264. Me.Label3.AutoSize = True
  265. Me.Label3.Location = New System.Drawing.Point(6, 49)
  266. Me.Label3.Name = "Label3"
  267. Me.Label3.Size = New System.Drawing.Size(50, 13)
  268. Me.Label3.TabIndex = 2
  269. Me.Label3.Text = "Duration:"
  270. '
  271. 'Label2
  272. '
  273. Me.Label2.AutoSize = True
  274. Me.Label2.Location = New System.Drawing.Point(6, 22)
  275. Me.Label2.Name = "Label2"
  276. Me.Label2.Size = New System.Drawing.Size(34, 13)
  277. Me.Label2.TabIndex = 0
  278. Me.Label2.Text = "Type:"
  279. '
  280. 'Label6
  281. '
  282. Me.Label6.AutoSize = True
  283. Me.Label6.Location = New System.Drawing.Point(128, 49)
  284. Me.Label6.Name = "Label6"
  285. Me.Label6.Size = New System.Drawing.Size(41, 13)
  286. Me.Label6.TabIndex = 4
  287. Me.Label6.Text = "frames."
  288. '
  289. 'cboVerseFade
  290. '
  291. Me.cboVerseFade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  292. Me.cboVerseFade.FormattingEnabled = True
  293. Me.cboVerseFade.Items.AddRange(New Object() {"None", "Fade", "CrossFade"})
  294. Me.cboVerseFade.Location = New System.Drawing.Point(62, 19)
  295. Me.cboVerseFade.Name = "cboVerseFade"
  296. Me.cboVerseFade.Size = New System.Drawing.Size(116, 21)
  297. Me.cboVerseFade.TabIndex = 1
  298. '
  299. 'txtVerseFadeDuration
  300. '
  301. Me.txtVerseFadeDuration.Location = New System.Drawing.Point(62, 46)
  302. Me.txtVerseFadeDuration.Name = "txtVerseFadeDuration"
  303. Me.txtVerseFadeDuration.Size = New System.Drawing.Size(60, 20)
  304. Me.txtVerseFadeDuration.TabIndex = 3
  305. '
  306. 'Label7
  307. '
  308. Me.Label7.AutoSize = True
  309. Me.Label7.Location = New System.Drawing.Point(6, 49)
  310. Me.Label7.Name = "Label7"
  311. Me.Label7.Size = New System.Drawing.Size(50, 13)
  312. Me.Label7.TabIndex = 2
  313. Me.Label7.Text = "Duration:"
  314. '
  315. 'Label8
  316. '
  317. Me.Label8.AutoSize = True
  318. Me.Label8.Location = New System.Drawing.Point(6, 22)
  319. Me.Label8.Name = "Label8"
  320. Me.Label8.Size = New System.Drawing.Size(34, 13)
  321. Me.Label8.TabIndex = 0
  322. Me.Label8.Text = "Type:"
  323. '
  324. 'dlgFont
  325. '
  326. Me.dlgFont.ShowEffects = False
  327. '
  328. 'pbPreview
  329. '
  330. Me.pbPreview.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  331. Me.pbPreview.BackColor = System.Drawing.Color.Black
  332. Me.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  333. Me.pbPreview.Location = New System.Drawing.Point(442, 104)
  334. Me.pbPreview.Name = "pbPreview"
  335. Me.pbPreview.Size = New System.Drawing.Size(360, 270)
  336. Me.pbPreview.TabIndex = 32
  337. Me.pbPreview.TabStop = False
  338. '
  339. 'tmrProjection
  340. '
  341. Me.tmrProjection.Enabled = True
  342. Me.tmrProjection.Interval = 1
  343. '
  344. 'TabControl1
  345. '
  346. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  347. Or System.Windows.Forms.AnchorStyles.Left) _
  348. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  349. Me.TabControl1.Controls.Add(Me.tpBackground)
  350. Me.TabControl1.Controls.Add(Me.tpVerses)
  351. Me.TabControl1.Controls.Add(Me.tpFades)
  352. Me.TabControl1.Location = New System.Drawing.Point(12, 51)
  353. Me.TabControl1.Name = "TabControl1"
  354. Me.TabControl1.SelectedIndex = 0
  355. Me.TabControl1.Size = New System.Drawing.Size(800, 426)
  356. Me.TabControl1.TabIndex = 0
  357. '
  358. 'tpBackground
  359. '
  360. Me.tpBackground.Controls.Add(Me.Label25)
  361. Me.tpBackground.Controls.Add(Me.btnSelectSolidColour)
  362. Me.tpBackground.Controls.Add(Me.optUseImage)
  363. Me.tpBackground.Controls.Add(Me.btnSetBackgroundImage)
  364. Me.tpBackground.Controls.Add(Me.optUseSolidColour)
  365. Me.tpBackground.Controls.Add(Me.txtBackgroundImage)
  366. Me.tpBackground.Controls.Add(Me.pbSolidColour)
  367. Me.tpBackground.Location = New System.Drawing.Point(4, 22)
  368. Me.tpBackground.Name = "tpBackground"
  369. Me.tpBackground.Padding = New System.Windows.Forms.Padding(3)
  370. Me.tpBackground.Size = New System.Drawing.Size(792, 400)
  371. Me.tpBackground.TabIndex = 1
  372. Me.tpBackground.Text = "Background"
  373. Me.tpBackground.UseVisualStyleBackColor = True
  374. '
  375. 'Label25
  376. '
  377. Me.Label25.AutoSize = True
  378. Me.Label25.Location = New System.Drawing.Point(20, 45)
  379. Me.Label25.Name = "Label25"
  380. Me.Label25.Size = New System.Drawing.Size(239, 13)
  381. Me.Label25.TabIndex = 36
  382. Me.Label25.Text = "Specify a default background to use for this style:"
  383. '
  384. 'pbSolidColour
  385. '
  386. Me.pbSolidColour.BackColor = System.Drawing.Color.Black
  387. Me.pbSolidColour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  388. Me.pbSolidColour.Location = New System.Drawing.Point(40, 196)
  389. Me.pbSolidColour.Name = "pbSolidColour"
  390. Me.pbSolidColour.Size = New System.Drawing.Size(50, 20)
  391. Me.pbSolidColour.TabIndex = 35
  392. Me.pbSolidColour.TabStop = False
  393. '
  394. 'tpVerses
  395. '
  396. Me.tpVerses.Controls.Add(Me.Label4)
  397. Me.tpVerses.Controls.Add(Me.cboTextAlignment)
  398. Me.tpVerses.Controls.Add(Me.Label24)
  399. Me.tpVerses.Controls.Add(Me.Panel2)
  400. Me.tpVerses.Controls.Add(Me.cboDisplayOption)
  401. Me.tpVerses.Controls.Add(Me.Label21)
  402. Me.tpVerses.Controls.Add(Me.lblFontAppearance)
  403. Me.tpVerses.Controls.Add(Me.Label18)
  404. Me.tpVerses.Controls.Add(Me.btnSetFontColour)
  405. Me.tpVerses.Controls.Add(Me.pbFontColour)
  406. Me.tpVerses.Controls.Add(Me.Label10)
  407. Me.tpVerses.Controls.Add(Me.btnSetEffectColour)
  408. Me.tpVerses.Controls.Add(Me.pbEffectColour)
  409. Me.tpVerses.Controls.Add(Me.Label9)
  410. Me.tpVerses.Controls.Add(Me.cboFontEffect)
  411. Me.tpVerses.Controls.Add(Me.btnSetAppearance)
  412. Me.tpVerses.Controls.Add(Me.lblFontSize)
  413. Me.tpVerses.Controls.Add(Me.Label11)
  414. Me.tpVerses.Controls.Add(Me.pnlProjectlet)
  415. Me.tpVerses.Location = New System.Drawing.Point(4, 22)
  416. Me.tpVerses.Name = "tpVerses"
  417. Me.tpVerses.Padding = New System.Windows.Forms.Padding(3)
  418. Me.tpVerses.Size = New System.Drawing.Size(792, 400)
  419. Me.tpVerses.TabIndex = 0
  420. Me.tpVerses.Text = "Projection Text"
  421. Me.tpVerses.UseVisualStyleBackColor = True
  422. '
  423. 'Label4
  424. '
  425. Me.Label4.Location = New System.Drawing.Point(48, 120)
  426. Me.Label4.Name = "Label4"
  427. Me.Label4.Size = New System.Drawing.Size(323, 25)
  428. Me.Label4.TabIndex = 45
  429. Me.Label4.Text = "Use the control below to move or resize the selected item:"
  430. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  431. '
  432. 'cboTextAlignment
  433. '
  434. Me.cboTextAlignment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  435. Me.cboTextAlignment.FormattingEnabled = True
  436. Me.cboTextAlignment.Location = New System.Drawing.Point(182, 65)
  437. Me.cboTextAlignment.Name = "cboTextAlignment"
  438. Me.cboTextAlignment.Size = New System.Drawing.Size(149, 21)
  439. Me.cboTextAlignment.TabIndex = 44
  440. '
  441. 'Label24
  442. '
  443. Me.Label24.AutoSize = True
  444. Me.Label24.Location = New System.Drawing.Point(96, 68)
  445. Me.Label24.Name = "Label24"
  446. Me.Label24.Size = New System.Drawing.Size(80, 13)
  447. Me.Label24.TabIndex = 43
  448. Me.Label24.Text = "Text Alignment:"
  449. '
  450. 'Panel2
  451. '
  452. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  453. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  454. Me.Panel2.BackColor = System.Drawing.SystemColors.Highlight
  455. Me.Panel2.Controls.Add(Me.cboSelectedProjectlet)
  456. Me.Panel2.Controls.Add(Me.Label1)
  457. Me.Panel2.Location = New System.Drawing.Point(6, 6)
  458. Me.Panel2.Name = "Panel2"
  459. Me.Panel2.Size = New System.Drawing.Size(414, 26)
  460. Me.Panel2.TabIndex = 0
  461. '
  462. 'cboSelectedProjectlet
  463. '
  464. Me.cboSelectedProjectlet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  465. Me.cboSelectedProjectlet.FormattingEnabled = True
  466. Me.cboSelectedProjectlet.Location = New System.Drawing.Point(176, 2)
  467. Me.cboSelectedProjectlet.Name = "cboSelectedProjectlet"
  468. Me.cboSelectedProjectlet.Size = New System.Drawing.Size(235, 21)
  469. Me.cboSelectedProjectlet.TabIndex = 1
  470. '
  471. 'Label1
  472. '
  473. Me.Label1.AutoSize = True
  474. Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  475. Me.Label1.ForeColor = System.Drawing.SystemColors.HighlightText
  476. Me.Label1.Location = New System.Drawing.Point(3, 4)
  477. Me.Label1.Name = "Label1"
  478. Me.Label1.Size = New System.Drawing.Size(167, 17)
  479. Me.Label1.TabIndex = 0
  480. Me.Label1.Text = "Select what to modify:"
  481. '
  482. 'cboDisplayOption
  483. '
  484. Me.cboDisplayOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  485. Me.cboDisplayOption.FormattingEnabled = True
  486. Me.cboDisplayOption.Location = New System.Drawing.Point(182, 38)
  487. Me.cboDisplayOption.Name = "cboDisplayOption"
  488. Me.cboDisplayOption.Size = New System.Drawing.Size(149, 21)
  489. Me.cboDisplayOption.TabIndex = 2
  490. '
  491. 'Label21
  492. '
  493. Me.Label21.AutoSize = True
  494. Me.Label21.Location = New System.Drawing.Point(91, 41)
  495. Me.Label21.Name = "Label21"
  496. Me.Label21.Size = New System.Drawing.Size(85, 13)
  497. Me.Label21.TabIndex = 1
  498. Me.Label21.Text = "Display this item:"
  499. '
  500. 'lblFontAppearance
  501. '
  502. Me.lblFontAppearance.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  503. Me.lblFontAppearance.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  504. Me.lblFontAppearance.Location = New System.Drawing.Point(426, 307)
  505. Me.lblFontAppearance.Name = "lblFontAppearance"
  506. Me.lblFontAppearance.Size = New System.Drawing.Size(260, 23)
  507. Me.lblFontAppearance.TabIndex = 4
  508. Me.lblFontAppearance.Text = "FONT_APPEARANCE"
  509. Me.lblFontAppearance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  510. '
  511. 'Label18
  512. '
  513. Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  514. Me.Label18.AutoSize = True
  515. Me.Label18.Location = New System.Drawing.Point(636, 341)
  516. Me.Label18.Name = "Label18"
  517. Me.Label18.Size = New System.Drawing.Size(64, 13)
  518. Me.Label18.TabIndex = 10
  519. Me.Label18.Text = "Font Colour:"
  520. '
  521. 'btnSetFontColour
  522. '
  523. Me.btnSetFontColour.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  524. Me.btnSetFontColour.Location = New System.Drawing.Point(762, 336)
  525. Me.btnSetFontColour.Name = "btnSetFontColour"
  526. Me.btnSetFontColour.Size = New System.Drawing.Size(24, 23)
  527. Me.btnSetFontColour.TabIndex = 11
  528. Me.btnSetFontColour.Text = "..."
  529. Me.btnSetFontColour.UseVisualStyleBackColor = True
  530. '
  531. 'pbFontColour
  532. '
  533. Me.pbFontColour.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  534. Me.pbFontColour.BackColor = System.Drawing.Color.Black
  535. Me.pbFontColour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  536. Me.pbFontColour.ContextMenuStrip = Me.mnuFontTransparency
  537. Me.pbFontColour.Location = New System.Drawing.Point(706, 338)
  538. Me.pbFontColour.Name = "pbFontColour"
  539. Me.pbFontColour.Size = New System.Drawing.Size(50, 20)
  540. Me.pbFontColour.TabIndex = 41
  541. Me.pbFontColour.TabStop = False
  542. '
  543. 'mnuFontTransparency
  544. '
  545. Me.mnuFontTransparency.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFTrans0, Me.mnuFTrans1, Me.mnuFTrans2, Me.mnuFTrans3, Me.mnuFTrans4, Me.mnuFTrans5, Me.mnuFTrans6, Me.mnuFTrans7, Me.mnuFTrans8, Me.mnuFTrans9})
  546. Me.mnuFontTransparency.Name = "mnuTransparency"
  547. Me.mnuFontTransparency.Size = New System.Drawing.Size(171, 224)
  548. '
  549. 'mnuFTrans0
  550. '
  551. Me.mnuFTrans0.Name = "mnuFTrans0"
  552. Me.mnuFTrans0.Size = New System.Drawing.Size(170, 22)
  553. Me.mnuFTrans0.Tag = "0"
  554. Me.mnuFTrans0.Text = "No Transparency"
  555. '
  556. 'mnuFTrans1
  557. '
  558. Me.mnuFTrans1.Name = "mnuFTrans1"
  559. Me.mnuFTrans1.Size = New System.Drawing.Size(170, 22)
  560. Me.mnuFTrans1.Tag = "10"
  561. Me.mnuFTrans1.Text = "10% Transparency"
  562. '
  563. 'mnuFTrans2
  564. '
  565. Me.mnuFTrans2.Name = "mnuFTrans2"
  566. Me.mnuFTrans2.Size = New System.Drawing.Size(170, 22)
  567. Me.mnuFTrans2.Tag = "20"
  568. Me.mnuFTrans2.Text = "20% Transparency"
  569. '
  570. 'mnuFTrans3
  571. '
  572. Me.mnuFTrans3.Name = "mnuFTrans3"
  573. Me.mnuFTrans3.Size = New System.Drawing.Size(170, 22)
  574. Me.mnuFTrans3.Tag = "30"
  575. Me.mnuFTrans3.Text = "30% Transparency"
  576. '
  577. 'mnuFTrans4
  578. '
  579. Me.mnuFTrans4.Name = "mnuFTrans4"
  580. Me.mnuFTrans4.Size = New System.Drawing.Size(170, 22)
  581. Me.mnuFTrans4.Tag = "40"
  582. Me.mnuFTrans4.Text = "40% Transparency"
  583. '
  584. 'mnuFTrans5
  585. '
  586. Me.mnuFTrans5.Name = "mnuFTrans5"
  587. Me.mnuFTrans5.Size = New System.Drawing.Size(170, 22)
  588. Me.mnuFTrans5.Tag = "50"
  589. Me.mnuFTrans5.Text = "50% Transparency"
  590. '
  591. 'mnuFTrans6
  592. '
  593. Me.mnuFTrans6.Name = "mnuFTrans6"
  594. Me.mnuFTrans6.Size = New System.Drawing.Size(170, 22)
  595. Me.mnuFTrans6.Tag = "60"
  596. Me.mnuFTrans6.Text = "60% Transparency"
  597. '
  598. 'mnuFTrans7
  599. '
  600. Me.mnuFTrans7.Name = "mnuFTrans7"
  601. Me.mnuFTrans7.Size = New System.Drawing.Size(170, 22)
  602. Me.mnuFTrans7.Tag = "70"
  603. Me.mnuFTrans7.Text = "70% Transparency"
  604. '
  605. 'mnuFTrans8
  606. '
  607. Me.mnuFTrans8.Name = "mnuFTrans8"
  608. Me.mnuFTrans8.Size = New System.Drawing.Size(170, 22)
  609. Me.mnuFTrans8.Tag = "80"
  610. Me.mnuFTrans8.Text = "80% Transparency"
  611. '
  612. 'mnuFTrans9
  613. '
  614. Me.mnuFTrans9.Name = "mnuFTrans9"
  615. Me.mnuFTrans9.Size = New System.Drawing.Size(170, 22)
  616. Me.mnuFTrans9.Tag = "90"
  617. Me.mnuFTrans9.Text = "90% Transparency"
  618. '
  619. 'Label10
  620. '
  621. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  622. Me.Label10.AutoSize = True
  623. Me.Label10.Location = New System.Drawing.Point(629, 370)
  624. Me.Label10.Name = "Label10"
  625. Me.Label10.Size = New System.Drawing.Size(71, 13)
  626. Me.Label10.TabIndex = 12
  627. Me.Label10.Text = "Effect Colour:"
  628. '
  629. 'btnSetEffectColour
  630. '
  631. Me.btnSetEffectColour.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  632. Me.btnSetEffectColour.Location = New System.Drawing.Point(762, 365)
  633. Me.btnSetEffectColour.Name = "btnSetEffectColour"
  634. Me.btnSetEffectColour.Size = New System.Drawing.Size(24, 23)
  635. Me.btnSetEffectColour.TabIndex = 13
  636. Me.btnSetEffectColour.Text = "..."
  637. Me.btnSetEffectColour.UseVisualStyleBackColor = True
  638. '
  639. 'pbEffectColour
  640. '
  641. Me.pbEffectColour.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  642. Me.pbEffectColour.BackColor = System.Drawing.Color.Black
  643. Me.pbEffectColour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  644. Me.pbEffectColour.ContextMenuStrip = Me.mnuEffectTransparency
  645. Me.pbEffectColour.Location = New System.Drawing.Point(706, 367)
  646. Me.pbEffectColour.Name = "pbEffectColour"
  647. Me.pbEffectColour.Size = New System.Drawing.Size(50, 20)
  648. Me.pbEffectColour.TabIndex = 38
  649. Me.pbEffectColour.TabStop = False
  650. '
  651. 'mnuEffectTransparency
  652. '
  653. Me.mnuEffectTransparency.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuETrans0, Me.mnuETrans1, Me.mnuETrans2, Me.mnuETrans3, Me.mnuETrans4, Me.mnuETrans5, Me.mnuETrans6, Me.mnuETrans7, Me.mnuETrans8, Me.mnuETrans9})
  654. Me.mnuEffectTransparency.Name = "mnuTransparency"
  655. Me.mnuEffectTransparency.Size = New System.Drawing.Size(171, 224)
  656. '
  657. 'mnuETrans0
  658. '
  659. Me.mnuETrans0.Name = "mnuETrans0"
  660. Me.mnuETrans0.Size = New System.Drawing.Size(170, 22)
  661. Me.mnuETrans0.Tag = "0"
  662. Me.mnuETrans0.Text = "No Transparency"
  663. '
  664. 'mnuETrans1
  665. '
  666. Me.mnuETrans1.Name = "mnuETrans1"
  667. Me.mnuETrans1.Size = New System.Drawing.Size(170, 22)
  668. Me.mnuETrans1.Tag = "10"
  669. Me.mnuETrans1.Text = "10% Transparency"
  670. '
  671. 'mnuETrans2
  672. '
  673. Me.mnuETrans2.Name = "mnuETrans2"
  674. Me.mnuETrans2.Size = New System.Drawing.Size(170, 22)
  675. Me.mnuETrans2.Tag = "20"
  676. Me.mnuETrans2.Text = "20% Transparency"
  677. '
  678. 'mnuETrans3
  679. '
  680. Me.mnuETrans3.Name = "mnuETrans3"
  681. Me.mnuETrans3.Size = New System.Drawing.Size(170, 22)
  682. Me.mnuETrans3.Tag = "30"
  683. Me.mnuETrans3.Text = "30% Transparency"
  684. '
  685. 'mnuETrans4
  686. '
  687. Me.mnuETrans4.Name = "mnuETrans4"
  688. Me.mnuETrans4.Size = New System.Drawing.Size(170, 22)
  689. Me.mnuETrans4.Tag = "40"
  690. Me.mnuETrans4.Text = "40% Transparency"
  691. '
  692. 'mnuETrans5
  693. '
  694. Me.mnuETrans5.Name = "mnuETrans5"
  695. Me.mnuETrans5.Size = New System.Drawing.Size(170, 22)
  696. Me.mnuETrans5.Tag = "50"
  697. Me.mnuETrans5.Text = "50% Transparency"
  698. '
  699. 'mnuETrans6
  700. '
  701. Me.mnuETrans6.Name = "mnuETrans6"
  702. Me.mnuETrans6.Size = New System.Drawing.Size(170, 22)
  703. Me.mnuETrans6.Tag = "60"
  704. Me.mnuETrans6.Text = "60% Transparency"
  705. '
  706. 'mnuETrans7
  707. '
  708. Me.mnuETrans7.Name = "mnuETrans7"
  709. Me.mnuETrans7.Size = New System.Drawing.Size(170, 22)
  710. Me.mnuETrans7.Tag = "70"
  711. Me.mnuETrans7.Text = "70% Transparency"
  712. '
  713. 'mnuETrans8
  714. '
  715. Me.mnuETrans8.Name = "mnuETrans8"
  716. Me.mnuETrans8.Size = New System.Drawing.Size(170, 22)
  717. Me.mnuETrans8.Tag = "80"
  718. Me.mnuETrans8.Text = "80% Transparency"
  719. '
  720. 'mnuETrans9
  721. '
  722. Me.mnuETrans9.Name = "mnuETrans9"
  723. Me.mnuETrans9.Size = New System.Drawing.Size(170, 22)
  724. Me.mnuETrans9.Tag = "90"
  725. Me.mnuETrans9.Text = "90% Transparency"
  726. '
  727. 'Label9
  728. '
  729. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  730. Me.Label9.AutoSize = True
  731. Me.Label9.Location = New System.Drawing.Point(426, 370)
  732. Me.Label9.Name = "Label9"
  733. Me.Label9.Size = New System.Drawing.Size(38, 13)
  734. Me.Label9.TabIndex = 8
  735. Me.Label9.Text = "Effect:"
  736. '
  737. 'cboFontEffect
  738. '
  739. Me.cboFontEffect.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  740. Me.cboFontEffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  741. Me.cboFontEffect.FormattingEnabled = True
  742. Me.cboFontEffect.Location = New System.Drawing.Point(470, 367)
  743. Me.cboFontEffect.Name = "cboFontEffect"
  744. Me.cboFontEffect.Size = New System.Drawing.Size(138, 21)
  745. Me.cboFontEffect.TabIndex = 9
  746. '
  747. 'btnSetAppearance
  748. '
  749. Me.btnSetAppearance.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  750. Me.btnSetAppearance.Location = New System.Drawing.Point(692, 307)
  751. Me.btnSetAppearance.Name = "btnSetAppearance"
  752. Me.btnSetAppearance.Size = New System.Drawing.Size(94, 23)
  753. Me.btnSetAppearance.TabIndex = 5
  754. Me.btnSetAppearance.Text = "&Change Font..."
  755. Me.btnSetAppearance.UseVisualStyleBackColor = True
  756. '
  757. 'lblFontSize
  758. '
  759. Me.lblFontSize.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  760. Me.lblFontSize.AutoSize = True
  761. Me.lblFontSize.Location = New System.Drawing.Point(467, 341)
  762. Me.lblFontSize.Name = "lblFontSize"
  763. Me.lblFontSize.Size = New System.Drawing.Size(58, 13)
  764. Me.lblFontSize.TabIndex = 7
  765. Me.lblFontSize.Text = "lblFontSize"
  766. '
  767. 'Label11
  768. '
  769. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  770. Me.Label11.AutoSize = True
  771. Me.Label11.Location = New System.Drawing.Point(426, 341)
  772. Me.Label11.Name = "Label11"
  773. Me.Label11.Size = New System.Drawing.Size(30, 13)
  774. Me.Label11.TabIndex = 6
  775. Me.Label11.Text = "Size:"
  776. '
  777. 'pnlProjectlet
  778. '
  779. Me.pnlProjectlet.BackColor = System.Drawing.SystemColors.AppWorkspace
  780. Me.pnlProjectlet.Location = New System.Drawing.Point(51, 148)
  781. Me.pnlProjectlet.Name = "pnlProjectlet"
  782. Me.pnlProjectlet.SelectedWidget = Nothing
  783. Me.pnlProjectlet.Size = New System.Drawing.Size(320, 240)
  784. Me.pnlProjectlet.TabIndex = 42
  785. Me.pnlProjectlet.Text = "WidgetCanvas1"
  786. '
  787. 'tpFades
  788. '
  789. Me.tpFades.Controls.Add(Me.GroupBox1)
  790. Me.tpFades.Controls.Add(Me.GroupBox4)
  791. Me.tpFades.Location = New System.Drawing.Point(4, 22)
  792. Me.tpFades.Name = "tpFades"
  793. Me.tpFades.Padding = New System.Windows.Forms.Padding(3)
  794. Me.tpFades.Size = New System.Drawing.Size(792, 400)
  795. Me.tpFades.TabIndex = 3
  796. Me.tpFades.Text = "Fading"
  797. Me.tpFades.UseVisualStyleBackColor = True
  798. '
  799. 'GroupBox1
  800. '
  801. Me.GroupBox1.Controls.Add(Me.Label8)
  802. Me.GroupBox1.Controls.Add(Me.txtVerseFadeDuration)
  803. Me.GroupBox1.Controls.Add(Me.cboVerseFade)
  804. Me.GroupBox1.Controls.Add(Me.Label7)
  805. Me.GroupBox1.Controls.Add(Me.Label6)
  806. Me.GroupBox1.Location = New System.Drawing.Point(28, 160)
  807. Me.GroupBox1.Name = "GroupBox1"
  808. Me.GroupBox1.Size = New System.Drawing.Size(184, 97)
  809. Me.GroupBox1.TabIndex = 1
  810. Me.GroupBox1.TabStop = False
  811. Me.GroupBox1.Text = "Fade Between Verses"
  812. '
  813. 'Label19
  814. '
  815. Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  816. Me.Label19.BackColor = System.Drawing.SystemColors.Highlight
  817. Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  818. Me.Label19.ForeColor = System.Drawing.SystemColors.HighlightText
  819. Me.Label19.Location = New System.Drawing.Point(442, 78)
  820. Me.Label19.Name = "Label19"
  821. Me.Label19.Size = New System.Drawing.Size(360, 25)
  822. Me.Label19.TabIndex = 33
  823. Me.Label19.Text = "Preview of Projection"
  824. Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  825. '
  826. 'Label34
  827. '
  828. Me.Label34.AutoSize = True
  829. Me.Label34.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  830. Me.Label34.Location = New System.Drawing.Point(3, 10)
  831. Me.Label34.Name = "Label34"
  832. Me.Label34.Size = New System.Drawing.Size(45, 17)
  833. Me.Label34.TabIndex = 0
  834. Me.Label34.Text = "Title:"
  835. '
  836. 'txtTitle
  837. '
  838. Me.txtTitle.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  839. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  840. Me.txtTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  841. Me.txtTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  842. Me.txtTitle.Location = New System.Drawing.Point(54, 7)
  843. Me.txtTitle.Name = "txtTitle"
  844. Me.txtTitle.Size = New System.Drawing.Size(513, 23)
  845. Me.txtTitle.TabIndex = 1
  846. '
  847. 'Panel1
  848. '
  849. Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  850. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  851. Me.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption
  852. Me.Panel1.Controls.Add(Me.Label35)
  853. Me.Panel1.Controls.Add(Me.txtName)
  854. Me.Panel1.Location = New System.Drawing.Point(12, 6)
  855. Me.Panel1.Name = "Panel1"
  856. Me.Panel1.Size = New System.Drawing.Size(800, 39)
  857. Me.Panel1.TabIndex = 0
  858. '
  859. 'Label35
  860. '
  861. Me.Label35.AutoSize = True
  862. Me.Label35.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  863. Me.Label35.Location = New System.Drawing.Point(3, 10)
  864. Me.Label35.Name = "Label35"
  865. Me.Label35.Size = New System.Drawing.Size(54, 17)
  866. Me.Label35.TabIndex = 0
  867. Me.Label35.Text = "Name:"
  868. '
  869. 'frmEditStyle
  870. '
  871. Me.AcceptButton = Me.OK_Button
  872. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  873. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  874. Me.CancelButton = Me.Cancel_Button
  875. Me.ClientSize = New System.Drawing.Size(824, 524)
  876. Me.Controls.Add(Me.Panel1)
  877. Me.Controls.Add(Me.Label19)
  878. Me.Controls.Add(Me.pbPreview)
  879. Me.Controls.Add(Me.TabControl1)
  880. Me.Controls.Add(Me.TableLayoutPanel1)
  881. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  882. Me.MaximizeBox = False
  883. Me.MinimizeBox = False
  884. Me.Name = "frmEditStyle"
  885. Me.ShowInTaskbar = False
  886. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  887. Me.Text = "Edit Style"
  888. Me.TableLayoutPanel1.ResumeLayout(False)
  889. Me.GroupBox4.ResumeLayout(False)
  890. Me.GroupBox4.PerformLayout()
  891. CType(Me.pbPreview, System.ComponentModel.ISupportInitialize).EndInit()
  892. Me.TabControl1.ResumeLayout(False)
  893. Me.tpBackground.ResumeLayout(False)
  894. Me.tpBackground.PerformLayout()
  895. CType(Me.pbSolidColour, System.ComponentModel.ISupportInitialize).EndInit()
  896. Me.tpVerses.ResumeLayout(False)
  897. Me.tpVerses.PerformLayout()
  898. Me.Panel2.ResumeLayout(False)
  899. Me.Panel2.PerformLayout()
  900. CType(Me.pbFontColour, System.ComponentModel.ISupportInitialize).EndInit()
  901. Me.mnuFontTransparency.ResumeLayout(False)
  902. CType(Me.pbEffectColour, System.ComponentModel.ISupportInitialize).EndInit()
  903. Me.mnuEffectTransparency.ResumeLayout(False)
  904. Me.tpFades.ResumeLayout(False)
  905. Me.GroupBox1.ResumeLayout(False)
  906. Me.GroupBox1.PerformLayout()
  907. Me.Panel1.ResumeLayout(False)
  908. Me.Panel1.PerformLayout()
  909. Me.ResumeLayout(False)
  910. End Sub
  911. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  912. Friend WithEvents OK_Button As System.Windows.Forms.Button
  913. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  914. Friend WithEvents txtName As System.Windows.Forms.TextBox
  915. Friend WithEvents dlgSelectColour As System.Windows.Forms.ColorDialog
  916. Friend WithEvents dlgOpenImage As System.Windows.Forms.OpenFileDialog
  917. Friend WithEvents btnSelectSolidColour As System.Windows.Forms.Button
  918. Friend WithEvents pbSolidColour As System.Windows.Forms.PictureBox
  919. Friend WithEvents optUseSolidColour As System.Windows.Forms.RadioButton
  920. Friend WithEvents optUseImage As System.Windows.Forms.RadioButton
  921. Friend WithEvents txtBackgroundImage As System.Windows.Forms.TextBox
  922. Friend WithEvents btnSetBackgroundImage As System.Windows.Forms.Button
  923. Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
  924. Friend WithEvents Label2 As System.Windows.Forms.Label
  925. Friend WithEvents Label3 As System.Windows.Forms.Label
  926. Friend WithEvents txtGeneralFadeDuration As System.Windows.Forms.TextBox
  927. Friend WithEvents cboGeneralFade As System.Windows.Forms.ComboBox
  928. Friend WithEvents Label5 As System.Windows.Forms.Label
  929. Friend WithEvents Label6 As System.Windows.Forms.Label
  930. Friend WithEvents cboVerseFade As System.Windows.Forms.ComboBox
  931. Friend WithEvents txtVerseFadeDuration As System.Windows.Forms.TextBox
  932. Friend WithEvents Label7 As System.Windows.Forms.Label
  933. Friend WithEvents Label8 As System.Windows.Forms.Label
  934. Friend WithEvents dlgFont As System.Windows.Forms.FontDialog
  935. Friend WithEvents pbPreview As System.Windows.Forms.PictureBox
  936. Private WithEvents tmrProjection As System.Windows.Forms.Timer
  937. Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  938. Friend WithEvents tpVerses As System.Windows.Forms.TabPage
  939. Friend WithEvents btnSetAppearance As System.Windows.Forms.Button
  940. Friend WithEvents lblFontSize As System.Windows.Forms.Label
  941. Friend WithEvents Label11 As System.Windows.Forms.Label
  942. Friend WithEvents tpBackground As System.Windows.Forms.TabPage
  943. Friend WithEvents tpFades As System.Windows.Forms.TabPage
  944. Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  945. Friend WithEvents Label10 As System.Windows.Forms.Label
  946. Friend WithEvents btnSetEffectColour As System.Windows.Forms.Button
  947. Friend WithEvents pbEffectColour As System.Windows.Forms.PictureBox
  948. Friend WithEvents Label9 As System.Windows.Forms.Label
  949. Friend WithEvents cboFontEffect As System.Windows.Forms.ComboBox
  950. Friend WithEvents Label18 As System.Windows.Forms.Label
  951. Friend WithEvents btnSetFontColour As System.Windows.Forms.Button
  952. Friend WithEvents pbFontColour As System.Windows.Forms.PictureBox
  953. Friend WithEvents Label19 As System.Windows.Forms.Label
  954. Friend WithEvents lblFontAppearance As System.Windows.Forms.Label
  955. Friend WithEvents Label34 As System.Windows.Forms.Label
  956. Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  957. Friend WithEvents Panel1 As System.Windows.Forms.Panel
  958. Friend WithEvents Label35 As System.Windows.Forms.Label
  959. Friend WithEvents Panel2 As System.Windows.Forms.Panel
  960. Friend WithEvents Label1 As System.Windows.Forms.Label
  961. Friend WithEvents cboDisplayOption As System.Windows.Forms.ComboBox
  962. Friend WithEvents Label21 As System.Windows.Forms.Label
  963. Friend WithEvents cboSelectedProjectlet As System.Windows.Forms.ComboBox
  964. Friend WithEvents mnuFontTransparency As System.Windows.Forms.ContextMenuStrip
  965. Friend WithEvents mnuFTrans0 As System.Windows.Forms.ToolStripMenuItem
  966. Friend WithEvents mnuFTrans1 As System.Windows.Forms.ToolStripMenuItem
  967. Friend WithEvents mnuFTrans2 As System.Windows.Forms.ToolStripMenuItem
  968. Friend WithEvents mnuFTrans3 As System.Windows.Forms.ToolStripMenuItem
  969. Friend WithEvents mnuFTrans4 As System.Windows.Forms.ToolStripMenuItem
  970. Friend WithEvents mnuFTrans5 As System.Windows.Forms.ToolStripMenuItem
  971. Friend WithEvents mnuFTrans6 As System.Windows.Forms.ToolStripMenuItem
  972. Friend WithEvents mnuFTrans7 As System.Windows.Forms.ToolStripMenuItem
  973. Friend WithEvents mnuFTrans8 As System.Windows.Forms.ToolStripMenuItem
  974. Friend WithEvents mnuFTrans9 As System.Windows.Forms.ToolStripMenuItem
  975. Friend WithEvents pnlProjectlet As PowerSong.UserInterface.WidgetCanvas
  976. Friend WithEvents cboTextAlignment As System.Windows.Forms.ComboBox
  977. Friend WithEvents Label24 As System.Windows.Forms.Label
  978. Friend WithEvents Label25 As System.Windows.Forms.Label
  979. Friend WithEvents Label4 As System.Windows.Forms.Label
  980. Friend WithEvents mnuEffectTransparency As System.Windows.Forms.ContextMenuStrip
  981. Friend WithEvents mnuETrans0 As System.Windows.Forms.ToolStripMenuItem
  982. Friend WithEvents mnuETrans1 As System.Windows.Forms.ToolStripMenuItem
  983. Friend WithEvents mnuETrans2 As System.Windows.Forms.ToolStripMenuItem
  984. Friend WithEvents mnuETrans3 As System.Windows.Forms.ToolStripMenuItem
  985. Friend WithEvents mnuETrans4 As System.Windows.Forms.ToolStripMenuItem
  986. Friend WithEvents mnuETrans5 As System.Windows.Forms.ToolStripMenuItem
  987. Friend WithEvents mnuETrans6 As System.Windows.Forms.ToolStripMenuItem
  988. Friend WithEvents mnuETrans7 As System.Windows.Forms.ToolStripMenuItem
  989. Friend WithEvents mnuETrans8 As System.Windows.Forms.ToolStripMenuItem
  990. Friend WithEvents mnuETrans9 As System.Windows.Forms.ToolStripMenuItem
  991. End Class