Changeset 182 for Docking/CoolDocking/Demo/IDE/UMainForm.lfm
- Timestamp:
- Mar 9, 2011, 2:11:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/IDE/UMainForm.lfm
r181 r182 13 13 object Panel1: TPanel 14 14 Left = 0 15 Height = 4 2616 Top = 015 Height = 400 16 Top = 26 17 17 Width = 626 18 18 Align = alClient 19 19 BevelOuter = bvNone 20 ClientHeight = 42621 ClientWidth = 62622 20 TabOrder = 0 23 object ToolBar1: TToolBar 24 Left = 0 25 Height = 26 26 Top = 0 27 Width = 626 28 Caption = 'ToolBar1' 29 Images = ImageList1 30 ParentShowHint = False 31 ShowHint = True 21 end 22 object ToolBar1: TToolBar 23 Left = 0 24 Height = 26 25 Top = 0 26 Width = 626 27 Caption = 'ToolBar1' 28 Images = ImageList1 29 ParentShowHint = False 30 ShowHint = True 31 TabOrder = 1 32 object ComboBox1: TComboBox 33 Left = 44 34 Height = 21 35 Top = 2 36 Width = 100 37 Align = alLeft 38 ItemHeight = 13 39 OnSelect = ComboBox1Select 32 40 TabOrder = 0 33 object ComboBox1: TComboBox 34 Left = 44 35 Height = 21 36 Top = 2 37 Width = 100 38 Align = alLeft 39 ItemHeight = 13 40 OnSelect = ComboBox1Select 41 TabOrder = 0 42 end 43 object ToolButton1: TToolButton 44 Left = 144 45 Top = 2 46 Action = ADesktopSave 47 end 48 object Label1: TLabel 49 Left = 1 50 Height = 24 51 Top = 2 52 Width = 43 53 Align = alLeft 54 Caption = 'Layouts:' 55 Layout = tlCenter 56 ParentColor = False 57 end 41 end 42 object ToolButton1: TToolButton 43 Left = 144 44 Top = 2 45 Action = ADesktopSave 46 end 47 object Label1: TLabel 48 Left = 1 49 Height = 24 50 Top = 2 51 Width = 43 52 Align = alLeft 53 Caption = 'Layouts:' 54 Layout = tlCenter 55 ParentColor = False 58 56 end 59 57 end
Note:
See TracChangeset
for help on using the changeset viewer.