source: trunk/UFormCompare.lfm

Last change on this file was 15, checked in by chronos, 10 years ago
  • Added: Architecture selection through main menu item Architecture.
  • Added: In comparison show also full ID list for both configuration.
File size: 1.6 KB
Line 
1object FormCompare: TFormCompare
2 Left = -29
3 Height = 996
4 Top = 110
5 Width = 1520
6 Caption = 'Compare'
7 ClientHeight = 996
8 ClientWidth = 1520
9 LCLVersion = '1.3'
10 object PageControl1: TPageControl
11 Left = 0
12 Height = 996
13 Top = 0
14 Width = 1520
15 ActivePage = TabSheet4
16 Align = alClient
17 TabIndex = 3
18 TabOrder = 0
19 object TabSheet1: TTabSheet
20 Caption = 'Missing 1'
21 ClientHeight = 956
22 ClientWidth = 1514
23 object Memo1: TMemo
24 Left = 0
25 Height = 956
26 Top = 0
27 Width = 1514
28 Align = alClient
29 ReadOnly = True
30 ScrollBars = ssAutoBoth
31 TabOrder = 0
32 end
33 end
34 object TabSheet2: TTabSheet
35 Caption = 'Missing 2'
36 ClientHeight = 956
37 ClientWidth = 1514
38 object Memo2: TMemo
39 Left = 0
40 Height = 956
41 Top = 0
42 Width = 1514
43 Align = alClient
44 ReadOnly = True
45 ScrollBars = ssAutoBoth
46 TabOrder = 0
47 end
48 end
49 object TabSheet3: TTabSheet
50 Caption = 'List 1'
51 ClientHeight = 956
52 ClientWidth = 1514
53 object Memo3: TMemo
54 Left = 0
55 Height = 956
56 Top = 0
57 Width = 1514
58 Align = alClient
59 ReadOnly = True
60 ScrollBars = ssAutoBoth
61 TabOrder = 0
62 end
63 end
64 object TabSheet4: TTabSheet
65 Caption = 'List 2'
66 ClientHeight = 956
67 ClientWidth = 1514
68 object Memo4: TMemo
69 Left = 0
70 Height = 956
71 Top = 0
72 Width = 1514
73 Align = alClient
74 ReadOnly = True
75 ScrollBars = ssAutoBoth
76 TabOrder = 0
77 end
78 end
79 end
80end
Note: See TracBrowser for help on using the repository browser.