Changeset 146 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 26, 2011, 7:28:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r145 r146 1 1 object Form1: TForm1 2 Left = 3002 Left = 231 3 3 Height = 510 4 Top = 1375 Width = 7 034 Top = 48 5 Width = 798 6 6 Caption = 'MicroThreading demo' 7 7 ClientHeight = 510 8 ClientWidth = 7 038 ClientWidth = 798 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 24 24 Height = 483 25 25 Top = 24 26 Width = 38626 Width = 481 27 27 Anchors = [akTop, akLeft, akRight, akBottom] 28 28 Columns = < 29 29 item 30 30 Caption = 'Id' 31 Width = 40 31 32 end 32 33 item … … 45 46 item 46 47 Caption = 'Execution time' 47 Width = 105 48 Width = 70 49 end 50 item 51 Caption = 'Completion' 48 52 end> 49 53 OwnerData = True … … 58 62 Height = 14 59 63 Top = 8 60 Width = 8564 Width = 74 61 65 Caption = 'Microthread list' 62 66 ParentColor = False … … 93 97 Height = 14 94 98 Top = 80 95 Width = 3 899 Width = 32 96 100 Caption = 'Label2' 97 101 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.