Ignore:
Timestamp:
Jan 26, 2011, 7:28:29 AM (14 years ago)
Author:
george
Message:
  • Fixed: Freeing micro threads on finish.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MicroThreading/Demo/UMainForm.lfm

    r145 r146  
    11object Form1: TForm1
    2   Left = 300
     2  Left = 231
    33  Height = 510
    4   Top = 137
    5   Width = 703
     4  Top = 48
     5  Width = 798
    66  Caption = 'MicroThreading demo'
    77  ClientHeight = 510
    8   ClientWidth = 703
     8  ClientWidth = 798
    99  OnClose = FormClose
    1010  OnCreate = FormCreate
     
    2424    Height = 483
    2525    Top = 24
    26     Width = 386
     26    Width = 481
    2727    Anchors = [akTop, akLeft, akRight, akBottom]
    2828    Columns = <   
    2929      item
    3030        Caption = 'Id'
     31        Width = 40
    3132      end   
    3233      item
     
    4546      item
    4647        Caption = 'Execution time'
    47         Width = 105
     48        Width = 70
     49      end   
     50      item
     51        Caption = 'Completion'
    4852      end>
    4953    OwnerData = True
     
    5862    Height = 14
    5963    Top = 8
    60     Width = 85
     64    Width = 74
    6165    Caption = 'Microthread list'
    6266    ParentColor = False
     
    9397    Height = 14
    9498    Top = 80
    95     Width = 38
     99    Width = 32
    96100    Caption = 'Label2'
    97101    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.