Changeset 48 for DockManager/Lazarus/Demo/UMainForm.lfm
- Timestamp:
- Sep 17, 2010, 3:34:31 PM (14 years ago)
- Location:
- DockManager/Lazarus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DockManager/Lazarus
-
Property svn:ignore
set to
lib
-
Property svn:ignore
set to
-
DockManager/Lazarus/Demo/UMainForm.lfm
r47 r48 1 1 object MainForm: TMainForm 2 Left = 3 112 Left = 341 3 3 Height = 435 4 Top = 914 Top = 158 5 5 Width = 576 6 6 Caption = 'MainForm' … … 22 22 object Panel1: TPanel 23 23 Left = 0 24 Height = 3 9525 Top = 4 024 Height = 387 25 Top = 48 26 26 Width = 576 27 27 Align = alBottom 28 28 Anchors = [akTop, akLeft, akRight, akBottom] 29 BevelOuter = bvNone30 29 DockSite = True 31 30 TabOrder = 1 32 31 end 33 object TabControl1: TTabControl 34 Left = 118 35 Height = 33 36 Top = 7 37 Width = 184 38 TabIndex = 0 39 TabOrder = 2 40 Tabs.Strings = ( 41 'dd' 42 'ffdfd' 43 'fdf' 44 ) 45 TabStop = False 32 object CustomDockMaster1: TCustomDockMaster 33 TabsEnabled = False 34 DefaultHeaderPos = hpAuto 35 left = 376 36 top = 24 46 37 end 47 38 end
Note:
See TracChangeset
for help on using the changeset viewer.