Changeset 197 for Docking/CoolDocking/Demo/IDE/UMainForm.lfm
- Timestamp:
- Mar 16, 2011, 7:47:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/IDE/UMainForm.lfm
r190 r197 1 1 object MainForm: TMainForm 2 Left = 2 633 Height = 4 454 Top = 1 305 Width = 6 262 Left = 217 3 Height = 457 4 Top = 123 5 Width = 643 6 6 Caption = 'CoolDocking Demo IDE' 7 ClientHeight = 4 268 ClientWidth = 6 267 ClientHeight = 438 8 ClientWidth = 643 9 9 Menu = MainMenu1 10 10 OnClose = FormClose … … 13 13 object DockPanel: TPanel 14 14 Left = 0 15 Height = 4 0015 Height = 412 16 16 Top = 26 17 Width = 6 2617 Width = 643 18 18 Align = alClient 19 19 BevelOuter = bvNone … … 24 24 Height = 26 25 25 Top = 0 26 Width = 6 2626 Width = 643 27 27 Caption = 'ToolBar1' 28 28 Images = ImageList1 … … 130 130 Action = AViewComponentTree 131 131 end 132 object MenuItem28: TMenuItem 133 Action = AResetDefaultLayout 134 end 132 135 end 133 136 object MenuItem11: TMenuItem … … 215 218 Caption = 'Component Tree' 216 219 OnExecute = AViewComponentTreeExecute 220 end 221 object AResetDefaultLayout: TAction 222 Caption = 'Reset default layout' 223 OnExecute = AResetDefaultLayoutExecute 217 224 end 218 225 end
Note:
See TracChangeset
for help on using the changeset viewer.