Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Form1: TForm1
2
  Left = 77
3
  Top = 142
4
  Width = 544
5
  Height = 375
6
  Caption = 'Form1'
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 Label1: TLabel
17
    Left = 40
18
    Top = 40
19
    Width = 96
20
    Height = 29
21
    Caption = 'Vlchkost:'
22
    Font.Charset = DEFAULT_CHARSET
23
    Font.Color = clWindowText
24
    Font.Height = -23
25
    Font.Name = 'MS Sans Serif'
26
    Font.Style = []
27
    ParentFont = False
28
  end
29
  object Label2: TLabel
30
    Left = 48
31
    Top = 88
32
    Width = 89
33
    Height = 29
34
    Caption = 'Teplota:'
35
    Font.Charset = DEFAULT_CHARSET
36
    Font.Color = clWindowText
37
    Font.Height = -23
38
    Font.Name = 'MS Sans Serif'
39
    Font.Style = []
40
    ParentFont = False
41
  end
42
  object Edit1: TEdit
43
    Left = 144
44
    Top = 48
45
    Width = 73
46
    Height = 21
47
    TabOrder = 0
48
  end
49
  object Edit2: TEdit
50
    Left = 144
51
    Top = 96
52
    Width = 73
53
    Height = 21
54
    ParentShowHint = False
55
    ShowHint = False
56
    TabOrder = 1
57
  end
58
  object Timer1: TTimer
59
    OnTimer = Timer1Timer
60
    Left = 104
61
    Top = 64
62
  end
63
end