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