home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 187
- Top = 207
- Width = 696
- Height = 480
- Caption = 'DOSShell from REDSys'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 428
- Width = 688
- Height = 26
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Edit1: TEdit
- Left = 1
- Top = 1
- Width = 472
- Height = 22
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnKeyPress = Edit1KeyPress
- OnKeyUp = Edit1KeyUp
- end
- end
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 688
- Height = 428
- TabStop = False
- Align = alClient
- Color = clNavy
- Font.Charset = ANSI_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 1
- TabWidth = 4
- OnEnter = ListBox1Enter
- end
- object GUI2Console1: TGUI2Console
- AppType = at32bit
- Prompt = '>'
- AutoTerminate = False
- PipeSize = ps128k
- BufferSize = bs1k
- TimeOutDelay = 50
- Priority = tpNormal
- OnStart = GUI2Console1Start
- OnDone = GUI2Console1Done
- OnLine = GUI2Console1Line
- OnError = GUI2Console1Error
- OnPrompt = GUI2Console1Prompt
- OnPreTerminate = GUI2Console1PreTerminate
- Left = 120
- Top = 88
- end
- end
-