Changeset 140 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 24, 2011, 8:39:52 AM (14 years ago)
- Location:
- MicroThreading/Demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo
- Property svn:ignore
-
old new 1 1 Demo 2 2 lib 3 Demo.exe
-
- Property svn:ignore
-
MicroThreading/Demo/UMainForm.lfm
r137 r140 1 1 object Form1: TForm1 2 Left = 4452 Left = 298 3 3 Height = 510 4 Top = 1 074 Top = 144 5 5 Width = 703 6 6 Caption = 'MicroThreading demo' 7 7 ClientHeight = 510 8 8 ClientWidth = 703 9 OnClose = FormClose 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy … … 14 15 Height = 25 15 16 Top = 13 16 Width = 1 5117 Caption = ' Add new microthread'17 Width = 119 18 Caption = 'Start scheduler' 18 19 OnClick = Button1Click 19 20 TabOrder = 0 … … 46 47 Width = 105 47 48 end> 49 OwnerData = True 48 50 ReadOnly = True 49 51 RowSelect = True 50 52 TabOrder = 1 51 53 ViewStyle = vsReport 54 OnData = ListView1Data 52 55 end 53 56 object Label1: TLabel … … 55 58 Height = 14 56 59 Top = 8 57 Width = 8560 Width = 74 58 61 Caption = 'Microthread list' 59 62 ParentColor = False … … 65 68 Width = 294 66 69 Anchors = [akTop, akLeft, akBottom] 70 ScrollBars = ssAutoBoth 67 71 TabOrder = 2 68 72 end … … 85 89 TabOrder = 4 86 90 end 91 object Label2: TLabel 92 Left = 10 93 Height = 14 94 Top = 40 95 Width = 32 96 Caption = 'Label2' 97 ParentColor = False 98 end 87 99 object Timer1: TTimer 88 100 Interval = 100
Note:
See TracChangeset
for help on using the changeset viewer.