Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/programy/delphi/prenos/Unit1.~dfm
0,0 → 1,101
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 Timer1: TTimer
OnTimer = Timer1Timer
Left = 72
Top = 160
end
end