source: tags/1.3.0/Forms/UFormExport.lfm

Last change on this file was 90, checked in by chronos, 8 years ago
  • Added: Acronym export action in menu Tools - Export. Supported formats are CSV and MediaWiki list/table.
File size: 1.1 KB
Line 
1object FormExport: TFormExport
2 Left = 722
3 Height = 654
4 Top = 491
5 Width = 850
6 Caption = 'Export'
7 ClientHeight = 654
8 ClientWidth = 850
9 LCLVersion = '1.6.0.4'
10 object ButtonProcess: TButton
11 Left = 18
12 Height = 33
13 Top = 9
14 Width = 139
15 Caption = 'Process'
16 OnClick = ButtonProcessClick
17 TabOrder = 0
18 end
19 object ComboBoxDataFormat: TComboBox
20 Left = 341
21 Height = 34
22 Top = 5
23 Width = 182
24 ItemHeight = 0
25 ItemIndex = 0
26 Items.Strings = (
27 'CSV'
28 'MediaWiki List'
29 'MediaWiki Table'
30 )
31 Style = csDropDownList
32 TabOrder = 1
33 Text = 'CSV'
34 end
35 object ButtonSaveToFile: TButton
36 Left = 653
37 Height = 33
38 Top = 9
39 Width = 181
40 Anchors = [akTop, akRight]
41 Caption = 'Save to file'
42 OnClick = ButtonSaveToFileClick
43 TabOrder = 2
44 end
45 object Memo1: TMemo
46 Left = 8
47 Height = 597
48 Top = 51
49 Width = 830
50 Anchors = [akTop, akLeft, akRight, akBottom]
51 ScrollBars = ssAutoBoth
52 TabOrder = 3
53 end
54 object SaveDialog1: TSaveDialog
55 left = 395
56 top = 124
57 end
58end
Note: See TracBrowser for help on using the repository browser.