-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupdate.lfm.bak
109 lines (109 loc) · 2.58 KB
/
update.lfm.bak
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
object fUpdate: TfUpdate
Left = 293
Height = 154
Top = 170
Width = 320
Caption = 'Обновление Lpro'
ClientHeight = 154
ClientWidth = 320
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '1.6.2.0'
object bUpdateBase: TButton
Left = 176
Height = 25
Top = 72
Width = 104
Caption = 'Обновить базу'
OnClick = bUpdateBaseClick
TabOrder = 0
end
object bDownloadProgram: TButton
Left = 176
Height = 25
Top = 112
Width = 139
Caption = 'Скачать новую версию'
OnClick = bDownloadProgramClick
TabOrder = 1
end
object Label1: TLabel
Left = 8
Height = 15
Top = 72
Width = 72
Caption = 'Версия базы:'
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 15
Top = 112
Width = 69
Caption = 'Версия Lpro:'
ParentColor = False
end
object lVersionBase: TLabel
Left = 96
Height = 15
Top = 72
Width = 62
Caption = 'Нет версии'
ParentColor = False
end
object lVersionProgram: TLabel
Left = 96
Height = 15
Top = 112
Width = 62
Caption = 'Нет версии'
ParentColor = False
end
object Label3: TLabel
Left = 40
Height = 15
Top = 8
Width = 199
Caption = 'Пожалуйста, дождитесь сообщения'
ParentColor = False
end
object Label4: TLabel
Left = 80
Height = 15
Top = 24
Width = 128
Caption = 'о завершении загрузки'
ParentColor = False
end
object IdHTTP1: TIdHTTP
IOHandler = IdSSLIOHandlerSocketOpenSSL1
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.Date = 0
Request.Expires = 0
Request.LastModified = 0
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = []
left = 248
top = 8
end
object SelectDirectoryDialog: TSelectDirectoryDialog
Title = 'Пожалуйста, укажите куда сохранить установочный файл'
left = 88
top = 8
end
object IdSSLIOHandlerSocketOpenSSL1: TIdSSLIOHandlerSocketOpenSSL
MaxLineAction = maException
Port = 0
DefaultPort = 0
SSLOptions.Mode = sslmUnassigned
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
left = 176
top = 24
end
end