Commit 041f889

Nick Faro committed on
tracker form
commit 041f8897c242d4ded90e0d543063362b4a11e178 parent 6db00a5
1 changed files +40−1
Modifiedsrc/tracker.lfm +40−1
@@ -65,7 +65,7 @@ object frmTracker: TfrmTracker
65 ActivePage = InstrumentTabSheet 65 ActivePage = InstrumentTabSheet
66 Align = alClient 66 Align = alClient
67 ParentFont = False 67 ParentFont = False
68 TabIndex = 2 68 TabIndex = 0
69 TabOrder = 0 69 TabOrder = 0
70 object GeneralTabSheet: TTabSheet 70 object GeneralTabSheet: TTabSheet
71 Caption = 'General' 71 Caption = 'General'
@@ -182,6 +182,45 @@ object frmTracker: TfrmTracker
182 Caption = 'TempoBPMLabel' 182 Caption = 'TempoBPMLabel'
183 ParentColor = False 183 ParentColor = False
184 end 184 end
185 object TicksPerRowSpinEdit1: TSpinEdit
186 Left = 187
187 Height = 27
188 Hint = 'How many ticks should happen before the row changes. Higher means slower.'
189 Top = 72
190 Width = 50
191 MaxValue = 20
192 MinValue = 1
193 OnChange = TicksPerRowSpinEdit1Change
194 ParentFont = False
195 TabOrder = 5
196 Value = 7
197 end
198 object TicksPerRowSpinEdit2: TSpinEdit
199 Left = 241
200 Height = 27
201 Hint = 'How many ticks should happen before the row changes. Higher means slower.'
202 Top = 72
203 Width = 50
204 MaxValue = 20
205 MinValue = 1
206 OnChange = TicksPerRowSpinEdit2Change
207 ParentFont = False
208 TabOrder = 6
209 Value = 7
210 end
211 object TicksPerRowSpinEdit3: TSpinEdit
212 Left = 295
213 Height = 27
214 Hint = 'How many ticks should happen before the row changes. Higher means slower.'
215 Top = 72
216 Width = 50
217 MaxValue = 20
218 MinValue = 1
219 OnChange = TicksPerRowSpinEdit3Change
220 ParentFont = False
221 TabOrder = 7
222 Value = 7
223 end
185 end 224 end
186 end 225 end
187 object PatternTabSheet: TTabSheet 226 object PatternTabSheet: TTabSheet