forked from cnpack/cnvcl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1.dfm
More file actions
173 lines (173 loc) · 3.54 KB
/
Unit1.dfm
File metadata and controls
173 lines (173 loc) · 3.54 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
object frmTest: TfrmTest
Left = 460
Top = 229
Width = 296
Height = 427
Caption = #32447#31243#27744#27979#35797
Color = clBtnFace
Constraints.MinHeight = 427
Constraints.MinWidth = 296
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShortCut = FormShortCut
DesignSize = (
288
400)
PixelsPerInch = 96
TextHeight = 12
object lbl1: TLabel
Left = 188
Top = 10
Width = 48
Height = 12
Anchors = [akTop, akRight]
Caption = #30417#21548#31471#21475
end
object lbl2: TLabel
Left = 148
Top = 182
Width = 12
Height = 12
Anchors = [akTop, akRight]
Caption = 'IP'
end
object lbl3: TLabel
Left = 84
Top = 182
Width = 24
Height = 12
Anchors = [akTop, akRight]
Caption = #38388#38548
end
object btn3: TSpeedButton
Left = 4
Top = 4
Width = 75
Height = 25
Caption = #20351#29992#35828#26126
OnClick = btn3Click
end
object btn1: TButton
Left = 84
Top = 3
Width = 101
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = #24320#22987#30417#21548
TabOrder = 0
OnClick = btn1Click
end
object edt1: TEdit
Left = 240
Top = 6
Width = 45
Height = 20
Anchors = [akTop, akRight]
TabOrder = 1
Text = '5999'
OnChange = edt1Change
end
object mmo1: TMemo
Left = 4
Top = 32
Width = 281
Height = 137
Anchors = [akLeft, akTop, akRight]
Lines.Strings = (
'mmo1')
ScrollBars = ssVertical
TabOrder = 2
end
object btn2: TButton
Left = 4
Top = 176
Width = 77
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = #24320#22987#21457#36865
TabOrder = 3
OnClick = btn2Click
end
object edt2: TComboBox
Left = 164
Top = 178
Width = 121
Height = 20
Anchors = [akTop, akRight]
ItemHeight = 12
ItemIndex = 0
TabOrder = 5
Text = '200.200.200.215:5999'
Items.Strings = (
'200.200.200.215:5999'
'127.0.0.1:5999')
end
object rg1: TRadioGroup
Left = 4
Top = 204
Width = 281
Height = 41
Anchors = [akLeft, akTop, akRight]
Caption = ' '#21457#36865#36873#39033' '
Columns = 2
ItemIndex = 1
Items.Strings = (
#21487#25340#21512
#19981#21487#25340#21512)
TabOrder = 6
end
object edt3: TEdit
Left = 4
Top = 248
Width = 281
Height = 20
Anchors = [akLeft, akTop, akRight]
TabOrder = 7
end
object mmo2: TMemo
Left = 3
Top = 272
Width = 281
Height = 117
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'mmo1')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 8
end
object edt4: TEdit
Left = 111
Top = 178
Width = 34
Height = 20
Anchors = [akTop, akRight]
TabOrder = 4
Text = '100'
end
object IdTCPServer1: TIdTCPServer
Bindings = <>
CommandHandlers = <>
DefaultPort = 0
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnExecute = IdTCPServer1Execute
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
Left = 128
Top = 4
end
object tmr1: TTimer
OnTimer = tmr1Timer
Left = 136
Top = 200
end
end