home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / zkuste / Delphi / kompon / d345 / gui2console.EXE / demos / BCB3 / Unit1.dfm / Unit1.txt
Text File  |  1998-05-10  |  2KB  |  78 lines

  1. object Form1: TForm1
  2.   Left = 187
  3.   Top = 207
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'DOSShell from REDSys'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 428
  19.     Width = 688
  20.     Height = 26
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Edit1: TEdit
  25.       Left = 1
  26.       Top = 1
  27.       Width = 472
  28.       Height = 22
  29.       Color = clNavy
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clYellow
  32.       Font.Height = -11
  33.       Font.Name = 'Courier New'
  34.       Font.Style = []
  35.       ParentFont = False
  36.       TabOrder = 0
  37.       OnKeyPress = Edit1KeyPress
  38.       OnKeyUp = Edit1KeyUp
  39.     end
  40.   end
  41.   object ListBox1: TListBox
  42.     Left = 0
  43.     Top = 0
  44.     Width = 688
  45.     Height = 428
  46.     TabStop = False
  47.     Align = alClient
  48.     Color = clNavy
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clYellow
  51.     Font.Height = -11
  52.     Font.Name = 'Courier New'
  53.     Font.Style = []
  54.     ItemHeight = 14
  55.     ParentFont = False
  56.     TabOrder = 1
  57.     TabWidth = 4
  58.     OnEnter = ListBox1Enter
  59.   end
  60.   object GUI2Console1: TGUI2Console
  61.     AppType = at32bit
  62.     Prompt = '>'
  63.     AutoTerminate = False
  64.     PipeSize = ps128k
  65.     BufferSize = bs1k
  66.     TimeOutDelay = 50
  67.     Priority = tpNormal
  68.     OnStart = GUI2Console1Start
  69.     OnDone = GUI2Console1Done
  70.     OnLine = GUI2Console1Line
  71.     OnError = GUI2Console1Error
  72.     OnPrompt = GUI2Console1Prompt
  73.     OnPreTerminate = GUI2Console1PreTerminate
  74.     Left = 120
  75.     Top = 88
  76.   end
  77. end
  78.