Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Form1: TForm1
2
  Left = 181
3
  Top = 138
4
  Width = 557
5
  Height = 387
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 Obrazovka: TPaintBox
17
    Left = 64
18
    Top = 8
19
    Width = 455
20
    Height = 256
21
    Color = clBtnFace
22
    ParentColor = False
23
    OnPaint = obrazovkaShow
24
  end
25
  object vykreslit: TButton
26
    Left = 88
27
    Top = 304
28
    Width = 65
29
    Height = 33
30
    Caption = 'vykreslit'
31
    TabOrder = 0
32
    OnClick = vykreslitClick
33
  end
34
  object Button2: TButton
35
    Left = 8
36
    Top = 16
37
    Width = 49
38
    Height = 25
39
    Caption = 's'#237't'#711
40
    TabOrder = 1
41
    OnClick = Button2Click
42
  end
43
  object reset: TButton
44
    Left = 8
45
    Top = 296
46
    Width = 57
47
    Height = 41
48
    Caption = 'Reset'
49
    TabOrder = 2
50
    OnClick = resetClick
51
  end
52
  object vypis: TButton
53
    Left = 8
54
    Top = 48
55
    Width = 49
56
    Height = 25
57
    Caption = 'v'#253'pis'
58
    TabOrder = 3
59
    OnClick = vypisClick
60
  end
61
  object Posuv: TScrollBar
62
    Left = 168
63
    Top = 312
64
    Width = 201
65
    Height = 16
66
    Max = 637
67
    PageSize = 0
68
    TabOrder = 4
69
    OnChange = PosuvChange
70
  end
71
  object ScrollBar2: TScrollBar
72
    Left = 64
73
    Top = 272
74
    Width = 455
75
    Height = 17
76
    Max = 455
77
    PageSize = 0
78
    TabOrder = 5
79
    OnChange = ScrollBar2Change
80
  end
81
  object ScrollBar3: TScrollBar
82
    Left = 528
83
    Top = 8
84
    Width = 17
85
    Height = 256
86
    Kind = sbVertical
87
    Max = 256
88
    PageSize = 0
89
    TabOrder = 6
90
    OnChange = ScrollBar3Change
91
  end
92
  object zoom: TScrollBar
93
    Left = 416
94
    Top = 304
95
    Width = 121
96
    Height = 17
97
    Max = 6
98
    Min = 1
99
    PageSize = 0
100
    Position = 1
101
    TabOrder = 7
102
    OnChange = zoomChange
103
  end
104
  object StaticText1: TStaticText
105
    Left = 464
106
    Top = 328
107
    Width = 39
108
    Height = 20
109
    Caption = 'Zoom'
110
    Font.Charset = DEFAULT_CHARSET
111
    Font.Color = clWindowText
112
    Font.Height = -13
113
    Font.Name = 'MS Sans Serif'
114
    Font.Style = []
115
    ParentFont = False
116
    TabOrder = 8
117
  end
118
end