- Timestamp:
- Dec 17, 2021, 11:04:40 AM (3 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r76 r81 5 5 Width = 1178 6 6 Caption = 'vCard Studio' 7 ClientHeight = 76 67 ClientHeight = 762 8 8 ClientWidth = 1178 9 9 DesignTimePPI = 144 … … 83 83 Height = 33 84 84 Top = 5 85 Width = 7185 Width = 106 86 86 Align = alNone 87 87 AutoSize = True … … 97 97 Transparent = True 98 98 object ToolButton5: TToolButton 99 Left = 3699 Left = 71 100 100 Top = 0 101 101 Action = Core.ASettings 102 102 end 103 103 object ToolButton6: TToolButton 104 Left = 36 105 Top = 0 106 Action = Core.AFindDuplicate 107 end 108 object ToolButton7: TToolButton 104 109 Left = 1 105 110 Top = 0 106 Action = Core.AFind Duplicate111 Action = Core.AFind 107 112 end 108 113 end -
trunk/Forms/UFormMain.pas
r76 r81 49 49 ToolButton5: TToolButton; 50 50 ToolButton6: TToolButton; 51 ToolButton7: TToolButton; 51 52 procedure FormClose(Sender: TObject; var CloseAction: TCloseAction); 52 53 procedure FormCloseQuery(Sender: TObject; var CanClose: boolean);
Note:
See TracChangeset
for help on using the changeset viewer.