Last change
on this file was 191, checked in by chronos, 6 years ago |
- Added: Interface language selection in Settings dialog.
|
File size:
1.6 KB
|
Line | |
---|
1 | object MainForm: TMainForm
|
---|
2 | Left = 406
|
---|
3 | Height = 300
|
---|
4 | Top = 191
|
---|
5 | Width = 582
|
---|
6 | Caption = 'Translator Demo'
|
---|
7 | ClientHeight = 300
|
---|
8 | ClientWidth = 582
|
---|
9 | DesignTimePPI = 120
|
---|
10 | OnCreate = FormCreate
|
---|
11 | LCLVersion = '2.0.2.0'
|
---|
12 | object ListBox1: TListBox
|
---|
13 | Left = 214
|
---|
14 | Height = 210
|
---|
15 | Top = 30
|
---|
16 | Width = 176
|
---|
17 | ItemHeight = 0
|
---|
18 | OnSelectionChange = ListBox1SelectionChange
|
---|
19 | ParentFont = False
|
---|
20 | TabOrder = 0
|
---|
21 | end
|
---|
22 | object Button1: TButton
|
---|
23 | Left = 10
|
---|
24 | Height = 31
|
---|
25 | Top = 260
|
---|
26 | Width = 160
|
---|
27 | Caption = 'Show MainForm.Name'
|
---|
28 | OnClick = Button1Click
|
---|
29 | ParentFont = False
|
---|
30 | TabOrder = 1
|
---|
31 | end
|
---|
32 | object Label1: TLabel
|
---|
33 | Left = 12
|
---|
34 | Height = 20
|
---|
35 | Top = 30
|
---|
36 | Width = 67
|
---|
37 | Caption = 'MainForm'
|
---|
38 | ParentColor = False
|
---|
39 | ParentFont = False
|
---|
40 | end
|
---|
41 | object Label2: TLabel
|
---|
42 | Left = 12
|
---|
43 | Height = 20
|
---|
44 | Top = 8
|
---|
45 | Width = 187
|
---|
46 | Caption = 'Form name as label caption:'
|
---|
47 | ParentColor = False
|
---|
48 | ParentFont = False
|
---|
49 | end
|
---|
50 | object Label3: TLabel
|
---|
51 | Left = 214
|
---|
52 | Height = 20
|
---|
53 | Top = 10
|
---|
54 | Width = 91
|
---|
55 | Caption = 'Language list:'
|
---|
56 | ParentColor = False
|
---|
57 | ParentFont = False
|
---|
58 | end
|
---|
59 | object ListBox2: TListBox
|
---|
60 | Left = 401
|
---|
61 | Height = 210
|
---|
62 | Top = 30
|
---|
63 | Width = 169
|
---|
64 | ItemHeight = 0
|
---|
65 | ParentFont = False
|
---|
66 | TabOrder = 2
|
---|
67 | end
|
---|
68 | object Label4: TLabel
|
---|
69 | Left = 401
|
---|
70 | Height = 20
|
---|
71 | Top = 12
|
---|
72 | Width = 60
|
---|
73 | Caption = 'Excludes:'
|
---|
74 | ParentColor = False
|
---|
75 | ParentFont = False
|
---|
76 | end
|
---|
77 | object CoolTranslator1: TCoolTranslator
|
---|
78 | POFilesFolder = 'Languages'
|
---|
79 | left = 72
|
---|
80 | top = 90
|
---|
81 | end
|
---|
82 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.