home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TOPENDIALOGWRAPPER / TOPENDIALOGWRAPPER.txt
Encoding:
Text File  |  1998-05-08  |  2.5 KB  |  121 lines

  1. object OpenDialogWrapper: TOpenDialogWrapper
  2.   Left = 323
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'OpenDialogWrapper'
  7.   ClientHeight = 294
  8.   ClientWidth = 360
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnResize = FormResize
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel2: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 360
  21.     Height = 274
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     OnClick = Panel2Click
  26.     object PageControl1: TPageControl
  27.       Left = 0
  28.       Top = 0
  29.       Width = 360
  30.       Height = 274
  31.       ActivePage = TabSheet1
  32.       Align = alClient
  33.       TabOrder = 0
  34.       OnChange = PageControl1Change
  35.       object TabSheet1: TTabSheet
  36.         Caption = 'File'
  37.       end
  38.       object TabSheet2: TTabSheet
  39.         Caption = 'Packages'
  40.         object Label1: TLabel
  41.           Left = 9
  42.           Top = 24
  43.           Width = 31
  44.           Height = 13
  45.           Caption = 'Name:'
  46.         end
  47.         object rbClass: TRadioButton
  48.           Left = 42
  49.           Top = 3
  50.           Width = 164
  51.           Height = 17
  52.           Caption = 'Class (Fully qualified name)'
  53.           Checked = True
  54.           TabOrder = 0
  55.           TabStop = True
  56.         end
  57.         object rbPackage: TRadioButton
  58.           Left = 210
  59.           Top = 3
  60.           Width = 69
  61.           Height = 17
  62.           Caption = 'Package'
  63.           TabOrder = 1
  64.           TabStop = True
  65.         end
  66.         object editJava: TEdit
  67.           Left = 42
  68.           Top = 22
  69.           Width = 295
  70.           Height = 21
  71.           TabOrder = 2
  72.         end
  73.         object Button1: TButton
  74.           Left = 268
  75.           Top = 183
  76.           Width = 75
  77.           Height = 25
  78.           Caption = 'O&K'
  79.           TabOrder = 4
  80.           OnClick = Button1Click
  81.         end
  82.         object Button2: TButton
  83.           Left = 268
  84.           Top = 215
  85.           Width = 75
  86.           Height = 25
  87.           Cancel = True
  88.           Caption = 'Cancel'
  89.           TabOrder = 5
  90.           OnClick = Button2Click
  91.         end
  92.         object treePanel: TPanel
  93.           Left = 42
  94.           Top = 49
  95.           Width = 295
  96.           Height = 105
  97.           BevelOuter = bvNone
  98.           TabOrder = 3
  99.         end
  100.       end
  101.     end
  102.   end
  103.   object Panel1: TPanel
  104.     Left = 0
  105.     Top = 274
  106.     Width = 360
  107.     Height = 20
  108.     Align = alBottom
  109.     BevelOuter = bvNone
  110.     TabOrder = 1
  111.     object CheckBox1: TCheckBox
  112.       Left = 12
  113.       Top = 2
  114.       Width = 97
  115.       Height = 17
  116.       Caption = 'Add to Project'
  117.       TabOrder = 0
  118.     end
  119.   end
  120. end
  121.