PageRenderTime 55ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/Configuration/frmConfiguration.Designer.vb.orig

#
text | 908 lines | 903 code | 5 blank | 0 comment | 0 complexity | f4ae1299e8193dd55feeb8e7c54651d5 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmConfiguration
  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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  23. Me.OK_Button = New System.Windows.Forms.Button()
  24. Me.Cancel_Button = New System.Windows.Forms.Button()
  25. Me.TabControl1 = New System.Windows.Forms.TabControl()
  26. Me.tpUsability = New System.Windows.Forms.TabPage()
  27. Me.lstFunctions = New System.Windows.Forms.CheckedListBox()
  28. Me.Label24 = New System.Windows.Forms.Label()
  29. Me.Label21 = New System.Windows.Forms.Label()
  30. Me.Label19 = New System.Windows.Forms.Label()
  31. Me.Label18 = New System.Windows.Forms.Label()
  32. Me.chkShowMainProjection = New System.Windows.Forms.CheckBox()
  33. Me.chkShowPreviewProjection = New System.Windows.Forms.CheckBox()
  34. Me.chkShowSongPreviews = New System.Windows.Forms.CheckBox()
  35. Me.tpSongs = New System.Windows.Forms.TabPage()
  36. Me.Label26 = New System.Windows.Forms.Label()
  37. Me.chkRecordUsage = New System.Windows.Forms.CheckBox()
  38. Me.Label25 = New System.Windows.Forms.Label()
  39. Me.Label9 = New System.Windows.Forms.Label()
  40. Me.Label5 = New System.Windows.Forms.Label()
  41. Me.btnRecreateIndex = New System.Windows.Forms.Button()
  42. Me.Label1 = New System.Windows.Forms.Label()
  43. Me.tpLicensing = New System.Windows.Forms.TabPage()
  44. Me.btnEditLicense = New System.Windows.Forms.Button()
  45. Me.btnDeleteLicense = New System.Windows.Forms.Button()
  46. Me.btnAddLicense = New System.Windows.Forms.Button()
  47. Me.Label6 = New System.Windows.Forms.Label()
  48. Me.lvLicenses = New System.Windows.Forms.ListView()
  49. Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
  50. Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
  51. Me.tpBibles = New System.Windows.Forms.TabPage()
  52. Me.Label3 = New System.Windows.Forms.Label()
  53. Me.btnSetDefault = New System.Windows.Forms.Button()
  54. Me.btnRemoveBible = New System.Windows.Forms.Button()
  55. Me.btnAddBible = New System.Windows.Forms.Button()
  56. Me.lstBibleTranslations = New System.Windows.Forms.ListBox()
  57. Me.Label2 = New System.Windows.Forms.Label()
  58. Me.tpNotices = New System.Windows.Forms.TabPage()
  59. Me.Label23 = New System.Windows.Forms.Label()
  60. Me.txtNoticeDefaultDuration = New System.Windows.Forms.NumericUpDown()
  61. Me.txtNoticeTimeDissapear = New System.Windows.Forms.NumericUpDown()
  62. Me.txtNoticeTimeAppear = New System.Windows.Forms.NumericUpDown()
  63. Me.txtNoticeScrollingSpeed = New System.Windows.Forms.NumericUpDown()
  64. Me.lblFontAppearance = New System.Windows.Forms.Label()
  65. Me.btnChangeNoticeFont = New System.Windows.Forms.Button()
  66. Me.lblNoticeFontSize = New System.Windows.Forms.Label()
  67. Me.Label28 = New System.Windows.Forms.Label()
  68. Me.Label22 = New System.Windows.Forms.Label()
  69. Me.Label20 = New System.Windows.Forms.Label()
  70. Me.Label17 = New System.Windows.Forms.Label()
  71. Me.Label16 = New System.Windows.Forms.Label()
  72. Me.Label15 = New System.Windows.Forms.Label()
  73. Me.Label14 = New System.Windows.Forms.Label()
  74. Me.Label13 = New System.Windows.Forms.Label()
  75. Me.btnSelectBackgroundColour = New System.Windows.Forms.Button()
  76. Me.btnSelectTextColour = New System.Windows.Forms.Button()
  77. Me.Label4 = New System.Windows.Forms.Label()
  78. Me.Label12 = New System.Windows.Forms.Label()
  79. Me.pbBackgroundColour = New System.Windows.Forms.PictureBox()
  80. Me.pbTextColour = New System.Windows.Forms.PictureBox()
  81. Me.tpDeveloper = New System.Windows.Forms.TabPage()
  82. Me.btnCrash = New System.Windows.Forms.Button()
  83. Me.dlgSelectColour = New System.Windows.Forms.ColorDialog()
  84. Me.dlgFont = New System.Windows.Forms.FontDialog()
  85. Me.dlgBibleTranslation = New System.Windows.Forms.OpenFileDialog()
  86. Me.NoticeLabel1 = New PowerSong.UserInterface.NoticeLabel()
  87. Me.TableLayoutPanel1.SuspendLayout()
  88. Me.TabControl1.SuspendLayout()
  89. Me.tpUsability.SuspendLayout()
  90. Me.tpSongs.SuspendLayout()
  91. Me.tpLicensing.SuspendLayout()
  92. Me.tpBibles.SuspendLayout()
  93. Me.tpNotices.SuspendLayout()
  94. CType(Me.txtNoticeDefaultDuration, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.txtNoticeTimeDissapear, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.txtNoticeTimeAppear, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.txtNoticeScrollingSpeed, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.pbBackgroundColour, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.pbTextColour, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.tpDeveloper.SuspendLayout()
  101. Me.SuspendLayout()
  102. '
  103. 'TableLayoutPanel1
  104. '
  105. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  106. Me.TableLayoutPanel1.ColumnCount = 2
  107. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  108. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  109. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  110. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  111. Me.TableLayoutPanel1.Location = New System.Drawing.Point(354, 404)
  112. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  113. Me.TableLayoutPanel1.RowCount = 1
  114. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  115. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  116. Me.TableLayoutPanel1.TabIndex = 0
  117. '
  118. 'OK_Button
  119. '
  120. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  121. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  122. Me.OK_Button.Name = "OK_Button"
  123. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  124. Me.OK_Button.TabIndex = 0
  125. Me.OK_Button.Text = "OK"
  126. '
  127. 'Cancel_Button
  128. '
  129. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  130. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  131. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  132. Me.Cancel_Button.Name = "Cancel_Button"
  133. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  134. Me.Cancel_Button.TabIndex = 1
  135. Me.Cancel_Button.Text = "Cancel"
  136. '
  137. 'TabControl1
  138. '
  139. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  140. Or System.Windows.Forms.AnchorStyles.Left) _
  141. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  142. Me.TabControl1.Controls.Add(Me.tpUsability)
  143. Me.TabControl1.Controls.Add(Me.tpSongs)
  144. Me.TabControl1.Controls.Add(Me.tpLicensing)
  145. Me.TabControl1.Controls.Add(Me.tpBibles)
  146. Me.TabControl1.Controls.Add(Me.tpNotices)
  147. Me.TabControl1.Controls.Add(Me.tpDeveloper)
  148. Me.TabControl1.Location = New System.Drawing.Point(12, 12)
  149. Me.TabControl1.Name = "TabControl1"
  150. Me.TabControl1.SelectedIndex = 0
  151. Me.TabControl1.Size = New System.Drawing.Size(488, 335)
  152. Me.TabControl1.TabIndex = 0
  153. '
  154. 'tpUsability
  155. '
  156. Me.tpUsability.Controls.Add(Me.lstFunctions)
  157. Me.tpUsability.Controls.Add(Me.Label24)
  158. Me.tpUsability.Controls.Add(Me.Label21)
  159. Me.tpUsability.Controls.Add(Me.Label19)
  160. Me.tpUsability.Controls.Add(Me.Label18)
  161. Me.tpUsability.Controls.Add(Me.chkShowMainProjection)
  162. Me.tpUsability.Controls.Add(Me.chkShowPreviewProjection)
  163. Me.tpUsability.Controls.Add(Me.chkShowSongPreviews)
  164. Me.tpUsability.Location = New System.Drawing.Point(4, 22)
  165. Me.tpUsability.Name = "tpUsability"
  166. Me.tpUsability.Padding = New System.Windows.Forms.Padding(12)
  167. Me.tpUsability.Size = New System.Drawing.Size(480, 309)
  168. Me.tpUsability.TabIndex = 2
  169. Me.tpUsability.Text = "Usability"
  170. Me.tpUsability.UseVisualStyleBackColor = True
  171. '
  172. 'lstFunctions
  173. '
  174. Me.lstFunctions.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  175. Or System.Windows.Forms.AnchorStyles.Left) _
  176. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  177. Me.lstFunctions.CheckOnClick = True
  178. Me.lstFunctions.ColumnWidth = 200
  179. Me.lstFunctions.ForeColor = System.Drawing.Color.Green
  180. Me.lstFunctions.FormattingEnabled = True
  181. Me.lstFunctions.IntegralHeight = False
  182. Me.lstFunctions.Location = New System.Drawing.Point(15, 184)
  183. Me.lstFunctions.Name = "lstFunctions"
  184. Me.lstFunctions.Size = New System.Drawing.Size(450, 110)
  185. Me.lstFunctions.Sorted = True
  186. Me.lstFunctions.TabIndex = 8
  187. '
  188. 'Label24
  189. '
  190. Me.Label24.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  191. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  192. Me.Label24.ForeColor = System.Drawing.Color.Green
  193. Me.Label24.Location = New System.Drawing.Point(12, 152)
  194. Me.Label24.Name = "Label24"
  195. Me.Label24.Size = New System.Drawing.Size(450, 29)
  196. Me.Label24.TabIndex = 7
  197. Me.Label24.Text = "This feature can be used to make PowerSong easier to use. Simply check the featur" & _
  198. "es you want to be available."
  199. '
  200. 'Label21
  201. '
  202. Me.Label21.AutoSize = True
  203. Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  204. Me.Label21.ForeColor = System.Drawing.Color.Green
  205. Me.Label21.Location = New System.Drawing.Point(12, 131)
  206. Me.Label21.Name = "Label21"
  207. Me.Label21.Size = New System.Drawing.Size(135, 13)
  208. Me.Label21.TabIndex = 6
  209. Me.Label21.Text = "Available Functionality"
  210. '
  211. 'Label19
  212. '
  213. Me.Label19.AutoSize = True
  214. Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  215. Me.Label19.Location = New System.Drawing.Point(12, 12)
  216. Me.Label19.Name = "Label19"
  217. Me.Label19.Size = New System.Drawing.Size(91, 13)
  218. Me.Label19.TabIndex = 5
  219. Me.Label19.Text = "Song Previews"
  220. '
  221. 'Label18
  222. '
  223. Me.Label18.AutoSize = True
  224. Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  225. Me.Label18.Location = New System.Drawing.Point(12, 60)
  226. Me.Label18.Name = "Label18"
  227. Me.Label18.Size = New System.Drawing.Size(64, 13)
  228. Me.Label18.TabIndex = 4
  229. Me.Label18.Text = "Projection"
  230. '
  231. 'chkShowMainProjection
  232. '
  233. Me.chkShowMainProjection.AutoSize = True
  234. Me.chkShowMainProjection.Location = New System.Drawing.Point(15, 76)
  235. Me.chkShowMainProjection.Name = "chkShowMainProjection"
  236. Me.chkShowMainProjection.Size = New System.Drawing.Size(180, 17)
  237. Me.chkShowMainProjection.TabIndex = 2
  238. Me.chkShowMainProjection.Text = "Show main projection on start up"
  239. Me.chkShowMainProjection.UseVisualStyleBackColor = True
  240. '
  241. 'chkShowPreviewProjection
  242. '
  243. Me.chkShowPreviewProjection.AutoSize = True
  244. Me.chkShowPreviewProjection.Location = New System.Drawing.Point(15, 99)
  245. Me.chkShowPreviewProjection.Name = "chkShowPreviewProjection"
  246. Me.chkShowPreviewProjection.Size = New System.Drawing.Size(195, 17)
  247. Me.chkShowPreviewProjection.TabIndex = 1
  248. Me.chkShowPreviewProjection.Text = "Show preview projection on start up"
  249. Me.chkShowPreviewProjection.UseVisualStyleBackColor = True
  250. '
  251. 'chkShowSongPreviews
  252. '
  253. Me.chkShowSongPreviews.AutoSize = True
  254. Me.chkShowSongPreviews.Location = New System.Drawing.Point(15, 28)
  255. Me.chkShowSongPreviews.Name = "chkShowSongPreviews"
  256. Me.chkShowSongPreviews.Size = New System.Drawing.Size(207, 17)
  257. Me.chkShowSongPreviews.TabIndex = 0
  258. Me.chkShowSongPreviews.Text = "Show previews when selecting a song"
  259. Me.chkShowSongPreviews.UseVisualStyleBackColor = True
  260. '
  261. 'tpSongs
  262. '
  263. Me.tpSongs.Controls.Add(Me.Label26)
  264. Me.tpSongs.Controls.Add(Me.chkRecordUsage)
  265. Me.tpSongs.Controls.Add(Me.Label25)
  266. Me.tpSongs.Controls.Add(Me.Label9)
  267. Me.tpSongs.Controls.Add(Me.Label5)
  268. Me.tpSongs.Controls.Add(Me.btnRecreateIndex)
  269. Me.tpSongs.Controls.Add(Me.Label1)
  270. Me.tpSongs.Location = New System.Drawing.Point(4, 22)
  271. Me.tpSongs.Name = "tpSongs"
  272. Me.tpSongs.Padding = New System.Windows.Forms.Padding(12)
  273. Me.tpSongs.Size = New System.Drawing.Size(480, 309)
  274. Me.tpSongs.TabIndex = 0
  275. Me.tpSongs.Text = "Songs"
  276. Me.tpSongs.UseVisualStyleBackColor = True
  277. '
  278. 'Label26
  279. '
  280. Me.Label26.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  281. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  282. Me.Label26.Location = New System.Drawing.Point(32, 153)
  283. Me.Label26.Name = "Label26"
  284. Me.Label26.Size = New System.Drawing.Size(433, 30)
  285. Me.Label26.TabIndex = 14
  286. Me.Label26.Text = "If the above box is checked, then event logging will be enabled. It will then be " & _
  287. "posisble to gather and report on data, such as song usage."
  288. '
  289. 'chkRecordUsage
  290. '
  291. Me.chkRecordUsage.AutoSize = True
  292. Me.chkRecordUsage.Location = New System.Drawing.Point(15, 133)
  293. Me.chkRecordUsage.Name = "chkRecordUsage"
  294. Me.chkRecordUsage.Size = New System.Drawing.Size(223, 17)
  295. Me.chkRecordUsage.TabIndex = 13
  296. Me.chkRecordUsage.Text = "Record information about projected songs"
  297. Me.chkRecordUsage.UseVisualStyleBackColor = True
  298. '
  299. 'Label25
  300. '
  301. Me.Label25.AutoSize = True
  302. Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  303. Me.Label25.Location = New System.Drawing.Point(12, 109)
  304. Me.Label25.Name = "Label25"
  305. Me.Label25.Size = New System.Drawing.Size(52, 13)
  306. Me.Label25.TabIndex = 12
  307. Me.Label25.Text = "Logging"
  308. '
  309. 'Label9
  310. '
  311. Me.Label9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  312. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  313. Me.Label9.Location = New System.Drawing.Point(12, 35)
  314. Me.Label9.Name = "Label9"
  315. Me.Label9.Size = New System.Drawing.Size(453, 19)
  316. Me.Label9.TabIndex = 9
  317. Me.Label9.Text = "If search results seem inconsistent or correct you can fix this problem with the " & _
  318. "below button:"
  319. '
  320. 'Label5
  321. '
  322. Me.Label5.AutoSize = True
  323. Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  324. Me.Label5.Location = New System.Drawing.Point(12, 12)
  325. Me.Label5.Name = "Label5"
  326. Me.Label5.Size = New System.Drawing.Size(71, 13)
  327. Me.Label5.TabIndex = 8
  328. Me.Label5.Text = "Song Index"
  329. '
  330. 'btnRecreateIndex
  331. '
  332. Me.btnRecreateIndex.Location = New System.Drawing.Point(15, 57)
  333. Me.btnRecreateIndex.Name = "btnRecreateIndex"
  334. Me.btnRecreateIndex.Size = New System.Drawing.Size(93, 23)
  335. Me.btnRecreateIndex.TabIndex = 10
  336. Me.btnRecreateIndex.Text = "Recreate &Index"
  337. Me.btnRecreateIndex.UseVisualStyleBackColor = True
  338. '
  339. 'Label1
  340. '
  341. Me.Label1.AutoSize = True
  342. Me.Label1.Location = New System.Drawing.Point(114, 62)
  343. Me.Label1.Name = "Label1"
  344. Me.Label1.Size = New System.Drawing.Size(209, 13)
  345. Me.Label1.TabIndex = 11
  346. Me.Label1.Text = "Click to erase and recreate the song index."
  347. '
  348. 'tpLicensing
  349. '
  350. Me.tpLicensing.Controls.Add(Me.btnEditLicense)
  351. Me.tpLicensing.Controls.Add(Me.btnDeleteLicense)
  352. Me.tpLicensing.Controls.Add(Me.btnAddLicense)
  353. Me.tpLicensing.Controls.Add(Me.Label6)
  354. Me.tpLicensing.Controls.Add(Me.lvLicenses)
  355. Me.tpLicensing.Location = New System.Drawing.Point(4, 22)
  356. Me.tpLicensing.Name = "tpLicensing"
  357. Me.tpLicensing.Padding = New System.Windows.Forms.Padding(3)
  358. Me.tpLicensing.Size = New System.Drawing.Size(480, 309)
  359. Me.tpLicensing.TabIndex = 5
  360. Me.tpLicensing.Text = "Licensing"
  361. Me.tpLicensing.UseVisualStyleBackColor = True
  362. '
  363. 'btnEditLicense
  364. '
  365. Me.btnEditLicense.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  366. Me.btnEditLicense.Location = New System.Drawing.Point(390, 74)
  367. Me.btnEditLicense.Name = "btnEditLicense"
  368. Me.btnEditLicense.Size = New System.Drawing.Size(75, 23)
  369. Me.btnEditLicense.TabIndex = 20
  370. Me.btnEditLicense.Text = "&Edit..."
  371. Me.btnEditLicense.UseVisualStyleBackColor = True
  372. '
  373. 'btnDeleteLicense
  374. '
  375. Me.btnDeleteLicense.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  376. Me.btnDeleteLicense.Location = New System.Drawing.Point(390, 103)
  377. Me.btnDeleteLicense.Name = "btnDeleteLicense"
  378. Me.btnDeleteLicense.Size = New System.Drawing.Size(75, 23)
  379. Me.btnDeleteLicense.TabIndex = 19
  380. Me.btnDeleteLicense.Text = "&Delete"
  381. Me.btnDeleteLicense.UseVisualStyleBackColor = True
  382. '
  383. 'btnAddLicense
  384. '
  385. Me.btnAddLicense.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  386. Me.btnAddLicense.Location = New System.Drawing.Point(390, 45)
  387. Me.btnAddLicense.Name = "btnAddLicense"
  388. Me.btnAddLicense.Size = New System.Drawing.Size(75, 23)
  389. Me.btnAddLicense.TabIndex = 18
  390. Me.btnAddLicense.Text = "&Add..."
  391. Me.btnAddLicense.UseVisualStyleBackColor = True
  392. '
  393. 'Label6
  394. '
  395. Me.Label6.AutoSize = True
  396. Me.Label6.Location = New System.Drawing.Point(15, 20)
  397. Me.Label6.Name = "Label6"
  398. Me.Label6.Size = New System.Drawing.Size(242, 13)
  399. Me.Label6.TabIndex = 17
  400. Me.Label6.Text = "The following set of licenses are currently defined:"
  401. '
  402. 'lvLicenses
  403. '
  404. Me.lvLicenses.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  405. Or System.Windows.Forms.AnchorStyles.Left) _
  406. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  407. Me.lvLicenses.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
  408. Me.lvLicenses.FullRowSelect = True
  409. Me.lvLicenses.HideSelection = False
  410. Me.lvLicenses.Location = New System.Drawing.Point(18, 45)
  411. Me.lvLicenses.Name = "lvLicenses"
  412. Me.lvLicenses.Size = New System.Drawing.Size(366, 243)
  413. Me.lvLicenses.TabIndex = 16
  414. Me.lvLicenses.UseCompatibleStateImageBehavior = False
  415. Me.lvLicenses.View = System.Windows.Forms.View.Details
  416. '
  417. 'ColumnHeader1
  418. '
  419. Me.ColumnHeader1.Text = "Name"
  420. Me.ColumnHeader1.Width = 222
  421. '
  422. 'ColumnHeader2
  423. '
  424. Me.ColumnHeader2.Text = "License Number"
  425. Me.ColumnHeader2.Width = 109
  426. '
  427. 'tpBibles
  428. '
  429. Me.tpBibles.Controls.Add(Me.Label3)
  430. Me.tpBibles.Controls.Add(Me.btnSetDefault)
  431. Me.tpBibles.Controls.Add(Me.btnRemoveBible)
  432. Me.tpBibles.Controls.Add(Me.btnAddBible)
  433. Me.tpBibles.Controls.Add(Me.lstBibleTranslations)
  434. Me.tpBibles.Controls.Add(Me.Label2)
  435. Me.tpBibles.Location = New System.Drawing.Point(4, 22)
  436. Me.tpBibles.Name = "tpBibles"
  437. Me.tpBibles.Padding = New System.Windows.Forms.Padding(12)
  438. Me.tpBibles.Size = New System.Drawing.Size(480, 309)
  439. Me.tpBibles.TabIndex = 1
  440. Me.tpBibles.Text = "Bibles"
  441. Me.tpBibles.UseVisualStyleBackColor = True
  442. '
  443. 'Label3
  444. '
  445. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  446. Me.Label3.AutoSize = True
  447. Me.Label3.ForeColor = System.Drawing.Color.Green
  448. Me.Label3.Location = New System.Drawing.Point(15, 281)
  449. Me.Label3.Name = "Label3"
  450. Me.Label3.Size = New System.Drawing.Size(278, 13)
  451. Me.Label3.TabIndex = 5
  452. Me.Label3.Text = "Note that these translations are available in all databases."
  453. '
  454. 'btnSetDefault
  455. '
  456. Me.btnSetDefault.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  457. Me.btnSetDefault.ForeColor = System.Drawing.Color.Green
  458. Me.btnSetDefault.Location = New System.Drawing.Point(390, 104)
  459. Me.btnSetDefault.Name = "btnSetDefault"
  460. Me.btnSetDefault.Size = New System.Drawing.Size(75, 23)
  461. Me.btnSetDefault.TabIndex = 4
  462. Me.btnSetDefault.Text = "&Set Active"
  463. Me.btnSetDefault.UseVisualStyleBackColor = True
  464. '
  465. 'btnRemoveBible
  466. '
  467. Me.btnRemoveBible.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  468. Me.btnRemoveBible.ForeColor = System.Drawing.Color.Green
  469. Me.btnRemoveBible.Location = New System.Drawing.Point(390, 75)
  470. Me.btnRemoveBible.Name = "btnRemoveBible"
  471. Me.btnRemoveBible.Size = New System.Drawing.Size(75, 23)
  472. Me.btnRemoveBible.TabIndex = 3
  473. Me.btnRemoveBible.Text = "&Delete"
  474. Me.btnRemoveBible.UseVisualStyleBackColor = True
  475. '
  476. 'btnAddBible
  477. '
  478. Me.btnAddBible.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  479. Me.btnAddBible.ForeColor = System.Drawing.Color.Green
  480. Me.btnAddBible.Location = New System.Drawing.Point(390, 45)
  481. Me.btnAddBible.Name = "btnAddBible"
  482. Me.btnAddBible.Size = New System.Drawing.Size(75, 23)
  483. Me.btnAddBible.TabIndex = 2
  484. Me.btnAddBible.Text = "&Add..."
  485. Me.btnAddBible.UseVisualStyleBackColor = True
  486. '
  487. 'lstBibleTranslations
  488. '
  489. Me.lstBibleTranslations.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  490. Or System.Windows.Forms.AnchorStyles.Left) _
  491. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  492. Me.lstBibleTranslations.ForeColor = System.Drawing.Color.Green
  493. Me.lstBibleTranslations.FormattingEnabled = True
  494. Me.lstBibleTranslations.IntegralHeight = False
  495. Me.lstBibleTranslations.Location = New System.Drawing.Point(18, 45)
  496. Me.lstBibleTranslations.Name = "lstBibleTranslations"
  497. Me.lstBibleTranslations.Size = New System.Drawing.Size(366, 227)
  498. Me.lstBibleTranslations.TabIndex = 1
  499. '
  500. 'Label2
  501. '
  502. Me.Label2.AutoSize = True
  503. Me.Label2.ForeColor = System.Drawing.Color.Green
  504. Me.Label2.Location = New System.Drawing.Point(15, 20)
  505. Me.Label2.Name = "Label2"
  506. Me.Label2.Size = New System.Drawing.Size(217, 13)
  507. Me.Label2.TabIndex = 0
  508. Me.Label2.Text = "The following bible translations are available:"
  509. '
  510. 'tpNotices
  511. '
  512. Me.tpNotices.Controls.Add(Me.Label23)
  513. Me.tpNotices.Controls.Add(Me.txtNoticeDefaultDuration)
  514. Me.tpNotices.Controls.Add(Me.txtNoticeTimeDissapear)
  515. Me.tpNotices.Controls.Add(Me.txtNoticeTimeAppear)
  516. Me.tpNotices.Controls.Add(Me.txtNoticeScrollingSpeed)
  517. Me.tpNotices.Controls.Add(Me.lblFontAppearance)
  518. Me.tpNotices.Controls.Add(Me.btnChangeNoticeFont)
  519. Me.tpNotices.Controls.Add(Me.lblNoticeFontSize)
  520. Me.tpNotices.Controls.Add(Me.Label28)
  521. Me.tpNotices.Controls.Add(Me.Label22)
  522. Me.tpNotices.Controls.Add(Me.Label20)
  523. Me.tpNotices.Controls.Add(Me.Label17)
  524. Me.tpNotices.Controls.Add(Me.Label16)
  525. Me.tpNotices.Controls.Add(Me.Label15)
  526. Me.tpNotices.Controls.Add(Me.Label14)
  527. Me.tpNotices.Controls.Add(Me.Label13)
  528. Me.tpNotices.Controls.Add(Me.btnSelectBackgroundColour)
  529. Me.tpNotices.Controls.Add(Me.btnSelectTextColour)
  530. Me.tpNotices.Controls.Add(Me.Label4)
  531. Me.tpNotices.Controls.Add(Me.Label12)
  532. Me.tpNotices.Controls.Add(Me.pbBackgroundColour)
  533. Me.tpNotices.Controls.Add(Me.pbTextColour)
  534. Me.tpNotices.Location = New System.Drawing.Point(4, 22)
  535. Me.tpNotices.Name = "tpNotices"
  536. Me.tpNotices.Padding = New System.Windows.Forms.Padding(3)
  537. Me.tpNotices.Size = New System.Drawing.Size(480, 309)
  538. Me.tpNotices.TabIndex = 3
  539. Me.tpNotices.Text = "Scrolling Notices"
  540. Me.tpNotices.UseVisualStyleBackColor = True
  541. '
  542. 'Label23
  543. '
  544. Me.Label23.AutoSize = True
  545. Me.Label23.Location = New System.Drawing.Point(204, 179)
  546. Me.Label23.Name = "Label23"
  547. Me.Label23.Size = New System.Drawing.Size(108, 13)
  548. Me.Label23.TabIndex = 30
  549. Me.Label23.Text = "% of width (per frame)"
  550. '
  551. 'txtNoticeDefaultDuration
  552. '
  553. Me.txtNoticeDefaultDuration.Location = New System.Drawing.Point(141, 255)
  554. Me.txtNoticeDefaultDuration.Maximum = New Decimal(New Integer() {300, 0, 0, 0})
  555. Me.txtNoticeDefaultDuration.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  556. Me.txtNoticeDefaultDuration.Name = "txtNoticeDefaultDuration"
  557. Me.txtNoticeDefaultDuration.Size = New System.Drawing.Size(57, 20)
  558. Me.txtNoticeDefaultDuration.TabIndex = 39
  559. Me.txtNoticeDefaultDuration.Value = New Decimal(New Integer() {30, 0, 0, 0})
  560. '
  561. 'txtNoticeTimeDissapear
  562. '
  563. Me.txtNoticeTimeDissapear.Increment = New Decimal(New Integer() {250, 0, 0, 0})
  564. Me.txtNoticeTimeDissapear.Location = New System.Drawing.Point(141, 229)
  565. Me.txtNoticeTimeDissapear.Maximum = New Decimal(New Integer() {60000, 0, 0, 0})
  566. Me.txtNoticeTimeDissapear.Name = "txtNoticeTimeDissapear"
  567. Me.txtNoticeTimeDissapear.Size = New System.Drawing.Size(57, 20)
  568. Me.txtNoticeTimeDissapear.TabIndex = 35
  569. Me.txtNoticeTimeDissapear.Value = New Decimal(New Integer() {1000, 0, 0, 0})
  570. '
  571. 'txtNoticeTimeAppear
  572. '
  573. Me.txtNoticeTimeAppear.Increment = New Decimal(New Integer() {250, 0, 0, 0})
  574. Me.txtNoticeTimeAppear.Location = New System.Drawing.Point(141, 203)
  575. Me.txtNoticeTimeAppear.Maximum = New Decimal(New Integer() {60000, 0, 0, 0})
  576. Me.txtNoticeTimeAppear.Name = "txtNoticeTimeAppear"
  577. Me.txtNoticeTimeAppear.Size = New System.Drawing.Size(57, 20)
  578. Me.txtNoticeTimeAppear.TabIndex = 32
  579. Me.txtNoticeTimeAppear.Value = New Decimal(New Integer() {1000, 0, 0, 0})
  580. '
  581. 'txtNoticeScrollingSpeed
  582. '
  583. Me.txtNoticeScrollingSpeed.DecimalPlaces = 1
  584. Me.txtNoticeScrollingSpeed.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  585. Me.txtNoticeScrollingSpeed.Location = New System.Drawing.Point(141, 177)
  586. Me.txtNoticeScrollingSpeed.Maximum = New Decimal(New Integer() {500, 0, 0, 0})
  587. Me.txtNoticeScrollingSpeed.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  588. Me.txtNoticeScrollingSpeed.Name = "txtNoticeScrollingSpeed"
  589. Me.txtNoticeScrollingSpeed.Size = New System.Drawing.Size(57, 20)
  590. Me.txtNoticeScrollingSpeed.TabIndex = 29
  591. Me.txtNoticeScrollingSpeed.Value = New Decimal(New Integer() {5, 0, 0, 0})
  592. '
  593. 'lblFontAppearance
  594. '
  595. Me.lblFontAppearance.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  596. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  597. Me.lblFontAppearance.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  598. Me.lblFontAppearance.Location = New System.Drawing.Point(6, 6)
  599. Me.lblFontAppearance.Name = "lblFontAppearance"
  600. Me.lblFontAppearance.Size = New System.Drawing.Size(368, 71)
  601. Me.lblFontAppearance.TabIndex = 20
  602. Me.lblFontAppearance.Text = "FONT_APPEARANCE"
  603. Me.lblFontAppearance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  604. '
  605. 'btnChangeNoticeFont
  606. '
  607. Me.btnChangeNoticeFont.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  608. Me.btnChangeNoticeFont.Location = New System.Drawing.Point(380, 6)
  609. Me.btnChangeNoticeFont.Name = "btnChangeNoticeFont"
  610. Me.btnChangeNoticeFont.Size = New System.Drawing.Size(94, 23)
  611. Me.btnChangeNoticeFont.TabIndex = 21
  612. Me.btnChangeNoticeFont.Text = "&Change Font..."
  613. Me.btnChangeNoticeFont.UseVisualStyleBackColor = True
  614. '
  615. 'lblNoticeFontSize
  616. '
  617. Me.lblNoticeFontSize.AutoSize = True
  618. Me.lblNoticeFontSize.Location = New System.Drawing.Point(41, 77)
  619. Me.lblNoticeFontSize.Name = "lblNoticeFontSize"
  620. Me.lblNoticeFontSize.Size = New System.Drawing.Size(45, 13)
  621. Me.lblNoticeFontSize.TabIndex = 23
  622. Me.lblNoticeFontSize.Text = "Label27"
  623. '
  624. 'Label28
  625. '
  626. Me.Label28.AutoSize = True
  627. Me.Label28.Location = New System.Drawing.Point(6, 77)
  628. Me.Label28.Name = "Label28"
  629. Me.Label28.Size = New System.Drawing.Size(30, 13)
  630. Me.Label28.TabIndex = 22
  631. Me.Label28.Text = "Size:"
  632. '
  633. 'Label22
  634. '
  635. Me.Label22.AutoSize = True
  636. Me.Label22.Location = New System.Drawing.Point(204, 257)
  637. Me.Label22.Name = "Label22"
  638. Me.Label22.Size = New System.Drawing.Size(47, 13)
  639. Me.Label22.TabIndex = 41
  640. Me.Label22.Text = "seconds"
  641. '
  642. 'Label20
  643. '
  644. Me.Label20.AutoSize = True
  645. Me.Label20.Location = New System.Drawing.Point(6, 257)
  646. Me.Label20.Name = "Label20"
  647. Me.Label20.Size = New System.Drawing.Size(87, 13)
  648. Me.Label20.TabIndex = 38
  649. Me.Label20.Text = "Default Duration:"
  650. '
  651. 'Label17
  652. '
  653. Me.Label17.AutoSize = True
  654. Me.Label17.Location = New System.Drawing.Point(204, 231)
  655. Me.Label17.Name = "Label17"
  656. Me.Label17.Size = New System.Drawing.Size(63, 13)
  657. Me.Label17.TabIndex = 37
  658. Me.Label17.Text = "milliseconds"
  659. '
  660. 'Label16
  661. '
  662. Me.Label16.AutoSize = True
  663. Me.Label16.Location = New System.Drawing.Point(204, 205)
  664. Me.Label16.Name = "Label16"
  665. Me.Label16.Size = New System.Drawing.Size(63, 13)
  666. Me.Label16.TabIndex = 33
  667. Me.Label16.Text = "milliseconds"
  668. '
  669. 'Label15
  670. '
  671. Me.Label15.AutoSize = True
  672. Me.Label15.Location = New System.Drawing.Point(6, 231)
  673. Me.Label15.Name = "Label15"
  674. Me.Label15.Size = New System.Drawing.Size(95, 13)
  675. Me.Label15.TabIndex = 34
  676. Me.Label15.Text = "Time to Dissapear:"
  677. '
  678. 'Label14
  679. '
  680. Me.Label14.AutoSize = True
  681. Me.Label14.Location = New System.Drawing.Point(6, 205)
  682. Me.Label14.Name = "Label14"
  683. Me.Label14.Size = New System.Drawing.Size(82, 13)
  684. Me.Label14.TabIndex = 31
  685. Me.Label14.Text = "Time to Appear:"
  686. '
  687. 'Label13
  688. '
  689. Me.Label13.AutoSize = True
  690. Me.Label13.Location = New System.Drawing.Point(6, 179)
  691. Me.Label13.Name = "Label13"
  692. Me.Label13.Size = New System.Drawing.Size(84, 13)
  693. Me.Label13.TabIndex = 28
  694. Me.Label13.Text = "Scrolling Speed:"
  695. '
  696. 'btnSelectBackgroundColour
  697. '
  698. Me.btnSelectBackgroundColour.Location = New System.Drawing.Point(196, 135)
  699. Me.btnSelectBackgroundColour.Name = "btnSelectBackgroundColour"
  700. Me.btnSelectBackgroundColour.Size = New System.Drawing.Size(25, 23)
  701. Me.btnSelectBackgroundColour.TabIndex = 27
  702. Me.btnSelectBackgroundColour.Text = "..."
  703. Me.btnSelectBackgroundColour.UseVisualStyleBackColor = True
  704. '
  705. 'btnSelectTextColour
  706. '
  707. Me.btnSelectTextColour.Location = New System.Drawing.Point(196, 108)
  708. Me.btnSelectTextColour.Name = "btnSelectTextColour"
  709. Me.btnSelectTextColour.Size = New System.Drawing.Size(25, 23)
  710. Me.btnSelectTextColour.TabIndex = 25
  711. Me.btnSelectTextColour.Text = "..."
  712. Me.btnSelectTextColour.UseVisualStyleBackColor = True
  713. '
  714. 'Label4
  715. '
  716. Me.Label4.AutoSize = True
  717. Me.Label4.Location = New System.Drawing.Point(5, 113)
  718. Me.Label4.Name = "Label4"
  719. Me.Label4.Size = New System.Drawing.Size(64, 13)
  720. Me.Label4.TabIndex = 24
  721. Me.Label4.Text = "Text Colour:"
  722. '
  723. 'Label12
  724. '
  725. Me.Label12.AutoSize = True
  726. Me.Label12.Location = New System.Drawing.Point(5, 140)
  727. Me.Label12.Name = "Label12"
  728. Me.Label12.Size = New System.Drawing.Size(101, 13)
  729. Me.Label12.TabIndex = 26
  730. Me.Label12.Text = "Background Colour:"
  731. '
  732. 'pbBackgroundColour
  733. '
  734. Me.pbBackgroundColour.BackColor = System.Drawing.Color.Black
  735. Me.pbBackgroundColour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  736. Me.pbBackgroundColour.Location = New System.Drawing.Point(140, 136)
  737. Me.pbBackgroundColour.Name = "pbBackgroundColour"
  738. Me.pbBackgroundColour.Size = New System.Drawing.Size(50, 20)
  739. Me.pbBackgroundColour.TabIndex = 40
  740. Me.pbBackgroundColour.TabStop = False
  741. '
  742. 'pbTextColour
  743. '
  744. Me.pbTextColour.BackColor = System.Drawing.Color.Black
  745. Me.pbTextColour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  746. Me.pbTextColour.Location = New System.Drawing.Point(140, 110)
  747. Me.pbTextColour.Name = "pbTextColour"
  748. Me.pbTextColour.Size = New System.Drawing.Size(50, 20)
  749. Me.pbTextColour.TabIndex = 36
  750. Me.pbTextColour.TabStop = False
  751. '
  752. 'tpDeveloper
  753. '
  754. Me.tpDeveloper.Controls.Add(Me.btnCrash)
  755. Me.tpDeveloper.Location = New System.Drawing.Point(4, 22)
  756. Me.tpDeveloper.Name = "tpDeveloper"
  757. Me.tpDeveloper.Padding = New System.Windows.Forms.Padding(3)
  758. Me.tpDeveloper.Size = New System.Drawing.Size(480, 309)
  759. Me.tpDeveloper.TabIndex = 4
  760. Me.tpDeveloper.Text = "Developer"
  761. Me.tpDeveloper.UseVisualStyleBackColor = True
  762. '
  763. 'btnCrash
  764. '
  765. Me.btnCrash.Location = New System.Drawing.Point(6, 6)
  766. Me.btnCrash.Name = "btnCrash"
  767. Me.btnCrash.Size = New System.Drawing.Size(103, 23)
  768. Me.btnCrash.TabIndex = 0
  769. Me.btnCrash.Text = "Raise Exception"
  770. Me.btnCrash.UseVisualStyleBackColor = True
  771. '
  772. 'dlgSelectColour
  773. '
  774. Me.dlgSelectColour.AnyColor = True
  775. Me.dlgSelectColour.FullOpen = True
  776. '
  777. 'dlgFont
  778. '
  779. Me.dlgFont.ShowEffects = False
  780. '
  781. 'dlgBibleTranslation
  782. '
  783. Me.dlgBibleTranslation.Filter = "Bible Translations|*.Bible|All Files|*.*"
  784. '
  785. 'NoticeLabel1
  786. '
  787. Me.NoticeLabel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  788. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  789. Me.NoticeLabel1.BackColor = System.Drawing.SystemColors.Window
  790. Me.NoticeLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  791. Me.NoticeLabel1.Icon = PowerSong.UserInterface.NoticeLabel.IconType.Info
  792. Me.NoticeLabel1.Location = New System.Drawing.Point(12, 353)
  793. Me.NoticeLabel1.Message = "Items in green indicate options that refer to PowerSong. In all other cases, the " & _
  794. "settings refer to the currently active database."
  795. Me.NoticeLabel1.Name = "NoticeLabel1"
  796. Me.NoticeLabel1.Size = New System.Drawing.Size(488, 39)
  797. Me.NoticeLabel1.TabIndex = 1
  798. '
  799. 'frmConfiguration
  800. '
  801. Me.AcceptButton = Me.OK_Button
  802. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  803. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  804. Me.CancelButton = Me.Cancel_Button
  805. Me.ClientSize = New System.Drawing.Size(512, 445)
  806. Me.Controls.Add(Me.NoticeLabel1)
  807. Me.Controls.Add(Me.TabControl1)
  808. Me.Controls.Add(Me.TableLayoutPanel1)
  809. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  810. Me.KeyPreview = True
  811. Me.MaximizeBox = False
  812. Me.MinimizeBox = False
  813. Me.Name = "frmConfiguration"
  814. Me.ShowInTaskbar = False
  815. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  816. Me.Text = "Configuration"
  817. Me.TableLayoutPanel1.ResumeLayout(False)
  818. Me.TabControl1.ResumeLayout(False)
  819. Me.tpUsability.ResumeLayout(False)
  820. Me.tpUsability.PerformLayout()
  821. Me.tpSongs.ResumeLayout(False)
  822. Me.tpSongs.PerformLayout()
  823. Me.tpLicensing.ResumeLayout(False)
  824. Me.tpLicensing.PerformLayout()
  825. Me.tpBibles.ResumeLayout(False)
  826. Me.tpBibles.PerformLayout()
  827. Me.tpNotices.ResumeLayout(False)
  828. Me.tpNotices.PerformLayout()
  829. CType(Me.txtNoticeDefaultDuration, System.ComponentModel.ISupportInitialize).EndInit()
  830. CType(Me.txtNoticeTimeDissapear, System.ComponentModel.ISupportInitialize).EndInit()
  831. CType(Me.txtNoticeTimeAppear, System.ComponentModel.ISupportInitialize).EndInit()
  832. CType(Me.txtNoticeScrollingSpeed, System.ComponentModel.ISupportInitialize).EndInit()
  833. CType(Me.pbBackgroundColour, System.ComponentModel.ISupportInitialize).EndInit()
  834. CType(Me.pbTextColour, System.ComponentModel.ISupportInitialize).EndInit()
  835. Me.tpDeveloper.ResumeLayout(False)
  836. Me.ResumeLayout(False)
  837. End Sub
  838. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  839. Friend WithEvents OK_Button As System.Windows.Forms.Button
  840. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  841. Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  842. Friend WithEvents tpSongs As System.Windows.Forms.TabPage
  843. Friend WithEvents btnRecreateIndex As System.Windows.Forms.Button
  844. Friend WithEvents Label1 As System.Windows.Forms.Label
  845. Friend WithEvents tpBibles As System.Windows.Forms.TabPage
  846. Friend WithEvents btnRemoveBible As System.Windows.Forms.Button
  847. Friend WithEvents btnAddBible As System.Windows.Forms.Button
  848. Friend WithEvents lstBibleTranslations As System.Windows.Forms.ListBox
  849. Friend WithEvents Label2 As System.Windows.Forms.Label
  850. Friend WithEvents btnSetDefault As System.Windows.Forms.Button
  851. Friend WithEvents tpUsability As System.Windows.Forms.TabPage
  852. Friend WithEvents chkShowSongPreviews As System.Windows.Forms.CheckBox
  853. Friend WithEvents chkShowMainProjection As System.Windows.Forms.CheckBox
  854. Friend WithEvents chkShowPreviewProjection As System.Windows.Forms.CheckBox
  855. Friend WithEvents tpNotices As System.Windows.Forms.TabPage
  856. Friend WithEvents Label23 As System.Windows.Forms.Label
  857. Friend WithEvents txtNoticeDefaultDuration As System.Windows.Forms.NumericUpDown
  858. Friend WithEvents txtNoticeTimeDissapear As System.Windows.Forms.NumericUpDown
  859. Friend WithEvents txtNoticeTimeAppear As System.Windows.Forms.NumericUpDown
  860. Friend WithEvents txtNoticeScrollingSpeed As System.Windows.Forms.NumericUpDown
  861. Friend WithEvents lblFontAppearance As System.Windows.Forms.Label
  862. Friend WithEvents btnChangeNoticeFont As System.Windows.Forms.Button
  863. Friend WithEvents lblNoticeFontSize As System.Windows.Forms.Label
  864. Friend WithEvents Label28 As System.Windows.Forms.Label
  865. Friend WithEvents Label22 As System.Windows.Forms.Label
  866. Friend WithEvents Label20 As System.Windows.Forms.Label
  867. Friend WithEvents Label17 As System.Windows.Forms.Label
  868. Friend WithEvents Label16 As System.Windows.Forms.Label
  869. Friend WithEvents Label15 As System.Windows.Forms.Label
  870. Friend WithEvents Label14 As System.Windows.Forms.Label
  871. Friend WithEvents Label13 As System.Windows.Forms.Label
  872. Friend WithEvents btnSelectBackgroundColour As System.Windows.Forms.Button
  873. Friend WithEvents pbBackgroundColour As System.Windows.Forms.PictureBox
  874. Friend WithEvents btnSelectTextColour As System.Windows.Forms.Button
  875. Friend WithEvents pbTextColour As System.Windows.Forms.PictureBox
  876. Friend WithEvents Label4 As System.Windows.Forms.Label
  877. Friend WithEvents Label12 As System.Windows.Forms.Label
  878. Friend WithEvents dlgSelectColour As System.Windows.Forms.ColorDialog
  879. Friend WithEvents dlgFont As System.Windows.Forms.FontDialog
  880. Friend WithEvents dlgBibleTranslation As System.Windows.Forms.OpenFileDialog
  881. Friend WithEvents Label3 As System.Windows.Forms.Label
  882. Friend WithEvents tpDeveloper As System.Windows.Forms.TabPage
  883. Friend WithEvents btnCrash As System.Windows.Forms.Button
  884. Friend WithEvents Label5 As System.Windows.Forms.Label
  885. Friend WithEvents Label9 As System.Windows.Forms.Label
  886. Friend WithEvents Label19 As System.Windows.Forms.Label
  887. Friend WithEvents Label18 As System.Windows.Forms.Label
  888. Friend WithEvents lstFunctions As System.Windows.Forms.CheckedListBox
  889. Friend WithEvents Label24 As System.Windows.Forms.Label
  890. Friend WithEvents Label21 As System.Windows.Forms.Label
  891. Friend WithEvents NoticeLabel1 As PowerSong.UserInterface.NoticeLabel
  892. Friend WithEvents Label26 As System.Windows.Forms.Label
  893. Friend WithEvents chkRecordUsage As System.Windows.Forms.CheckBox
  894. Friend WithEvents Label25 As System.Windows.Forms.Label
  895. Friend WithEvents tpLicensing As System.Windows.Forms.TabPage
  896. Friend WithEvents btnDeleteLicense As System.Windows.Forms.Button
  897. Friend WithEvents btnAddLicense As System.Windows.Forms.Button
  898. Friend WithEvents Label6 As System.Windows.Forms.Label
  899. Friend WithEvents lvLicenses As System.Windows.Forms.ListView
  900. Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  901. Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  902. Friend WithEvents btnEditLicense As System.Windows.Forms.Button
  903. End Class