source: trunk/Forms/FormMerge.lfm

Last change on this file was 173, checked in by chronos, 5 months ago
  • Modified: TNameDetails class moved into separate file.
File size: 1.1 KB
Line 
1object FormMerge: TFormMerge
2 Left = 829
3 Height = 567
4 Top = 436
5 Width = 901
6 Caption = 'Merge'
7 ClientHeight = 567
8 ClientWidth = 901
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '3.4.0.0'
14 object ButtonOk: TButton
15 Left = 775
16 Height = 38
17 Top = 520
18 Width = 113
19 Anchors = [akRight, akBottom]
20 Caption = 'OK'
21 ModalResult = 1
22 TabOrder = 0
23 end
24 object ButtonCancel: TButton
25 Left = 640
26 Height = 38
27 Top = 520
28 Width = 113
29 Anchors = [akRight, akBottom]
30 Caption = 'Cancel'
31 ModalResult = 2
32 TabOrder = 1
33 end
34 object ListView1: TListView
35 Left = 16
36 Height = 497
37 Top = 10
38 Width = 872
39 Anchors = [akTop, akLeft, akRight, akBottom]
40 Columns = <
41 item
42 Caption = 'Id'
43 Width = 100
44 end
45 item
46 Caption = 'File name'
47 Width = 200
48 end
49 item
50 Width = 557
51 end>
52 OwnerData = True
53 ReadOnly = True
54 TabOrder = 2
55 ViewStyle = vsReport
56 OnData = ListView1Data
57 end
58end
Note: See TracBrowser for help on using the repository browser.