home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMEXPORTMETA / TFORMEXPORTMETA.txt < prev   
Text File  |  1999-09-06  |  3KB  |  136 lines

  1. object FormExportMeta: TFormExportMeta
  2.   Left = 269
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export do metasoubor∩┐╜'
  6.   ClientHeight = 268
  7.   ClientWidth = 391
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 373
  18.     Height = 221
  19.     Shape = bsFrame
  20.   end
  21.   object Image: TImage
  22.     Left = 20
  23.     Top = 20
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object Frame1: TFrame
  30.     Left = 228
  31.     Top = 68
  32.     Width = 133
  33.     Height = 97
  34.     Caption = 'Rozsah'
  35.   end
  36.   object Label1: TLabel
  37.     Left = 68
  38.     Top = 176
  39.     Width = 245
  40.     Height = 13
  41.     Caption = '&Spole∩┐╜n∩┐╜ n∩┐╜zev soubor∩┐╜ (bude p∩┐╜id∩┐╜no ∩┐╜∩┐╜slo strany)'
  42.     FocusControl = EditFilename
  43.   end
  44.   object Label2: TLabel
  45.     Left = 68
  46.     Top = 24
  47.     Width = 289
  48.     Height = 33
  49.     AutoSize = False
  50.     Caption = 
  51.       'Pro ka∩┐╜dou stranu sestavy bude vytvo∩┐╜en soubor ve zvolen∩┐╜m metaf' +
  52.       'orm∩┐╜tu.'
  53.     WordWrap = True
  54.   end
  55.   object BtnOk: TButton
  56.     Left = 223
  57.     Top = 236
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'OK'
  61.     Default = True
  62.     Enabled = False
  63.     ModalResult = 1
  64.     TabOrder = 5
  65.   end
  66.   object BtnCancel: TButton
  67.     Left = 303
  68.     Top = 236
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'Storno'
  73.     ModalResult = 2
  74.     TabOrder = 6
  75.   end
  76.   object RadiosFormat: TRadioGroup
  77.     Left = 68
  78.     Top = 68
  79.     Width = 145
  80.     Height = 69
  81.     Caption = ' Form∩┐╜t '
  82.     ItemIndex = 0
  83.     Items.Strings = (
  84.       'Windows 3.1 (&WMF)'
  85.       'Windows 95 (&EMF)')
  86.     TabOrder = 0
  87.     OnClick = FormatClick
  88.   end
  89.   object EditPages: TNumEdit
  90.     Left = 244
  91.     Top = 128
  92.     Width = 97
  93.     Height = 21
  94.     Enabled = False
  95.     Increment = 1.000000000000000000
  96.     MinValue = 1.000000000000000000
  97.     TabOrder = 3
  98.   end
  99.   object RBAllPages: TRadioButton
  100.     Left = 240
  101.     Top = 84
  102.     Width = 97
  103.     Height = 17
  104.     Caption = '&V∩┐╜echny strany'
  105.     Checked = True
  106.     TabOrder = 1
  107.     TabStop = True
  108.     OnClick = PagesClick
  109.   end
  110.   object RBFirstNPages: TRadioButton
  111.     Left = 240
  112.     Top = 104
  113.     Width = 97
  114.     Height = 17
  115.     Caption = 'Prvn∩┐╜ch &N stran'
  116.     TabOrder = 2
  117.     OnClick = PagesClick
  118.   end
  119.   object EditFilename: TFilenameEdit
  120.     Left = 68
  121.     Top = 192
  122.     Width = 293
  123.     Height = 21
  124.     Separator = #0
  125.     ValidateOnExit = False
  126.     DialogOptions = [ofHideReadOnly, ofPathMustExist]
  127.     ButtonHint = 'Proch∩┐╜zet'
  128.     ClickKey = 120
  129.     NumGlyphs = 1
  130.     ParentShowHint = False
  131.     ShowHint = True
  132.     TabOrder = 4
  133.     OnChange = EditFilenameChange
  134.   end
  135. end
  136.