PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/Item Management/frmConfigureItem.Designer.vb

#
Visual Basic | 109 lines | 82 code | 4 blank | 23 comment | 1 complexity | f027c4fb9b1c6402b5a0d03f14a707b8 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmConfigureItem
  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.OK_Button = New System.Windows.Forms.Button
  23. Me.Cancel_Button = New System.Windows.Forms.Button
  24. Me.Label2 = New System.Windows.Forms.Label
  25. Me.lstStyles = New System.Windows.Forms.ListBox
  26. Me.btnConfigureStyles = New System.Windows.Forms.Button
  27. Me.SuspendLayout()
  28. '
  29. 'OK_Button
  30. '
  31. Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  32. Me.OK_Button.Location = New System.Drawing.Point(168, 258)
  33. Me.OK_Button.Name = "OK_Button"
  34. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  35. Me.OK_Button.TabIndex = 0
  36. Me.OK_Button.Text = "OK"
  37. '
  38. 'Cancel_Button
  39. '
  40. Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  41. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  42. Me.Cancel_Button.Location = New System.Drawing.Point(241, 258)
  43. Me.Cancel_Button.Name = "Cancel_Button"
  44. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  45. Me.Cancel_Button.TabIndex = 1
  46. Me.Cancel_Button.Text = "Cancel"
  47. '
  48. 'Label2
  49. '
  50. Me.Label2.AutoSize = True
  51. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  52. Me.Label2.Location = New System.Drawing.Point(12, 9)
  53. Me.Label2.Name = "Label2"
  54. Me.Label2.Size = New System.Drawing.Size(166, 13)
  55. Me.Label2.TabIndex = 0
  56. Me.Label2.Text = "Please select a style for this song:"
  57. '
  58. 'lstStyles
  59. '
  60. Me.lstStyles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  61. Or System.Windows.Forms.AnchorStyles.Left) _
  62. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  63. Me.lstStyles.FormattingEnabled = True
  64. Me.lstStyles.IntegralHeight = False
  65. Me.lstStyles.Location = New System.Drawing.Point(12, 25)
  66. Me.lstStyles.Name = "lstStyles"
  67. Me.lstStyles.Size = New System.Drawing.Size(296, 224)
  68. Me.lstStyles.Sorted = True
  69. Me.lstStyles.TabIndex = 1
  70. '
  71. 'btnConfigureStyles
  72. '
  73. Me.btnConfigureStyles.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  74. Me.btnConfigureStyles.Location = New System.Drawing.Point(12, 258)
  75. Me.btnConfigureStyles.Name = "btnConfigureStyles"
  76. Me.btnConfigureStyles.Size = New System.Drawing.Size(102, 23)
  77. Me.btnConfigureStyles.TabIndex = 2
  78. Me.btnConfigureStyles.Text = "&Configure Styles..."
  79. Me.btnConfigureStyles.UseVisualStyleBackColor = True
  80. '
  81. 'frmConfigureItem
  82. '
  83. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  84. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  85. Me.ClientSize = New System.Drawing.Size(320, 296)
  86. Me.Controls.Add(Me.OK_Button)
  87. Me.Controls.Add(Me.btnConfigureStyles)
  88. Me.Controls.Add(Me.Cancel_Button)
  89. Me.Controls.Add(Me.lstStyles)
  90. Me.Controls.Add(Me.Label2)
  91. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  92. Me.MaximizeBox = False
  93. Me.MinimizeBox = False
  94. Me.Name = "frmConfigureItem"
  95. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  96. Me.Text = "Configure Song"
  97. Me.ResumeLayout(False)
  98. Me.PerformLayout()
  99. End Sub
  100. Friend WithEvents OK_Button As System.Windows.Forms.Button
  101. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  102. Friend WithEvents Label2 As System.Windows.Forms.Label
  103. Friend WithEvents lstStyles As System.Windows.Forms.ListBox
  104. Friend WithEvents btnConfigureStyles As System.Windows.Forms.Button
  105. End Class