source: trunk/Forms/UFormExport.lfm

Last change on this file was 203, checked in by chronos, 5 years ago
  • Modified: Build under Lazarus 2.0.0 and newer.
  • Modified: Older .lrt files replaced by .lrj files.
File size: 1.2 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 DesignTimePPI = 120
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 Position = poScreenCenter
14 LCLVersion = '2.0.2.0'
15 object ButtonProcess: TButton
16 Left = 18
17 Height = 33
18 Top = 9
19 Width = 139
20 Caption = 'Process'
21 OnClick = ButtonProcessClick
22 TabOrder = 0
23 end
24 object ComboBoxDataFormat: TComboBox
25 Left = 341
26 Height = 28
27 Top = 5
28 Width = 182
29 ItemHeight = 20
30 ItemIndex = 0
31 Items.Strings = (
32 'CSV'
33 'MediaWiki List'
34 'MediaWiki Table'
35 )
36 Style = csDropDownList
37 TabOrder = 1
38 Text = 'CSV'
39 end
40 object ButtonSaveToFile: TButton
41 Left = 653
42 Height = 33
43 Top = 9
44 Width = 181
45 Anchors = [akTop, akRight]
46 Caption = 'Save to file'
47 OnClick = ButtonSaveToFileClick
48 TabOrder = 2
49 end
50 object Memo1: TMemo
51 Left = 8
52 Height = 597
53 Top = 51
54 Width = 830
55 Anchors = [akTop, akLeft, akRight, akBottom]
56 ScrollBars = ssAutoBoth
57 TabOrder = 3
58 end
59 object SaveDialog1: TSaveDialog
60 left = 395
61 top = 124
62 end
63end
Note: See TracBrowser for help on using the repository browser.