home *** CD-ROM | disk | FTP | other *** search
- object applet: Tapplet
- Left = 195
- Top = 149
- ActiveControl = OKBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Applet Java'
- ClientHeight = 232
- ClientWidth = 440
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 337
- Height = 217
- Shape = bsFrame
- IsControl = True
- end
- object Label3: TLabel
- Left = 24
- Top = 200
- Width = 38
- Height = 13
- Caption = 'Hauteur'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 184
- Top = 200
- Width = 36
- Height = 13
- Caption = 'Largeur'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 184
- Top = 32
- Width = 48
- Height = 13
- Caption = 'D:\netedit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 184
- Top = 16
- Width = 49
- Height = 13
- Caption = 'R�pertoire'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OKBtn: TBitBtn
- Left = 356
- Top = 8
- Width = 77
- Height = 27
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 356
- Top = 40
- Width = 77
- Height = 27
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Edit1: TEdit
- Left = 24
- Top = 24
- Width = 145
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = '*.class'
- end
- object Edit2: TEdit
- Left = 112
- Top = 192
- Width = 57
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object Edit3: TEdit
- Left = 272
- Top = 192
- Width = 57
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- end
- object FilterComboBox1: TFilterComboBox
- Left = 24
- Top = 160
- Width = 145
- Height = 21
- FileList = FileListBox1
- Filter = 'Fichiers Java (*.class)|*.class|Tous les fichiers (*.*)|*.*'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object DriveComboBox1: TDriveComboBox
- Left = 184
- Top = 160
- Width = 145
- Height = 19
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 184
- Top = 56
- Width = 145
- Height = 97
- DirLabel = Label2
- FileList = FileListBox1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 3
- end
- object FileListBox1: TFileListBox
- Left = 24
- Top = 56
- Width = 145
- Height = 97
- FileEdit = Edit1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Mask = '*.class'
- ParentFont = False
- TabOrder = 1
- OnChange = FileListBox1Change
- end
- end
-