Last change
on this file was 18, checked in by chronos, 12 years ago |
- Used external packages are now stored in uncompressed form rather in zipped files. This allow better package version synchronisation.
|
File size:
1.4 KB
|
Line | |
---|
1 | object MainForm: TMainForm
|
---|
2 | Left = 406
|
---|
3 | Height = 240
|
---|
4 | Top = 191
|
---|
5 | Width = 466
|
---|
6 | Caption = 'Translator Demo'
|
---|
7 | ClientHeight = 240
|
---|
8 | ClientWidth = 466
|
---|
9 | OnCreate = FormCreate
|
---|
10 | LCLVersion = '0.9.31'
|
---|
11 | object ListBox1: TListBox
|
---|
12 | Left = 171
|
---|
13 | Height = 168
|
---|
14 | Top = 24
|
---|
15 | Width = 141
|
---|
16 | ItemHeight = 0
|
---|
17 | OnSelectionChange = ListBox1SelectionChange
|
---|
18 | TabOrder = 0
|
---|
19 | end
|
---|
20 | object Button1: TButton
|
---|
21 | Left = 8
|
---|
22 | Height = 25
|
---|
23 | Top = 208
|
---|
24 | Width = 128
|
---|
25 | Caption = 'Show MainForm.Name'
|
---|
26 | OnClick = Button1Click
|
---|
27 | TabOrder = 1
|
---|
28 | end
|
---|
29 | object Label1: TLabel
|
---|
30 | Left = 10
|
---|
31 | Height = 14
|
---|
32 | Top = 24
|
---|
33 | Width = 47
|
---|
34 | Caption = 'MainForm'
|
---|
35 | ParentColor = False
|
---|
36 | end
|
---|
37 | object Label2: TLabel
|
---|
38 | Left = 10
|
---|
39 | Height = 14
|
---|
40 | Top = 6
|
---|
41 | Width = 135
|
---|
42 | Caption = 'Form name as label caption:'
|
---|
43 | ParentColor = False
|
---|
44 | end
|
---|
45 | object Label3: TLabel
|
---|
46 | Left = 171
|
---|
47 | Height = 14
|
---|
48 | Top = 8
|
---|
49 | Width = 68
|
---|
50 | Caption = 'Language list:'
|
---|
51 | ParentColor = False
|
---|
52 | end
|
---|
53 | object ListBox2: TListBox
|
---|
54 | Left = 321
|
---|
55 | Height = 168
|
---|
56 | Top = 24
|
---|
57 | Width = 135
|
---|
58 | ItemHeight = 0
|
---|
59 | TabOrder = 2
|
---|
60 | end
|
---|
61 | object Label4: TLabel
|
---|
62 | Left = 321
|
---|
63 | Height = 14
|
---|
64 | Top = 10
|
---|
65 | Width = 47
|
---|
66 | Caption = 'Excludes:'
|
---|
67 | ParentColor = False
|
---|
68 | end
|
---|
69 | object CoolTranslator1: TCoolTranslator
|
---|
70 | POFilesFolder = 'Languages'
|
---|
71 | left = 64
|
---|
72 | top = 40
|
---|
73 | end
|
---|
74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.