Changeset 176 for branches/virtualcpu4/UFormMain.lfm
- Timestamp:
- Apr 12, 2019, 11:43:24 AM (6 years ago)
- Location:
- branches/virtualcpu4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtualcpu4
- Property svn:ignore
-
old new 4 4 *.lps 5 5 *.res 6 heaptrclog.trc
-
- Property svn:ignore
-
branches/virtualcpu4/UFormMain.lfm
r175 r176 1 1 object FormMain: TFormMain 2 Left = 3 503 Height = 9484 Top = 2475 Width = 1 7182 Left = 313 3 Height = 790 4 Top = 150 5 Width = 1432 6 6 Caption = 'VirtCpu4' 7 ClientHeight = 9488 ClientWidth = 1 7189 DesignTimePPI = 1 447 ClientHeight = 790 8 ClientWidth = 1432 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy … … 13 13 LCLVersion = '2.0.0.4' 14 14 object ButtonStart: TButton 15 Left = 118116 Height = 3 717 Top = 1018 Width = 11315 Left = 984 16 Height = 31 17 Top = 8 18 Width = 94 19 19 Caption = 'Start' 20 20 OnClick = ButtonStartClick … … 23 23 end 24 24 object ButtonStop: TButton 25 Left = 118126 Height = 3 727 Top = 5828 Width = 11325 Left = 984 26 Height = 31 27 Top = 48 28 Width = 94 29 29 Caption = 'Stop' 30 30 OnClick = ButtonStopClick … … 33 33 end 34 34 object Label1: TLabel 35 Left = 118136 Height = 2 637 Top = 11538 Width = 4835 Left = 984 36 Height = 20 37 Top = 96 38 Width = 35 39 39 Caption = 'Ticks:' 40 40 ParentColor = False … … 42 42 end 43 43 object ListViewRegisters: TListView 44 Left = 1045 Height = 92246 Top = 1047 Width = 3 7444 Left = 8 45 Height = 769 46 Top = 8 47 Width = 312 48 48 Anchors = [akTop, akLeft, akBottom] 49 49 Columns = < 50 50 item 51 51 Caption = 'Register' 52 Width = 1 2052 Width = 100 53 53 end 54 54 item 55 Width = 23955 Width = 199 56 56 end> 57 Font.Height = - 2057 Font.Height = -17 58 58 Font.Name = 'Liberation Mono' 59 59 OwnerData = True … … 64 64 end 65 65 object ListViewMemory: TListView 66 Left = 3 9467 Height = 92268 Top = 1069 Width = 77866 Left = 328 67 Height = 769 68 Top = 8 69 Width = 648 70 70 Anchors = [akTop, akLeft, akBottom] 71 71 Columns = < 72 72 item 73 73 Caption = 'Address' 74 Width = 1 2074 Width = 100 75 75 end 76 76 item 77 Width = 64377 Width = 536 78 78 end> 79 Font.Height = - 2079 Font.Height = -17 80 80 Font.Name = 'Liberation Mono' 81 81 OwnerData = True … … 86 86 end 87 87 object Memo1: TMemo 88 Left = 118189 Height = 34490 Top = 1 9291 Width = 51888 Left = 984 89 Height = 287 90 Top = 160 91 Width = 432 92 92 OnKeyPress = Memo1KeyPress 93 93 ParentFont = False … … 96 96 end 97 97 object Label2: TLabel 98 Left = 118199 Height = 2 6100 Top = 1 63101 Width = 7398 Left = 984 99 Height = 20 100 Top = 136 101 Width = 56 102 102 Caption = 'Console:' 103 103 ParentColor = False 104 104 ParentFont = False 105 105 end 106 object PaintBox1: TPaintBox 107 Left = 1181 108 Height = 374 109 Top = 552 110 Width = 518 111 OnPaint = PaintBox1Paint 112 OnResize = PaintBox1Resize 106 object Image1: TImage 107 Left = 984 108 Height = 321 109 Top = 457 110 Width = 432 113 111 end 114 112 object Timer1: TTimer 115 113 Interval = 100 116 114 OnTimer = Timer1Timer 117 left = 115118 top = 1 73115 left = 96 116 top = 144 119 117 end 120 118 object TimerDraw: TTimer 121 119 OnTimer = TimerDrawTimer 122 left = 104123 top = 304120 left = 87 121 top = 253 124 122 end 125 123 end
Note:
See TracChangeset
for help on using the changeset viewer.