home *** CD-ROM | disk | FTP | other *** search
- object pfdialog: Tpfdialog
- Left = 146
- Top = 123
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TPackFiles Editor'
- ClientHeight = 217
- ClientWidth = 410
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bok: TButton
- Left = 328
- Top = 184
- Width = 73
- Height = 25
- Caption = '&Close'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 153
- Height = 169
- Caption = 'Files'
- TabOrder = 1
- object Liste: TListBox
- Left = 8
- Top = 16
- Width = 137
- Height = 113
- ItemHeight = 13
- TabOrder = 0
- OnEnter = ListeEnter
- OnExit = ListeEnter
- OnKeyUp = ListeKeyUp
- OnMouseDown = ListeMouseDown
- end
- object bnew: TButton
- Left = 8
- Top = 136
- Width = 65
- Height = 25
- Caption = '&New...'
- TabOrder = 1
- OnClick = bnewClick
- end
- object bremove: TButton
- Left = 80
- Top = 136
- Width = 65
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = bremoveClick
- end
- end
- object gb: TGroupBox
- Left = 168
- Top = 8
- Width = 233
- Height = 169
- Caption = 'File Properties'
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 217
- Height = 17
- AutoSize = False
- Caption = 'N&ame:'
- FocusControl = nom
- end
- object Label2: TLabel
- Left = 8
- Top = 64
- Width = 217
- Height = 17
- AutoSize = False
- Caption = 'Des&cription:'
- end
- object cp: TCheckBox
- Left = 8
- Top = 112
- Width = 217
- Height = 17
- Caption = 'C&ompress the file'
- TabOrder = 0
- OnClick = nomExit
- end
- object nom: TEdit
- Left = 8
- Top = 32
- Width = 217
- Height = 21
- TabOrder = 1
- OnExit = nomExit
- end
- object bedit: TButton
- Left = 88
- Top = 136
- Width = 65
- Height = 25
- Caption = 'Ch&ange...'
- TabOrder = 2
- OnClick = beditClick
- end
- object des: TEdit
- Left = 8
- Top = 80
- Width = 217
- Height = 21
- TabOrder = 3
- OnExit = nomExit
- end
- object bsaveas: TButton
- Left = 160
- Top = 136
- Width = 65
- Height = 25
- Caption = 'Sa&ve As...'
- TabOrder = 4
- OnClick = bsaveasClick
- end
- end
- object od: TOpenDialog
- DefaultExt = '*.*'
- FileName = '*.*'
- Filter = 'All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
- Left = 8
- Top = 176
- end
- object sd: TSaveDialog
- FileName = '*.*'
- Filter = 'All files (*.*)|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
- Left = 40
- Top = 176
- end
- end
-