Changeset 126 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Apr 6, 2022, 11:36:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r120 r126 1 1 object FormMain: TFormMain 2 2 Left = 553 3 Height = 8293 Height = 796 4 4 Top = 401 5 Width = 1 2275 Width = 1178 6 6 Caption = 'vCard Studio' 7 ClientHeight = 7 948 ClientWidth = 1 2279 DesignTimePPI = 1 507 ClientHeight = 762 8 ClientWidth = 1178 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 18 18 object CoolBar1: TCoolBar 19 19 Left = 0 20 Height = 4 420 Height = 43 21 21 Top = 0 22 Width = 1 22722 Width = 1178 23 23 AutoSize = True 24 24 Bands = < … … 39 39 AnchorSideTop.Control = CoolBar1 40 40 Left = 24 41 Height = 3 441 Height = 33 42 42 Top = 5 43 Width = 1 6443 Width = 159 44 44 Align = alNone 45 45 AutoSize = True … … 60 60 end 61 61 object ToolButton2: TToolButton 62 Left = 3 762 Left = 36 63 63 Top = 0 64 64 Action = Core.AFileOpen … … 67 67 end 68 68 object ToolButton3: TToolButton 69 Left = 9269 Left = 89 70 70 Top = 0 71 71 Action = Core.AFileSave 72 72 end 73 73 object ToolButton4: TToolButton 74 Left = 12 874 Left = 124 75 75 Top = 0 76 76 Action = Core.AFileClose … … 81 81 AnchorSideTop.Control = CoolBar1 82 82 Left = 188 83 Height = 3 483 Height = 33 84 84 Top = 5 85 Width = 14 585 Width = 141 86 86 Align = alNone 87 87 AutoSize = True … … 97 97 Transparent = True 98 98 object ToolButton5: TToolButton 99 Left = 10 999 Left = 106 100 100 Top = 0 101 101 Action = Core.ASettings 102 102 end 103 103 object ToolButton6: TToolButton 104 Left = 3 7104 Left = 36 105 105 Top = 0 106 106 Action = Core.AFindDuplicate … … 112 112 end 113 113 object ToolButton8: TToolButton 114 Left = 7 3114 Left = 71 115 115 Top = 0 116 116 Action = Core.AFileCompare … … 120 120 object MainMenu1: TMainMenu 121 121 Images = Core.ImageList1 122 Left = 200123 Top = 12 5122 Left = 192 123 Top = 120 124 124 object MenuItemFile: TMenuItem 125 125 Caption = 'File' … … 186 186 Caption = '-' 187 187 end 188 object MenuItem13: TMenuItem 189 Action = Core.ARemoveExactDuplicates 190 end 188 191 object MenuItem5: TMenuItem 189 192 Action = Core.AGenerate … … 207 210 end 208 211 object PopupMenuOpenRecent: TPopupMenu 209 Left = 4 38210 Top = 12 5212 Left = 420 213 Top = 120 211 214 end 212 215 end
Note:
See TracChangeset
for help on using the changeset viewer.