object FormExportMeta: TFormExportMeta Left = 269 Top = 182 BorderStyle = bsDialog Caption = 'Export do metasoubor�' ClientHeight = 268 ClientWidth = 391 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 373 Height = 221 Shape = bsFrame end object Image: TImage Left = 20 Top = 20 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Frame1: TFrame Left = 228 Top = 68 Width = 133 Height = 97 Caption = 'Rozsah' end object Label1: TLabel Left = 68 Top = 176 Width = 245 Height = 13 Caption = '&Spole�n� n�zev soubor� (bude p�id�no ��slo strany)' FocusControl = EditFilename end object Label2: TLabel Left = 68 Top = 24 Width = 289 Height = 33 AutoSize = False Caption = 'Pro ka�dou stranu sestavy bude vytvo�en soubor ve zvolen�m metaf' + 'orm�tu.' WordWrap = True end object BtnOk: TButton Left = 223 Top = 236 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 5 end object BtnCancel: TButton Left = 303 Top = 236 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 6 end object RadiosFormat: TRadioGroup Left = 68 Top = 68 Width = 145 Height = 69 Caption = ' Form�t ' ItemIndex = 0 Items.Strings = ( 'Windows 3.1 (&WMF)' 'Windows 95 (&EMF)') TabOrder = 0 OnClick = FormatClick end object EditPages: TNumEdit Left = 244 Top = 128 Width = 97 Height = 21 Enabled = False Increment = 1.000000000000000000 MinValue = 1.000000000000000000 TabOrder = 3 end object RBAllPages: TRadioButton Left = 240 Top = 84 Width = 97 Height = 17 Caption = '&V�echny strany' Checked = True TabOrder = 1 TabStop = True OnClick = PagesClick end object RBFirstNPages: TRadioButton Left = 240 Top = 104 Width = 97 Height = 17 Caption = 'Prvn�ch &N stran' TabOrder = 2 OnClick = PagesClick end object EditFilename: TFilenameEdit Left = 68 Top = 192 Width = 293 Height = 21 Separator = #0 ValidateOnExit = False DialogOptions = [ofHideReadOnly, ofPathMustExist] ButtonHint = 'Proch�zet' ClickKey = 120 NumGlyphs = 1 ParentShowHint = False ShowHint = True TabOrder = 4 OnChange = EditFilenameChange end end