home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / handbutt / handbutt.exe / INSTALL.EXE / 0 / RCDATA / TPFDIALOG / TPFDIALOG.txt
Encoding:
Text File  |  2000-05-06  |  3.0 KB  |  152 lines

  1. object pfdialog: Tpfdialog
  2.   Left = 146
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TPackFiles Editor'
  7.   ClientHeight = 217
  8.   ClientWidth = 410
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object bok: TButton
  21.     Left = 328
  22.     Top = 184
  23.     Width = 73
  24.     Height = 25
  25.     Caption = '&Close'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 8
  32.     Top = 8
  33.     Width = 153
  34.     Height = 169
  35.     Caption = 'Files'
  36.     TabOrder = 1
  37.     object Liste: TListBox
  38.       Left = 8
  39.       Top = 16
  40.       Width = 137
  41.       Height = 113
  42.       ItemHeight = 13
  43.       TabOrder = 0
  44.       OnEnter = ListeEnter
  45.       OnExit = ListeEnter
  46.       OnKeyUp = ListeKeyUp
  47.       OnMouseDown = ListeMouseDown
  48.     end
  49.     object bnew: TButton
  50.       Left = 8
  51.       Top = 136
  52.       Width = 65
  53.       Height = 25
  54.       Caption = '&New...'
  55.       TabOrder = 1
  56.       OnClick = bnewClick
  57.     end
  58.     object bremove: TButton
  59.       Left = 80
  60.       Top = 136
  61.       Width = 65
  62.       Height = 25
  63.       Caption = '&Remove'
  64.       TabOrder = 2
  65.       OnClick = bremoveClick
  66.     end
  67.   end
  68.   object gb: TGroupBox
  69.     Left = 168
  70.     Top = 8
  71.     Width = 233
  72.     Height = 169
  73.     Caption = 'File Properties'
  74.     TabOrder = 2
  75.     object Label1: TLabel
  76.       Left = 8
  77.       Top = 16
  78.       Width = 217
  79.       Height = 17
  80.       AutoSize = False
  81.       Caption = 'N&ame:'
  82.       FocusControl = nom
  83.     end
  84.     object Label2: TLabel
  85.       Left = 8
  86.       Top = 64
  87.       Width = 217
  88.       Height = 17
  89.       AutoSize = False
  90.       Caption = 'Des&cription:'
  91.     end
  92.     object cp: TCheckBox
  93.       Left = 8
  94.       Top = 112
  95.       Width = 217
  96.       Height = 17
  97.       Caption = 'C&ompress the file'
  98.       TabOrder = 0
  99.       OnClick = nomExit
  100.     end
  101.     object nom: TEdit
  102.       Left = 8
  103.       Top = 32
  104.       Width = 217
  105.       Height = 21
  106.       TabOrder = 1
  107.       OnExit = nomExit
  108.     end
  109.     object bedit: TButton
  110.       Left = 88
  111.       Top = 136
  112.       Width = 65
  113.       Height = 25
  114.       Caption = 'Ch&ange...'
  115.       TabOrder = 2
  116.       OnClick = beditClick
  117.     end
  118.     object des: TEdit
  119.       Left = 8
  120.       Top = 80
  121.       Width = 217
  122.       Height = 21
  123.       TabOrder = 3
  124.       OnExit = nomExit
  125.     end
  126.     object bsaveas: TButton
  127.       Left = 160
  128.       Top = 136
  129.       Width = 65
  130.       Height = 25
  131.       Caption = 'Sa&ve As...'
  132.       TabOrder = 4
  133.       OnClick = bsaveasClick
  134.     end
  135.   end
  136.   object od: TOpenDialog
  137.     DefaultExt = '*.*'
  138.     FileName = '*.*'
  139.     Filter = 'All files (*.*)|*.*'
  140.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  141.     Left = 8
  142.     Top = 176
  143.   end
  144.   object sd: TSaveDialog
  145.     FileName = '*.*'
  146.     Filter = 'All files (*.*)|*.*'
  147.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  148.     Left = 40
  149.     Top = 176
  150.   end
  151. end
  152.