Ignore:
Timestamp:
Jan 26, 2011, 7:58:27 PM (13 years ago)
Author:
george
Message:
  • Fixed: Micro threads freeing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MicroThreading/Demo/UMainForm.lfm

    r149 r150  
    3939        Top = 37
    4040        Width = 140
    41         Caption = 'Clear microthreads'
     41        Caption = 'Clear jobs'
    4242        OnClick = ButtonClearMicroThreadsClick
    4343        TabOrder = 1
     
    6969        ScrollBars = ssAutoBoth
    7070        TabOrder = 3
     71      end
     72      object Button1: TButton
     73        Left = 14
     74        Height = 25
     75        Top = 94
     76        Width = 75
     77        Caption = 'Clear memo'
     78        OnClick = Button1Click
     79        TabOrder = 4
    7180      end
    7281    end
     
    242251      end
    243252      object Label2: TLabel
    244         Left = 78
     253        Left = 102
    245254        Height = 14
    246255        Top = 135
    247         Width = 38
    248         Caption = 'Label2'
     256        Width = 13
     257        Caption = '    '
    249258        ParentColor = False
    250259      end
     
    257266        OnClick = Button2Click
    258267        TabOrder = 2
     268      end
     269      object Label11: TLabel
     270        Left = 15
     271        Height = 14
     272        Top = 135
     273        Width = 81
     274        Caption = 'Precision time:'
     275        ParentColor = False
    259276      end
    260277    end
Note: See TracChangeset for help on using the changeset viewer.