8 |
|
ExplicitHeight = 450 |
9 |
|
PixelsPerInch = 96 |
10 |
|
TextHeight = 13 |
11 |
+ |
inherited panel_files: TPanel |
12 |
+ |
inherited filelist: TListBox |
13 |
+ |
Height = 210 |
14 |
+ |
end |
15 |
+ |
object panel_imexport: TPanel |
16 |
+ |
Left = 0 |
17 |
+ |
Top = 363 |
18 |
+ |
Width = 200 |
19 |
+ |
Height = 60 |
20 |
+ |
Align = alBottom |
21 |
+ |
BevelOuter = bvNone |
22 |
+ |
TabOrder = 2 |
23 |
+ |
DesignSize = ( |
24 |
+ |
200 |
25 |
+ |
60) |
26 |
+ |
object btn_export: TButton |
27 |
+ |
Left = 4 |
28 |
+ |
Top = 4 |
29 |
+ |
Width = 190 |
30 |
+ |
Height = 25 |
31 |
+ |
Anchors = [akLeft, akTop, akRight] |
32 |
+ |
Caption = 'Export to file...' |
33 |
+ |
TabOrder = 0 |
34 |
+ |
OnClick = popup_exportClick |
35 |
+ |
end |
36 |
+ |
object btn_import: TButton |
37 |
+ |
Left = 4 |
38 |
+ |
Top = 32 |
39 |
+ |
Width = 190 |
40 |
+ |
Height = 25 |
41 |
+ |
Anchors = [akLeft, akTop, akRight] |
42 |
+ |
Caption = 'Import from file...' |
43 |
+ |
TabOrder = 1 |
44 |
+ |
OnClick = popup_importClick |
45 |
+ |
end |
46 |
+ |
end |
47 |
+ |
end |
48 |
|
inherited content: TPanel |
49 |
|
object Splitter2: TSplitter |
50 |
|
Left = 0 |