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
Text File  |  1998-07-26  |  2KB  |  81 lines

  1. object Form1: TForm1
  2.   Left = 391
  3.   Top = 172
  4.   Width = 697
  5.   Height = 495
  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.   KeyPreview = True
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListBox1: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 689
  21.     Height = 446
  22.     TabStop = False
  23.     Align = alClient
  24.     Color = clNavy
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clYellow
  27.     Font.Height = -11
  28.     Font.Name = 'Courier New'
  29.     Font.Style = []
  30.     ItemHeight = 14
  31.     Items.Strings = (
  32.       '')
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     TabWidth = 4
  36.     OnEnter = ListBox1Enter
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 446
  41.     Width = 689
  42.     Height = 26
  43.     Align = alBottom
  44.     BevelOuter = bvNone
  45.     TabOrder = 1
  46.     object Edit1: TEdit
  47.       Left = 1
  48.       Top = 1
  49.       Width = 57
  50.       Height = 22
  51.       Color = clNavy
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clYellow
  54.       Font.Height = -11
  55.       Font.Name = 'Courier New'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       TabOrder = 0
  59.       OnKeyPress = Edit1KeyPress
  60.       OnKeyUp = Edit1KeyUp
  61.     end
  62.   end
  63.   object GUI2Console1: TGUI2Console
  64.     AppType = at32bit
  65.     Prompt = '>'
  66.     AutoTerminate = False
  67.     PipeSize = ps128k
  68.     BufferSize = bs1k
  69.     TimeOutDelay = 50
  70.     Priority = tpNormal
  71.     OnStart = GUI2Console1Start
  72.     OnDone = GUI2Console1Done
  73.     OnLine = GUI2Console1Line
  74.     OnError = GUI2Console1Error
  75.     OnPrompt = GUI2Console1Prompt
  76.     OnPreTerminate = GUI2Console1PreDone
  77.     Left = 136
  78.     Top = 56
  79.   end
  80. end
  81.