Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/programy/delphi/teplomer/teplomer1/Unit1.~dfm
0,0 → 1,42
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
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
object Button2: TButton
Left = 320
Top = 296
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = Button2Click
end
end