0,0 → 1,135 |
object Form1: TForm1 |
Left = 192 |
Top = 107 |
Width = 544 |
Height = 375 |
Caption = 'KAKLIK' |
Color = clBtnFace |
Font.Charset = DEFAULT_CHARSET |
Font.Color = clWindowText |
Font.Height = -11 |
Font.Name = 'MS Sans Serif' |
Font.Style = [] |
OldCreateOrder = False |
OnCreate = FormCreate |
PixelsPerInch = 96 |
TextHeight = 13 |
object Label1: TLabel |
Left = 224 |
Top = 16 |
Width = 41 |
Height = 16 |
Caption = 'Label1' |
Font.Charset = DEFAULT_CHARSET |
Font.Color = clWindowText |
Font.Height = -13 |
Font.Name = 'MS Sans Serif' |
Font.Style = [] |
ParentFont = False |
end |
object Button1: TButton |
Left = 168 |
Top = 136 |
Width = 105 |
Height = 105 |
Caption = '1' |
TabOrder = 0 |
OnClick = Button1Click |
end |
object Button2: TButton |
Left = 312 |
Top = 144 |
Width = 105 |
Height = 97 |
Caption = '0' |
TabOrder = 1 |
OnClick = Button2Click |
end |
object CheckBox1: TCheckBox |
Left = 104 |
Top = 40 |
Width = 17 |
Height = 17 |
TabOrder = 2 |
end |
object CheckBox3: TCheckBox |
Left = 104 |
Top = 72 |
Width = 17 |
Height = 17 |
Caption = 'object CheckBox1: TCheckBox' |
TabOrder = 3 |
end |
object StaticText1: TStaticText |
Left = 72 |
Top = 40 |
Width = 24 |
Height = 17 |
Caption = 'TxD' |
TabOrder = 4 |
end |
object StaticText2: TStaticText |
Left = 72 |
Top = 72 |
Width = 26 |
Height = 17 |
Caption = 'DcD' |
TabOrder = 5 |
end |
object Edit1: TEdit |
Left = 216 |
Top = 56 |
Width = 129 |
Height = 21 |
TabOrder = 6 |
Text = '11' |
end |
object Button3: TButton |
Left = 368 |
Top = 48 |
Width = 81 |
Height = 33 |
Caption = 'Odeslat' |
TabOrder = 7 |
OnClick = Button3Click |
end |
object CheckBox2: TCheckBox |
Left = 104 |
Top = 104 |
Width = 17 |
Height = 17 |
Caption = 'object CheckBox1: TCheckBox' |
TabOrder = 8 |
end |
object StaticText3: TStaticText |
Left = 72 |
Top = 104 |
Width = 27 |
Height = 17 |
Caption = 'DTR' |
TabOrder = 9 |
end |
object Button4: TButton |
Left = 136 |
Top = 104 |
Width = 25 |
Height = 25 |
Caption = '0' |
TabOrder = 10 |
OnClick = Button4Click |
end |
object Button5: TButton |
Left = 184 |
Top = 104 |
Width = 25 |
Height = 25 |
Caption = '1' |
TabOrder = 11 |
OnClick = Button5Click |
end |
object Timer1: TTimer |
OnTimer = Timer1Timer |
Left = 72 |
Top = 160 |
end |
end |