forked from tmssoftware/DelphiChatGPT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUChatGPT.dfm
55 lines (55 loc) · 1.05 KB
/
UChatGPT.dfm
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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Delphi ChatGPT interface'
ClientHeight = 1050
ClientWidth = 1298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -28
Font.Name = 'Tahoma'
Font.Style = []
PixelsPerInch = 240
DesignSize = (
1298
1050)
TextHeight = 34
object Button1: TButton
Left = 60
Top = 108
Width = 323
Height = 62
Margins.Left = 8
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 8
Caption = 'Ask the machine '
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 60
Top = 40
Width = 1183
Height = 42
Margins.Left = 8
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 8
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
end
object Memo1: TMemo
Left = 60
Top = 185
Width = 1183
Height = 845
Margins.Left = 8
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 8
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 2
end
end