PageRenderTime 42ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/Categories/frmProblemSongs.Designer.vb

#
Visual Basic | 139 lines | 105 code | 5 blank | 29 comment | 0 complexity | cebf1abb4013dda1cef696c0705b5e82 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmProblemSongs
  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.lblWarningMessage = New System.Windows.Forms.Label
  23. Me.btnViewSongs = New System.Windows.Forms.Button
  24. Me.cboCategories = New System.Windows.Forms.ComboBox
  25. Me.optReassign = New System.Windows.Forms.RadioButton
  26. Me.optDelete = New System.Windows.Forms.RadioButton
  27. Me.optNothing = New System.Windows.Forms.RadioButton
  28. Me.btnOK = New System.Windows.Forms.Button
  29. Me.SuspendLayout()
  30. '
  31. 'lblWarningMessage
  32. '
  33. Me.lblWarningMessage.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  34. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  35. Me.lblWarningMessage.Location = New System.Drawing.Point(12, 9)
  36. Me.lblWarningMessage.Name = "lblWarningMessage"
  37. Me.lblWarningMessage.Size = New System.Drawing.Size(432, 41)
  38. Me.lblWarningMessage.TabIndex = 0
  39. Me.lblWarningMessage.Text = "Warning: Category '{0}' contains one or more songs that depend exclusively on its" & _
  40. " existence. Please decide what you would like to do from the options below:"
  41. '
  42. 'btnViewSongs
  43. '
  44. Me.btnViewSongs.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  45. Me.btnViewSongs.Location = New System.Drawing.Point(12, 144)
  46. Me.btnViewSongs.Name = "btnViewSongs"
  47. Me.btnViewSongs.Size = New System.Drawing.Size(90, 23)
  48. Me.btnViewSongs.TabIndex = 4
  49. Me.btnViewSongs.Text = "&View Songs..."
  50. '
  51. 'cboCategories
  52. '
  53. Me.cboCategories.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  54. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  55. Me.cboCategories.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  56. Me.cboCategories.Enabled = False
  57. Me.cboCategories.FormattingEnabled = True
  58. Me.cboCategories.Location = New System.Drawing.Point(245, 98)
  59. Me.cboCategories.Name = "cboCategories"
  60. Me.cboCategories.Size = New System.Drawing.Size(199, 21)
  61. Me.cboCategories.TabIndex = 5
  62. '
  63. 'optReassign
  64. '
  65. Me.optReassign.AutoSize = True
  66. Me.optReassign.Location = New System.Drawing.Point(12, 99)
  67. Me.optReassign.Name = "optReassign"
  68. Me.optReassign.Size = New System.Drawing.Size(227, 17)
  69. Me.optReassign.TabIndex = 6
  70. Me.optReassign.Text = "Reassign the songs to a different category:"
  71. Me.optReassign.UseVisualStyleBackColor = True
  72. '
  73. 'optDelete
  74. '
  75. Me.optDelete.AutoSize = True
  76. Me.optDelete.Location = New System.Drawing.Point(12, 76)
  77. Me.optDelete.Name = "optDelete"
  78. Me.optDelete.Size = New System.Drawing.Size(105, 17)
  79. Me.optDelete.TabIndex = 7
  80. Me.optDelete.Text = "Delete the songs"
  81. Me.optDelete.UseVisualStyleBackColor = True
  82. '
  83. 'optNothing
  84. '
  85. Me.optNothing.AutoSize = True
  86. Me.optNothing.Checked = True
  87. Me.optNothing.Location = New System.Drawing.Point(12, 53)
  88. Me.optNothing.Name = "optNothing"
  89. Me.optNothing.Size = New System.Drawing.Size(180, 17)
  90. Me.optNothing.TabIndex = 8
  91. Me.optNothing.TabStop = True
  92. Me.optNothing.Text = "Do nothing, cancel the operation"
  93. Me.optNothing.UseVisualStyleBackColor = True
  94. '
  95. 'btnOK
  96. '
  97. Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  98. Me.btnOK.Location = New System.Drawing.Point(384, 144)
  99. Me.btnOK.Name = "btnOK"
  100. Me.btnOK.Size = New System.Drawing.Size(60, 23)
  101. Me.btnOK.TabIndex = 9
  102. Me.btnOK.Text = "&OK"
  103. '
  104. 'frmProblemSongs
  105. '
  106. Me.AcceptButton = Me.btnOK
  107. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  108. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  109. Me.ClientSize = New System.Drawing.Size(456, 179)
  110. Me.Controls.Add(Me.btnOK)
  111. Me.Controls.Add(Me.optNothing)
  112. Me.Controls.Add(Me.optDelete)
  113. Me.Controls.Add(Me.optReassign)
  114. Me.Controls.Add(Me.cboCategories)
  115. Me.Controls.Add(Me.btnViewSongs)
  116. Me.Controls.Add(Me.lblWarningMessage)
  117. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  118. Me.MaximizeBox = False
  119. Me.MinimizeBox = False
  120. Me.Name = "frmProblemSongs"
  121. Me.ShowInTaskbar = False
  122. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  123. Me.Text = "Remove Category"
  124. Me.ResumeLayout(False)
  125. Me.PerformLayout()
  126. End Sub
  127. Friend WithEvents lblWarningMessage As System.Windows.Forms.Label
  128. Friend WithEvents btnViewSongs As System.Windows.Forms.Button
  129. Friend WithEvents cboCategories As System.Windows.Forms.ComboBox
  130. Friend WithEvents optReassign As System.Windows.Forms.RadioButton
  131. Friend WithEvents optDelete As System.Windows.Forms.RadioButton
  132. Friend WithEvents optNothing As System.Windows.Forms.RadioButton
  133. Friend WithEvents btnOK As System.Windows.Forms.Button
  134. End Class