Changeset 16 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Feb 28, 2018, 9:44:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r15 r16 36 36 AnchorSideTop.Control = CoolBar1 37 37 Left = 24 38 Height = 2 238 Height = 28 39 39 Top = 5 40 Width = 1 0540 Width = 132 41 41 Align = alNone 42 42 AutoSize = True … … 56 56 end 57 57 object ToolButton2: TToolButton 58 Left = 2458 Left = 30 59 59 Top = 0 60 60 Action = Core.AFileOpen … … 63 63 end 64 64 object ToolButton3: TToolButton 65 Left = 5965 Left = 74 66 66 Top = 0 67 67 Action = Core.AFileSave 68 68 end 69 69 object ToolButton4: TToolButton 70 Left = 8270 Left = 103 71 71 Top = 0 72 72 Action = Core.AFileClose … … 77 77 AnchorSideTop.Control = CoolBar1 78 78 Left = 188 79 Height = 2 279 Height = 28 80 80 Top = 5 81 Width = 2481 Width = 59 82 82 Align = alNone 83 83 AutoSize = True … … 92 92 Transparent = True 93 93 object ToolButton5: TToolButton 94 Left = 30 95 Top = 0 96 Action = Core.ASettings 97 end 98 object ToolButton6: TToolButton 94 99 Left = 1 95 100 Top = 0 96 Action = Core.A Settings101 Action = Core.AFindDuplicate 97 102 end 98 103 end … … 159 164 Action = Core.ASettings 160 165 end 166 object MenuItem4: TMenuItem 167 Action = Core.AFindDuplicate 168 end 161 169 end 162 170 object MenuItemHelp: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.