source: tags/1.1.0/Forms/UFormImport.lfm

Last change on this file was 55, checked in by chronos, 8 years ago
  • Fixed: Set correct tab order of controls on forms.
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 Position = poScreenCenter
10 LCLVersion = '1.6.0.4'
11 object ButtonImport: TButton
12 Left = 16
13 Height = 25
14 Top = 8
15 Width = 107
16 Caption = 'Process'
17 OnClick = ButtonImportClick
18 TabOrder = 0
19 end
20 object Memo1: TMemo
21 Left = 8
22 Height = 458
23 Top = 40
24 Width = 638
25 Anchors = [akTop, akLeft, akRight, akBottom]
26 ScrollBars = ssAutoBoth
27 TabOrder = 3
28 end
29 object ComboBoxDataFormat: TComboBox
30 Left = 264
31 Height = 28
32 Top = 5
33 Width = 140
34 ItemHeight = 20
35 ItemIndex = 0
36 Items.Strings = (
37 'CSV'
38 'MediaWiki'
39 )
40 Style = csDropDownList
41 TabOrder = 1
42 Text = 'CSV'
43 end
44 object Label1: TLabel
45 Left = 153
46 Height = 20
47 Top = 9
48 Width = 84
49 Caption = 'Data format:'
50 ParentColor = False
51 end
52 object ButtonLoadFromFile: TButton
53 Left = 504
54 Height = 25
55 Top = 8
56 Width = 139
57 Anchors = [akTop, akRight]
58 Caption = 'Load from file'
59 OnClick = ButtonLoadFromFileClick
60 TabOrder = 2
61 end
62 object OpenDialog1: TOpenDialog
63 left = 331
64 top = 187
65 end
66end
Note: See TracBrowser for help on using the repository browser.