1 | object FormImage: TFormImage
|
---|
2 | Left = 924
|
---|
3 | Height = 524
|
---|
4 | Top = 458
|
---|
5 | Width = 711
|
---|
6 | Caption = 'Photo'
|
---|
7 | ClientHeight = 524
|
---|
8 | ClientWidth = 711
|
---|
9 | Constraints.MinHeight = 171
|
---|
10 | Constraints.MinWidth = 711
|
---|
11 | DesignTimePPI = 144
|
---|
12 | OnCreate = FormCreate
|
---|
13 | OnDestroy = FormDestroy
|
---|
14 | OnShow = FormShow
|
---|
15 | LCLVersion = '2.2.6.0'
|
---|
16 | object ImagePhoto: TImage
|
---|
17 | Left = 15
|
---|
18 | Height = 396
|
---|
19 | Top = 15
|
---|
20 | Width = 679
|
---|
21 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
22 | Center = True
|
---|
23 | Proportional = True
|
---|
24 | Stretch = True
|
---|
25 | end
|
---|
26 | object ButtonLoad: TButton
|
---|
27 | Left = 15
|
---|
28 | Height = 37
|
---|
29 | Top = 473
|
---|
30 | Width = 169
|
---|
31 | Anchors = [akLeft, akBottom]
|
---|
32 | Caption = 'Load from file'
|
---|
33 | OnClick = ButtonLoadClick
|
---|
34 | TabOrder = 0
|
---|
35 | end
|
---|
36 | object ButtonSave: TButton
|
---|
37 | Left = 192
|
---|
38 | Height = 37
|
---|
39 | Top = 472
|
---|
40 | Width = 161
|
---|
41 | Anchors = [akLeft, akBottom]
|
---|
42 | Caption = 'Save to file'
|
---|
43 | OnClick = ButtonSaveClick
|
---|
44 | TabOrder = 1
|
---|
45 | end
|
---|
46 | object ButtonClear: TButton
|
---|
47 | Left = 361
|
---|
48 | Height = 37
|
---|
49 | Top = 473
|
---|
50 | Width = 100
|
---|
51 | Anchors = [akLeft, akBottom]
|
---|
52 | Caption = 'Clear'
|
---|
53 | OnClick = ButtonClearClick
|
---|
54 | TabOrder = 2
|
---|
55 | end
|
---|
56 | object EditUrl: TEdit
|
---|
57 | Left = 84
|
---|
58 | Height = 43
|
---|
59 | Top = 416
|
---|
60 | Width = 610
|
---|
61 | Anchors = [akLeft, akRight, akBottom]
|
---|
62 | OnChange = EditUrlChange
|
---|
63 | TabOrder = 3
|
---|
64 | end
|
---|
65 | object ButtonCancel: TButton
|
---|
66 | Left = 483
|
---|
67 | Height = 37
|
---|
68 | Top = 473
|
---|
69 | Width = 100
|
---|
70 | Anchors = [akRight, akBottom]
|
---|
71 | Caption = 'Cancel'
|
---|
72 | ModalResult = 2
|
---|
73 | TabOrder = 4
|
---|
74 | end
|
---|
75 | object ButtonOk: TButton
|
---|
76 | Left = 594
|
---|
77 | Height = 37
|
---|
78 | Top = 473
|
---|
79 | Width = 100
|
---|
80 | Anchors = [akRight, akBottom]
|
---|
81 | Caption = 'OK'
|
---|
82 | ModalResult = 1
|
---|
83 | TabOrder = 5
|
---|
84 | end
|
---|
85 | object Label1: TLabel
|
---|
86 | Left = 16
|
---|
87 | Height = 26
|
---|
88 | Top = 431
|
---|
89 | Width = 38
|
---|
90 | Anchors = [akLeft, akBottom]
|
---|
91 | Caption = 'URL:'
|
---|
92 | ParentColor = False
|
---|
93 | end
|
---|
94 | object OpenPictureDialog1: TOpenPictureDialog
|
---|
95 | Left = 127
|
---|
96 | Top = 207
|
---|
97 | end
|
---|
98 | object SavePictureDialog1: TSavePictureDialog
|
---|
99 | Left = 307
|
---|
100 | Top = 207
|
---|
101 | end
|
---|
102 | end
|
---|