home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TCOMMANDLINE / TCOMMANDLINE.txt
Text File  |  1998-05-08  |  1KB  |  54 lines

  1. object CommandLine: TCommandLine
  2.   Left = 239
  3.   Top = 244
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Command Line'
  8.   ClientHeight = 50
  9.   ClientWidth = 701
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Scaled = False
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 47
  23.     Height = 50
  24.     Align = alLeft
  25.     BevelOuter = bvNone
  26.     Caption = 'Goto:'
  27.     TabOrder = 0
  28.   end
  29.   object Panel2: TPanel
  30.     Left = 47
  31.     Top = 0
  32.     Width = 654
  33.     Height = 50
  34.     Align = alClient
  35.     BevelOuter = bvNone
  36.     TabOrder = 1
  37.     OnResize = Panel2Resize
  38.     object ComboBox1: TComboBox
  39.       Left = 2
  40.       Top = 16
  41.       Width = 145
  42.       Height = 21
  43.       ItemHeight = 13
  44.       TabOrder = 0
  45.       OnChange = ComboBox1Change
  46.       OnEnter = ComboBox1Enter
  47.       OnExit = ComboBox1Exit
  48.       OnKeyDown = ComboBox1KeyDown
  49.       OnKeyPress = ComboBox1KeyPress
  50.       OnKeyUp = ComboBox1KeyUp
  51.     end
  52.   end
  53. end
  54.