forked from HemulGM/ChatGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChatGPT.FramePlainText.fmx
48 lines (48 loc) · 1.37 KB
/
ChatGPT.FramePlainText.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
object FrameText: TFrameText
Size.Width = 575.000000000000000000
Size.Height = 387.000000000000000000
Size.PlatformDefault = False
OnResize = FrameResize
OnResized = FrameResize
object MemoText: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
Caret.Color = x00FFFFFF
DataDetectorTypes = []
DisableMouseWheel = True
Lines.Strings = (
'begin'
''
'end.')
ReadOnly = True
ShowScrollBars = False
StyledSettings = [Style]
TextSettings.Font.Family = 'Segoe UI, Roboto'
TextSettings.Font.Size = 16.000000000000000000
TextSettings.FontColor = xFFECECF1
TextSettings.WordWrap = True
Align = Client
CanParentFocus = True
Cursor = crDefault
DisableFocusEffect = True
EnableDragHighlight = False
Size.Width = 575.000000000000000000
Size.Height = 387.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'memostyle_clear'
TabOrder = 0
OnClick = MemoTextClick
OnMouseMove = MemoTextMouseMove
OnMouseWheel = MemoTextMouseWheel
OnMouseLeave = MemoTextMouseLeave
OnPresentationNameChoosing = MemoTextPresentationNameChoosing
Viewport.Width = 575.000000000000000000
Viewport.Height = 387.000000000000000000
end
object TimerMouseOver: TTimer
Enabled = False
Interval = 50
OnTimer = TimerMouseOverTimer
Left = 256
Top = 144
end
end