Last change
on this file was 24, checked in by chronos, 12 years ago |
- Opraveno: Ladění komunikačního protokolu s terminálem BF-630.
|
File size:
1.2 KB
|
Line | |
---|
1 | object FormVirtualAccessControler: TFormVirtualAccessControler
|
---|
2 | Left = 368
|
---|
3 | Height = 276
|
---|
4 | Top = 116
|
---|
5 | Width = 353
|
---|
6 | Caption = 'Virtual Access Controler'
|
---|
7 | ClientHeight = 276
|
---|
8 | ClientWidth = 353
|
---|
9 | LCLVersion = '1.1'
|
---|
10 | object SpinEditUser: TSpinEdit
|
---|
11 | Left = 72
|
---|
12 | Height = 21
|
---|
13 | Top = 8
|
---|
14 | Width = 83
|
---|
15 | TabOrder = 0
|
---|
16 | end
|
---|
17 | object Label1: TLabel
|
---|
18 | Left = 6
|
---|
19 | Height = 13
|
---|
20 | Top = 10
|
---|
21 | Width = 37
|
---|
22 | Caption = 'User id:'
|
---|
23 | ParentColor = False
|
---|
24 | end
|
---|
25 | object Label2: TLabel
|
---|
26 | Left = 7
|
---|
27 | Height = 13
|
---|
28 | Top = 41
|
---|
29 | Width = 33
|
---|
30 | Caption = 'Key id:'
|
---|
31 | ParentColor = False
|
---|
32 | end
|
---|
33 | object SpinEditKey: TSpinEdit
|
---|
34 | Left = 72
|
---|
35 | Height = 21
|
---|
36 | Top = 40
|
---|
37 | Width = 82
|
---|
38 | TabOrder = 1
|
---|
39 | end
|
---|
40 | object Label3: TLabel
|
---|
41 | Left = 9
|
---|
42 | Height = 13
|
---|
43 | Top = 72
|
---|
44 | Width = 26
|
---|
45 | Caption = 'Time:'
|
---|
46 | ParentColor = False
|
---|
47 | end
|
---|
48 | object LabelTime: TLabel
|
---|
49 | Left = 72
|
---|
50 | Height = 13
|
---|
51 | Top = 72
|
---|
52 | Width = 12
|
---|
53 | Caption = ' '
|
---|
54 | ParentColor = False
|
---|
55 | end
|
---|
56 | object ButtonPress: TButton
|
---|
57 | Left = 72
|
---|
58 | Height = 25
|
---|
59 | Top = 113
|
---|
60 | Width = 75
|
---|
61 | Caption = 'Press'
|
---|
62 | TabOrder = 2
|
---|
63 | end
|
---|
64 | object Timer1: TTimer
|
---|
65 | OnTimer = Timer1Timer
|
---|
66 | left = 241
|
---|
67 | top = 78
|
---|
68 | end
|
---|
69 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.