home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Bluette.exe / 0 / RCDATA / TARGFORAPPLICAFORM / TARGFORAPPLICAFORM.txt
Encoding:
Text File  |  1998-11-17  |  1.2 KB  |  61 lines

  1. object ArgForApplicaForm: TArgForApplicaForm
  2.   Left = 157
  3.   Top = 150
  4.   ActiveControl = ArgComboBox
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Arguments for application '
  7.   ClientHeight = 99
  8.   ClientWidth = 349
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 5
  21.     Top = 4
  22.     Width = 339
  23.     Height = 54
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 13
  29.       Top = 19
  30.       Width = 98
  31.       Height = 13
  32.       Caption = 'Enter &arguments list :'
  33.     end
  34.     object ArgComboBox: TComboBox
  35.       Left = 116
  36.       Top = 16
  37.       Width = 209
  38.       Height = 21
  39.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  40.       ItemHeight = 13
  41.       TabOrder = 0
  42.     end
  43.   end
  44.   object OKButton: TBitBtn
  45.     Left = 82
  46.     Top = 67
  47.     Width = 75
  48.     Height = 25
  49.     TabOrder = 1
  50.     Kind = bkOK
  51.   end
  52.   object BitBtn2: TBitBtn
  53.     Left = 192
  54.     Top = 67
  55.     Width = 75
  56.     Height = 25
  57.     TabOrder = 2
  58.     Kind = bkHelp
  59.   end
  60. end
  61.