source: tags/1.4.0/Forms/UFormExport.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.1 KB
Line 
1object FormExport: TFormExport
2 Left = 281
3 Height = 654
4 Top = 221
5 Width = 850
6 Caption = 'Export'
7 ClientHeight = 654
8 ClientWidth = 850
9 OnCreate = FormCreate
10 Position = poScreenCenter
11 LCLVersion = '1.6.0.4'
12 object ButtonProcess: TButton
13 Left = 18
14 Height = 33
15 Top = 9
16 Width = 139
17 Caption = 'Process'
18 OnClick = ButtonProcessClick
19 TabOrder = 0
20 end
21 object ComboBoxDataFormat: TComboBox
22 Left = 341
23 Height = 28
24 Top = 5
25 Width = 182
26 ItemHeight = 20
27 ItemIndex = 0
28 Items.Strings = (
29 'CSV'
30 'MediaWiki List'
31 'MediaWiki Table'
32 )
33 Style = csDropDownList
34 TabOrder = 1
35 Text = 'CSV'
36 end
37 object ButtonSaveToFile: TButton
38 Left = 653
39 Height = 33
40 Top = 9
41 Width = 181
42 Anchors = [akTop, akRight]
43 Caption = 'Save to file'
44 OnClick = ButtonSaveToFileClick
45 TabOrder = 2
46 end
47 object Memo1: TMemo
48 Left = 8
49 Height = 597
50 Top = 51
51 Width = 830
52 Anchors = [akTop, akLeft, akRight, akBottom]
53 ScrollBars = ssAutoBoth
54 TabOrder = 3
55 end
56 object SaveDialog1: TSaveDialog
57 left = 395
58 top = 124
59 end
60end
Note: See TracBrowser for help on using the repository browser.