-
-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathChatGPT.About.fmx
More file actions
294 lines (294 loc) · 10.7 KB
/
Copy pathChatGPT.About.fmx
File metadata and controls
294 lines (294 loc) · 10.7 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
inherited FrameAbout: TFrameAbout
Size.Width = 944.000000000000000000
Size.Height = 703.000000000000000000
OnResize = FrameResize
OnResized = FrameResize
inherited RectangleBG: TRectangle
Size.Width = 944.000000000000000000
Size.Height = 703.000000000000000000
OnClick = ButtonOkClick
end
object LayoutClient: TLayout
Align = Center
Padding.Left = 20.000000000000000000
Padding.Top = 20.000000000000000000
Padding.Right = 20.000000000000000000
Padding.Bottom = 20.000000000000000000
Size.Width = 635.000000000000000000
Size.Height = 641.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object RectangleFrame: TRectangle
Align = Contents
Fill.Color = xFF202123
Locked = True
Size.Width = 635.000000000000000000
Size.Height = 641.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 6.000000000000000000
YRadius = 6.000000000000000000
end
object VertScrollBoxContent: TVertScrollBox
Align = Client
Padding.Right = 10.000000000000000000
Padding.Bottom = 10.000000000000000000
Size.Width = 595.000000000000000000
Size.Height = 555.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Viewport.Width = 579.000000000000000000
Viewport.Height = 555.000000000000000000
object Label1: TLabel
Align = Top
AutoSize = True
StyledSettings = []
Margins.Top = 10.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.Y = 10.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 20.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = xFFE9E9E9
TextSettings.WordWrap = False
Text = 'About'
TabOrder = 10
end
object Label5: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Margins.Top = 10.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 57.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 38.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Emoji'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = xB4FFFFFF
Text =
'The ChatGPT client is an amazing open source cross-platform appl' +
'ication that allows you to play with the OpenAI ChatGPT API for ' +
'free!'
TabOrder = 8
TabStop = False
end
object LabelAppearance: TLabel
Align = Top
AutoSize = True
StyledSettings = []
Margins.Top = 30.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 220.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Emoji'
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = xFFE9E9E9
TextSettings.WordWrap = False
Text = 'Support'
TabOrder = 2
TabStop = False
end
object LabelVersion: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Margins.Top = 10.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 780.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 19.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = xB4FFFFFF
TextSettings.WordWrap = False
Text = 'HemulGM'
TabOrder = 9
TabStop = False
end
object Label34: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Margins.Top = 10.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 110.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 19.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Emoji'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = xB4FFFFFF
Text = 'Check out the source code on GitHub and give it a '#11088'!'
TabOrder = 4
TabStop = False
end
object Label2: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Margins.Top = 10.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 259.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 149.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Emoji'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = xB4FFFFFF
Text =
'At ChatGPT, we strive to bring you useful and amazing features e' +
'very time. And just like any other project, your support and mot' +
'ivation will help us move forward!'#13#10#13#10'If you liked our applicati' +
'on, we ask you to give this project a '#11088#65039'. Your approval means a ' +
'lot to us and encourages us to work harder to deliver the best p' +
'ossible experience.'#13#10#13#10'Thank you for being a part of our communi' +
'ty and we look forward to serving you better in the future.'
TabOrder = 7
TabStop = False
end
object Label3: TLabel
Align = Top
AutoSize = True
StyledSettings = []
Margins.Top = 30.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 499.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Emoji'
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = xFFE9E9E9
TextSettings.WordWrap = False
Text = 'Privacy Statement'
TabOrder = 1
TabStop = False
end
object Label4: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Margins.Top = 10.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 538.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 168.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Emoji'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = xB4FFFFFF
Text =
'We value your privacy and are committed to protecting the privac' +
'y of our users. We do not collect or store the text you enter or' +
' receive from the OpenAI server in any form on third party serve' +
'rs. All history is stored only on your computer and nowhere else' +
'. Our source code is available for review to verify this claim.'#13 +
#10#13#10'We prioritize the security of your API key and handle it with' +
' the utmost care. If you use your own API key, your key is store' +
'd solely on your computer and is never shared with any third par' +
'ty. It is used solely for its intended purpose to access the Ope' +
'nAI API and not for any other unauthorized use.'
TabOrder = 3
TabStop = False
end
object Label6: TLabel
Align = Top
AutoSize = True
StyledSettings = []
Margins.Top = 30.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 741.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Emoji'
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = xFFE9E9E9
TextSettings.WordWrap = False
Text = 'Autor'
TabOrder = 0
TabStop = False
end
object Layout4: TLayout
Align = Top
Margins.Top = 10.000000000000000000
Position.Y = 144.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
TabStop = False
object ButtonGitHub: TButton
OnTap = ButtonGitHubTap
Align = Left
ImageIndex = 9
Size.Width = 289.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'buttonstyle_menu'
TabOrder = 0
Text = 'Open GitHub page'
TextSettings.HorzAlign = Leading
ParentShowHint = False
ShowHint = True
OnClick = ButtonGitHubClick
end
end
object Layout1: TLayout
Align = Top
Margins.Top = 10.000000000000000000
Position.Y = 423.000000000000000000
Size.Width = 569.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
TabStop = False
object ButtonReport: TButton
OnTap = ButtonReportTap
Align = Left
ImageIndex = 9
Size.Width = 289.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'buttonstyle_menu'
TabOrder = 0
Text = 'Report a problem'
TextSettings.HorzAlign = Leading
ParentShowHint = False
ShowHint = True
OnClick = ButtonReportClick
end
end
end
object Layout2: TLayout
Align = Bottom
Position.X = 20.000000000000000000
Position.Y = 575.000000000000000000
Size.Width = 595.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
object ButtonOk: TButton
Align = Right
Cancel = True
Position.X = 515.000000000000000000
Size.Width = 80.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'buttonstyle_menu'
TabOrder = 2
Text = 'OK'
OnClick = ButtonOkClick
end
end
end
end