Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/programy/delphi/osciloskop/Unit1.dfm
0,0 → 1,118
object Form1: TForm1
Left = 181
Top = 138
Width = 557
Height = 387
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 Obrazovka: TPaintBox
Left = 64
Top = 8
Width = 455
Height = 256
Color = clBtnFace
ParentColor = False
OnPaint = obrazovkaShow
end
object vykreslit: TButton
Left = 88
Top = 304
Width = 65
Height = 33
Caption = 'vykreslit'
TabOrder = 0
OnClick = vykreslitClick
end
object Button2: TButton
Left = 8
Top = 16
Width = 49
Height = 25
Caption = 's'#237't'#711
TabOrder = 1
OnClick = Button2Click
end
object reset: TButton
Left = 8
Top = 296
Width = 57
Height = 41
Caption = 'Reset'
TabOrder = 2
OnClick = resetClick
end
object vypis: TButton
Left = 8
Top = 48
Width = 49
Height = 25
Caption = 'v'#253'pis'
TabOrder = 3
OnClick = vypisClick
end
object Posuv: TScrollBar
Left = 168
Top = 312
Width = 201
Height = 16
Max = 637
PageSize = 0
TabOrder = 4
OnChange = PosuvChange
end
object ScrollBar2: TScrollBar
Left = 64
Top = 272
Width = 455
Height = 17
Max = 455
PageSize = 0
TabOrder = 5
OnChange = ScrollBar2Change
end
object ScrollBar3: TScrollBar
Left = 528
Top = 8
Width = 17
Height = 256
Kind = sbVertical
Max = 256
PageSize = 0
TabOrder = 6
OnChange = ScrollBar3Change
end
object zoom: TScrollBar
Left = 416
Top = 304
Width = 121
Height = 17
Max = 6
Min = 1
PageSize = 0
Position = 1
TabOrder = 7
OnChange = zoomChange
end
object StaticText1: TStaticText
Left = 464
Top = 328
Width = 39
Height = 20
Caption = 'Zoom'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 8
end
end