Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Form1: TForm1
2
  Left = 192
3
  Top = 107
4
  Width = 544
5
  Height = 375
6
  Caption = 'KAKLIK'
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
  OnCreate = FormCreate
15
  PixelsPerInch = 96
16
  TextHeight = 13
17
  object Label1: TLabel
18
    Left = 224
19
    Top = 16
20
    Width = 41
21
    Height = 16
22
    Caption = 'Label1'
23
    Font.Charset = DEFAULT_CHARSET
24
    Font.Color = clWindowText
25
    Font.Height = -13
26
    Font.Name = 'MS Sans Serif'
27
    Font.Style = []
28
    ParentFont = False
29
  end
30
  object Button1: TButton
31
    Left = 168
32
    Top = 136
33
    Width = 105
34
    Height = 105
35
    Caption = '1'
36
    TabOrder = 0
37
    OnClick = Button1Click
38
  end
39
  object Button2: TButton
40
    Left = 312
41
    Top = 144
42
    Width = 105
43
    Height = 97
44
    Caption = '0'
45
    TabOrder = 1
46
    OnClick = Button2Click
47
  end
48
  object CheckBox1: TCheckBox
49
    Left = 104
50
    Top = 40
51
    Width = 17
52
    Height = 17
53
    TabOrder = 2
54
  end
55
  object CheckBox3: TCheckBox
56
    Left = 104
57
    Top = 72
58
    Width = 17
59
    Height = 17
60
    Caption = 'object CheckBox1: TCheckBox'
61
    TabOrder = 3
62
  end
63
  object StaticText1: TStaticText
64
    Left = 72
65
    Top = 40
66
    Width = 24
67
    Height = 17
68
    Caption = 'TxD'
69
    TabOrder = 4
70
  end
71
  object StaticText2: TStaticText
72
    Left = 72
73
    Top = 72
74
    Width = 26
75
    Height = 17
76
    Caption = 'DcD'
77
    TabOrder = 5
78
  end
79
  object Edit1: TEdit
80
    Left = 216
81
    Top = 56
82
    Width = 129
83
    Height = 21
84
    TabOrder = 6
85
    Text = '11'
86
  end
87
  object Button3: TButton
88
    Left = 368
89
    Top = 48
90
    Width = 81
91
    Height = 33
92
    Caption = 'Odeslat'
93
    TabOrder = 7
94
    OnClick = Button3Click
95
  end
96
  object CheckBox2: TCheckBox
97
    Left = 104
98
    Top = 104
99
    Width = 17
100
    Height = 17
101
    Caption = 'object CheckBox1: TCheckBox'
102
    TabOrder = 8
103
  end
104
  object StaticText3: TStaticText
105
    Left = 72
106
    Top = 104
107
    Width = 27
108
    Height = 17
109
    Caption = 'DTR'
110
    TabOrder = 9
111
  end
112
  object Button4: TButton
113
    Left = 136
114
    Top = 104
115
    Width = 25
116
    Height = 25
117
    Caption = '0'
118
    TabOrder = 10
119
    OnClick = Button4Click
120
  end
121
  object Button5: TButton
122
    Left = 184
123
    Top = 104
124
    Width = 25
125
    Height = 25
126
    Caption = '1'
127
    TabOrder = 11
128
    OnClick = Button5Click
129
  end
130
  object Timer1: TTimer
131
    OnTimer = Timer1Timer
132
    Left = 72
133
    Top = 160
134
  end
135
end