Changeset 135 for Microthreading/Demo/umainform.lfm
- Timestamp:
- Jan 23, 2011, 8:04:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Microthreading/Demo/umainform.lfm
r133 r135 40 40 item 41 41 Caption = 'State' 42 Width = 165 42 Width = 60 43 end 44 item 45 Caption = 'Execution time' 46 Width = 105 43 47 end> 44 48 ReadOnly = True … … 81 85 TabOrder = 4 82 86 end 87 object Timer1: TTimer 88 Interval = 100 89 OnTimer = Timer1Timer 90 left = 399 91 top = 87 92 end 83 93 end
Note:
See TracChangeset
for help on using the changeset viewer.