source: trunk/Forms/FormImport.lfm

Last change on this file was 221, checked in by chronos, 4 days ago
  • Fixed: Use scrollbox in resizable forms.
  • Fixed: Translate all forms.
File size: 1.4 KB
Line 
1object FormImport: TFormImport
2 Left = 575
3 Height = 608
4 Top = 256
5 Width = 782
6 Caption = 'Import'
7 ClientHeight = 608
8 ClientWidth = 782
9 DesignTimePPI = 144
10 Position = poScreenCenter
11 LCLVersion = '3.6.0.0'
12 object ButtonProcess: TButton
13 Left = 16
14 Height = 38
15 Top = 10
16 Width = 128
17 Caption = 'Process'
18 ParentFont = False
19 TabOrder = 0
20 OnClick = ButtonProcessClick
21 end
22 object Memo1: TMemo
23 Left = 10
24 Height = 533
25 Top = 64
26 Width = 765
27 Anchors = [akTop, akLeft, akRight, akBottom]
28 ParentFont = False
29 ScrollBars = ssAutoBoth
30 TabOrder = 3
31 end
32 object ComboBoxDataFormat: TComboBox
33 Left = 317
34 Height = 38
35 Top = 11
36 Width = 168
37 ItemHeight = 0
38 ItemIndex = 0
39 Items.Strings = (
40 'CSV'
41 'MediaWiki'
42 )
43 ParentFont = False
44 Style = csDropDownList
45 TabOrder = 1
46 Text = 'CSV'
47 end
48 object Label1: TLabel
49 Left = 184
50 Height = 26
51 Top = 16
52 Width = 106
53 Caption = 'Data format:'
54 ParentColor = False
55 ParentFont = False
56 end
57 object ButtonLoadFromFile: TButton
58 Left = 608
59 Height = 38
60 Top = 10
61 Width = 167
62 Anchors = [akTop, akRight]
63 Caption = 'Load from file'
64 ParentFont = False
65 TabOrder = 2
66 OnClick = ButtonLoadFromFileClick
67 end
68 object OpenDialog1: TOpenDialog
69 Left = 397
70 Top = 224
71 end
72end
Note: See TracBrowser for help on using the repository browser.