-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1.dfm
More file actions
193 lines (193 loc) · 5.41 KB
/
Unit1.dfm
File metadata and controls
193 lines (193 loc) · 5.41 KB
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
object Form1: TForm1
Left = 278
Top = 164
Width = 549
Height = 372
Caption = 'Client'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 541
Height = 345
Align = alClient
Caption = 'Host IP'
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 40
Width = 44
Height = 13
Caption = 'HOST IP:'
end
object Edit1: TEdit
Left = 8
Top = 56
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 32
Top = 88
Width = 83
Height = 25
Caption = #1055#1086#1076#1082#1083#1102#1095#1080#1090#1100#1089#1103
TabOrder = 1
OnClick = Button1Click
end
object Edit2: TEdit
Left = 152
Top = 296
Width = 273
Height = 21
TabOrder = 2
OnKeyPress = Edit2KeyPress
end
object Memo1: TMemo
Left = 152
Top = 8
Width = 369
Height = 281
ReadOnly = True
TabOrder = 3
end
object Button2: TButton
Left = 432
Top = 296
Width = 89
Height = 25
Caption = #1054#1090#1087#1088#1072#1074#1080#1090#1100
TabOrder = 4
OnClick = Button2Click
end
object CheckBox1: TCheckBox
Left = 16
Top = 136
Width = 105
Height = 33
Caption = #1055#1086#1076#1082#1083#1102#1095#1072#1090#1100#1089#1103' '#1072#1074#1090#1086#1084#1072#1090#1080#1095#1077#1089#1082#1080
TabOrder = 5
WordWrap = True
end
object Button3: TButton
Left = 32
Top = 296
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 6
OnClick = Button3Click
end
end
object sSkinManager1: TsSkinManager
InternalSkins = <>
MenuSupport.IcoLineSkin = 'ICOLINE'
MenuSupport.ExtraLineFont.Charset = DEFAULT_CHARSET
MenuSupport.ExtraLineFont.Color = clWindowText
MenuSupport.ExtraLineFont.Height = -11
MenuSupport.ExtraLineFont.Name = 'MS Sans Serif'
MenuSupport.ExtraLineFont.Style = []
SkinDirectory = 'Data\Skins'
SkinName = 'Air'
SkinInfo = '8'
ThirdParty.ThirdEdits =
'TEdit'#13#10'TMemo'#13#10'TMaskEdit'#13#10'TSpinEdit'#13#10'TLabeledEdit'#13#10'THotKey'#13#10'TList' +
'Box'#13#10'TCheckListBox'#13#10'TRichEdit'#13#10'TDateTimePicker'#13#10'TCategoryButtons' +
#13#10'TFileListBox'#13#10
ThirdParty.ThirdButtons = 'TButton'#13#10
ThirdParty.ThirdBitBtns = 'TBitBtn'#13#10
ThirdParty.ThirdCheckBoxes = 'TCheckBox'#13#10'TRadioButton'#13#10'TGroupButton'#13#10
ThirdParty.ThirdGroupBoxes = 'TGroupBox'#13#10'TRadioGroup'#13#10
ThirdParty.ThirdListViews = 'TListView'#13#10
ThirdParty.ThirdPanels = 'TPanel'#13#10'TPage'#13#10'TGridPanel'#13#10'TTabPage'#13#10
ThirdParty.ThirdGrids = 'TStringGrid'#13#10'TDrawGrid'#13#10'TValueListEditor'#13#10
ThirdParty.ThirdTreeViews = 'TTreeView'#13#10
ThirdParty.ThirdComboBoxes = 'TComboBox'#13#10'TComboBoxEx'#13#10'TColorBox'#13#10
ThirdParty.ThirdWWEdits = ' '#13#10
ThirdParty.ThirdVirtualTrees = ' '#13#10
ThirdParty.ThirdGridEh = ' '#13#10
ThirdParty.ThirdPageControl = 'TPageControl'#13#10
ThirdParty.ThirdTabControl = 'TTabControl'#13#10'TTabbedNotebook'#13#10
ThirdParty.ThirdToolBar = 'TToolBar'#13#10
ThirdParty.ThirdStatusBar = 'TStatusBar'#13#10
ThirdParty.ThirdSpeedButton = 'TSpeedButton'#13#10
ThirdParty.ThirdScrollControl = 'TScrollBox'#13#10
ThirdParty.ThirdUpDown = 'TSpinButton'#13#10'TUpDown'#13#10
ThirdParty.ThirdScrollBar = 'TScrollBar'#13#10
ThirdParty.ThirdStaticText = 'TStaticText'#13#10
ThirdParty.ThirdNativePaint = ' '#13#10
Left = 256
Top = 16
end
object TcpClient1: TTcpClient
RemotePort = '3001'
OnConnect = TcpClient1Connect
OnDisconnect = TcpClient1Disconnect
OnError = TcpClient1Error
Left = 228
Top = 16
end
object TcpServer2: TTcpServer
Active = True
LocalPort = '3001'
OnAccept = TcpServer2Accept
Left = 204
Top = 16
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 152
Top = 16
end
object TcpClient3: TTcpClient
RemotePort = '3002'
Left = 176
Top = 16
end
object IdFTPServer1: TIdFTPServer
Active = True
Bindings = <>
CommandHandlers = <>
DefaultPort = 21
Greeting.NumericCode = 220
Greeting.Text.Strings = (
'Indy FTP Server ready.')
Greeting.TextCode = '220'
MaxConnectionReply.NumericCode = 0
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 500
ReplyUnknownCommand.Text.Strings = (
'Syntax error, command unrecognized.')
ReplyUnknownCommand.TextCode = '500'
AnonymousAccounts.Strings = (
'anonymous'
'ftp'
'guest')
SystemType = 'WIN32'
Left = 72
Top = 232
end
end