Changeset 144 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 25, 2011, 2:16:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r142 r144 1 1 object Form1: TForm1 2 Left = 2982 Left = 300 3 3 Height = 510 4 Top = 1 444 Top = 137 5 5 Width = 703 6 6 Caption = 'MicroThreading demo' … … 98 98 end 99 99 object Button4: TButton 100 Left = 1 36100 Left = 120 101 101 Height = 25 102 102 Top = 12 103 Width = 75103 Width = 88 104 104 Caption = 'Start workers' 105 105 OnClick = Button4Click … … 116 116 Value = 20 117 117 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 118 136 object Timer1: TTimer 119 137 Interval = 100
Note:
See TracChangeset
for help on using the changeset viewer.