source: trunk/Forms/FormCPU.lfm

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 1.5 KB
Line 
1object FormCPU: TFormCPU
2 Left = 262
3 Height = 430
4 Top = 127
5 Width = 621
6 Caption = 'CPU'
7 ClientHeight = 430
8 ClientWidth = 621
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '2.2.6.0'
12 object Label4: TLabel
13 Left = 12
14 Height = 26
15 Top = 72
16 Width = 112
17 Caption = 'Step counter:'
18 ParentColor = False
19 ParentFont = False
20 end
21 object Label7: TLabel
22 Left = 12
23 Height = 26
24 Top = 108
25 Width = 57
26 Caption = 'Speed:'
27 ParentColor = False
28 ParentFont = False
29 end
30 object LabelStepSpeed: TLabel
31 Left = 288
32 Height = 26
33 Top = 108
34 Width = 15
35 Caption = ' '
36 ParentColor = False
37 ParentFont = False
38 end
39 object LabelStepCounter: TLabel
40 Left = 288
41 Height = 26
42 Top = 72
43 Width = 15
44 Caption = ' '
45 ParentColor = False
46 ParentFont = False
47 end
48 object LabelMemoryPointer: TLabel
49 Left = 288
50 Height = 26
51 Top = 36
52 Width = 15
53 Caption = ' '
54 ParentColor = False
55 ParentFont = False
56 end
57 object LabelProgramPointer: TLabel
58 Left = 288
59 Height = 26
60 Top = 0
61 Width = 15
62 Caption = ' '
63 ParentColor = False
64 ParentFont = False
65 end
66 object Label3: TLabel
67 Left = 12
68 Height = 26
69 Top = 0
70 Width = 145
71 Caption = 'Program pointer:'
72 ParentColor = False
73 ParentFont = False
74 end
75 object Label5: TLabel
76 Left = 12
77 Height = 26
78 Top = 36
79 Width = 141
80 Caption = 'Memory pointer:'
81 ParentColor = False
82 ParentFont = False
83 end
84end
Note: See TracBrowser for help on using the repository browser.