Changeset 362 for trunk/Forms/FormUnitMoves.lfm
- Timestamp:
- Dec 31, 2024, 1:15:01 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormUnitMoves.lfm
r318 r362 1 1 object FormUnitMoves: TFormUnitMoves 2 2 Left = 879 3 Height = 4183 Height = 279 4 4 Top = 511 5 Width = 8025 Width = 660 6 6 Caption = 'Unit moves' 7 ClientHeight = 418 8 ClientWidth = 802 9 DesignTimePPI = 144 7 ClientHeight = 279 8 ClientWidth = 660 9 Constraints.MinHeight = 100 10 Constraints.MinWidth = 100 11 DesignTimePPI = 120 10 12 OnShow = FormShow 11 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 12 14 object ListView1: TListView 13 Left = 0 14 Height = 418 15 Top = 0 16 Width = 802 17 Align = alClient 15 Left = 8 16 Height = 224 17 Top = 8 18 Width = 644 19 Align = alTop 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 8 18 22 Columns = < 19 23 item 20 24 Caption = 'From cell' 21 Width = 1 8025 Width = 150 22 26 end 23 27 item 24 28 Caption = 'To cell' 25 Width = 1 8029 Width = 150 26 30 end 27 31 item 28 32 Caption = 'Once count' 29 Width = 1 8033 Width = 150 30 34 end 31 35 item 32 36 Caption = 'Repeat count' 33 Width = 3 9837 Width = 332 34 38 end> 35 39 OwnerData = True … … 41 45 OnData = ListView1Data 42 46 end 47 object ButtonClose: TButton 48 Left = 558 49 Height = 31 50 Top = 240 51 Width = 94 52 Anchors = [akRight, akBottom] 53 Caption = 'Close' 54 ModalResult = 11 55 TabOrder = 1 56 OnClick = ButtonCloseClick 57 end 43 58 end
Note:
See TracChangeset
for help on using the changeset viewer.