object FormCustomZoom: TFormCustomZoom Left = 269 Top = 182 BorderStyle = bsDialog Caption = 'M���tko' ClientHeight = 127 ClientWidth = 249 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 233 Height = 81 Shape = bsFrame end object LabelPlus1: TLabelPlus Left = 76 Top = 28 Width = 36 Height = 13 Caption = 'M��itko' FocusControl = EditZoom Attached = True end object Label1: TLabel Left = 172 Top = 48 Width = 8 Height = 13 Caption = '%' end object Image: TImage Left = 16 Top = 20 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object BtnOk: TButton Left = 83 Top = 96 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 163 Top = 96 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 2 end object EditZoom: TNumEdit Left = 76 Top = 44 Width = 93 Height = 21 Increment = 1.000000000000000000 MaxValue = 500.000000000000000000 MinValue = 10.000000000000000000 TabOrder = 0 Value = 10.000000000000000000 end end