PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

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