source: tools/Delphi translator/UItemTranslationForm.dfm

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: 855 bytes
Line 
1object ItemTranslationForm: TItemTranslationForm
2 Left = 0
3 Top = 0
4 Caption = 'P'#345'eklad polo'#382'ky'
5 ClientHeight = 312
6 ClientWidth = 741
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 Position = poScreenCenter
15 PixelsPerInch = 96
16 TextHeight = 13
17 object Memo1: TMemo
18 Left = 8
19 Top = 8
20 Width = 721
21 Height = 129
22 ReadOnly = True
23 TabOrder = 0
24 end
25 object Memo2: TMemo
26 Left = 8
27 Top = 144
28 Width = 721
29 Height = 129
30 TabOrder = 1
31 OnKeyDown = Memo2KeyDown
32 end
33 object Button1: TButton
34 Left = 296
35 Top = 280
36 Width = 75
37 Height = 25
38 Caption = 'Zav'#345#237't'
39 TabOrder = 2
40 OnClick = Button1Click
41 end
42end
Note: See TracBrowser for help on using the repository browser.