-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit2.lfm
60 lines (60 loc) · 1.05 KB
/
unit2.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
object Form2: TForm2
Left = 1165
Height = 197
Top = 250
Width = 235
BorderStyle = bsToolWindow
Caption = 'Options'
ClientHeight = 197
ClientWidth = 235
OnShow = FormShow
Position = poDesktopCenter
LCLVersion = '2.0.4.0'
object Label1: TLabel
Left = 10
Height = 15
Top = 10
Width = 71
Caption = 'Server IP/URL'
ParentColor = False
end
object Label2: TLabel
Left = 10
Height = 15
Top = 64
Width = 22
Caption = 'Port'
ParentColor = False
end
object url: TEdit
Left = 10
Height = 23
Top = 32
Width = 208
TabOrder = 0
end
object port: TEdit
Left = 10
Height = 23
Top = 88
Width = 208
TabOrder = 1
end
object Button1: TButton
Left = 10
Height = 25
Top = 160
Width = 75
Caption = 'Save'
OnClick = Button1Click
TabOrder = 2
end
object Label3: TLabel
Left = 10
Height = 30
Top = 120
Width = 206
Caption = 'Please close and re-open the app when'#13#10'changing these values.'
ParentColor = False
end
end