close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/Forms/UFormUnitMoves.lfm

Last change on this file was 150, checked in by chronos, 7 years ago
  • Added: Missing unit moves form files.
File size: 793 bytes
Line 
1object FormUnitMoves: TFormUnitMoves
2 Left = 730
3 Height = 418
4 Top = 211
5 Width = 802
6 Caption = 'Unit moves'
7 ClientHeight = 418
8 ClientWidth = 802
9 OnClose = FormClose
10 OnShow = FormShow
11 LCLVersion = '1.8.0.4'
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 = 150
22 end
23 item
24 Caption = 'To cell'
25 Width = 150
26 end
27 item
28 Caption = 'Once count'
29 Width = 150
30 end
31 item
32 Caption = 'Repeat count'
33 Width = 332
34 end>
35 OwnerData = True
36 ReadOnly = True
37 RowSelect = True
38 TabOrder = 0
39 ViewStyle = vsReport
40 OnData = ListView1Data
41 end
42end
Note: See TracBrowser for help on using the repository browser.