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 / TZOOMINFORM / TZOOMINFORM.txt < prev   
Text File  |  1997-03-10  |  2KB  |  102 lines

  1. object ZoomInForm: TZoomInForm
  2.   Left = 478
  3.   Top = 123
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 348
  7.   ClientWidth = 626
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgBackGr: TImage
  20.     Left = -1
  21.     Top = 0
  22.     Width = 617
  23.     Height = 317
  24.     AutoSize = True
  25.   end
  26.   object ToolFont: TImage
  27.     Left = 29
  28.     Top = 265
  29.     Width = 42
  30.     Height = 36
  31.     Cursor = 18
  32.     Stretch = True
  33.     OnMouseDown = ToolFontMouseDown
  34.   end
  35.   object ToolZoom: TImage
  36.     Left = 546
  37.     Top = 267
  38.     Width = 60
  39.     Height = 33
  40.     Cursor = 18
  41.     Stretch = True
  42.     OnMouseDown = ToolZoomMouseDown
  43.   end
  44.   object imgFrom: TImage
  45.     Left = 17
  46.     Top = 19
  47.     Width = 110
  48.     Height = 24
  49.     Picture.Data = {<image000.bmp>}
  50.   end
  51.   object imgToButton: TImage
  52.     Left = 16
  53.     Top = 19
  54.     Width = 33
  55.     Height = 23
  56.     OnMouseDown = imgToButtonMouseDown
  57.   end
  58.   object ImgCancel: TImage
  59.     Left = 480
  60.     Top = 267
  61.     Width = 60
  62.     Height = 33
  63.     Stretch = True
  64.     Visible = False
  65.     OnMouseDown = ImgCancelMouseDown
  66.     OnMouseUp = ImgCancelMouseUp
  67.   end
  68.   object ImgCancelDown: TImage
  69.     Left = 8
  70.     Top = 320
  71.     Width = 60
  72.     Height = 33
  73.     Picture.Data = {<image001.bmp>}
  74.     Stretch = True
  75.   end
  76.   object RichEdit1: TRichEdit
  77.     Left = 17
  78.     Top = 64
  79.     Width = 587
  80.     Height = 200
  81.     ScrollBars = ssBoth
  82.     TabOrder = 0
  83.     OnMouseDown = RichEdit1MouseDown
  84.   end
  85.   object editSubject: TEdit
  86.     Left = 110
  87.     Top = 41
  88.     Width = 492
  89.     Height = 20
  90.     AutoSize = False
  91.     TabOrder = 1
  92.   end
  93.   object editFromTo: TEdit
  94.     Left = 110
  95.     Top = 18
  96.     Width = 492
  97.     Height = 20
  98.     AutoSize = False
  99.     TabOrder = 2
  100.   end
  101. end
  102.