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

  1. object TiskKlientuNastaveniForm: TTiskKlientuNastaveniForm
  2.   Left = 201
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tisk klient∩┐╜'
  6.   ClientHeight = 242
  7.   ClientWidth = 247
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PolozkyGrB: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 137
  20.     Height = 201
  21.     Caption = 'Tisknout polo∩┐╜ky'
  22.     TabOrder = 0
  23.     object JmenoChB: TCheckBox
  24.       Left = 16
  25.       Top = 24
  26.       Width = 97
  27.       Height = 17
  28.       Caption = '&Jm∩┐╜no'
  29.       Enabled = False
  30.       State = cbChecked
  31.       TabOrder = 0
  32.     end
  33.     object AdresaChB: TCheckBox
  34.       Left = 16
  35.       Top = 48
  36.       Width = 97
  37.       Height = 17
  38.       Caption = '&Adresa'
  39.       TabOrder = 1
  40.     end
  41.     object PoznamkaChB: TCheckBox
  42.       Left = 16
  43.       Top = 168
  44.       Width = 97
  45.       Height = 17
  46.       Caption = '&Pozn∩┐╜mka'
  47.       TabOrder = 6
  48.     end
  49.     object KontaktChB: TCheckBox
  50.       Left = 16
  51.       Top = 72
  52.       Width = 97
  53.       Height = 17
  54.       Caption = '&Kontakt'
  55.       TabOrder = 2
  56.     end
  57.     object ObchodniUdajeChB: TCheckBox
  58.       Left = 16
  59.       Top = 96
  60.       Width = 97
  61.       Height = 17
  62.       Caption = '&Obchodn∩┐╜ ∩┐╜daje'
  63.       TabOrder = 3
  64.     end
  65.     object OsobniUdajeChB: TCheckBox
  66.       Left = 16
  67.       Top = 120
  68.       Width = 97
  69.       Height = 17
  70.       Caption = 'O&sobn∩┐╜ ∩┐╜daje'
  71.       TabOrder = 4
  72.     end
  73.     object InternetChB: TCheckBox
  74.       Left = 16
  75.       Top = 144
  76.       Width = 97
  77.       Height = 17
  78.       Caption = '&Internet'
  79.       TabOrder = 5
  80.     end
  81.   end
  82.   object OKBtn: TButton
  83.     Left = 160
  84.     Top = 16
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     TabOrder = 1
  90.     OnClick = OKBtnClick
  91.   end
  92.   object CancelBtn: TButton
  93.     Left = 160
  94.     Top = 48
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'Storno'
  99.     ModalResult = 2
  100.     TabOrder = 2
  101.   end
  102.   object VychoziChB: TCheckBox
  103.     Left = 8
  104.     Top = 216
  105.     Width = 145
  106.     Height = 17
  107.     Caption = 'Nastavit jako v∩┐╜choz∩┐╜'
  108.     TabOrder = 3
  109.   end
  110. end
  111.