object Form1: TForm1 Left = 192 Top = 112 BorderStyle = bsNone Caption = 'Form1' ClientHeight = 453 ClientWidth = 688 Color = clBtnFace Constraints.MinHeight = 400 Constraints.MinWidth = 500 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poDefault Scaled = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object PnlFlash: TPanel Left = 0 Top = 0 Width = 688 Height = 453 Align = alClient BevelOuter = bvNone Color = clBlack TabOrder = 0 end object PrintDialog: TPrintDialog Left = 648 Top = 8 end object DialogSave: TSaveDialog Filter = 'Vse datoteke (*.*)|*.*|Datoteke ZIP (*.zip)|*.zip' InitialDir = 'c:\' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 616 Top = 8 end end