Changeset 21 for trunk/Forms/UFormMain.lfm
- Timestamp:
- May 8, 2019, 12:11:40 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore
-
old new 1 *.lrj 1
-
- Property svn:ignore
-
trunk/Forms/UFormMain.lfm
r19 r21 1 1 object FormMain: TFormMain 2 2 Left = 601 3 Height = 5313 Height = 796 4 4 Top = 447 5 Width = 7855 Width = 1178 6 6 Caption = 'vCard Studio' 7 ClientHeight = 497 8 ClientWidth = 785 7 ClientHeight = 762 8 ClientWidth = 1178 9 DesignTimePPI = 144 9 10 Menu = MainMenu1 10 11 OnClose = FormClose … … 13 14 OnDestroy = FormDestroy 14 15 OnShow = FormShow 15 LCLVersion = ' 1.8.0.4'16 LCLVersion = '2.0.0.4' 16 17 object CoolBar1: TCoolBar 17 18 Left = 0 18 Height = 3819 Height = 43 19 20 Top = 0 20 Width = 78521 Width = 1178 21 22 AutoSize = True 22 23 Bands = < … … 32 33 Width = 64 33 34 end> 35 ParentFont = False 34 36 object ToolBarFile: TToolBar 35 37 AnchorSideLeft.Control = CoolBar1 36 38 AnchorSideTop.Control = CoolBar1 37 39 Left = 24 38 Height = 2840 Height = 33 39 41 Top = 5 40 Width = 1 3242 Width = 159 41 43 Align = alNone 42 44 AutoSize = True … … 46 48 EdgeOuter = esNone 47 49 Images = Core.ImageList1 50 ParentFont = False 48 51 ParentShowHint = False 49 52 ShowHint = True … … 56 59 end 57 60 object ToolButton2: TToolButton 58 Left = 3 061 Left = 36 59 62 Top = 0 60 63 Action = Core.AFileOpen … … 63 66 end 64 67 object ToolButton3: TToolButton 65 Left = 7468 Left = 89 66 69 Top = 0 67 70 Action = Core.AFileSave 68 71 end 69 72 object ToolButton4: TToolButton 70 Left = 1 0373 Left = 124 71 74 Top = 0 72 75 Action = Core.AFileClose … … 77 80 AnchorSideTop.Control = CoolBar1 78 81 Left = 188 79 Height = 2882 Height = 33 80 83 Top = 5 81 Width = 5984 Width = 71 82 85 Align = alNone 83 86 AutoSize = True … … 87 90 EdgeOuter = esNone 88 91 Images = Core.ImageList1 92 ParentFont = False 89 93 ParentShowHint = False 90 94 ShowHint = True … … 92 96 Transparent = True 93 97 object ToolButton5: TToolButton 94 Left = 3 098 Left = 36 95 99 Top = 0 96 100 Action = Core.ASettings … … 105 109 object StatusBar1: TStatusBar 106 110 Left = 0 107 Height = 30108 Top = 467109 Width = 785111 Height = 28 112 Top = 734 113 Width = 1178 110 114 Panels = < 111 115 item 112 Width = 200116 Width = 300 113 117 end> 118 ParentFont = False 114 119 SimplePanel = False 115 120 end 116 121 object MainMenu1: TMainMenu 117 122 Images = Core.ImageList1 118 left = 1 28119 top = 80123 left = 192 124 top = 120 120 125 object MenuItemFile: TMenuItem 121 126 Caption = 'File' … … 182 187 end 183 188 object PopupMenuOpenRecent: TPopupMenu 184 left = 280185 top = 80189 left = 420 190 top = 120 186 191 end 187 192 end
Note:
See TracChangeset
for help on using the changeset viewer.