source: trunk/Forms/UFormImport.lfm

Last change on this file was 208, checked in by chronos, 3 years ago
  • Modified: Show items without active filter text active by default to show supported acronyms immediatelly after application start.
  • Added: Snap package definition file.
File size: 1.5 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 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 Position = poScreenCenter
14 LCLVersion = '2.0.12.0'
15 object ButtonProcess: TButton
16 Left = 19
17 Height = 30
18 Top = 10
19 Width = 128
20 Caption = 'Process'
21 OnClick = ButtonProcessClick
22 ParentFont = False
23 TabOrder = 0
24 end
25 object Memo1: TMemo
26 Left = 10
27 Height = 549
28 Top = 48
29 Width = 765
30 Anchors = [akTop, akLeft, akRight, akBottom]
31 ParentFont = False
32 ScrollBars = ssAutoBoth
33 TabOrder = 3
34 end
35 object ComboBoxDataFormat: TComboBox
36 Left = 317
37 Height = 38
38 Top = 6
39 Width = 168
40 ItemHeight = 0
41 ItemIndex = 0
42 Items.Strings = (
43 'CSV'
44 'MediaWiki'
45 )
46 ParentFont = False
47 Style = csDropDownList
48 TabOrder = 1
49 Text = 'CSV'
50 end
51 object Label1: TLabel
52 Left = 184
53 Height = 24
54 Top = 11
55 Width = 106
56 Caption = 'Data format:'
57 ParentColor = False
58 ParentFont = False
59 end
60 object ButtonLoadFromFile: TButton
61 Left = 604
62 Height = 30
63 Top = 10
64 Width = 167
65 Anchors = [akTop, akRight]
66 Caption = 'Load from file'
67 OnClick = ButtonLoadFromFileClick
68 ParentFont = False
69 TabOrder = 2
70 end
71 object OpenDialog1: TOpenDialog
72 Left = 397
73 Top = 224
74 end
75end
Note: See TracBrowser for help on using the repository browser.