Changeset 162 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Feb 7, 2011, 1:04:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/Demo/UMainForm.lfm
r160 r162 16 16 Top = 8 17 17 Width = 802 18 ActivePage = TabSheet 118 ActivePage = TabSheet2 19 19 Anchors = [akTop, akLeft, akRight, akBottom] 20 TabIndex = 120 TabIndex = 0 21 21 TabOrder = 0 22 22 object TabSheet2: TTabSheet … … 26 26 object GroupBox1: TGroupBox 27 27 Left = 6 28 Height = 8128 Height = 123 29 29 Top = 143 30 30 Width = 205 31 31 Caption = 'State' 32 ClientHeight = 6332 ClientHeight = 105 33 33 ClientWidth = 201 34 34 TabOrder = 0 … … 142 142 end 143 143 end 144 object ListView2: TListView145 Left = 6146 Height = 237147 Top = 247148 Width = 206149 Anchors = [akTop, akLeft, akBottom]150 Columns = <151 item152 Caption = 'Id'153 end154 item155 Caption = 'State'156 Width = 135157 end>158 OwnerData = True159 TabOrder = 2160 ViewStyle = vsReport161 OnData = ListView2Data162 end163 object Label13: TLabel164 Left = 7165 Height = 14166 Top = 233167 Width = 44168 Caption = 'Threads:'169 ParentColor = False170 end171 144 object Button4: TButton 172 145 Left = 226 … … 176 149 Caption = 'Show manager' 177 150 OnClick = Button4Click 178 TabOrder = 3151 TabOrder = 2 179 152 end 180 153 end … … 195 168 Left = 10 196 169 Height = 25 197 Top = 2 23170 Top = 266 198 171 Width = 104 199 172 Caption = 'Clear jobs' … … 230 203 end 231 204 object Button1: TButton 232 Left = 230233 Height = 25 234 Top = 2 39205 Left = 316 206 Height = 25 207 Top = 266 235 208 Width = 75 236 209 Caption = 'Clear memo' … … 258 231 object GroupBox3: TGroupBox 259 232 Left = 10 260 Height = 1 37233 Height = 185 261 234 Top = 74 262 235 Width = 292 263 236 Caption = 'Do inside jobs' 264 ClientHeight = 1 19237 ClientHeight = 167 265 238 ClientWidth = 288 266 239 TabOrder = 6 … … 280 253 Width = 90 281 254 MaxValue = 100000 255 OnChange = CheckBox1Change 282 256 TabOrder = 1 283 257 Value = 100 … … 345 319 TabOrder = 6 346 320 end 321 object CheckBox4: TCheckBox 322 Left = 6 323 Height = 17 324 Top = 110 325 Width = 123 326 Caption = 'Wait in critical section' 327 OnChange = CheckBox4Change 328 TabOrder = 7 329 end 330 object SpinEdit6: TSpinEdit 331 Left = 186 332 Height = 21 333 Top = 104 334 Width = 70 335 MaxValue = 100000 336 OnChange = CheckBox4Change 337 TabOrder = 8 338 Value = 100 339 end 340 object Label18: TLabel 341 Left = 264 342 Height = 14 343 Top = 110 344 Width = 14 345 Caption = 'ms' 346 ParentColor = False 347 end 347 348 end 348 349 end
Note:
See TracChangeset
for help on using the changeset viewer.