/programy/delphi/osciloskop/Unit2.~dfm |
---|
0,0 → 1,55 |
object Form2: TForm2 |
Left = 266 |
Top = 110 |
Width = 364 |
Height = 111 |
Caption = 'Form2' |
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 Label1: TLabel |
Left = 8 |
Top = 16 |
Width = 47 |
Height = 16 |
Caption = 'Adresa:' |
Font.Charset = DEFAULT_CHARSET |
Font.Color = clWindowText |
Font.Height = -13 |
Font.Name = 'MS Sans Serif' |
Font.Style = [] |
ParentFont = False |
end |
object Edit1: TEdit |
Left = 56 |
Top = 16 |
Width = 249 |
Height = 21 |
TabOrder = 0 |
OnEnter = Button1Click |
end |
object Button1: TButton |
Left = 56 |
Top = 48 |
Width = 97 |
Height = 25 |
Caption = 'OK' |
TabOrder = 1 |
OnClick = Button1Click |
end |
object Button2: TButton |
Left = 184 |
Top = 48 |
Width = 97 |
Height = 25 |
Caption = 'Storno' |
TabOrder = 2 |
OnClick = Button2Click |
end |
end |