home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Plastic / Plastic.exe / 0 / RCDATA / TPACKAGEFORM / TPACKAGEFORM.txt
Encoding:
Text File  |  1998-08-12  |  2.0 KB  |  112 lines

  1. object PackageForm: TPackageForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Package'
  6.   ClientHeight = 280
  7.   ClientWidth = 344
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 329
  21.     Height = 225
  22.     Caption = 'Package'
  23.     TabOrder = 0
  24.     object NameLabel: TLabel
  25.       Left = 8
  26.       Top = 24
  27.       Width = 34
  28.       Height = 13
  29.       Caption = 'Name :'
  30.     end
  31.     object PathLabel: TLabel
  32.       Left = 8
  33.       Top = 56
  34.       Width = 28
  35.       Height = 13
  36.       Caption = 'Path :'
  37.     end
  38.     object ImportLabel: TLabel
  39.       Left = 8
  40.       Top = 88
  41.       Width = 35
  42.       Height = 13
  43.       Caption = 'Import :'
  44.     end
  45.     object NameEdit: TEdit
  46.       Left = 48
  47.       Top = 24
  48.       Width = 273
  49.       Height = 21
  50.       TabOrder = 0
  51.     end
  52.     object PathEdit: TEdit
  53.       Left = 48
  54.       Top = 56
  55.       Width = 193
  56.       Height = 21
  57.       TabOrder = 1
  58.     end
  59.     object PathBrowseButton: TButton
  60.       Left = 248
  61.       Top = 56
  62.       Width = 73
  63.       Height = 21
  64.       Caption = 'Browse...'
  65.       TabOrder = 2
  66.       OnClick = PathBrowseButtonClick
  67.     end
  68.     object ImportListBox: TListBox
  69.       Left = 48
  70.       Top = 88
  71.       Width = 273
  72.       Height = 97
  73.       ItemHeight = 13
  74.       TabOrder = 3
  75.     end
  76.     object AddButton: TButton
  77.       Left = 152
  78.       Top = 192
  79.       Width = 81
  80.       Height = 25
  81.       Caption = 'Add...'
  82.       TabOrder = 4
  83.       OnClick = AddButtonClick
  84.     end
  85.     object DeleteButton: TButton
  86.       Left = 240
  87.       Top = 192
  88.       Width = 81
  89.       Height = 25
  90.       Caption = 'Delete'
  91.       TabOrder = 5
  92.       OnClick = DeleteButtonClick
  93.     end
  94.   end
  95.   object OKButton: TBitBtn
  96.     Left = 248
  97.     Top = 240
  98.     Width = 89
  99.     Height = 33
  100.     TabOrder = 1
  101.     Kind = bkOK
  102.   end
  103.   object CancelButton: TBitBtn
  104.     Left = 152
  105.     Top = 240
  106.     Width = 89
  107.     Height = 33
  108.     TabOrder = 2
  109.     Kind = bkCancel
  110.   end
  111. end
  112.