Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/programy/delphi/pokus1/Unit1.dfm
0,0 → 1,33
object Teplomer: TTeplomer
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Teplomer'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object PaintBox1: TPaintBox
Left = 32
Top = 16
Width = 473
Height = 256
Color = clMenu
ParentColor = False
end
object Button1: TButton
Left = 416
Top = 296
Width = 75
Height = 25
Caption = 'Zobrazit'
TabOrder = 0
OnClick = Button1Click
end
end