-
Notifications
You must be signed in to change notification settings - Fork 0
/
chelper_server.dfm
55 lines (55 loc) · 1.07 KB
/
chelper_server.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
object frm_cshelper_ctrl: Tfrm_cshelper_ctrl
Left = 667
Top = 123
Width = 613
Height = 287
Caption = 'frm_cshelper_ctrl'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
605
262)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 128
Top = 8
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 344
Top = 8
Width = 56
Height = 13
Caption = 'defaultport: '
end
object CheckBox1: TCheckBox
Left = 8
Top = 8
Width = 97
Height = 17
Caption = 'activate'
TabOrder = 0
OnClick = CheckBox1Click
end
object Memo1: TMemo
Left = 8
Top = 32
Width = 585
Height = 217
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'Memo1')
ScrollBars = ssBoth
TabOrder = 1
end
end