source: tags/1.5.0/Forms/UFormImport.lfm

Last change on this file was 184, checked in by chronos, 6 years ago
  • Added: New menu action Tools - Document check which shows a form for checking acronyms in text documents.
  • Added: Remember dimensions of Import, Export and Settings forms.
File size: 1.4 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 DesignTimePPI = 120
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 Position = poScreenCenter
14 LCLVersion = '1.8.2.0'
15 object ButtonProcess: TButton
16 Left = 16
17 Height = 25
18 Top = 8
19 Width = 107
20 Caption = 'Process'
21 OnClick = ButtonProcessClick
22 TabOrder = 0
23 end
24 object Memo1: TMemo
25 Left = 8
26 Height = 458
27 Top = 40
28 Width = 638
29 Anchors = [akTop, akLeft, akRight, akBottom]
30 ScrollBars = ssAutoBoth
31 TabOrder = 3
32 end
33 object ComboBoxDataFormat: TComboBox
34 Left = 264
35 Height = 28
36 Top = 5
37 Width = 140
38 ItemHeight = 20
39 ItemIndex = 0
40 Items.Strings = (
41 'CSV'
42 'MediaWiki'
43 )
44 Style = csDropDownList
45 TabOrder = 1
46 Text = 'CSV'
47 end
48 object Label1: TLabel
49 Left = 153
50 Height = 20
51 Top = 9
52 Width = 84
53 Caption = 'Data format:'
54 ParentColor = False
55 end
56 object ButtonLoadFromFile: TButton
57 Left = 504
58 Height = 25
59 Top = 8
60 Width = 139
61 Anchors = [akTop, akRight]
62 Caption = 'Load from file'
63 OnClick = ButtonLoadFromFileClick
64 TabOrder = 2
65 end
66 object OpenDialog1: TOpenDialog
67 left = 331
68 top = 187
69 end
70end
Note: See TracBrowser for help on using the repository browser.