home *** CD-ROM | disk | FTP | other *** search
- object OpenDialogWrapper: TOpenDialogWrapper
- Left = 323
- Top = 120
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'OpenDialogWrapper'
- ClientHeight = 294
- ClientWidth = 360
- ParentFont = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 360
- Height = 274
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- OnClick = Panel2Click
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 360
- Height = 274
- ActivePage = TabSheet1
- Align = alClient
- TabOrder = 0
- OnChange = PageControl1Change
- object TabSheet1: TTabSheet
- Caption = 'File'
- end
- object TabSheet2: TTabSheet
- Caption = 'Packages'
- object Label1: TLabel
- Left = 9
- Top = 24
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object rbClass: TRadioButton
- Left = 42
- Top = 3
- Width = 164
- Height = 17
- Caption = 'Class (Fully qualified name)'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbPackage: TRadioButton
- Left = 210
- Top = 3
- Width = 69
- Height = 17
- Caption = 'Package'
- TabOrder = 1
- TabStop = True
- end
- object editJava: TEdit
- Left = 42
- Top = 22
- Width = 295
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 268
- Top = 183
- Width = 75
- Height = 25
- Caption = 'O&K'
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 268
- Top = 215
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = Button2Click
- end
- object treePanel: TPanel
- Left = 42
- Top = 49
- Width = 295
- Height = 105
- BevelOuter = bvNone
- TabOrder = 3
- end
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 274
- Width = 360
- Height = 20
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object CheckBox1: TCheckBox
- Left = 12
- Top = 2
- Width = 97
- Height = 17
- Caption = 'Add to Project'
- TabOrder = 0
- end
- end
- end
-