-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
ChatGPT.LoadedFunctions.fmx
139 lines (139 loc) · 4.61 KB
/
ChatGPT.LoadedFunctions.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
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
inherited FrameLoadedFunctions: TFrameLoadedFunctions
Size.Width = 1035.000000000000000000
Size.Height = 811.000000000000000000
OnResize = FrameResize
OnResized = FrameResize
inherited RectangleBG: TRectangle
Size.Width = 1035.000000000000000000
Size.Height = 811.000000000000000000
OnClick = RectangleBGClick
end
object LayoutClient: TLayout
Align = Center
Padding.Left = 10.000000000000000000
Padding.Top = 10.000000000000000000
Padding.Right = 10.000000000000000000
Padding.Bottom = 10.000000000000000000
Size.Width = 440.000000000000000000
Size.Height = 566.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object RectangleFrame: TRectangle
Align = Contents
Fill.Color = xFF202123
Locked = True
Size.Width = 440.000000000000000000
Size.Height = 566.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 6.000000000000000000
YRadius = 6.000000000000000000
end
object Layout2: TLayout
Align = Bottom
Position.X = 10.000000000000000000
Position.Y = 510.000000000000000000
Size.Width = 420.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
object ButtonOk: TButton
Align = Right
Cancel = True
Position.X = 340.000000000000000000
Size.Width = 80.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'buttonstyle_menu'
TabOrder = 2
Text = 'OK'
TextSettings.Trimming = None
OnClick = ButtonOkClick
end
end
object Label1: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Margins.Top = 10.000000000000000000
Position.X = 10.000000000000000000
Position.Y = 20.000000000000000000
Size.Width = 420.000000000000000000
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.Font.Size = 16.000000000000000000
TextSettings.FontColor = xFFE9E9E9
TextSettings.WordWrap = False
Text = 'Loaded functions'
TabOrder = 41
end
object Label20: TLabel
Align = Top
AutoSize = True
StyledSettings = [Style]
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 15.000000000000000000
Position.Y = 45.000000000000000000
Size.Width = 410.000000000000000000
Size.Height = 29.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Roboto'
TextSettings.FontColor = x78FFFFFF
Text =
'To load third-party functions, you must place the dynamic librar' +
'y in the "funcs" folder next to the program'#39's executable file'
TabOrder = 5
TabStop = False
end
object Rectangle1: TRectangle
Align = Client
Fill.Color = x78000000
Margins.Left = 6.000000000000000000
Margins.Top = 6.000000000000000000
Margins.Right = 6.000000000000000000
Margins.Bottom = 6.000000000000000000
Size.Width = 408.000000000000000000
Size.Height = 419.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 6.000000000000000000
YRadius = 6.000000000000000000
object ListBoxItems: TListBox
Align = Client
Margins.Left = 4.000000000000000000
Margins.Top = 4.000000000000000000
Margins.Right = 4.000000000000000000
Margins.Bottom = 4.000000000000000000
Size.Width = 400.000000000000000000
Size.Height = 411.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'transparentlistboxstyle'
TabOrder = 0
DisableFocusEffect = True
ItemHeight = 50.000000000000000000
DefaultItemStyles.ItemStyle = 'listboxitemstyle_func'
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
Viewport.Width = 400.000000000000000000
Viewport.Height = 411.000000000000000000
end
end
object LabelEmpty: TLabel
Align = Center
AutoSize = True
StyledSettings = [Family, Size, Style]
Size.Width = 66.000000000000000000
Size.Height = 16.000000000000000000
Size.PlatformDefault = False
TextSettings.FontColor = xFF6C6C6C
TextSettings.HorzAlign = Center
TextSettings.WordWrap = False
Text = 'List is empty'
TabOrder = 3
end
end
end