Changeset 128 for trunk/Forms/UFormImage.lfm
- Timestamp:
- Apr 8, 2022, 9:43:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImage.lfm
r103 r128 1 1 object FormImage: TFormImage 2 2 Left = 761 3 Height = 5 463 Height = 524 4 4 Top = 539 5 Width = 7 415 Width = 711 6 6 Caption = 'Photo' 7 ClientHeight = 5 468 ClientWidth = 7 419 Constraints.MinHeight = 17 810 Constraints.MinWidth = 7 4111 DesignTimePPI = 1 507 ClientHeight = 524 8 ClientWidth = 711 9 Constraints.MinHeight = 171 10 Constraints.MinWidth = 711 11 DesignTimePPI = 144 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate … … 16 16 LCLVersion = '2.2.0.4' 17 17 object ImagePhoto: TImage 18 Left = 1 619 Height = 41220 Top = 1 621 Width = 70718 Left = 15 19 Height = 396 20 Top = 15 21 Width = 679 22 22 Anchors = [akTop, akLeft, akRight, akBottom] 23 23 Center = True … … 26 26 end 27 27 object ButtonLoad: TButton 28 Left = 1 629 Height = 3 930 Top = 4 9231 Width = 1 7628 Left = 15 29 Height = 37 30 Top = 473 31 Width = 169 32 32 Anchors = [akLeft, akBottom] 33 33 Caption = 'Load from file' … … 36 36 end 37 37 object ButtonSave: TButton 38 Left = 20039 Height = 3 940 Top = 4 9141 Width = 16 838 Left = 192 39 Height = 37 40 Top = 472 41 Width = 161 42 42 Anchors = [akLeft, akBottom] 43 43 Caption = 'Save to file' … … 46 46 end 47 47 object ButtonClear: TButton 48 Left = 3 7649 Height = 3 950 Top = 4 9251 Width = 10 448 Left = 361 49 Height = 37 50 Top = 473 51 Width = 100 52 52 Anchors = [akLeft, akBottom] 53 53 Caption = 'Clear' … … 56 56 end 57 57 object EditUrl: TEdit 58 Left = 8 859 Height = 4 360 Top = 4 3561 Width = 6 3558 Left = 84 59 Height = 42 60 Top = 417 61 Width = 610 62 62 Anchors = [akLeft, akRight, akBottom] 63 63 OnChange = EditUrlChange … … 65 65 end 66 66 object ButtonCancel: TButton 67 Left = 50468 Height = 3 969 Top = 4 9270 Width = 10 467 Left = 483 68 Height = 37 69 Top = 473 70 Width = 100 71 71 Anchors = [akRight, akBottom] 72 72 Caption = 'Cancel' … … 75 75 end 76 76 object ButtonOk: TButton 77 Left = 61978 Height = 3 979 Top = 4 9280 Width = 10 477 Left = 594 78 Height = 37 79 Top = 473 80 Width = 100 81 81 Anchors = [akRight, akBottom] 82 82 Caption = 'OK' … … 85 85 end 86 86 object Label1: TLabel 87 Left = 1 688 Height = 2 789 Top = 4 4390 Width = 4187 Left = 15 88 Height = 26 89 Top = 425 90 Width = 38 91 91 Anchors = [akLeft, akBottom] 92 92 Caption = 'URL:' 93 93 end 94 94 object OpenPictureDialog1: TOpenPictureDialog 95 Left = 1 3296 Top = 2 1695 Left = 127 96 Top = 207 97 97 end 98 98 object SavePictureDialog1: TSavePictureDialog 99 Left = 3 20100 Top = 2 1699 Left = 307 100 Top = 207 101 101 end 102 102 end
Note:
See TracChangeset
for help on using the changeset viewer.