source: tools/Lazarus translator/UItemTranslationForm.lfm

Last change on this file was 6, checked in by george, 16 years ago
  • Přidáno: Překladový soubor pro inspektor objektů a instalátor.
  • Přidáno: Podpora pro překlad více souborů.
File size: 723 bytes
Line 
1object ItemTranslationForm: TItemTranslationForm
2 Left = 305
3 Height = 359
4 Top = 186
5 Width = 549
6 Caption = 'Překlad položky'
7 ClientHeight = 359
8 ClientWidth = 549
9 ParentFont = False
10 Position = poScreenCenter
11 LCLVersion = '0.9.26'
12 object Memo1: TMemo
13 Left = 9
14 Height = 155
15 Top = 5
16 Width = 528
17 ReadOnly = True
18 TabOrder = 0
19 WantReturns = False
20 end
21 object Memo2: TMemo
22 Left = 8
23 Height = 153
24 Top = 168
25 Width = 530
26 TabOrder = 1
27 end
28 object Button1: TButton
29 Left = 462
30 Height = 24
31 Top = 328
32 Width = 75
33 Caption = 'Zavřít'
34 Default = True
35 OnClick = Button1Click
36 TabOrder = 2
37 end
38end
Note: See TracBrowser for help on using the repository browser.