Last change
on this file was 5, checked in by chronos, 12 years ago |
- Added: LibreDevelopCommon package which supply API unit ULDStudioAPI.
- Modified: Module LDStudioCommon now register forms, actions and menu items using API.
|
File size:
1.3 KB
|
Line | |
---|
1 | object FormCPU: TFormCPU
|
---|
2 | Left = 262
|
---|
3 | Height = 287
|
---|
4 | Top = 127
|
---|
5 | Width = 414
|
---|
6 | Caption = 'CPU'
|
---|
7 | ClientHeight = 287
|
---|
8 | ClientWidth = 414
|
---|
9 | LCLVersion = '0.9.31'
|
---|
10 | object Label4: TLabel
|
---|
11 | Left = 8
|
---|
12 | Height = 18
|
---|
13 | Top = 42
|
---|
14 | Width = 87
|
---|
15 | Caption = 'Step counter:'
|
---|
16 | ParentColor = False
|
---|
17 | end
|
---|
18 | object Label7: TLabel
|
---|
19 | Left = 8
|
---|
20 | Height = 18
|
---|
21 | Top = 62
|
---|
22 | Width = 45
|
---|
23 | Caption = 'Speed:'
|
---|
24 | ParentColor = False
|
---|
25 | end
|
---|
26 | object LabelStepSpeed: TLabel
|
---|
27 | Left = 119
|
---|
28 | Height = 18
|
---|
29 | Top = 62
|
---|
30 | Width = 13
|
---|
31 | Caption = ' '
|
---|
32 | ParentColor = False
|
---|
33 | end
|
---|
34 | object LabelStepCounter: TLabel
|
---|
35 | Left = 119
|
---|
36 | Height = 18
|
---|
37 | Top = 42
|
---|
38 | Width = 13
|
---|
39 | Caption = ' '
|
---|
40 | ParentColor = False
|
---|
41 | end
|
---|
42 | object LabelMemoryPointer: TLabel
|
---|
43 | Left = 119
|
---|
44 | Height = 18
|
---|
45 | Top = 24
|
---|
46 | Width = 13
|
---|
47 | Caption = ' '
|
---|
48 | ParentColor = False
|
---|
49 | end
|
---|
50 | object LabelProgramPointer: TLabel
|
---|
51 | Left = 119
|
---|
52 | Height = 18
|
---|
53 | Top = 8
|
---|
54 | Width = 13
|
---|
55 | Caption = ' '
|
---|
56 | ParentColor = False
|
---|
57 | end
|
---|
58 | object Label3: TLabel
|
---|
59 | Left = 8
|
---|
60 | Height = 18
|
---|
61 | Top = 8
|
---|
62 | Width = 110
|
---|
63 | Caption = 'Program pointer:'
|
---|
64 | ParentColor = False
|
---|
65 | end
|
---|
66 | object Label5: TLabel
|
---|
67 | Left = 8
|
---|
68 | Height = 18
|
---|
69 | Top = 24
|
---|
70 | Width = 108
|
---|
71 | Caption = 'Memory pointer:'
|
---|
72 | ParentColor = False
|
---|
73 | end
|
---|
74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.