/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()> _ 2Partial Class frmConfigureItem 3 Inherits System.Windows.Forms.Form 4 5 'Form overrides dispose to clean up the component list. 6 <System.Diagnostics.DebuggerNonUserCode()> _ 7 Protected Overrides Sub Dispose(ByVal disposing As Boolean) 8 Try 9 If disposing AndAlso components IsNot Nothing Then 10 components.Dispose() 11 End If 12 Finally 13 MyBase.Dispose(disposing) 14 End Try 15 End Sub 16 17 'Required by the Windows Form Designer 18 Private components As System.ComponentModel.IContainer 19 20 'NOTE: The following procedure is required by the Windows Form Designer 21 'It can be modified using the Windows Form Designer. 22 'Do not modify it using the code editor. 23 <System.Diagnostics.DebuggerStepThrough()> _ 24 Private Sub InitializeComponent() 25 Me.OK_Button = New System.Windows.Forms.Button 26 Me.Cancel_Button = New System.Windows.Forms.Button 27 Me.Label2 = New System.Windows.Forms.Label 28 Me.lstStyles = New System.Windows.Forms.ListBox 29 Me.btnConfigureStyles = New System.Windows.Forms.Button 30 Me.SuspendLayout() 31 ' 32 'OK_Button 33 ' 34 Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 35 Me.OK_Button.Location = New System.Drawing.Point(168, 258) 36 Me.OK_Button.Name = "OK_Button" 37 Me.OK_Button.Size = New System.Drawing.Size(67, 23) 38 Me.OK_Button.TabIndex = 0 39 Me.OK_Button.Text = "OK" 40 ' 41 'Cancel_Button 42 ' 43 Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 44 Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel 45 Me.Cancel_Button.Location = New System.Drawing.Point(241, 258) 46 Me.Cancel_Button.Name = "Cancel_Button" 47 Me.Cancel_Button.Size = New System.Drawing.Size(67, 23) 48 Me.Cancel_Button.TabIndex = 1 49 Me.Cancel_Button.Text = "Cancel" 50 ' 51 'Label2 52 ' 53 Me.Label2.AutoSize = True 54 Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) 55 Me.Label2.Location = New System.Drawing.Point(12, 9) 56 Me.Label2.Name = "Label2" 57 Me.Label2.Size = New System.Drawing.Size(166, 13) 58 Me.Label2.TabIndex = 0 59 Me.Label2.Text = "Please select a style for this song:" 60 ' 61 'lstStyles 62 ' 63 Me.lstStyles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 64 Or System.Windows.Forms.AnchorStyles.Left) _ 65 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 66 Me.lstStyles.FormattingEnabled = True 67 Me.lstStyles.IntegralHeight = False 68 Me.lstStyles.Location = New System.Drawing.Point(12, 25) 69 Me.lstStyles.Name = "lstStyles" 70 Me.lstStyles.Size = New System.Drawing.Size(296, 224) 71 Me.lstStyles.Sorted = True 72 Me.lstStyles.TabIndex = 1 73 ' 74 'btnConfigureStyles 75 ' 76 Me.btnConfigureStyles.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 77 Me.btnConfigureStyles.Location = New System.Drawing.Point(12, 258) 78 Me.btnConfigureStyles.Name = "btnConfigureStyles" 79 Me.btnConfigureStyles.Size = New System.Drawing.Size(102, 23) 80 Me.btnConfigureStyles.TabIndex = 2 81 Me.btnConfigureStyles.Text = "&Configure Styles..." 82 Me.btnConfigureStyles.UseVisualStyleBackColor = True 83 ' 84 'frmConfigureItem 85 ' 86 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 87 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 88 Me.ClientSize = New System.Drawing.Size(320, 296) 89 Me.Controls.Add(Me.OK_Button) 90 Me.Controls.Add(Me.btnConfigureStyles) 91 Me.Controls.Add(Me.Cancel_Button) 92 Me.Controls.Add(Me.lstStyles) 93 Me.Controls.Add(Me.Label2) 94 Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog 95 Me.MaximizeBox = False 96 Me.MinimizeBox = False 97 Me.Name = "frmConfigureItem" 98 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen 99 Me.Text = "Configure Song" 100 Me.ResumeLayout(False) 101 Me.PerformLayout() 102 103 End Sub 104 Friend WithEvents OK_Button As System.Windows.Forms.Button 105 Friend WithEvents Cancel_Button As System.Windows.Forms.Button 106 Friend WithEvents Label2 As System.Windows.Forms.Label 107 Friend WithEvents lstStyles As System.Windows.Forms.ListBox 108 Friend WithEvents btnConfigureStyles As System.Windows.Forms.Button 109End Class