Changeset 164 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Feb 8, 2011, 11:05:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r162 r164 5 5 Width = 816 6 6 Caption = 'MicroThreading demo' 7 ClientHeight = 5 337 ClientHeight = 514 8 8 ClientWidth = 816 9 Menu = MainMenu1 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy … … 13 14 object PageControl1: TPageControl 14 15 Left = 8 15 Height = 5 1916 Height = 500 16 17 Top = 8 17 18 Width = 802 … … 22 23 object TabSheet2: TTabSheet 23 24 Caption = 'Scheduler state' 24 ClientHeight = 4 9325 ClientHeight = 474 25 26 ClientWidth = 794 26 27 object GroupBox1: TGroupBox … … 33 34 ClientWidth = 201 34 35 TabOrder = 0 35 object Label5: TLabel36 Left = 937 Height = 1438 Top = 439 Width = 11740 Caption = 'Logical processor count:'41 ParentColor = False42 end43 object Label6: TLabel44 Left = 15045 Height = 1446 Top = 447 Width = 1348 Caption = ' '49 ParentColor = False50 end51 object Label7: TLabel52 Left = 853 Height = 1454 Top = 2055 Width = 6956 Caption = 'Thread count:'57 ParentColor = False58 end59 object Label8: TLabel60 Left = 961 Height = 1462 Top = 3663 Width = 9564 Caption = 'Micro thread count:'65 ParentColor = False66 end67 object Label9: TLabel68 Left = 15069 Height = 1470 Top = 2071 Width = 1372 Caption = ' '73 ParentColor = False74 end75 object Label10: TLabel76 Left = 15177 Height = 1478 Top = 3679 Width = 1380 Caption = ' '81 ParentColor = False82 end83 36 object Label15: TLabel 84 37 Left = 9 … … 403 356 top = 115 404 357 end 358 object MainMenu1: TMainMenu 359 left = 512 360 top = 115 361 object MenuItem1: TMenuItem 362 Caption = 'New Item1' 363 object MenuItem2: TMenuItem 364 Caption = 'New Item2' 365 end 366 object MenuItem4: TMenuItem 367 Caption = 'New Item4' 368 end 369 end 370 object MenuItem3: TMenuItem 371 Caption = 'New Item3' 372 end 373 end 405 374 end
Note:
See TracChangeset
for help on using the changeset viewer.