Changeset 354 for Docking/CoolDocking/Demo/Testing/UMainForm.lfm
- Timestamp:
- Apr 26, 2012, 9:12:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/Testing/UMainForm.lfm
r244 r354 5 5 Width = 576 6 6 Caption = 'MainForm' 7 ClientHeight = 41 57 ClientHeight = 416 8 8 ClientWidth = 576 9 9 Menu = MainMenu1 … … 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = ' 0.9.30'13 LCLVersion = '1.1' 14 14 object Button1: TButton 15 15 Left = 10 … … 23 23 object Panel1: TPanel 24 24 Left = 0 25 Height = 36 725 Height = 368 26 26 Top = 48 27 27 Width = 576 28 28 Align = alBottom 29 29 Anchors = [akTop, akLeft, akRight, akBottom] 30 ClientHeight = 36 730 ClientHeight = 368 31 31 ClientWidth = 576 32 32 DockSite = True … … 61 61 Top = 144 62 62 Width = 200 63 TabStop = False 63 64 MultiLine = True 64 65 TabIndex = 0 65 TabOrder = 166 66 Tabs.Strings = ( 67 67 'ggdfg' … … 73 73 'ddd' 74 74 ) 75 Tab Stop = False75 TabOrder = 1 76 76 end 77 77 end
Note:
See TracChangeset
for help on using the changeset viewer.