source: trunk/Forms/FormUnitMoves.lfm

Last change on this file was 318, checked in by chronos, 6 months ago
  • Modified: Code cleanup.
File size: 816 bytes
Line 
1object FormUnitMoves: TFormUnitMoves
2 Left = 879
3 Height = 418
4 Top = 511
5 Width = 802
6 Caption = 'Unit moves'
7 ClientHeight = 418
8 ClientWidth = 802
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '3.4.0.0'
12 object ListView1: TListView
13 Left = 0
14 Height = 418
15 Top = 0
16 Width = 802
17 Align = alClient
18 Columns = <
19 item
20 Caption = 'From cell'
21 Width = 180
22 end
23 item
24 Caption = 'To cell'
25 Width = 180
26 end
27 item
28 Caption = 'Once count'
29 Width = 180
30 end
31 item
32 Caption = 'Repeat count'
33 Width = 398
34 end>
35 OwnerData = True
36 ParentFont = False
37 ReadOnly = True
38 RowSelect = True
39 TabOrder = 0
40 ViewStyle = vsReport
41 OnData = ListView1Data
42 end
43end
Note: See TracBrowser for help on using the repository browser.