source: tags/1.4.0/Forms/UFormImport.lfm

Last change on this file was 96, checked in by chronos, 8 years ago
  • Fixed: Dynamically created forms were not translated.
File size: 1.3 KB
Line 
1object FormImport: TFormImport
2 Left = 575
3 Height = 507
4 Top = 256
5 Width = 652
6 Caption = 'Import'
7 ClientHeight = 507
8 ClientWidth = 652
9 OnCreate = FormCreate
10 Position = poScreenCenter
11 LCLVersion = '1.6.0.4'
12 object ButtonProcess: TButton
13 Left = 16
14 Height = 25
15 Top = 8
16 Width = 107
17 Caption = 'Process'
18 OnClick = ButtonProcessClick
19 TabOrder = 0
20 end
21 object Memo1: TMemo
22 Left = 8
23 Height = 458
24 Top = 40
25 Width = 638
26 Anchors = [akTop, akLeft, akRight, akBottom]
27 ScrollBars = ssAutoBoth
28 TabOrder = 3
29 end
30 object ComboBoxDataFormat: TComboBox
31 Left = 264
32 Height = 28
33 Top = 5
34 Width = 140
35 ItemHeight = 20
36 ItemIndex = 0
37 Items.Strings = (
38 'CSV'
39 'MediaWiki'
40 )
41 Style = csDropDownList
42 TabOrder = 1
43 Text = 'CSV'
44 end
45 object Label1: TLabel
46 Left = 153
47 Height = 20
48 Top = 9
49 Width = 84
50 Caption = 'Data format:'
51 ParentColor = False
52 end
53 object ButtonLoadFromFile: TButton
54 Left = 504
55 Height = 25
56 Top = 8
57 Width = 139
58 Anchors = [akTop, akRight]
59 Caption = 'Load from file'
60 OnClick = ButtonLoadFromFileClick
61 TabOrder = 2
62 end
63 object OpenDialog1: TOpenDialog
64 left = 331
65 top = 187
66 end
67end
Note: See TracBrowser for help on using the repository browser.