Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/programy/delphi/hello/Unit1.dfm
0,0 → 1,32
object Hlavni_Formular: THlavni_Formular
Left = 336
Top = 120
Width = 289
Height = 172
Caption = 'Prvn'#205' Program'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -33
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 37
object Label1: TLabel
Left = 56
Top = 16
Width = 175
Height = 37
Caption = 'Hello World'
end
object Button1: TButton
Left = 48
Top = 88
Width = 193
Height = 49
Caption = 'Tla'#269#237'tko'
TabOrder = 0
OnClick = Button1Click
end
end