-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUnit1.dfm
156 lines (156 loc) · 3.47 KB
/
Unit1.dfm
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
object Form1: TForm1
Left = 935
Top = 334
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Proxy Grabber'
ClientHeight = 350
ClientWidth = 399
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 271
Width = 7
Height = 16
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 288
Top = 168
Width = 105
Height = 25
Caption = #1054#1095#1080#1089#1090#1080#1090#1100
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 288
Top = 136
Width = 105
Height = 25
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 288
Top = 39
Width = 105
Height = 25
Caption = #1057#1090#1086#1087
TabOrder = 0
OnClick = Button3Click
end
object Button4: TButton
Left = 288
Top = 8
Width = 105
Height = 25
Caption = #1057#1090#1072#1088#1090
TabOrder = 1
OnClick = Button4Click
end
object Button5: TButton
Left = 288
Top = 70
Width = 105
Height = 25
Caption = #1055#1072#1091#1079#1072
TabOrder = 3
OnClick = Button5Click
end
object dublikat: TButton
Left = 288
Top = 104
Width = 105
Height = 25
Caption = #1059#1076#1072#1083#1080#1090#1100' '#1076#1091#1073#1083#1080#1082#1072#1090
TabOrder = 5
OnClick = dublikatClick
end
object memo1: TMemo
Left = 8
Top = 8
Width = 273
Height = 258
ScrollBars = ssVertical
TabOrder = 6
OnClick = memo1Click
end
object chek: TButton
Left = 288
Top = 200
Width = 105
Height = 25
Caption = #1055#1088#1086#1074#1077#1088#1082#1072' '#1087#1088#1086#1082#1089#1080
TabOrder = 7
OnClick = chekClick
end
object RadioButton1: TRadioButton
Left = 288
Top = 228
Width = 78
Height = 17
Caption = 'HTTP/S'
Checked = True
TabOrder = 8
TabStop = True
end
object RadioButton2: TRadioButton
Left = 288
Top = 251
Width = 78
Height = 17
Caption = 'SOCKS'
TabOrder = 9
end
object btn1: TButton
Left = 8
Top = 288
Width = 129
Height = 25
Caption = #1059#1089#1090#1072#1085#1086#1074#1080#1090#1100' '#1087#1088#1086#1082#1089#1080
TabOrder = 10
OnClick = btn1Click
end
object btn2: TButton
Left = 8
Top = 320
Width = 129
Height = 25
Caption = #1054#1090#1082#1088#1099#1090#1100' '#1040#1087#1087#1083#1077#1090
TabOrder = 11
OnClick = btn2Click
end
object cb: TCheckBox
Left = 143
Top = 292
Width = 185
Height = 17
Caption = #1048#1089#1087#1086#1083#1100#1079#1086#1074#1072#1090#1100' '#1087#1088#1086#1082#1089#1080'-'#1089#1077#1088#1074#1077#1088
TabOrder = 12
OnClick = cbClick
end
object IdAntiFreeze1: TIdAntiFreeze
Left = 168
Top = 176
end
end