|
|
1.1 root 1: object TelnetForm: TTelnetForm
2: Left = 721
3: Top = 437
4: Width = 350
5: Height = 214
6: Caption = 'Telnet Server'
7: Color = clBtnFace
8: UseDockManager = True
9: DragKind = dkDock
10: DragMode = dmAutomatic
11: Font.Charset = DEFAULT_CHARSET
12: Font.Color = clWindowText
13: Font.Height = -11
14: Font.Name = 'MS Sans Serif'
15: Font.Style = []
16: OldCreateOrder = False
17: Position = poDefault
18: OnHide = FormHide
19: OnShow = FormShow
20: PixelsPerInch = 96
21: TextHeight = 13
22: object ToolBar: TToolBar
23: Left = 0
24: Top = 0
25: Width = 342
26: Height = 25
27: Caption = 'ToolBar'
28: EdgeBorders = []
29: Flat = True
30: Images = MainForm.ImageList
31: ParentShowHint = False
32: ShowHint = True
33: TabOrder = 0
34: object StartButton: TToolButton
35: Left = 0
36: Top = 0
37: Action = MainForm.TelnetStart
38: Grouped = True
39: ParentShowHint = False
40: ShowHint = True
41: end
42: object StopButton: TToolButton
43: Left = 23
44: Top = 0
45: Action = MainForm.TelnetStop
46: Grouped = True
47: ParentShowHint = False
48: ShowHint = True
49: end
50: object ToolButton1: TToolButton
51: Left = 46
52: Top = 0
53: Width = 8
54: Caption = 'ToolButton1'
55: ImageIndex = 1
56: Style = tbsSeparator
57: end
58: object ConfigureButton: TToolButton
59: Left = 54
60: Top = 0
61: Action = MainForm.TelnetConfigure
62: ParentShowHint = False
63: ShowHint = True
64: end
65: object ToolButton2: TToolButton
66: Left = 77
67: Top = 0
68: Width = 8
69: Caption = 'ToolButton2'
70: ImageIndex = 5
71: Style = tbsSeparator
72: end
73: object Status: TStaticText
74: Left = 85
75: Top = 0
76: Width = 150
77: Height = 22
78: Hint = 'Telnet Server Status'
79: Align = alClient
80: AutoSize = False
81: BorderStyle = sbsSunken
82: Caption = 'Status'
83: TabOrder = 0
84: end
85: object ToolButton3: TToolButton
86: Left = 235
87: Top = 0
88: Width = 8
89: Caption = 'ToolButton3'
90: ImageIndex = 6
91: Style = tbsSeparator
92: end
93: object ProgressBar: TProgressBar
94: Left = 243
95: Top = 0
96: Width = 75
97: Height = 22
98: Hint = 'Telnet Server Utilization'
99: Min = 0
100: Max = 100
101: Smooth = True
102: Step = 1
103: TabOrder = 1
104: end
105: end
106: object Log: TMemo
107: Left = 0
108: Top = 25
109: Width = 342
110: Height = 162
111: Align = alClient
112: ReadOnly = True
113: ScrollBars = ssBoth
114: TabOrder = 1
115: end
116: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.