-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetera5_settings.lfm
More file actions
84 lines (84 loc) · 1.58 KB
/
getera5_settings.lfm
File metadata and controls
84 lines (84 loc) · 1.58 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
object frmsettings: Tfrmsettings
Left = 483
Height = 325
Top = 223
Width = 609
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Settings'
ClientHeight = 325
ClientWidth = 609
OnClose = FormClose
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '3.6.0.0'
object GroupBox1: TGroupBox
Left = 16
Height = 93
Top = 11
Width = 576
Caption = 'API'
ClientHeight = 73
ClientWidth = 572
ParentFont = False
TabOrder = 0
object eKEY: TEdit
Left = 56
Height = 23
Top = 32
Width = 504
ParentFont = False
TabOrder = 0
end
object Label1: TLabel
Left = 19
Height = 15
Top = 8
Width = 21
Caption = 'URL'
end
object Label2: TLabel
Left = 19
Height = 15
Top = 40
Width = 20
Caption = 'KEY'
end
object eURL: TEdit
Left = 56
Height = 23
Top = 0
Width = 504
ParentFont = False
TabOrder = 1
end
end
object GroupBox5: TGroupBox
Left = 16
Height = 197
Top = 112
Width = 576
Caption = 'Python path and modules'
ClientHeight = 177
ClientWidth = 572
ParentFont = False
TabOrder = 1
object btnInstallPackages: TButton
Left = 379
Height = 23
Top = 144
Width = 181
Caption = 'Install/update cdsapi'
TabOrder = 0
OnClick = btnInstallPackagesClick
end
object Memo1: TMemo
Left = 16
Height = 128
Top = 8
Width = 544
ScrollBars = ssVertical
TabOrder = 1
end
end
end