Changeset 90 for trunk/Forms
- Timestamp:
- Feb 2, 2022, 2:55:58 PM (3 years ago)
- Location:
- trunk/Forms
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r81 r90 1 1 object FormMain: TFormMain 2 2 Left = 601 3 Height = 7963 Height = 829 4 4 Top = 447 5 Width = 1 1785 Width = 1227 6 6 Caption = 'vCard Studio' 7 ClientHeight = 7 628 ClientWidth = 1 1789 DesignTimePPI = 1 447 ClientHeight = 794 8 ClientWidth = 1227 9 DesignTimePPI = 150 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 15 15 OnResize = FormResize 16 16 OnShow = FormShow 17 LCLVersion = '2. 0.12.0'17 LCLVersion = '2.2.0.4' 18 18 object CoolBar1: TCoolBar 19 19 Left = 0 20 Height = 4 320 Height = 44 21 21 Top = 0 22 Width = 1 17822 Width = 1227 23 23 AutoSize = True 24 24 Bands = < … … 39 39 AnchorSideTop.Control = CoolBar1 40 40 Left = 24 41 Height = 3 341 Height = 34 42 42 Top = 5 43 Width = 1 5943 Width = 164 44 44 Align = alNone 45 45 AutoSize = True … … 60 60 end 61 61 object ToolButton2: TToolButton 62 Left = 3 662 Left = 37 63 63 Top = 0 64 64 Action = Core.AFileOpen … … 67 67 end 68 68 object ToolButton3: TToolButton 69 Left = 8969 Left = 92 70 70 Top = 0 71 71 Action = Core.AFileSave 72 72 end 73 73 object ToolButton4: TToolButton 74 Left = 12 474 Left = 128 75 75 Top = 0 76 76 Action = Core.AFileClose … … 81 81 AnchorSideTop.Control = CoolBar1 82 82 Left = 188 83 Height = 3 383 Height = 34 84 84 Top = 5 85 Width = 10 685 Width = 109 86 86 Align = alNone 87 87 AutoSize = True … … 97 97 Transparent = True 98 98 object ToolButton5: TToolButton 99 Left = 7 199 Left = 73 100 100 Top = 0 101 101 Action = Core.ASettings 102 102 end 103 103 object ToolButton6: TToolButton 104 Left = 3 6104 Left = 37 105 105 Top = 0 106 106 Action = Core.AFindDuplicate … … 115 115 object MainMenu1: TMainMenu 116 116 Images = Core.ImageList1 117 Left = 192118 Top = 12 0117 Left = 200 118 Top = 125 119 119 object MenuItemFile: TMenuItem 120 120 Caption = 'File' … … 181 181 Action = Core.AGenerate 182 182 end 183 object MenuItem4: TMenuItem 184 Action = Core.ATest 185 end 183 186 end 184 187 object MenuItemHelp: TMenuItem … … 193 196 end 194 197 object PopupMenuOpenRecent: TPopupMenu 195 Left = 4 20196 Top = 12 0198 Left = 438 199 Top = 125 197 200 end 198 201 end -
trunk/Forms/UFormMain.pas
r81 r90 19 19 MenuItem10: TMenuItem; 20 20 MenuItem3: TMenuItem; 21 MenuItem4: TMenuItem; 21 22 MenuItem5: TMenuItem; 22 23 MenuItem6: TMenuItem;
Note:
See TracChangeset
for help on using the changeset viewer.