home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TPRINTSETUPFORM / TPRINTSETUPFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  1.5 KB  |  82 lines

  1. object PrintSetupForm: TPrintSetupForm
  2.   Left = 206
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tisk'
  6.   ClientHeight = 100
  7.   ClientWidth = 345
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 10
  21.     Top = 9
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.ico>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 56
  29.     Top = 13
  30.     Width = 73
  31.     Height = 13
  32.     Caption = 'Jm∩┐╜no sestavy:'
  33.   end
  34.   object OKBtn: TButton
  35.     Left = 182
  36.     Top = 64
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     TabOrder = 0
  42.     OnClick = OKBtnClick
  43.   end
  44.   object CancelBtn: TButton
  45.     Left = 262
  46.     Top = 64
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'Storno'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.   end
  54.   object NastaveniBtn: TButton
  55.     Left = 8
  56.     Top = 64
  57.     Width = 73
  58.     Height = 25
  59.     Caption = 'Nastaven∩┐╜'
  60.     TabOrder = 2
  61.     OnClick = NastaveniBtnClick
  62.   end
  63.   object NahledBtn: TButton
  64.     Left = 86
  65.     Top = 64
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'N∩┐╜hled'
  69.     TabOrder = 3
  70.     OnClick = NahledBtnClick
  71.   end
  72.   object Edit: TEdit
  73.     Left = 56
  74.     Top = 29
  75.     Width = 273
  76.     Height = 21
  77.     Enabled = False
  78.     ReadOnly = True
  79.     TabOrder = 4
  80.   end
  81. end
  82.