home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TSAVEFORM / TSAVEFORM.txt < prev   
Text File  |  1997-03-10  |  2KB  |  114 lines

  1. object SaveForm: TSaveForm
  2.   Left = 343
  3.   Top = 172
  4.   ActiveControl = FileEdit
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsNone
  7.   Caption = 'Pronto Family'
  8.   ClientHeight = 341
  9.   ClientWidth = 489
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDeactivate = FormDeactivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgBackgr: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 468
  25.     Height = 317
  26.   end
  27.   object imgOk: TImage
  28.     Left = 355
  29.     Top = 211
  30.     Width = 97
  31.     Height = 41
  32.     Cursor = 18
  33.     OnMouseDown = imgOkMouseDown
  34.   end
  35.   object imgCancel: TImage
  36.     Left = 352
  37.     Top = 255
  38.     Width = 100
  39.     Height = 44
  40.     Cursor = 18
  41.     OnMouseDown = imgCancelMouseDown
  42.   end
  43.   object Label1: TLabel
  44.     Left = 29
  45.     Top = 21
  46.     Width = 242
  47.     Height = 29
  48.     Caption = 'Save Attachment as :'
  49.     Font.Color = clNavy
  50.     Font.Height = -24
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     Transparent = True
  55.   end
  56.   object imgOpen: TImage
  57.     Left = 350
  58.     Top = 55
  59.     Width = 101
  60.     Height = 42
  61.     AutoSize = True
  62.     Picture.Data = {<image000.bmp>}
  63.     Visible = False
  64.     OnMouseDown = imgOpenMouseDown
  65.   end
  66.   object DirectoryListBox1: TDirectoryListBox
  67.     Left = 27
  68.     Top = 55
  69.     Width = 148
  70.     Height = 212
  71.     FileList = FileListBox1
  72.     IntegralHeight = True
  73.     ItemHeight = 16
  74.     TabOrder = 1
  75.   end
  76.   object DriveComboBox1: TDriveComboBox
  77.     Left = 29
  78.     Top = 274
  79.     Width = 148
  80.     Height = 19
  81.     DirList = DirectoryListBox1
  82.     TabOrder = 3
  83.   end
  84.   object FileEdit: TEdit
  85.     Left = 193
  86.     Top = 55
  87.     Width = 139
  88.     Height = 21
  89.     AutoSize = False
  90.     TabOrder = 0
  91.     OnKeyPress = FileEditKeyPress
  92.   end
  93.   object FileListBox1: TFileListBox
  94.     Left = 194
  95.     Top = 82
  96.     Width = 139
  97.     Height = 187
  98.     ItemHeight = 13
  99.     TabOrder = 2
  100.   end
  101.   object FilterComboBox1: TFilterComboBox
  102.     Left = 195
  103.     Top = 273
  104.     Width = 140
  105.     Height = 21
  106.     FileList = FileListBox1
  107.     Filter = 
  108.       'All files (*.*)|*.*|Bitmap Files (*.bmp)|*.bmp|Sound Files (*.wa' +
  109.       'v)|*.wav|Video Files (*.avi)|*.avi|Text Files (*.txt, *.doc, *.w' +
  110.       'ri)|*.txt, *.doc, *.wri|Midi Files (*.mid)|*.mid'
  111.     TabOrder = 4
  112.   end
  113. end
  114.