Changeset 165 for trunk/Forms/FormImage.lfm
- Timestamp:
- Jun 30, 2023, 11:34:35 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImage.lfm
r149 r165 1 1 object FormImage: TFormImage 2 Left = 7612 Left = 924 3 3 Height = 524 4 Top = 5394 Top = 458 5 5 Width = 711 6 6 Caption = 'Photo' … … 10 10 Constraints.MinWidth = 711 11 11 DesignTimePPI = 144 12 OnClose = FormClose13 12 OnCreate = FormCreate 14 13 OnDestroy = FormDestroy 15 14 OnShow = FormShow 16 LCLVersion = '2.2. 0.4'15 LCLVersion = '2.2.6.0' 17 16 object ImagePhoto: TImage 18 17 Left = 15 … … 57 56 object EditUrl: TEdit 58 57 Left = 84 59 Height = 4260 Top = 4 1758 Height = 33 59 Top = 426 61 60 Width = 610 62 61 Anchors = [akLeft, akRight, akBottom] … … 85 84 end 86 85 object Label1: TLabel 87 Left = 1 588 Height = 2 689 Top = 4 2590 Width = 3 886 Left = 16 87 Height = 25 88 Top = 432 89 Width = 35 91 90 Anchors = [akLeft, akBottom] 92 91 Caption = 'URL:' 92 ParentColor = False 93 93 end 94 94 object OpenPictureDialog1: TOpenPictureDialog
Note:
See TracChangeset
for help on using the changeset viewer.