Changeset 151 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 27, 2011, 8:05:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r150 r151 1 1 object MainForm: TMainForm 2 Left = 2 323 Height = 5 574 Top = 1165 Width = 8632 Left = 224 3 Height = 533 4 Top = 98 5 Width = 775 6 6 Caption = 'MicroThreading demo' 7 ClientHeight = 5 578 ClientWidth = 8637 ClientHeight = 533 8 ClientWidth = 775 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 14 14 object PageControl1: TPageControl 15 15 Left = 8 16 Height = 5 4316 Height = 519 17 17 Top = 8 18 Width = 84919 ActivePage = TabSheet 218 Width = 761 19 ActivePage = TabSheet1 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 TabIndex = 121 TabIndex = 0 22 22 TabOrder = 0 23 23 object TabSheet1: TTabSheet 24 24 Caption = 'Job control' 25 ClientHeight = 51626 ClientWidth = 84525 ClientHeight = 493 26 ClientWidth = 753 27 27 object ButtonAddWorkers: TButton 28 28 Left = 10 … … 37 37 Left = 10 38 38 Height = 25 39 Top = 3740 Width = 1 4039 Top = 74 40 Width = 104 41 41 Caption = 'Clear jobs' 42 42 OnClick = ButtonClearMicroThreadsClick … … 44 44 end 45 45 object Label4: TLabel 46 Left = 12 046 Left = 124 47 47 Height = 14 48 48 Top = 14 49 Width = 10450 Caption = ' Microthread count:'49 Width = 34 50 Caption = 'Count:' 51 51 ParentColor = False 52 52 end 53 53 object SpinEdit1: TSpinEdit 54 Left = 2 2454 Left = 204 55 55 Height = 21 56 56 Top = 11 … … 62 62 end 63 63 object Memo1: TMemo 64 Left = 3 8265 Height = 2 6764 Left = 316 65 Height = 244 66 66 Top = 14 67 67 Width = 294 … … 71 71 end 72 72 object Button1: TButton 73 Left = 1 474 Height = 25 75 Top = 9473 Left = 12 74 Height = 25 75 Top = 138 76 76 Width = 75 77 77 Caption = 'Clear memo' … … 79 79 TabOrder = 4 80 80 end 81 object Label12: TLabel 82 Left = 123 83 Height = 14 84 Top = 38 85 Width = 52 86 Caption = 'Iterations:' 87 ParentColor = False 88 end 89 object SpinEdit3: TSpinEdit 90 Left = 204 91 Height = 21 92 Top = 36 93 Width = 74 94 MaxValue = 1000000000 95 OnChange = SpinEdit3Change 96 TabOrder = 5 97 Value = 100000 98 end 81 99 end 82 100 object TabSheet2: TTabSheet 83 101 Caption = 'Scheduler state' 84 ClientHeight = 51685 ClientWidth = 845102 ClientHeight = 493 103 ClientWidth = 753 86 104 object ListView1: TListView 87 105 Left = 222 88 Height = 4 83106 Height = 460 89 107 Top = 24 90 Width = 569108 Width = 477 91 109 Anchors = [akTop, akLeft, akRight, akBottom] 92 110 Columns = < … … 130 148 Height = 14 131 149 Top = 7 132 Width = 85150 Width = 74 133 151 Caption = 'Microthread list' 134 152 ParentColor = False … … 140 158 Width = 205 141 159 Caption = 'State' 142 ClientHeight = 6 6160 ClientHeight = 63 143 161 ClientWidth = 201 144 162 TabOrder = 1 … … 147 165 Height = 14 148 166 Top = 4 149 Width = 1 35167 Width = 117 150 168 Caption = 'Logical processor count:' 151 169 ParentColor = False … … 163 181 Height = 14 164 182 Top = 20 165 Width = 78183 Width = 69 166 184 Caption = 'Thread count:' 167 185 ParentColor = False … … 171 189 Height = 14 172 190 Top = 36 173 Width = 107191 Width = 95 174 192 Caption = 'Micro thread count:' 175 193 ParentColor = False … … 198 216 Width = 206 199 217 Caption = 'Control' 200 ClientHeight = 1 11218 ClientHeight = 108 201 219 ClientWidth = 202 202 220 TabOrder = 2 … … 214 232 Height = 14 215 233 Top = 46 216 Width = 78234 Width = 69 217 235 Caption = 'Thread count:' 218 236 ParentColor = False … … 230 248 object TabSheet3: TTabSheet 231 249 Caption = 'Testing' 232 ClientHeight = 516233 ClientWidth = 845250 ClientHeight = 493 251 ClientWidth = 753 234 252 object ButtonShowThreadId: TButton 235 253 Left = 14 … … 271 289 Height = 14 272 290 Top = 135 273 Width = 81291 Width = 70 274 292 Caption = 'Precision time:' 275 293 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.