Changeset 138 for branches/virt simple/UFormMain.lfm
- Timestamp:
- Jan 4, 2018, 2:00:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virt simple/UFormMain.lfm
r89 r138 1 1 object Form1: TForm1 2 Left = 3833 Height = 1 1044 Top = 1915 Width = 170 82 Left = 44 3 Height = 1023 4 Top = 6 5 Width = 1703 6 6 Caption = 'Form1' 7 ClientHeight = 1104 8 ClientWidth = 1708 7 ClientHeight = 0 8 ClientWidth = 0 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnDestroy = FormDestroy 12 13 OnShow = FormShow 13 LCLVersion = '1. 7'14 LCLVersion = '1.8.0.6' 14 15 object ListViewMemory: TListView 15 16 Left = 888 … … 77 78 object Label1: TLabel 78 79 Left = 888 79 Height = 2 480 Height = 20 80 81 Top = 9 81 Width = 7582 Width = 58 82 83 Caption = 'Memory:' 83 84 ParentColor = False … … 85 86 object Label2: TLabel 86 87 Left = 1128 87 Height = 2 488 Height = 20 88 89 Top = 9 89 Width = 8490 Width = 63 90 91 Caption = 'Registers:' 91 92 ParentColor = False … … 93 94 object Label3: TLabel 94 95 Left = 1416 95 Height = 2 496 Height = 20 96 97 Top = 8 97 Width = 1 4598 Width = 111 98 99 Caption = 'Special registers:' 99 100 ParentColor = False … … 131 132 object Label4: TLabel 132 133 Left = 18 133 Height = 2 4134 Height = 20 134 135 Top = 744 135 Width = 66136 Width = 49 136 137 Caption = 'Output:' 137 138 ParentColor = False … … 139 140 object Label5: TLabel 140 141 Left = 528 141 Height = 2 4142 Height = 20 142 143 Top = 9 143 Width = 1 94144 Width = 152 144 145 Caption = 'Compiled source code:' 145 146 ParentColor = False … … 157 158 object Label6: TLabel 158 159 Left = 20 159 Height = 2 4160 Height = 20 160 161 Top = 7 161 Width = 109162 Width = 85 162 163 Caption = 'Source code:' 163 164 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.