Changeset 156 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Jan 28, 2011, 2:12:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r155 r156 3 3 Height = 533 4 4 Top = 98 5 Width = 7755 Width = 816 6 6 Caption = 'MicroThreading demo' 7 7 ClientHeight = 533 8 ClientWidth = 7758 ClientWidth = 816 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy … … 15 15 Height = 519 16 16 Top = 8 17 Width = 76117 Width = 802 18 18 ActivePage = TabSheet2 19 19 Anchors = [akTop, akLeft, akRight, akBottom] 20 TabIndex = 120 TabIndex = 0 21 21 TabOrder = 0 22 object TabSheet1: TTabSheet23 Caption = 'Job control'24 ClientHeight = 49325 ClientWidth = 75326 object ButtonAddWorkers: TButton27 Left = 1028 Height = 2529 Top = 730 Width = 10431 Caption = 'Add workers'32 OnClick = ButtonAddWorkersClick33 TabOrder = 034 end35 object ButtonClearMicroThreads: TButton36 Left = 1037 Height = 2538 Top = 7439 Width = 10440 Caption = 'Clear jobs'41 OnClick = ButtonClearMicroThreadsClick42 TabOrder = 143 end44 object Label4: TLabel45 Left = 12446 Height = 1447 Top = 1448 Width = 3449 Caption = 'Count:'50 ParentColor = False51 end52 object SpinEdit1: TSpinEdit53 Left = 20454 Height = 2155 Top = 1156 Width = 7457 MaxValue = 10000058 MinValue = 159 TabStop = False60 TabOrder = 261 Value = 262 end63 object Memo1: TMemo64 Left = 31665 Height = 24466 Top = 1467 Width = 29468 Anchors = [akTop, akLeft, akBottom]69 ScrollBars = ssAutoBoth70 TabOrder = 371 end72 object Button1: TButton73 Left = 1274 Height = 2575 Top = 13876 Width = 7577 Caption = 'Clear memo'78 OnClick = Button1Click79 TabOrder = 480 end81 object Label12: TLabel82 Left = 12383 Height = 1484 Top = 3885 Width = 5286 Caption = 'Iterations:'87 ParentColor = False88 end89 object SpinEdit3: TSpinEdit90 Left = 20491 Height = 2192 Top = 3693 Width = 7494 MaxValue = 100000000095 OnChange = SpinEdit3Change96 TabOrder = 597 Value = 100000098 end99 end100 22 object TabSheet2: TTabSheet 101 23 Caption = 'Scheduler state' 102 24 ClientHeight = 493 103 ClientWidth = 7 5325 ClientWidth = 794 104 26 object ListView1: TListView 105 27 Left = 222 106 28 Height = 460 107 29 Top = 24 108 Width = 47730 Width = 567 109 31 Anchors = [akTop, akLeft, akRight, akBottom] 110 32 Columns = < … … 114 36 end 115 37 item 116 Caption = 'Name'117 end118 item119 38 Caption = 'Usage' 120 39 end … … 134 53 end 135 54 item 55 Caption = 'Execution count' 56 end 57 item 136 58 Caption = 'Completion' 137 59 end … … 139 61 Caption = 'Used stack' 140 62 Width = 178 63 end 64 item 65 Caption = 'Name' 141 66 end> 142 67 OwnerData = True … … 258 183 end 259 184 end 185 object TabSheet1: TTabSheet 186 Caption = 'Job control' 187 ClientHeight = 493 188 ClientWidth = 794 189 object ButtonAddWorkers: TButton 190 Left = 10 191 Height = 25 192 Top = 7 193 Width = 104 194 Caption = 'Add workers' 195 OnClick = ButtonAddWorkersClick 196 TabOrder = 0 197 end 198 object ButtonClearMicroThreads: TButton 199 Left = 10 200 Height = 25 201 Top = 74 202 Width = 104 203 Caption = 'Clear jobs' 204 OnClick = ButtonClearMicroThreadsClick 205 TabOrder = 1 206 end 207 object Label4: TLabel 208 Left = 124 209 Height = 14 210 Top = 14 211 Width = 34 212 Caption = 'Count:' 213 ParentColor = False 214 end 215 object SpinEdit1: TSpinEdit 216 Left = 204 217 Height = 21 218 Top = 11 219 Width = 74 220 MaxValue = 100000 221 MinValue = 1 222 TabStop = False 223 TabOrder = 2 224 Value = 2 225 end 226 object Memo1: TMemo 227 Left = 316 228 Height = 244 229 Top = 14 230 Width = 294 231 Anchors = [akTop, akLeft, akBottom] 232 ScrollBars = ssAutoBoth 233 TabOrder = 3 234 end 235 object Button1: TButton 236 Left = 12 237 Height = 25 238 Top = 138 239 Width = 75 240 Caption = 'Clear memo' 241 OnClick = Button1Click 242 TabOrder = 4 243 end 244 object Label12: TLabel 245 Left = 123 246 Height = 14 247 Top = 38 248 Width = 52 249 Caption = 'Iterations:' 250 ParentColor = False 251 end 252 object SpinEdit3: TSpinEdit 253 Left = 204 254 Height = 21 255 Top = 36 256 Width = 74 257 MaxValue = 1000000000 258 OnChange = SpinEdit3Change 259 TabOrder = 5 260 Value = 10000000 261 end 262 end 260 263 object TabSheet3: TTabSheet 261 264 Caption = 'Testing' … … 313 316 top = 115 314 317 end 315 object TimerSchedulerStart: TTimer316 Interval = 10317 OnTimer = TimerSchedulerStartTimer318 left = 429319 top = 163320 end321 318 end
Note:
See TracChangeset
for help on using the changeset viewer.