Ignore:
Timestamp:
Jan 25, 2011, 2:16:25 PM (14 years ago)
Author:
george
Message:
  • Modified: Not finished implementation of multithreaded scheduler.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MicroThreading/Demo/UMainForm.lfm

    r142 r144  
    11object Form1: TForm1
    2   Left = 298
     2  Left = 300
    33  Height = 510
    4   Top = 144
     4  Top = 137
    55  Width = 703
    66  Caption = 'MicroThreading demo'
     
    9898  end
    9999  object Button4: TButton
    100     Left = 136
     100    Left = 120
    101101    Height = 25
    102102    Top = 12
    103     Width = 75
     103    Width = 88
    104104    Caption = 'Start workers'
    105105    OnClick = Button4Click
     
    116116    Value = 20
    117117  end
     118  object Button5: TButton
     119    Left = 168
     120    Height = 25
     121    Top = 48
     122    Width = 131
     123    Caption = 'Get max TThread count'
     124    OnClick = Button5Click
     125    TabOrder = 7
     126  end
     127  object Button6: TButton
     128    Left = 88
     129    Height = 25
     130    Top = 48
     131    Width = 75
     132    Caption = 'Button6'
     133    OnClick = Button6Click
     134    TabOrder = 8
     135  end
    118136  object Timer1: TTimer
    119137    Interval = 100
Note: See TracChangeset for help on using the changeset viewer.