Changeset 12 for trunk/UInterpreterForm.lfm
- Timestamp:
- Feb 11, 2012, 4:32:27 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 LazFuckIDE.lps 4 4 backup 5 LazFuckIDE
-
- Property svn:ignore
-
trunk/UInterpreterForm.lfm
r11 r12 43 43 object Label1: TLabel 44 44 Left = 8 45 Height = 1 445 Height = 18 46 46 Top = 8 47 Width = 3 147 Width = 38 48 48 Caption = 'Input:' 49 49 ParentColor = False … … 71 71 object Label2: TLabel 72 72 Left = 8 73 Height = 1 473 Height = 18 74 74 Top = 6 75 Width = 3975 Width = 49 76 76 Caption = 'Output:' 77 77 ParentColor = False … … 109 109 object Label3: TLabel 110 110 Left = 1 111 Height = 1 4111 Height = 18 112 112 Top = 8 113 Width = 82113 Width = 110 114 114 Caption = 'Program pointer:' 115 115 ParentColor = False … … 117 117 object LabelProgramPointer: TLabel 118 118 Left = 112 119 Height = 1 4119 Height = 18 120 120 Top = 8 121 Width = 1 0121 Width = 13 122 122 Caption = ' ' 123 123 ParentColor = False … … 125 125 object Label5: TLabel 126 126 Left = 1 127 Height = 1 4127 Height = 18 128 128 Top = 24 129 Width = 80129 Width = 108 130 130 Caption = 'Memory pointer:' 131 131 ParentColor = False … … 133 133 object LabelMemoryPointer: TLabel 134 134 Left = 112 135 Height = 1 4135 Height = 18 136 136 Top = 24 137 Width = 1 0137 Width = 13 138 138 Caption = ' ' 139 139 ParentColor = False … … 141 141 object Label4: TLabel 142 142 Left = 1 143 Height = 1 4143 Height = 18 144 144 Top = 42 145 Width = 67145 Width = 87 146 146 Caption = 'Step counter:' 147 147 ParentColor = False … … 149 149 object LabelStepCounter: TLabel 150 150 Left = 112 151 Height = 1 4151 Height = 18 152 152 Top = 42 153 Width = 1 0153 Width = 13 154 154 Caption = ' ' 155 155 ParentColor = False … … 168 168 item 169 169 Caption = 'Data' 170 Width = 3 00170 Width = 330 171 171 end> 172 172 Font.Height = -11 … … 181 181 object Label6: TLabel 182 182 Left = 8 183 Height = 1 4183 Height = 18 184 184 Top = 104 185 Width = 43185 Width = 57 186 186 Caption = 'Memory:' 187 187 ParentColor = False … … 211 211 Action = MainForm.AProgramStop 212 212 end 213 object ToolButton4: TToolButton 214 Left = 70 215 Top = 2 216 Action = MainForm.AInterpretterRunToCursor 217 end 218 object ToolButton5: TToolButton 219 Left = 93 220 Top = 2 221 Action = MainForm.AInterpretterStepInto 222 end 223 object ToolButton6: TToolButton 224 Left = 116 225 Top = 2 226 Action = MainForm.AInterpretterStepOut 227 end 228 object ToolButton7: TToolButton 229 Left = 139 230 Top = 2 231 Action = MainForm.AInterpretterStopOver 232 end 213 233 end 214 234 object Timer1: TTimer
Note:
See TracChangeset
for help on using the changeset viewer.