object FormImage: TFormImage Left = 924 Height = 524 Top = 458 Width = 711 Caption = 'Photo' ClientHeight = 524 ClientWidth = 711 Constraints.MinHeight = 171 Constraints.MinWidth = 711 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object ImagePhoto: TImage Left = 15 Height = 396 Top = 15 Width = 679 Anchors = [akTop, akLeft, akRight, akBottom] Center = True Proportional = True Stretch = True end object ButtonLoad: TButton Left = 15 Height = 37 Top = 473 Width = 169 Anchors = [akLeft, akBottom] Caption = 'Load from file' OnClick = ButtonLoadClick TabOrder = 0 end object ButtonSave: TButton Left = 192 Height = 37 Top = 472 Width = 161 Anchors = [akLeft, akBottom] Caption = 'Save to file' OnClick = ButtonSaveClick TabOrder = 1 end object ButtonClear: TButton Left = 361 Height = 37 Top = 473 Width = 100 Anchors = [akLeft, akBottom] Caption = 'Clear' OnClick = ButtonClearClick TabOrder = 2 end object EditUrl: TEdit Left = 84 Height = 43 Top = 416 Width = 610 Anchors = [akLeft, akRight, akBottom] OnChange = EditUrlChange TabOrder = 3 end object ButtonCancel: TButton Left = 483 Height = 37 Top = 473 Width = 100 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object ButtonOk: TButton Left = 594 Height = 37 Top = 473 Width = 100 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 5 end object Label1: TLabel Left = 16 Height = 26 Top = 431 Width = 38 Anchors = [akLeft, akBottom] Caption = 'URL:' ParentColor = False end object OpenPictureDialog1: TOpenPictureDialog Left = 127 Top = 207 end object SavePictureDialog1: TSavePictureDialog Left = 307 Top = 207 end end