-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmProgressor.Designer.vb
More file actions
225 lines (220 loc) · 9.17 KB
/
frmProgressor.Designer.vb
File metadata and controls
225 lines (220 loc) · 9.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmProgressor
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProgressor))
Me.cbProgList = New System.Windows.Forms.ComboBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.cbProgressions = New System.Windows.Forms.ComboBox()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.txtProg = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtSpeed = New System.Windows.Forms.TextBox()
Me.chkFret = New System.Windows.Forms.CheckBox()
Me.chkKey = New System.Windows.Forms.CheckBox()
Me.txtCycles = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.cmdStop = New System.Windows.Forms.Button()
Me.cmdStart = New System.Windows.Forms.Button()
Me.chkOnTop = New System.Windows.Forms.CheckBox()
Me.SuspendLayout()
'
'cbProgList
'
Me.cbProgList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbProgList.FormattingEnabled = True
Me.cbProgList.Items.AddRange(New Object() {"I,IV,V", "I,V,vi,IV", "vi,V,IV,V", "i,VII,III,VI", "ii,V,I", "I,V,vi,iii,IV,I,IV,V", "i,VII,IV,IV", "I,v,v,ii", "I,vi,IV,V", "IV,I,IV,V", "I,V,vi,IV"})
Me.cbProgList.Location = New System.Drawing.Point(6, 111)
Me.cbProgList.Name = "cbProgList"
Me.cbProgList.Size = New System.Drawing.Size(298, 22)
Me.cbProgList.TabIndex = 61
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(3, 94)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(301, 14)
Me.Label10.TabIndex = 60
Me.Label10.Text = "POPULAR PROGRESSIONS: (For reference only)"
'
'cbProgressions
'
Me.cbProgressions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbProgressions.FormattingEnabled = True
Me.cbProgressions.Items.AddRange(New Object() {"Popular Kid", "Sensitive One", "Stirring Hope", "Drama Resolution", "Jazz Cat", "The Canon", "Chris Issac - Wicked Game", "Coldplay - Clocks", "Doo Wop Progression (very popular)", "Oasis - Don't Look Back", "The Cure - A Letter to Elise"})
Me.cbProgressions.Location = New System.Drawing.Point(6, 139)
Me.cbProgressions.Name = "cbProgressions"
Me.cbProgressions.Size = New System.Drawing.Size(298, 22)
Me.cbProgressions.TabIndex = 59
'
'Timer1
'
'
'txtProg
'
Me.txtProg.Location = New System.Drawing.Point(6, 23)
Me.txtProg.Name = "txtProg"
Me.txtProg.Size = New System.Drawing.Size(136, 20)
Me.txtProg.TabIndex = 68
Me.txtProg.Text = "1,4,5"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(3, 6)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(133, 14)
Me.Label6.TabIndex = 67
Me.Label6.Text = "CHORD PROGRESSION:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(145, 6)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(91, 14)
Me.Label1.TabIndex = 69
Me.Label1.Text = "SPEED (BPM):"
'
'txtSpeed
'
Me.txtSpeed.Location = New System.Drawing.Point(148, 23)
Me.txtSpeed.Name = "txtSpeed"
Me.txtSpeed.Size = New System.Drawing.Size(88, 20)
Me.txtSpeed.TabIndex = 70
Me.txtSpeed.Text = "100"
'
'chkFret
'
Me.chkFret.AutoSize = True
Me.chkFret.Checked = True
Me.chkFret.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkFret.Location = New System.Drawing.Point(6, 49)
Me.chkFret.Name = "chkFret"
Me.chkFret.Size = New System.Drawing.Size(145, 18)
Me.chkFret.TabIndex = 71
Me.chkFret.Text = "Show on Fretboard"
Me.chkFret.UseVisualStyleBackColor = True
'
'chkKey
'
Me.chkKey.AutoSize = True
Me.chkKey.Checked = True
Me.chkKey.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkKey.Location = New System.Drawing.Point(6, 63)
Me.chkKey.Name = "chkKey"
Me.chkKey.Size = New System.Drawing.Size(138, 18)
Me.chkKey.TabIndex = 72
Me.chkKey.Text = "Show on Keyboard"
Me.chkKey.UseVisualStyleBackColor = True
'
'txtCycles
'
Me.txtCycles.Location = New System.Drawing.Point(242, 23)
Me.txtCycles.Name = "txtCycles"
Me.txtCycles.Size = New System.Drawing.Size(62, 20)
Me.txtCycles.TabIndex = 74
Me.txtCycles.Text = "2500"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(239, 6)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(56, 14)
Me.Label2.TabIndex = 73
Me.Label2.Text = "CYCLES:"
'
'cmdStop
'
Me.cmdStop.Location = New System.Drawing.Point(241, 53)
Me.cmdStop.Name = "cmdStop"
Me.cmdStop.Size = New System.Drawing.Size(63, 24)
Me.cmdStop.TabIndex = 75
Me.cmdStop.Text = "Stop"
Me.cmdStop.UseVisualStyleBackColor = True
'
'cmdStart
'
Me.cmdStart.Location = New System.Drawing.Point(172, 53)
Me.cmdStart.Name = "cmdStart"
Me.cmdStart.Size = New System.Drawing.Size(63, 24)
Me.cmdStart.TabIndex = 76
Me.cmdStart.Text = "Start"
Me.cmdStart.UseVisualStyleBackColor = True
'
'chkOnTop
'
Me.chkOnTop.AutoSize = True
Me.chkOnTop.Location = New System.Drawing.Point(260, 163)
Me.chkOnTop.Name = "chkOnTop"
Me.chkOnTop.Size = New System.Drawing.Size(47, 18)
Me.chkOnTop.TabIndex = 77
Me.chkOnTop.Text = "Top"
Me.chkOnTop.UseVisualStyleBackColor = True
'
'frmProgressor
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(310, 182)
Me.Controls.Add(Me.chkOnTop)
Me.Controls.Add(Me.cmdStart)
Me.Controls.Add(Me.cmdStop)
Me.Controls.Add(Me.txtCycles)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.chkKey)
Me.Controls.Add(Me.chkFret)
Me.Controls.Add(Me.txtSpeed)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtProg)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.cbProgList)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.cbProgressions)
Me.Font = New System.Drawing.Font("Courier New", 8.25!)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "frmProgressor"
Me.Text = "Progressor"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents cbProgList As ComboBox
Friend WithEvents Label10 As Label
Friend WithEvents cbProgressions As ComboBox
Friend WithEvents Timer1 As Timer
Friend WithEvents txtProg As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents Label1 As Label
Friend WithEvents txtSpeed As TextBox
Friend WithEvents chkFret As CheckBox
Friend WithEvents chkKey As CheckBox
Friend WithEvents txtCycles As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents cmdStop As Button
Friend WithEvents cmdStart As Button
Friend WithEvents chkOnTop As CheckBox
End Class