Commit 8371520

Nick committed on
Add horizontal lines to order editor
commit 837152000acc7576696b9c95f400f017452d151e parent 7e82570
1 changed files +13−13
Modifiedtracker.lfm +13−13
@@ -61,10 +61,10 @@ object frmTracker: TfrmTracker
61 Height = 674 61 Height = 674
62 Top = 0 62 Top = 0
63 Width = 1072 63 Width = 1072
64 ActivePage = InstrumentTabSheet 64 ActivePage = PatternTabSheet
65 Align = alClient 65 Align = alClient
66 ParentFont = False 66 ParentFont = False
67 TabIndex = 2 67 TabIndex = 1
68 TabOrder = 0 68 TabOrder = 0
69 object GeneralTabSheet: TTabSheet 69 object GeneralTabSheet: TTabSheet
70 Caption = 'General' 70 Caption = 'General'
@@ -145,17 +145,17 @@ object frmTracker: TfrmTracker
145 end 145 end
146 object PatternTabSheet: TTabSheet 146 object PatternTabSheet: TTabSheet
147 Caption = 'Patterns' 147 Caption = 'Patterns'
148 ClientHeight = 527 148 ClientHeight = 646
149 ClientWidth = 939 149 ClientWidth = 1064
150 ParentFont = False 150 ParentFont = False
151 object Panel3: TPanel 151 object Panel3: TPanel
152 Left = 224 152 Left = 224
153 Height = 527 153 Height = 646
154 Top = 0 154 Top = 0
155 Width = 715 155 Width = 840
156 Align = alClient 156 Align = alClient
157 ClientHeight = 527 157 ClientHeight = 646
158 ClientWidth = 715 158 ClientWidth = 840
159 ParentFont = False 159 ParentFont = False
160 TabOrder = 0 160 TabOrder = 0
161 object HeaderControl1: THeaderControl 161 object HeaderControl1: THeaderControl
@@ -163,7 +163,7 @@ object frmTracker: TfrmTracker
163 Height = 30 163 Height = 30
164 Hint = 'Left click to mute, right click to solo' 164 Hint = 'Left click to mute, right click to solo'
165 Top = 1 165 Top = 1
166 Width = 713 166 Width = 838
167 DragReorder = False 167 DragReorder = False
168 Images = ImageList2 168 Images = ImageList2
169 Sections = < 169 Sections = <
@@ -203,9 +203,9 @@ object frmTracker: TfrmTracker
203 end 203 end
204 object ScrollBox1: TScrollBox 204 object ScrollBox1: TScrollBox
205 Left = 1 205 Left = 1
206 Height = 495 206 Height = 614
207 Top = 31 207 Top = 31
208 Width = 713 208 Width = 838
209 HorzScrollBar.Increment = 1 209 HorzScrollBar.Increment = 1
210 HorzScrollBar.Page = 1 210 HorzScrollBar.Page = 1
211 HorzScrollBar.Smooth = True 211 HorzScrollBar.Smooth = True
@@ -224,7 +224,7 @@ object frmTracker: TfrmTracker
224 end 224 end
225 object OrderEditStringGrid: TStringGrid 225 object OrderEditStringGrid: TStringGrid
226 Left = 0 226 Left = 0
227 Height = 527 227 Height = 646
228 Top = 0 228 Top = 0
229 Width = 224 229 Width = 224
230 Align = alLeft 230 Align = alLeft
@@ -262,7 +262,7 @@ object frmTracker: TfrmTracker
262 DefaultColWidth = 17 262 DefaultColWidth = 17
263 DefaultRowHeight = 21 263 DefaultRowHeight = 21
264 ExtendedSelect = False 264 ExtendedSelect = False
265 Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect, goRowMoving, goEditing, goAutoAddRows, goTabs, goSmoothScroll, goFixedRowNumbering, goRowHighlight] 265 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goRangeSelect, goRowMoving, goEditing, goAutoAddRows, goTabs, goSmoothScroll, goFixedRowNumbering, goRowHighlight]
266 ParentFont = False 266 ParentFont = False
267 PopupMenu = OrderEditPopup 267 PopupMenu = OrderEditPopup
268 RangeSelectMode = rsmMulti 268 RangeSelectMode = rsmMulti