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

  1. object ImportForm: TImportForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import'
  6.   ClientHeight = 240
  7.   ClientWidth = 288
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox: TGroupBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 273
  19.     Height = 185
  20.     Caption = 'Import'
  21.     TabOrder = 0
  22.     object ImportLabel: TLabel
  23.       Left = 8
  24.       Top = 24
  25.       Width = 35
  26.       Height = 13
  27.       Caption = 'Import :'
  28.     end
  29.     object ListLabel: TLabel
  30.       Left = 8
  31.       Top = 56
  32.       Width = 22
  33.       Height = 13
  34.       Caption = 'List :'
  35.     end
  36.     object ImportEdit: TEdit
  37.       Left = 48
  38.       Top = 24
  39.       Width = 217
  40.       Height = 21
  41.       TabOrder = 0
  42.     end
  43.     object ImportListBox: TListBox
  44.       Left = 48
  45.       Top = 56
  46.       Width = 217
  47.       Height = 113
  48.       ItemHeight = 13
  49.       Items.Strings = (
  50.         'java.applet.*'
  51.         'java.awt.*'
  52.         'java.awt.image.*'
  53.         'java.awt.peer.*'
  54.         'java.io.*'
  55.         'java.lang.*'
  56.         'java.net.*'
  57.         'java.util.*')
  58.       TabOrder = 1
  59.       OnClick = ImportListBoxClick
  60.     end
  61.   end
  62.   object OKButton: TBitBtn
  63.     Left = 192
  64.     Top = 200
  65.     Width = 89
  66.     Height = 33
  67.     TabOrder = 1
  68.     Kind = bkOK
  69.   end
  70.   object CancelButton: TBitBtn
  71.     Left = 96
  72.     Top = 200
  73.     Width = 89
  74.     Height = 33
  75.     TabOrder = 2
  76.     Kind = bkCancel
  77.   end
  78. end
  79.