Changeset 318 for GraphicTest/UMainForm.lfm
- Timestamp:
- Feb 1, 2012, 3:33:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UMainForm.lfm
r317 r318 13 13 LCLVersion = '0.9.31' 14 14 object PageControl1: TPageControl 15 Left = 3 6015 Left = 384 16 16 Height = 401 17 17 Top = 16 18 Width = 3 7218 Width = 348 19 19 ActivePage = TabSheet1 20 20 Anchors = [akTop, akLeft, akRight, akBottom] … … 24 24 Caption = 'TImage' 25 25 ClientHeight = 375 26 ClientWidth = 3 6426 ClientWidth = 340 27 27 object Image1: TImage 28 28 Left = 6 29 29 Height = 307 30 30 Top = 7 31 Width = 3 5431 Width = 330 32 32 Anchors = [akTop, akLeft, akRight, akBottom] 33 33 end … … 53 53 Height = 345 54 54 Top = 8 55 Width = 3 4455 Width = 368 56 56 Anchors = [akTop, akLeft, akBottom] 57 57 Columns = < … … 61 61 end 62 62 item 63 Caption = 'Duration '64 Width = 6063 Caption = 'Duration [ms]' 64 Width = 80 65 65 end 66 66 item
Note:
See TracChangeset
for help on using the changeset viewer.