/Source Code/PowerSong/Reporting/frmReporting.Designer.vb
Visual Basic | 278 lines | 215 code | 4 blank | 59 comment | 0 complexity | 95e28203ffab3b9733853dd8de3aa6af MD5 | raw file
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ 2Partial Class frmReporting 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.txtLog = New System.Windows.Forms.TextBox 26 Me.optRawData = New System.Windows.Forms.RadioButton 27 Me.Label1 = New System.Windows.Forms.Label 28 Me.dtStartDate = New System.Windows.Forms.DateTimePicker 29 Me.Label2 = New System.Windows.Forms.Label 30 Me.dtEndDate = New System.Windows.Forms.DateTimePicker 31 Me.optSongUsage = New System.Windows.Forms.RadioButton 32 Me.btnGo = New System.Windows.Forms.Button 33 Me.Panel1 = New System.Windows.Forms.Panel 34 Me.lblStatus = New PowerSong.UserInterface.NoticeLabel 35 Me.Panel2 = New System.Windows.Forms.Panel 36 Me.btnExport = New System.Windows.Forms.Button 37 Me.btnSelectFileName = New System.Windows.Forms.Button 38 Me.Label3 = New System.Windows.Forms.Label 39 Me.txtFileName = New System.Windows.Forms.TextBox 40 Me.dlgSave = New System.Windows.Forms.SaveFileDialog 41 Me.lvReport = New System.Windows.Forms.ListView 42 Me.Panel1.SuspendLayout() 43 Me.Panel2.SuspendLayout() 44 Me.SuspendLayout() 45 ' 46 'txtLog 47 ' 48 Me.txtLog.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 49 Or System.Windows.Forms.AnchorStyles.Left) _ 50 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 51 Me.txtLog.BackColor = System.Drawing.SystemColors.Window 52 Me.txtLog.Location = New System.Drawing.Point(12, 92) 53 Me.txtLog.Multiline = True 54 Me.txtLog.Name = "txtLog" 55 Me.txtLog.ReadOnly = True 56 Me.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both 57 Me.txtLog.Size = New System.Drawing.Size(748, 355) 58 Me.txtLog.TabIndex = 0 59 Me.txtLog.Visible = False 60 ' 61 'optRawData 62 ' 63 Me.optRawData.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 64 Me.optRawData.AutoSize = True 65 Me.optRawData.Checked = True 66 Me.optRawData.Location = New System.Drawing.Point(526, 35) 67 Me.optRawData.Name = "optRawData" 68 Me.optRawData.Size = New System.Drawing.Size(73, 17) 69 Me.optRawData.TabIndex = 1 70 Me.optRawData.TabStop = True 71 Me.optRawData.Text = "Raw Data" 72 Me.optRawData.UseVisualStyleBackColor = True 73 ' 74 'Label1 75 ' 76 Me.Label1.AutoSize = True 77 Me.Label1.Location = New System.Drawing.Point(11, 11) 78 Me.Label1.Name = "Label1" 79 Me.Label1.Size = New System.Drawing.Size(58, 13) 80 Me.Label1.TabIndex = 2 81 Me.Label1.Text = "Start Date:" 82 ' 83 'dtStartDate 84 ' 85 Me.dtStartDate.CustomFormat = "dd/MM/yyyy" 86 Me.dtStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom 87 Me.dtStartDate.Location = New System.Drawing.Point(75, 8) 88 Me.dtStartDate.Name = "dtStartDate" 89 Me.dtStartDate.Size = New System.Drawing.Size(96, 20) 90 Me.dtStartDate.TabIndex = 4 91 ' 92 'Label2 93 ' 94 Me.Label2.AutoSize = True 95 Me.Label2.Location = New System.Drawing.Point(11, 37) 96 Me.Label2.Name = "Label2" 97 Me.Label2.Size = New System.Drawing.Size(55, 13) 98 Me.Label2.TabIndex = 5 99 Me.Label2.Text = "End Date:" 100 ' 101 'dtEndDate 102 ' 103 Me.dtEndDate.CustomFormat = "dd/MM/yyyy" 104 Me.dtEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom 105 Me.dtEndDate.Location = New System.Drawing.Point(75, 34) 106 Me.dtEndDate.Name = "dtEndDate" 107 Me.dtEndDate.Size = New System.Drawing.Size(96, 20) 108 Me.dtEndDate.TabIndex = 6 109 ' 110 'optSongUsage 111 ' 112 Me.optSongUsage.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 113 Me.optSongUsage.AutoSize = True 114 Me.optSongUsage.Location = New System.Drawing.Point(605, 35) 115 Me.optSongUsage.Name = "optSongUsage" 116 Me.optSongUsage.Size = New System.Drawing.Size(84, 17) 117 Me.optSongUsage.TabIndex = 7 118 Me.optSongUsage.Text = "Song Usage" 119 Me.optSongUsage.UseVisualStyleBackColor = True 120 ' 121 'btnGo 122 ' 123 Me.btnGo.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 124 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 125 Me.btnGo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 126 Me.btnGo.Location = New System.Drawing.Point(695, 3) 127 Me.btnGo.Name = "btnGo" 128 Me.btnGo.Size = New System.Drawing.Size(72, 78) 129 Me.btnGo.TabIndex = 8 130 Me.btnGo.Text = "Generate &Report" 131 Me.btnGo.UseVisualStyleBackColor = True 132 ' 133 'Panel1 134 ' 135 Me.Panel1.BackColor = System.Drawing.SystemColors.Window 136 Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle 137 Me.Panel1.Controls.Add(Me.lblStatus) 138 Me.Panel1.Controls.Add(Me.optRawData) 139 Me.Panel1.Controls.Add(Me.btnGo) 140 Me.Panel1.Controls.Add(Me.Label1) 141 Me.Panel1.Controls.Add(Me.optSongUsage) 142 Me.Panel1.Controls.Add(Me.dtStartDate) 143 Me.Panel1.Controls.Add(Me.dtEndDate) 144 Me.Panel1.Controls.Add(Me.Label2) 145 Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top 146 Me.Panel1.Location = New System.Drawing.Point(0, 0) 147 Me.Panel1.Name = "Panel1" 148 Me.Panel1.Size = New System.Drawing.Size(772, 86) 149 Me.Panel1.TabIndex = 9 150 ' 151 'lblStatus 152 ' 153 Me.lblStatus.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ 154 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 155 Me.lblStatus.BackColor = System.Drawing.SystemColors.Window 156 Me.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle 157 Me.lblStatus.Icon = PowerSong.UserInterface.NoticeLabel.IconType.Info 158 Me.lblStatus.Location = New System.Drawing.Point(3, 58) 159 Me.lblStatus.Message = "Please select some options above and then click on the ""Report"" button to generat" & _ 160 "e the report." 161 Me.lblStatus.Name = "lblStatus" 162 Me.lblStatus.Size = New System.Drawing.Size(686, 23) 163 Me.lblStatus.TabIndex = 10 164 ' 165 'Panel2 166 ' 167 Me.Panel2.BackColor = System.Drawing.SystemColors.Window 168 Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle 169 Me.Panel2.Controls.Add(Me.btnExport) 170 Me.Panel2.Controls.Add(Me.btnSelectFileName) 171 Me.Panel2.Controls.Add(Me.Label3) 172 Me.Panel2.Controls.Add(Me.txtFileName) 173 Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom 174 Me.Panel2.Location = New System.Drawing.Point(0, 453) 175 Me.Panel2.Name = "Panel2" 176 Me.Panel2.Size = New System.Drawing.Size(772, 44) 177 Me.Panel2.TabIndex = 10 178 ' 179 'btnExport 180 ' 181 Me.btnExport.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 182 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 183 Me.btnExport.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 184 Me.btnExport.Location = New System.Drawing.Point(695, 3) 185 Me.btnExport.Name = "btnExport" 186 Me.btnExport.Size = New System.Drawing.Size(72, 36) 187 Me.btnExport.TabIndex = 8 188 Me.btnExport.Text = "&Export Data" 189 Me.btnExport.UseVisualStyleBackColor = True 190 ' 191 'btnSelectFileName 192 ' 193 Me.btnSelectFileName.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 194 Me.btnSelectFileName.Location = New System.Drawing.Point(633, 10) 195 Me.btnSelectFileName.Name = "btnSelectFileName" 196 Me.btnSelectFileName.Size = New System.Drawing.Size(28, 23) 197 Me.btnSelectFileName.TabIndex = 13 198 Me.btnSelectFileName.Text = "..." 199 Me.btnSelectFileName.UseVisualStyleBackColor = True 200 ' 201 'Label3 202 ' 203 Me.Label3.AutoSize = True 204 Me.Label3.Location = New System.Drawing.Point(8, 15) 205 Me.Label3.Name = "Label3" 206 Me.Label3.Size = New System.Drawing.Size(57, 13) 207 Me.Label3.TabIndex = 11 208 Me.Label3.Text = "&File Name:" 209 ' 210 'txtFileName 211 ' 212 Me.txtFileName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 213 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 214 Me.txtFileName.Location = New System.Drawing.Point(71, 12) 215 Me.txtFileName.Name = "txtFileName" 216 Me.txtFileName.Size = New System.Drawing.Size(556, 20) 217 Me.txtFileName.TabIndex = 12 218 ' 219 'dlgSave 220 ' 221 Me.dlgSave.Filter = "CSV File|*.csv" 222 ' 223 'lvReport 224 ' 225 Me.lvReport.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 226 Or System.Windows.Forms.AnchorStyles.Left) _ 227 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 228 Me.lvReport.FullRowSelect = True 229 Me.lvReport.GridLines = True 230 Me.lvReport.HideSelection = False 231 Me.lvReport.Location = New System.Drawing.Point(12, 92) 232 Me.lvReport.Name = "lvReport" 233 Me.lvReport.Size = New System.Drawing.Size(748, 355) 234 Me.lvReport.Sorting = System.Windows.Forms.SortOrder.Ascending 235 Me.lvReport.TabIndex = 11 236 Me.lvReport.UseCompatibleStateImageBehavior = False 237 Me.lvReport.View = System.Windows.Forms.View.Details 238 Me.lvReport.Visible = False 239 ' 240 'frmReporting 241 ' 242 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 243 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 244 Me.BackColor = System.Drawing.SystemColors.AppWorkspace 245 Me.ClientSize = New System.Drawing.Size(772, 497) 246 Me.Controls.Add(Me.lvReport) 247 Me.Controls.Add(Me.Panel2) 248 Me.Controls.Add(Me.Panel1) 249 Me.Controls.Add(Me.txtLog) 250 Me.Name = "frmReporting" 251 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent 252 Me.Text = "Reporting" 253 Me.Panel1.ResumeLayout(False) 254 Me.Panel1.PerformLayout() 255 Me.Panel2.ResumeLayout(False) 256 Me.Panel2.PerformLayout() 257 Me.ResumeLayout(False) 258 Me.PerformLayout() 259 260 End Sub 261 Friend WithEvents txtLog As System.Windows.Forms.TextBox 262 Friend WithEvents optRawData As System.Windows.Forms.RadioButton 263 Friend WithEvents Label1 As System.Windows.Forms.Label 264 Friend WithEvents dtStartDate As System.Windows.Forms.DateTimePicker 265 Friend WithEvents Label2 As System.Windows.Forms.Label 266 Friend WithEvents dtEndDate As System.Windows.Forms.DateTimePicker 267 Friend WithEvents optSongUsage As System.Windows.Forms.RadioButton 268 Friend WithEvents btnGo As System.Windows.Forms.Button 269 Friend WithEvents Panel1 As System.Windows.Forms.Panel 270 Friend WithEvents lblStatus As PowerSong.UserInterface.NoticeLabel 271 Friend WithEvents Panel2 As System.Windows.Forms.Panel 272 Friend WithEvents btnExport As System.Windows.Forms.Button 273 Friend WithEvents btnSelectFileName As System.Windows.Forms.Button 274 Friend WithEvents Label3 As System.Windows.Forms.Label 275 Friend WithEvents txtFileName As System.Windows.Forms.TextBox 276 Friend WithEvents dlgSave As System.Windows.Forms.SaveFileDialog 277 Friend WithEvents lvReport As System.Windows.Forms.ListView 278End Class