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

/Source Code/PowerSong/Styles/frmConfigureStyles.Designer.vb

#
Visual Basic | 128 lines | 97 code | 5 blank | 26 comment | 1 complexity | 3ae29eb31dbe2faac3de4417d9aa49f3 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmConfigureStyles
  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.Label1 = New System.Windows.Forms.Label
  24. Me.lstStyles = New System.Windows.Forms.ListBox
  25. Me.btnAddStyle = New System.Windows.Forms.Button
  26. Me.btnEditStyle = New System.Windows.Forms.Button
  27. Me.btnDeleteStyle = New System.Windows.Forms.Button
  28. Me.SuspendLayout()
  29. '
  30. 'OK_Button
  31. '
  32. Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  33. Me.OK_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  34. Me.OK_Button.Location = New System.Drawing.Point(291, 303)
  35. Me.OK_Button.Name = "OK_Button"
  36. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  37. Me.OK_Button.TabIndex = 5
  38. Me.OK_Button.Text = "&Close"
  39. '
  40. 'Label1
  41. '
  42. Me.Label1.AutoSize = True
  43. Me.Label1.Location = New System.Drawing.Point(12, 9)
  44. Me.Label1.Name = "Label1"
  45. Me.Label1.Size = New System.Drawing.Size(237, 13)
  46. Me.Label1.TabIndex = 0
  47. Me.Label1.Text = "Below is a list of all of the styles for the database:"
  48. '
  49. 'lstStyles
  50. '
  51. Me.lstStyles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  52. Or System.Windows.Forms.AnchorStyles.Left) _
  53. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  54. Me.lstStyles.FormattingEnabled = True
  55. Me.lstStyles.IntegralHeight = False
  56. Me.lstStyles.Location = New System.Drawing.Point(15, 25)
  57. Me.lstStyles.Name = "lstStyles"
  58. Me.lstStyles.Size = New System.Drawing.Size(240, 272)
  59. Me.lstStyles.Sorted = True
  60. Me.lstStyles.TabIndex = 1
  61. '
  62. 'btnAddStyle
  63. '
  64. Me.btnAddStyle.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  65. Me.btnAddStyle.Location = New System.Drawing.Point(261, 25)
  66. Me.btnAddStyle.Name = "btnAddStyle"
  67. Me.btnAddStyle.Size = New System.Drawing.Size(97, 23)
  68. Me.btnAddStyle.TabIndex = 2
  69. Me.btnAddStyle.Text = "&Add New Style..."
  70. Me.btnAddStyle.UseVisualStyleBackColor = True
  71. '
  72. 'btnEditStyle
  73. '
  74. Me.btnEditStyle.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  75. Me.btnEditStyle.Enabled = False
  76. Me.btnEditStyle.Location = New System.Drawing.Point(261, 54)
  77. Me.btnEditStyle.Name = "btnEditStyle"
  78. Me.btnEditStyle.Size = New System.Drawing.Size(97, 23)
  79. Me.btnEditStyle.TabIndex = 3
  80. Me.btnEditStyle.Text = "&Edit Style..."
  81. Me.btnEditStyle.UseVisualStyleBackColor = True
  82. '
  83. 'btnDeleteStyle
  84. '
  85. Me.btnDeleteStyle.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  86. Me.btnDeleteStyle.Enabled = False
  87. Me.btnDeleteStyle.Location = New System.Drawing.Point(261, 83)
  88. Me.btnDeleteStyle.Name = "btnDeleteStyle"
  89. Me.btnDeleteStyle.Size = New System.Drawing.Size(97, 23)
  90. Me.btnDeleteStyle.TabIndex = 4
  91. Me.btnDeleteStyle.Text = "&Delete Style"
  92. Me.btnDeleteStyle.UseVisualStyleBackColor = True
  93. '
  94. 'frmConfigureStyles
  95. '
  96. Me.AcceptButton = Me.OK_Button
  97. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  98. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  99. Me.CancelButton = Me.OK_Button
  100. Me.ClientSize = New System.Drawing.Size(370, 338)
  101. Me.Controls.Add(Me.OK_Button)
  102. Me.Controls.Add(Me.btnDeleteStyle)
  103. Me.Controls.Add(Me.btnEditStyle)
  104. Me.Controls.Add(Me.btnAddStyle)
  105. Me.Controls.Add(Me.lstStyles)
  106. Me.Controls.Add(Me.Label1)
  107. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  108. Me.MaximizeBox = False
  109. Me.MinimizeBox = False
  110. Me.Name = "frmConfigureStyles"
  111. Me.ShowInTaskbar = False
  112. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  113. Me.Text = "Configure Styles"
  114. Me.ResumeLayout(False)
  115. Me.PerformLayout()
  116. End Sub
  117. Friend WithEvents OK_Button As System.Windows.Forms.Button
  118. Friend WithEvents Label1 As System.Windows.Forms.Label
  119. Friend WithEvents lstStyles As System.Windows.Forms.ListBox
  120. Friend WithEvents btnAddStyle As System.Windows.Forms.Button
  121. Friend WithEvents btnEditStyle As System.Windows.Forms.Button
  122. Friend WithEvents btnDeleteStyle As System.Windows.Forms.Button
  123. End Class