Changeset 147 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 26, 2011, 8:06:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r146 r147 1 1 object Form1: TForm1 2 Left = 23 12 Left = 235 3 3 Height = 510 4 Top = 4 84 Top = 44 5 5 Width = 798 6 6 Caption = 'MicroThreading demo' … … 68 68 object Memo1: TMemo 69 69 Left = 10 70 Height = 37971 Top = 12870 Height = 267 71 Top = 240 72 72 Width = 294 73 73 Anchors = [akTop, akLeft, akBottom] … … 78 78 Left = 224 79 79 Height = 25 80 Top = 9680 Top = 208 81 81 Width = 75 82 82 Caption = 'Button2' … … 87 87 Left = 10 88 88 Height = 25 89 Top = 9689 Top = 208 90 90 Width = 75 91 91 Caption = 'Coroutine' … … 96 96 Left = 10 97 97 Height = 14 98 Top = 8098 Top = 192 99 99 Width = 32 100 100 Caption = 'Label2' … … 102 102 end 103 103 object Button4: TButton 104 Left = 1 20104 Left = 10 105 105 Height = 25 106 Top = 12106 Top = 48 107 107 Width = 88 108 108 Caption = 'Start workers' … … 111 111 end 112 112 object SpinEdit1: TSpinEdit 113 Left = 21 7113 Left = 216 114 114 Height = 21 115 Top = 13115 Top = 48 116 116 Width = 82 117 117 MaxValue = 100000 118 118 MinValue = 1 119 119 TabOrder = 6 120 Value = 20 120 Value = 200 121 121 end 122 122 object Button5: TButton 123 123 Left = 168 124 124 Height = 25 125 Top = 48125 Top = 160 126 126 Width = 131 127 127 Caption = 'Get max TThread count' … … 132 132 Left = 88 133 133 Height = 25 134 Top = 48134 Top = 160 135 135 Width = 75 136 136 Caption = 'Button6' 137 137 OnClick = Button6Click 138 138 TabOrder = 8 139 end 140 object SpinEdit2: TSpinEdit 141 Left = 216 142 Height = 21 143 Top = 13 144 Width = 82 145 TabOrder = 9 146 Value = 1 147 end 148 object Label3: TLabel 149 Left = 120 150 Height = 14 151 Top = 20 152 Width = 69 153 Caption = 'Thread count:' 154 ParentColor = False 155 end 156 object Label4: TLabel 157 Left = 104 158 Height = 14 159 Top = 48 160 Width = 92 161 Caption = 'Microthread count:' 162 ParentColor = False 139 163 end 140 164 object Timer1: TTimer
Note:
See TracChangeset
for help on using the changeset viewer.