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

  1. object IDLtoJava: TIDLtoJava
  2.   Left = 200
  3.   Top = 108
  4.   Width = 424
  5.   Height = 121
  6.   Caption = 'IDL to Java'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 12
  15.     Top = 10
  16.     Width = 99
  17.     Height = 13
  18.     Caption = 'Destination &Package'
  19.   end
  20.   object Edit1: TEdit
  21.     Left = 12
  22.     Top = 25
  23.     Width = 391
  24.     Height = 21
  25.     TabOrder = 0
  26.   end
  27.   object Button1: TButton
  28.     Left = 246
  29.     Top = 58
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object Button2: TButton
  38.     Left = 328
  39.     Top = 58
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47. end
  48.