Changeset 142 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 24, 2011, 4:02:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r140 r142 15 15 Height = 25 16 16 Top = 13 17 Width = 1 1917 Width = 103 18 18 Caption = 'Start scheduler' 19 19 OnClick = Button1Click … … 64 64 object Memo1: TMemo 65 65 Left = 10 66 Height = 41967 Top = 8866 Height = 379 67 Top = 128 68 68 Width = 294 69 69 Anchors = [akTop, akLeft, akBottom] … … 72 72 end 73 73 object Button2: TButton 74 Left = 17674 Left = 224 75 75 Height = 25 76 Top = 1376 Top = 96 77 77 Width = 75 78 78 Caption = 'Button2' … … 83 83 Left = 10 84 84 Height = 25 85 Top = 5785 Top = 96 86 86 Width = 75 87 87 Caption = 'Coroutine' … … 92 92 Left = 10 93 93 Height = 14 94 Top = 4094 Top = 80 95 95 Width = 32 96 96 Caption = 'Label2' 97 97 ParentColor = False 98 end 99 object Button4: TButton 100 Left = 136 101 Height = 25 102 Top = 12 103 Width = 75 104 Caption = 'Start workers' 105 OnClick = Button4Click 106 TabOrder = 5 107 end 108 object SpinEdit1: TSpinEdit 109 Left = 217 110 Height = 21 111 Top = 13 112 Width = 82 113 MaxValue = 100000 114 MinValue = 1 115 TabOrder = 6 116 Value = 20 98 117 end 99 118 object Timer1: TTimer
Note:
See TracChangeset
for help on using the changeset viewer.