|
|
1.1 root 1: object TelnetForm: TTelnetForm 1.1.1.2 ! root 2: Left = 466 ! 3: Top = 641 ! 4: Width = 591 1.1 root 5: Height = 214 1.1.1.2 ! root 6: Caption = 'Terminal Server' 1.1 root 7: Color = clBtnFace 8: UseDockManager = True 9: DragKind = dkDock 10: DragMode = dmAutomatic 11: Font.Charset = DEFAULT_CHARSET 12: Font.Color = clWindowText 13: Font.Height = -14 14: Font.Name = 'MS Sans Serif' 15: Font.Style = [] 16: OldCreateOrder = False 17: Position = poDefault 18: OnHide = FormHide 19: PixelsPerInch = 120 20: TextHeight = 16 21: object ToolBar: TToolBar 22: Left = 0 23: Top = 0 1.1.1.2 ! root 24: Width = 583 1.1 root 25: Height = 25 26: Caption = 'ToolBar' 27: EdgeBorders = [] 28: Flat = True 29: Images = MainForm.ImageList 30: ParentShowHint = False 31: ShowHint = True 32: TabOrder = 0 33: object StartButton: TToolButton 34: Left = 0 35: Top = 0 36: Action = MainForm.TelnetStart 37: Grouped = True 38: ParentShowHint = False 39: ShowHint = True 40: end 1.1.1.2 ! root 41: object LogPauseButton: TToolButton 1.1 root 42: Left = 23 43: Top = 0 1.1.1.2 ! root 44: Action = MainForm.TelnetPause ! 45: AllowAllUp = True ! 46: Style = tbsCheck ! 47: end ! 48: object StopButton: TToolButton ! 49: Left = 46 ! 50: Top = 0 1.1 root 51: Action = MainForm.TelnetStop 52: Grouped = True 53: ParentShowHint = False 54: ShowHint = True 55: end 56: object RecycleButton: TToolButton 1.1.1.2 ! root 57: Left = 69 1.1 root 58: Top = 0 59: Action = MainForm.TelnetRecycle 60: end 61: object ToolButton1: TToolButton 1.1.1.2 ! root 62: Left = 92 1.1 root 63: Top = 0 64: Width = 8 65: Caption = 'ToolButton1' 66: ImageIndex = 1 67: Style = tbsSeparator 68: end 69: object ConfigureButton: TToolButton 1.1.1.2 ! root 70: Left = 100 1.1 root 71: Top = 0 72: Action = MainForm.TelnetConfigure 73: ParentShowHint = False 74: ShowHint = True 75: end 76: object ToolButton2: TToolButton 1.1.1.2 ! root 77: Left = 123 1.1 root 78: Top = 0 79: Width = 8 80: Caption = 'ToolButton2' 81: ImageIndex = 5 82: Style = tbsSeparator 83: end 84: object Status: TStaticText 1.1.1.2 ! root 85: Left = 131 1.1 root 86: Top = 0 87: Width = 150 88: Height = 22 1.1.1.2 ! root 89: Hint = 'Terminal Server Status' 1.1 root 90: Align = alClient 91: AutoSize = False 92: BorderStyle = sbsSunken 93: Caption = 'Down' 94: TabOrder = 0 95: end 96: object ToolButton3: TToolButton 1.1.1.2 ! root 97: Left = 281 1.1 root 98: Top = 0 99: Width = 8 100: Caption = 'ToolButton3' 101: ImageIndex = 6 102: Style = tbsSeparator 103: end 104: object ProgressBar: TProgressBar 1.1.1.2 ! root 105: Left = 289 1.1 root 106: Top = 0 107: Width = 75 108: Height = 22 1.1.1.2 ! root 109: Hint = 'Terminal Server Utilization' 1.1 root 110: Min = 0 111: Max = 100 112: Smooth = True 113: Step = 1 114: TabOrder = 1 115: end 1.1.1.2 ! root 116: object ToolButton4: TToolButton ! 117: Left = 364 ! 118: Top = 0 ! 119: Width = 8 ! 120: Caption = 'ToolButton4' ! 121: ImageIndex = 7 ! 122: Style = tbsSeparator ! 123: end ! 124: object LogLevelText: TStaticText ! 125: Left = 372 ! 126: Top = 0 ! 127: Width = 75 ! 128: Height = 22 ! 129: Hint = 'Log Level' ! 130: AutoSize = False ! 131: BorderStyle = sbsSunken ! 132: TabOrder = 3 ! 133: end ! 134: object LogLevelUpDown: TUpDown ! 135: Left = 447 ! 136: Top = 0 ! 137: Width = 16 ! 138: Height = 22 ! 139: Hint = 'Log Level Adjustment' ! 140: Min = 0 ! 141: Max = 7 ! 142: Position = 0 ! 143: TabOrder = 2 ! 144: Wrap = False ! 145: OnChangingEx = LogLevelUpDownChangingEx ! 146: end 1.1 root 147: end 1.1.1.2 ! root 148: object Log: TRichEdit 1.1 root 149: Left = 0 150: Top = 25 1.1.1.2 ! root 151: Width = 583 1.1 root 152: Height = 156 153: Align = alClient 1.1.1.2 ! root 154: Font.Charset = DEFAULT_CHARSET ! 155: Font.Color = clWindowText ! 156: Font.Height = -14 ! 157: Font.Name = 'MS Sans Serif' ! 158: Font.Style = [] ! 159: HideScrollBars = False ! 160: ParentFont = False 1.1 root 161: ReadOnly = True 162: ScrollBars = ssBoth 163: TabOrder = 1 1.1.1.2 ! root 164: WordWrap = False 1.1 root 165: end 166: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.