Changeset 175 for branches/virtualcpu4/UFormMain.lfm
- Timestamp:
- Apr 12, 2019, 1:34:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtualcpu4/UFormMain.lfm
r173 r175 87 87 object Memo1: TMemo 88 88 Left = 1181 89 Height = 74389 Height = 344 90 90 Top = 192 91 91 Width = 518 … … 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 113 end 106 114 object Timer1: TTimer 107 115 Interval = 100 … … 110 118 top = 173 111 119 end 120 object TimerDraw: TTimer 121 OnTimer = TimerDrawTimer 122 left = 104 123 top = 304 124 end 112 125 end
Note:
See TracChangeset
for help on using the changeset viewer.