home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 March
/
Chip_2000-03_cd.bin
/
zkuste
/
Delphi
/
kompon
/
d345
/
gui2console.EXE
/
demos
/
D3
/
Unit1.dfm
/
Unit1.txt
Wrap
Text File
|
1998-07-26
|
2KB
|
81 lines
object Form1: TForm1
Left = 391
Top = 172
Width = 697
Height = 495
Caption = 'DOSShell from REDSys'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 0
Top = 0
Width = 689
Height = 446
TabStop = False
Align = alClient
Color = clNavy
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ItemHeight = 14
Items.Strings = (
'')
ParentFont = False
TabOrder = 0
TabWidth = 4
OnEnter = ListBox1Enter
end
object Panel1: TPanel
Left = 0
Top = 446
Width = 689
Height = 26
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Edit1: TEdit
Left = 1
Top = 1
Width = 57
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 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 = GUI2Console1PreDone
Left = 136
Top = 56
end
end