Changeset 15 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Feb 27, 2018, 6:11:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r14 r15 5 5 Width = 785 6 6 Caption = 'vCard Studio' 7 ClientHeight = 4977 ClientHeight = 506 8 8 ClientWidth = 785 9 DesignTimePPI = 120 9 10 Menu = MainMenu1 10 11 OnClose = FormClose … … 12 13 OnCreate = FormCreate 13 14 OnShow = FormShow 14 LCLVersion = '1.8.0. 4'15 LCLVersion = '1.8.0.6' 15 16 object CoolBar1: TCoolBar 16 17 Left = 0 17 Height = 3 218 Height = 38 18 19 Top = 0 19 20 Width = 785 … … 35 36 AnchorSideTop.Control = CoolBar1 36 37 Left = 24 37 Height = 2 838 Height = 22 38 39 Top = 5 39 Width = 1 3240 Width = 105 40 41 Align = alNone 41 42 AutoSize = True … … 55 56 end 56 57 object ToolButton2: TToolButton 57 Left = 3058 Left = 24 58 59 Top = 0 59 60 Action = Core.AFileOpen … … 62 63 end 63 64 object ToolButton3: TToolButton 64 Left = 7465 Left = 59 65 66 Top = 0 66 67 Action = Core.AFileSave 67 68 end 68 69 object ToolButton4: TToolButton 69 Left = 10370 Left = 82 70 71 Top = 0 71 72 Action = Core.AFileClose … … 76 77 AnchorSideTop.Control = CoolBar1 77 78 Left = 188 78 Height = 2 879 Height = 22 79 80 Top = 5 80 Width = 3081 Width = 24 81 82 Align = alNone 82 83 AutoSize = True … … 99 100 object StatusBar1: TStatusBar 100 101 Left = 0 101 Height = 30102 Top = 4 67102 Height = 28 103 Top = 478 103 104 Width = 785 104 105 Panels = <
Note:
See TracChangeset
for help on using the changeset viewer.