home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / pcm32.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2000-10-04  |  1KB  |  50 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 112
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 453
  7.   ClientWidth = 688
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 400
  10.   Constraints.MinWidth = 500
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   Scaled = False
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnKeyDown = FormKeyDown
  25.   OnResize = FormResize
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object PnlFlash: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 688
  32.     Height = 453
  33.     Align = alClient
  34.     BevelOuter = bvNone
  35.     Color = clBlack
  36.     TabOrder = 0
  37.   end
  38.   object PrintDialog: TPrintDialog
  39.     Left = 648
  40.     Top = 8
  41.   end
  42.   object DialogSave: TSaveDialog
  43.     Filter = 'Vse datoteke (*.*)|*.*|Datoteke ZIP (*.zip)|*.zip'
  44.     InitialDir = 'c:\'
  45.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  46.     Left = 616
  47.     Top = 8
  48.   end
  49. end
  50.