Changeset 6 for trunk/UInterpreterForm.lfm
- Timestamp:
- Feb 9, 2012, 3:22:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UInterpreterForm.lfm
r5 r6 1 1 object InterpreterForm: TInterpreterForm 2 Left = 2 422 Left = 262 3 3 Height = 509 4 Top = 1 164 Top = 127 5 5 Width = 762 6 6 Caption = 'Runtime' … … 10 10 object Panel3: TPanel 11 11 Left = 0 12 Height = 50913 Top = 012 Height = 483 13 Top = 26 14 14 Width = 323 15 15 Align = alLeft 16 16 BevelOuter = bvNone 17 ClientHeight = 50917 ClientHeight = 483 18 18 ClientWidth = 323 19 19 TabOrder = 0 … … 34 34 Width = 309 35 35 Anchors = [akTop, akLeft, akRight, akBottom] 36 OnKeyPress = MemoInputKeyPress 37 ScrollBars = ssAutoBoth 36 38 TabOrder = 0 37 39 end … … 56 58 object Panel2: TPanel 57 59 Left = 0 58 Height = 2 6260 Height = 236 59 61 Top = 247 60 62 Width = 323 61 63 Align = alClient 62 64 BevelOuter = bvNone 63 ClientHeight = 2 6265 ClientHeight = 236 64 66 ClientWidth = 323 65 67 TabOrder = 2 … … 74 76 object MemoOutput: TMemo 75 77 Left = 8 76 Height = 2 3778 Height = 211 77 79 Top = 22 78 80 Width = 309 79 81 Anchors = [akTop, akLeft, akRight, akBottom] 82 ScrollBars = ssAutoBoth 80 83 TabOrder = 0 81 84 end … … 84 87 object Splitter2: TSplitter 85 88 Left = 323 86 Height = 50987 Top = 089 Height = 483 90 Top = 26 88 91 Width = 5 89 92 end 90 93 object Panel4: TPanel 91 94 Left = 328 92 Height = 50993 Top = 095 Height = 483 96 Top = 26 94 97 Width = 434 95 98 Align = alClient 96 99 BevelOuter = bvNone 97 ClientHeight = 509100 ClientHeight = 483 98 101 ClientWidth = 434 99 102 TabOrder = 2 … … 148 151 object ListViewMemory: TListView 149 152 Left = 8 150 Height = 3 84153 Height = 358 151 154 Top = 120 152 155 Width = 422 … … 179 182 end 180 183 end 184 object ToolBar1: TToolBar 185 Left = 0 186 Height = 26 187 Top = 0 188 Width = 762 189 Caption = 'ToolBar1' 190 Images = MainForm.ImageList1 191 TabOrder = 3 192 object ToolButton1: TToolButton 193 Left = 1 194 Top = 2 195 Action = MainForm.AProgramRun 196 end 197 object ToolButton2: TToolButton 198 Left = 24 199 Top = 2 200 Action = MainForm.AProgramPause 201 end 202 object ToolButton3: TToolButton 203 Left = 47 204 Top = 2 205 Action = MainForm.AProgramStop 206 end 207 end 181 208 object Timer1: TTimer 182 209 Interval = 500
Note:
See TracChangeset
for help on using the changeset viewer.