Changeset 47 for DockManager/Lazarus/Demo/UMainForm.lfm
- Timestamp:
- Sep 17, 2010, 12:55:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DockManager/Lazarus/Demo/UMainForm.lfm
r46 r47 1 1 object MainForm: TMainForm 2 Left = 4623 Height = 2404 Top = 1085 Width = 3202 Left = 311 3 Height = 435 4 Top = 91 5 Width = 576 6 6 Caption = 'MainForm' 7 ClientHeight = 2408 ClientWidth = 3207 ClientHeight = 435 8 ClientWidth = 576 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy … … 22 22 object Panel1: TPanel 23 23 Left = 0 24 Height = 20024 Height = 395 25 25 Top = 40 26 Width = 32026 Width = 576 27 27 Align = alBottom 28 28 Anchors = [akTop, akLeft, akRight, akBottom] … … 31 31 TabOrder = 1 32 32 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 46 end 33 47 end
Note:
See TracChangeset
for help on using the changeset viewer.