forked from motaz/turbobird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.lfm
201 lines (201 loc) · 3.78 KB
/
update.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
object fmUpdate: TfmUpdate
Left = 384
Height = 356
Top = 258
Width = 501
BorderStyle = bsDialog
Caption = 'Version update'
ClientHeight = 356
ClientWidth = 501
OnActivate = FormActivate
OnClose = FormClose
Position = poScreenCenter
LCLVersion = '1.2.2.0'
object Label1: TLabel
Left = 8
Height = 13
Top = 32
Width = 75
BidiMode = bdRightToLeft
Caption = 'Current version'
ParentBidiMode = False
ParentColor = False
end
object stVersion: TStaticText
Left = 152
Height = 19
Top = 32
Width = 148
Caption = 'stVersion'
Color = clWhite
ParentColor = False
TabOrder = 0
Transparent = False
end
object bbSearch: TBitBtn
Left = 8
Height = 30
Top = 72
Width = 75
Caption = 'Check'
OnClick = bbSearchClick
TabOrder = 1
end
object stNewVersion: TStaticText
Left = 152
Height = 23
Top = 72
Width = 196
Caption = '-'
Color = clWhite
ParentColor = False
TabOrder = 2
Transparent = False
end
object bbDownload: TBitBtn
Left = 8
Height = 30
Top = 112
Width = 148
Caption = 'Install Update'
OnClick = bbDownloadClick
TabOrder = 3
Visible = False
end
object cxProxy: TCheckBox
Left = 16
Height = 17
Top = 176
Width = 132
Caption = 'Connect through proxy'
OnChange = cxProxyChange
ParentBidiMode = False
TabOrder = 4
end
object GroupBox1: TGroupBox
Left = 15
Height = 132
Top = 198
Width = 472
ClientHeight = 114
ClientWidth = 468
TabOrder = 5
Visible = False
object Label2: TLabel
Left = 6
Height = 13
Top = 11
Width = 62
Alignment = taRightJustify
Caption = 'Proxy server'
ParentColor = False
end
object edProxy: TEdit
Left = 103
Height = 21
Top = 8
Width = 112
TabOrder = 0
end
object Label3: TLabel
Left = 7
Height = 13
Top = 41
Width = 51
Alignment = taRightJustify
Caption = 'Proxy port'
ParentColor = False
end
object edPort: TEdit
Left = 103
Height = 21
Top = 40
Width = 69
TabOrder = 1
Text = '8080'
end
object Label4: TLabel
Left = 6
Height = 13
Top = 80
Width = 22
Alignment = taRightJustify
Caption = 'User'
ParentColor = False
end
object edUser: TEdit
Left = 335
Height = 21
Top = 71
Width = 112
TabOrder = 2
end
object Label5: TLabel
Left = 247
Height = 13
Top = 80
Width = 46
Alignment = taRightJustify
Caption = 'Password'
ParentColor = False
end
object edPassword: TEdit
Left = 103
Height = 21
Top = 71
Width = 112
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 3
end
end
object stStatus: TStaticText
Left = 8
Height = 28
Top = 146
Width = 479
Alignment = taCenter
Caption = '-'
Color = clWhite
ParentColor = False
TabOrder = 6
Transparent = False
end
object laTime: TLabel
Left = 408
Height = 24
Top = 104
Width = 54
Caption = '00:00'
Color = clCream
Font.Color = clRed
Font.Height = -21
Font.Name = 'Courier 10 Pitch'
ParentColor = False
ParentFont = False
Transparent = False
Visible = False
end
object Process1: TProcess
Active = False
Options = []
Priority = ppNormal
StartupOptions = []
ShowWindow = swoNone
WindowColumns = 0
WindowHeight = 0
WindowLeft = 0
WindowRows = 0
WindowTop = 0
WindowWidth = 0
FillAttribute = 0
left = 416
top = 16
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
left = 360
top = 16
end
end