Changeset 317 for trunk/Forms/FormUnitMoves.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormUnitMoves.lfm
r316 r317 1 1 object FormUnitMoves: TFormUnitMoves 2 Left = 7303 Height = 4 184 Top = 2115 Width = 8022 Left = 879 3 Height = 499 4 Top = 514 5 Width = 950 6 6 Caption = 'Unit moves' 7 ClientHeight = 418 8 ClientWidth = 802 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 499 8 ClientWidth = 950 9 DesignTimePPI = 144 11 10 OnShow = FormShow 12 LCLVersion = ' 2.0.0.4'11 LCLVersion = '3.4.0.0' 13 12 object ListView1: TListView 14 13 Left = 0 15 Height = 4 1814 Height = 499 16 15 Top = 0 17 Width = 80216 Width = 950 18 17 Align = alClient 19 18 Columns = < 20 19 item 21 20 Caption = 'From cell' 22 Width = 1 5021 Width = 180 23 22 end 24 23 item 25 24 Caption = 'To cell' 26 Width = 1 5025 Width = 180 27 26 end 28 27 item 29 28 Caption = 'Once count' 30 Width = 1 5029 Width = 180 31 30 end 32 31 item 33 32 Caption = 'Repeat count' 34 Width = 3 3233 Width = 398 35 34 end> 36 35 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.