Changeset 167 for trunk/Forms/FormMain.lfm
- Timestamp:
- Jul 1, 2023, 11:54:02 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r165 r167 1 1 object FormMain: TFormMain 2 Left = 5 103 Height = 8224 Top = 2 725 Width = 1 2542 Left = 534 3 Height = 993 4 Top = 223 5 Width = 1491 6 6 AllowDropFiles = True 7 7 Caption = 'vCard Studio' 8 ClientHeight = 7929 ClientWidth = 1 2548 ClientHeight = 959 9 ClientWidth = 1491 10 10 DesignTimePPI = 144 11 11 Menu = MainMenu1 … … 19 19 OnShow = FormShow 20 20 LCLVersion = '2.2.6.0' 21 WindowState = wsMaximized22 21 object CoolBar1: TCoolBar 23 22 Left = 0 24 23 Height = 43 25 24 Top = 0 26 Width = 1 25425 Width = 1491 27 26 AutoSize = True 28 27 Bands = < … … 149 148 Caption = '-' 150 149 end 150 object MenuItem12: TMenuItem 151 Action = Core.AFileCompare 152 end 153 object Separator1: TMenuItem 154 Caption = '-' 155 end 151 156 object MenuItem3: TMenuItem 152 157 Action = Core.AFileCombine … … 155 160 Action = Core.AFileSplit 156 161 end 157 object MenuItem12: TMenuItem 158 Action = Core.AFileCompare 162 object Separator2: TMenuItem 163 Caption = '-' 164 end 165 object MenuItem16: TMenuItem 166 Action = Core.AFileImport 159 167 end 160 168 object MenuItem15: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.