Changeset 157 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 28, 2011, 7:33:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r156 r157 22 22 object TabSheet2: TTabSheet 23 23 Caption = 'Scheduler state' 24 ClientHeight = 49 325 ClientWidth = 79 424 ClientHeight = 492 25 ClientWidth = 798 26 26 object ListView1: TListView 27 27 Left = 222 28 Height = 4 6028 Height = 459 29 29 Top = 24 30 Width = 5 6730 Width = 571 31 31 Anchors = [akTop, akLeft, akRight, akBottom] 32 32 Columns = < … … 76 76 Height = 14 77 77 Top = 7 78 Width = 7 479 Caption = 'Microthread list'78 Width = 76 79 Caption = 'Microthreads:' 80 80 ParentColor = False 81 81 end … … 86 86 Width = 205 87 87 Caption = 'State' 88 ClientHeight = 6 388 ClientHeight = 66 89 89 ClientWidth = 201 90 90 TabOrder = 1 … … 93 93 Height = 14 94 94 Top = 4 95 Width = 1 1795 Width = 135 96 96 Caption = 'Logical processor count:' 97 97 ParentColor = False … … 109 109 Height = 14 110 110 Top = 20 111 Width = 69111 Width = 78 112 112 Caption = 'Thread count:' 113 113 ParentColor = False … … 117 117 Height = 14 118 118 Top = 36 119 Width = 95119 Width = 107 120 120 Caption = 'Micro thread count:' 121 121 ParentColor = False … … 144 144 Width = 206 145 145 Caption = 'Control' 146 ClientHeight = 1 08146 ClientHeight = 111 147 147 ClientWidth = 202 148 148 TabOrder = 2 … … 160 160 Height = 14 161 161 Top = 46 162 Width = 69162 Width = 78 163 163 Caption = 'Thread count:' 164 164 ParentColor = False … … 174 174 object CheckBoxUseMainThread: TCheckBox 175 175 Left = 10 176 Height = 17176 Height = 20 177 177 Top = 64 178 Width = 98178 Width = 112 179 179 Caption = 'Use main thread' 180 180 OnChange = CheckBoxUseMainThreadChange … … 182 182 end 183 183 end 184 object ListView2: TListView 185 Left = 6 186 Height = 236 187 Top = 247 188 Width = 206 189 Anchors = [akTop, akLeft, akBottom] 190 Columns = < 191 item 192 Caption = 'Id' 193 end 194 item 195 Caption = 'State' 196 Width = 135 197 end> 198 OwnerData = True 199 TabOrder = 3 200 ViewStyle = vsReport 201 OnData = ListView2Data 202 end 203 object Label13: TLabel 204 Left = 7 205 Height = 14 206 Top = 233 207 Width = 50 208 Caption = 'Threads:' 209 ParentColor = False 210 end 184 211 end 185 212 object TabSheet1: TTabSheet 186 213 Caption = 'Job control' 187 ClientHeight = 49 3188 ClientWidth = 79 4214 ClientHeight = 492 215 ClientWidth = 798 189 216 object ButtonAddWorkers: TButton 190 217 Left = 10 … … 263 290 object TabSheet3: TTabSheet 264 291 Caption = 'Testing' 265 ClientHeight = 49 3266 ClientWidth = 7 53292 ClientHeight = 492 293 ClientWidth = 798 267 294 object ButtonShowThreadId: TButton 268 295 Left = 14
Note:
See TracChangeset
for help on using the changeset viewer.