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