Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Teplomer: TTeplomer
2
  Left = 192
3
  Top = 107
4
  Width = 544
5
  Height = 375
6
  Caption = 'Teplomer'
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  PixelsPerInch = 96
15
  TextHeight = 13
16
  object PaintBox1: TPaintBox
17
    Left = 32
18
    Top = 16
19
    Width = 473
20
    Height = 256
21
    Color = clMenu
22
    ParentColor = False
23
  end
24
  object Button1: TButton
25
    Left = 416
26
    Top = 296
27
    Width = 75
28
    Height = 25
29
    Caption = 'Zobrazit'
30
    TabOrder = 0
31
    OnClick = Button1Click
32
  end
33
end