@@ -2,7 +2,7 @@ object FormCellEditors: TFormCellEditors
22 Left = 0
33 Top = 0
44 Caption = 'TeeGrid - Custom Cell Editor Controls'
5- ClientHeight = 430
5+ ClientHeight = 483
66 ClientWidth = 640
77 FormFactor.Width = 320
88 FormFactor.Height = 480
@@ -11,12 +11,11 @@ object FormCellEditors: TFormCellEditors
1111 DesignerMasterStyle = 0
1212 object TeeGrid1: TTeeGrid
1313 Columns = <>
14- ReadOnly = False
1514 OnCellEditing = TeeGrid1CellEditing
1615 OnCellEdited = TeeGrid1CellEdited
1716 Align = Client
1817 Size.Width = 640.000000000000000000
19- Size.Height = 241 .000000000000000000
18+ Size.Height = 262 .000000000000000000
2019 Size.PlatformDefault = False
2120 TabOrder = 0
2221 _Headers = (
@@ -54,9 +53,9 @@ object FormCellEditors: TFormCellEditors
5453 end
5554 object Layout2: TLayout
5655 Align = Bottom
57- Position.Y = 291 .000000000000000000
56+ Position.Y = 312 .000000000000000000
5857 Size.Width = 640.000000000000000000
59- Size.Height = 139 .000000000000000000
58+ Size.Height = 171 .000000000000000000
6059 Size.PlatformDefault = False
6160 TabOrder = 2
6261 object Text2: TText
@@ -126,12 +125,12 @@ object FormCellEditors: TFormCellEditors
126125 TextSettings.HorzAlign = Leading
127126 end
128127 object Label1: TLabel
129- Position.X = 48 .000000000000000000
128+ Position.X = 22 .000000000000000000
130129 Position.Y = 107.000000000000000000
131- Size.Width = 89 .000000000000000000
130+ Size.Width = 115 .000000000000000000
132131 Size.Height = 17.000000000000000000
133132 Size.PlatformDefault = False
134- Text = 'Enter Key:'
133+ Text = 'Editing Enter Key:'
135134 end
136135 object CBEnterKey: TComboBox
137136 Items.Strings = (
@@ -141,11 +140,34 @@ object FormCellEditors: TFormCellEditors
141140 ItemIndex = 0
142141 Position.X = 144.000000000000000000
143142 Position.Y = 104.000000000000000000
144- Size.Width = 193 .000000000000000000
143+ Size.Width = 249 .000000000000000000
145144 Size.Height = 22.000000000000000000
146145 Size.PlatformDefault = False
147- TabOrder = 8
146+ TabOrder = 9
148147 OnChange = CBEnterKeyChange
149148 end
149+ object Label2: TLabel
150+ Position.X = 22.000000000000000000
151+ Position.Y = 139.000000000000000000
152+ Size.Width = 114.000000000000000000
153+ Size.Height = 17.000000000000000000
154+ Size.PlatformDefault = False
155+ Text = 'Selecting Enter Key:'
156+ TabOrder = 10
157+ end
158+ object CBSelectingEnterKey: TComboBox
159+ Items.Strings = (
160+ 'Move to next cell (at right and below)'
161+ 'Move to cell below'
162+ 'Move to next cell (at right only)')
163+ ItemIndex = 0
164+ Position.X = 144.000000000000000000
165+ Position.Y = 134.000000000000000000
166+ Size.Width = 249.000000000000000000
167+ Size.Height = 22.000000000000000000
168+ Size.PlatformDefault = False
169+ TabOrder = 8
170+ OnChange = CBSelectingEnterKeyChange
171+ end
150172 end
151173end
0 commit comments