Changeset 180 for Docking/CoolDocking/Demo/IDE/UMainForm.lfm
- Timestamp:
- Mar 8, 2011, 1:57:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/IDE/UMainForm.lfm
r179 r180 1 1 object MainForm: TMainForm 2 Left = 26 62 Left = 263 3 3 Height = 445 4 4 Top = 130 … … 32 32 TabOrder = 0 33 33 object ComboBox1: TComboBox 34 Left = 134 Left = 44 35 35 Height = 21 36 36 Top = 2 37 37 Width = 100 38 Align = alLeft 38 39 ItemHeight = 13 39 40 OnSelect = ComboBox1Select … … 41 42 end 42 43 object ToolButton1: TToolButton 43 Left = 1 0144 Left = 144 44 45 Top = 2 45 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 46 57 end 47 58 end … … 76 87 Action = AViewObjectInspector 77 88 end 78 object MenuItem13: TMenuItem79 Action = AViewWindowList80 end81 89 object MenuItem14: TMenuItem 82 90 Action = AViewStructure … … 110 118 Caption = 'Run' 111 119 end 120 object MenuItem25: TMenuItem 121 Caption = 'Docking' 122 object MenuItem26: TMenuItem 123 Action = ACustomizeDocking 124 end 125 object MenuItem27: TMenuItem 126 Action = AViewWindowList 127 end 128 object MenuItem13: TMenuItem 129 Action = ADesktopSave 130 end 131 end 112 132 object MenuItem11: TMenuItem 113 133 Caption = 'Tools' 114 object MenuItem22: TMenuItem115 Action = ACustomizeDocking116 end117 134 end 118 135 object MenuItem10: TMenuItem … … 258 275 object CoolDockCustomize1: TCoolDockCustomize 259 276 Master = CoolDockMaster1 277 LayoutList = CoolDockLayoutList1 260 278 left = 284 261 279 top = 179
Note:
See TracChangeset
for help on using the changeset viewer.