Changeset 364 for trunk/Forms/FormUnitMoves.lfm
- Timestamp:
- Jan 1, 2025, 1:04:50 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormUnitMoves.lfm
r362 r364 1 1 object FormUnitMoves: TFormUnitMoves 2 2 Left = 879 3 Height = 2793 Height = 319 4 4 Top = 511 5 Width = 6605 Width = 748 6 6 Caption = 'Unit moves' 7 ClientHeight = 2798 ClientWidth = 6609 Constraints.MinHeight = 1 0010 Constraints.MinWidth = 1 0011 DesignTimePPI = 1 207 ClientHeight = 319 8 ClientWidth = 748 9 Constraints.MinHeight = 120 10 Constraints.MinWidth = 120 11 DesignTimePPI = 144 12 12 OnShow = FormShow 13 13 LCLVersion = '3.6.0.0' 14 14 object ListView1: TListView 15 Left = 816 Height = 2 2417 Top = 818 Width = 64415 Left = 10 16 Height = 254 17 Top = 10 18 Width = 728 19 19 Align = alTop 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 821 BorderSpacing.Around = 10 22 22 Columns = < 23 23 item 24 24 Caption = 'From cell' 25 Width = 1 5025 Width = 180 26 26 end 27 27 item 28 28 Caption = 'To cell' 29 Width = 1 5029 Width = 180 30 30 end 31 31 item 32 32 Caption = 'Once count' 33 Width = 1 5033 Width = 180 34 34 end 35 35 item 36 36 Caption = 'Repeat count' 37 Width = 3 3237 Width = 398 38 38 end> 39 39 OwnerData = True … … 46 46 end 47 47 object ButtonClose: TButton 48 Left = 55849 Height = 3 150 Top = 2 4051 Width = 9448 Left = 625 49 Height = 37 50 Top = 272 51 Width = 113 52 52 Anchors = [akRight, akBottom] 53 53 Caption = 'Close'
Note:
See TracChangeset
for help on using the changeset viewer.