Changeset 450 for GraphicTest/UMainForm.lfm
- Timestamp:
- Nov 23, 2012, 1:11:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UMainForm.lfm
r448 r450 3 3 Height = 411 4 4 Top = 117 5 Width = 8 465 Width = 857 6 6 Caption = 'Graphic test' 7 7 ClientHeight = 411 8 ClientWidth = 8 468 ClientWidth = 857 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 13 13 LCLVersion = '1.1' 14 14 object PageControl1: TPageControl 15 Left = 5 4415 Left = 555 16 16 Height = 411 17 17 Top = 0 … … 526 526 Height = 411 527 527 Top = 0 528 Width = 5 39528 Width = 550 529 529 Align = alClient 530 530 BevelOuter = bvNone 531 531 ClientHeight = 411 532 ClientWidth = 5 39532 ClientWidth = 550 533 533 TabOrder = 1 534 534 object ListViewMethods: TListView … … 536 536 Height = 335 537 537 Top = 8 538 Width = 5 28538 Width = 539 539 539 Anchors = [akTop, akLeft, akRight, akBottom] 540 540 Columns = < … … 690 690 TabOrder = 8 691 691 end 692 object CheckBox1: TCheckBox 693 Left = 408 694 Height = 17 695 Top = 387 696 Width = 58 697 Anchors = [akLeft, akBottom] 698 Caption = 'Opaque' 699 OnChange = CheckBox1Change 700 TabOrder = 9 701 end 692 702 end 693 703 object Splitter1: TSplitter 694 Left = 5 39704 Left = 550 695 705 Height = 411 696 706 Top = 0
Note:
See TracChangeset
for help on using the changeset viewer.