-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathudlgbingapiinfo.lfm
62 lines (62 loc) · 1.11 KB
/
udlgbingapiinfo.lfm
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
object FormBingInfo: TFormBingInfo
Left = 361
Height = 140
Top = 244
Width = 436
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Enter Bing API configuration'
ClientHeight = 140
ClientWidth = 436
Position = poOwnerFormCenter
LCLVersion = '2.1.0.0'
object EditBingAppName: TEdit
Left = 80
Height = 23
Top = 16
Width = 344
TabOrder = 0
end
object EditBingAppSecret: TEdit
Left = 80
Height = 23
Top = 48
Width = 344
TabOrder = 1
end
object ButtonOk: TButton
Left = 120
Height = 25
Top = 104
Width = 75
Caption = '&Ok'
ModalResult = 1
OnClick = ButtonOkClick
TabOrder = 2
end
object ButtonCancel: TButton
Left = 256
Height = 25
Top = 104
Width = 75
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object Label1: TLabel
Left = 16
Height = 12
Top = 24
Width = 34
Caption = 'Name'
ParentColor = False
end
object Label2: TLabel
Left = 16
Height = 12
Top = 56
Width = 36
Caption = 'Secret'
ParentColor = False
end
end