Changeset 44 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Dec 2, 2021, 2:21:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r34 r44 5 5 Width = 1178 6 6 Caption = 'vCard Studio' 7 ClientHeight = 76 27 ClientHeight = 766 8 8 ClientWidth = 1178 9 9 DesignTimePPI = 144 … … 13 13 OnCreate = FormCreate 14 14 OnDestroy = FormDestroy 15 OnResize = FormResize 15 16 OnShow = FormShow 16 17 LCLVersion = '2.0.12.0' … … 40 41 Height = 33 41 42 Top = 5 42 Width = 1 5943 Width = 135 43 44 Align = alNone 44 45 AutoSize = True … … 71 72 end 72 73 object ToolButton4: TToolButton 73 Left = 1 2474 Top = 074 Left = 1 75 Top = 33 75 76 Action = Core.AFileClose 76 77 end … … 82 83 Height = 33 83 84 Top = 5 84 Width = 7185 Width = 35 85 86 Align = alNone 86 87 AutoSize = True … … 96 97 Transparent = True 97 98 object ToolButton5: TToolButton 98 Left = 3699 Top = 099 Left = 1 100 Top = 33 100 101 Action = Core.ASettings 101 102 end
Note:
See TracChangeset
for help on using the changeset viewer.