Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Hlavni_Formular: THlavni_Formular
2
  Left = 336
3
  Top = 120
4
  Width = 289
5
  Height = 172
6
  Caption = 'Prvn'#205' Program'
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clGreen
10
  Font.Height = -33
11
  Font.Name = 'Times New Roman'
12
  Font.Style = [fsBold]
13
  OldCreateOrder = False
14
  PixelsPerInch = 96
15
  TextHeight = 37
16
  object Label1: TLabel
17
    Left = 56
18
    Top = 16
19
    Width = 175
20
    Height = 37
21
    Caption = 'Hello World'
22
  end
23
  object Button1: TButton
24
    Left = 48
25
    Top = 88
26
    Width = 193
27
    Height = 49
28
    Caption = 'Tla'#269#237'tko'
29
    TabOrder = 0
30
    OnClick = Button1Click
31
  end
32
end