Changeset 160 for MicroThreading/Demo/UMainForm.lfm
- Timestamp:
- Feb 1, 2011, 10:06:01 AM (14 years ago)
- Location:
- MicroThreading
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading
- Property svn:ignore
-
old new 1 1 lib 2 backup
-
- Property svn:ignore
-
MicroThreading/Demo
- Property svn:ignore
-
old new 2 2 lib 3 3 Demo.exe 4 backup
-
- Property svn:ignore
-
MicroThreading/Demo/UMainForm.lfm
r159 r160 1 1 object MainForm: TMainForm 2 Left = 2 372 Left = 282 3 3 Height = 533 4 Top = 1024 Top = 94 5 5 Width = 816 6 6 Caption = 'MicroThreading demo' … … 16 16 Top = 8 17 17 Width = 802 18 ActivePage = TabSheet 218 ActivePage = TabSheet1 19 19 Anchors = [akTop, akLeft, akRight, akBottom] 20 TabIndex = 020 TabIndex = 1 21 21 TabOrder = 0 22 22 object TabSheet2: TTabSheet … … 336 336 ParentColor = False 337 337 end 338 object Button5: TButton 339 Left = 8 340 Height = 25 341 Top = 80 342 Width = 115 343 Caption = 'Raise exception' 344 OnClick = Button5Click 345 TabOrder = 6 346 end 338 347 end 339 348 end
Note:
See TracChangeset
for help on using the changeset viewer.