This repository has been archived by the owner on May 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DALLE.FrameImagePreview.fmx
76 lines (76 loc) · 2.35 KB
/
DALLE.FrameImagePreview.fmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
object FramePreview: TFramePreview
Size.Width = 706.000000000000000000
Size.Height = 635.000000000000000000
Size.PlatformDefault = False
OnClick = FrameClick
object RectangleBG: TRectangle
Align = Contents
Fill.Color = xB4000000
HitTest = False
Size.Width = 706.000000000000000000
Size.Height = 635.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object Image: TImage
MultiResBitmap = <
item
end>
Align = Client
HitTest = False
Margins.Left = 20.000000000000000000
Margins.Top = 20.000000000000000000
Margins.Right = 20.000000000000000000
Margins.Bottom = 20.000000000000000000
Size.Width = 666.000000000000000000
Size.Height = 595.000000000000000000
Size.PlatformDefault = False
object Layout1: TLayout
Align = Bottom
Position.Y = 545.000000000000000000
Size.Width = 666.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
object Rectangle1: TRectangle
Align = Contents
Fill.Kind = Gradient
Fill.Gradient.Points = <
item
Color = x3C000000
Offset = 0.000000000000000000
end
item
Color = claNull
Offset = 0.745341598987579300
end>
Fill.Gradient.StartPosition.X = 0.500000000000000000
Fill.Gradient.StartPosition.Y = 1.000000000000000000
Fill.Gradient.StopPosition.X = 0.499999970197677600
Fill.Gradient.StopPosition.Y = 0.000000000000000000
Size.Width = 666.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
end
object ButtonSave: TButton
Align = Right
Images = FormMain.SVGIconImageList
ImageIndex = 5
Position.X = 520.000000000000000000
Size.Width = 146.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'buttonstyle_menu'
TabOrder = 0
Text = 'Download'
OnClick = ButtonSaveClick
end
end
end
end
object SaveDialogJPG: TSaveDialog
Filter = 'JPG|*.jpg'
Left = 140
Top = 484
end
end