-
Notifications
You must be signed in to change notification settings - Fork 4
/
updatesetting.frm
237 lines (237 loc) · 5.87 KB
/
updatesetting.frm
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
object UpdSettingForm: TUpdSettingForm
Left = 367
Height = 310
Top = 30
Width = 370
AutoSize = True
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Update setting'
ClientHeight = 310
ClientWidth = 370
Constraints.MinWidth = 325
OnClose = FormClose
OnHide = FormHide
OnShow = FormShow
Position = poMainFormCenter
ShowHint = True
LCLVersion = '7.1'
object GroupBox1: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CheckBoxUseProxy
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 193
Top = 69
Width = 358
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Proxy settings'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 176
ClientWidth = 356
Enabled = False
TabOrder = 0
object Label4: TLabel
Left = 6
Height = 16
Top = 12
Width = 31
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'Host:'
ParentColor = False
end
object EditProxyHost: TEdit
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 110
Height = 28
Top = 6
Width = 240
BorderSpacing.Around = 6
Constraints.MinWidth = 200
TabOrder = 1
end
object Label1: TLabel
Left = 6
Height = 16
Top = 46
Width = 29
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'Port:'
ParentColor = False
end
object EditProxyPort: TSpinEdit
AnchorSideRight.Side = asrBottom
Left = 110
Height = 28
Top = 40
Width = 240
Alignment = taRightJustify
BorderSpacing.Around = 6
Constraints.MinWidth = 200
MaxValue = 100000
MinValue = 10
TabOrder = 0
Value = 10
end
object Label5: TLabel
Left = 6
Height = 16
Top = 80
Width = 30
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'User:'
ParentColor = False
end
object EditProxyUser: TEdit
AnchorSideRight.Side = asrBottom
Left = 110
Height = 28
Top = 74
Width = 240
BorderSpacing.Around = 6
Constraints.MinWidth = 200
TabOrder = 2
end
object Label6: TLabel
Left = 6
Height = 16
Top = 114
Width = 61
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'Password:'
ParentColor = False
end
object EditProxyPass: TEdit
AnchorSideRight.Side = asrBottom
Left = 110
Height = 28
Top = 108
Width = 240
BorderSpacing.Around = 6
Constraints.MinWidth = 200
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 3
end
object Label3: TLabel
Left = 6
Height = 16
Top = 148
Width = 82
BorderSpacing.CellAlignHorizontal = ccaLeftTop
BorderSpacing.CellAlignVertical = ccaCenter
Caption = 'Confirm Pass:'
ParentColor = False
end
object EditConfirmPass: TEdit
Left = 110
Height = 28
Top = 142
Width = 240
BorderSpacing.Around = 6
Constraints.MinWidth = 200
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 4
end
end
object CheckBoxUseProxy: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CoBoxOsIdent
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 40
Width = 358
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Caption = 'Use Proxy'
OnChange = CheckBoxUseProxyChange
TabOrder = 1
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CoBoxOsIdent
AnchorSideTop.Side = asrCenter
Left = 8
Height = 16
Top = 12
Width = 104
BorderSpacing.Around = 8
Caption = 'OS Identification:'
ParentColor = False
end
object CoBoxOsIdent: TComboBox
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 120
Height = 28
Hint = 'Specify the OS to download Gitea'#10'in addiction to your real OS.'
Top = 6
Width = 244
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Constraints.MinHeight = 28
DropDownCount = 12
ItemHeight = 0
Items.Strings = (
'linux,386'
'linux,amd64'
'linux,arm-5'
'linux,arm-6'
'linux,arm64'
'linux,mips'
'linux,mips64le'
'linux,mipsle'
'darwin,386'
'darwin,amd64'
'windows,386'
'windows,amd64'
)
Style = csDropDownList
TabOrder = 2
end
object ButtonPanel1: TButtonPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 30
Top = 268
Width = 358
Align = alNone
Anchors = [akTop, akLeft, akRight]
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 3
ShowButtons = [pbOK, pbClose]
ShowBevel = False
end
end