home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / tema / 602propc / disk1 / data.1 / M602SFAX.EXE / 0 / RCDATA / TTITLEPAGEDLG / TTITLEPAGEDLG.txt
Encoding:
Text File  |  1997-03-04  |  3.4 KB  |  181 lines

  1. object TitlePageDlg: TTitlePageDlg
  2.   Left = 409
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tituln∩┐╜ strana faxu pro: '
  6.   ClientHeight = 244
  7.   ClientWidth = 322
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 0
  19.     Width = 225
  20.     Height = 233
  21.     TabOrder = 0
  22.     object faxDatumLabel: TLabel
  23.       Left = 24
  24.       Top = 24
  25.       Width = 34
  26.       Height = 13
  27.       Caption = 'Datum:'
  28.     end
  29.     object FaxProLabel: TLabel
  30.       Left = 24
  31.       Top = 48
  32.       Width = 19
  33.       Height = 13
  34.       Caption = 'Pro:'
  35.     end
  36.     object FaxOdLabel: TLabel
  37.       Left = 24
  38.       Top = 72
  39.       Width = 17
  40.       Height = 13
  41.       Caption = 'Od:'
  42.     end
  43.     object CisloFaxLabel: TLabel
  44.       Left = 24
  45.       Top = 96
  46.       Width = 43
  47.       Height = 13
  48.       Caption = '∩┐╜∩┐╜slo fax:'
  49.     end
  50.     object CisloTelLabel: TLabel
  51.       Left = 24
  52.       Top = 120
  53.       Width = 43
  54.       Height = 13
  55.       Caption = '∩┐╜∩┐╜slo tel.:'
  56.     end
  57.     object Label3: TLabel
  58.       Left = 24
  59.       Top = 144
  60.       Width = 37
  61.       Height = 13
  62.       Caption = 'Zpr∩┐╜va:'
  63.     end
  64.     object JazykLabel: TLabel
  65.       Left = 24
  66.       Top = 168
  67.       Width = 30
  68.       Height = 13
  69.       Caption = 'Jazyk:'
  70.     end
  71.     object FaxDatumEdit: TEdit
  72.       Left = 80
  73.       Top = 22
  74.       Width = 121
  75.       Height = 21
  76.       MaxLength = 60
  77.       TabOrder = 0
  78.       Text = 'FaxDatumEdit'
  79.     end
  80.     object FaxProEdit: TEdit
  81.       Left = 80
  82.       Top = 46
  83.       Width = 121
  84.       Height = 21
  85.       MaxLength = 60
  86.       TabOrder = 1
  87.       Text = 'podle adres∩┐╜ta'
  88.     end
  89.     object FaxOdEdit: TEdit
  90.       Left = 80
  91.       Top = 70
  92.       Width = 121
  93.       Height = 21
  94.       MaxLength = 60
  95.       TabOrder = 2
  96.       Text = 'FaxOdEdit'
  97.     end
  98.     object CisloFaxEdit: TEdit
  99.       Left = 80
  100.       Top = 94
  101.       Width = 121
  102.       Height = 21
  103.       MaxLength = 60
  104.       TabOrder = 3
  105.       Text = 'CisloFaxEdit'
  106.     end
  107.     object CisloTelEdit: TEdit
  108.       Left = 80
  109.       Top = 118
  110.       Width = 121
  111.       Height = 21
  112.       MaxLength = 60
  113.       TabOrder = 4
  114.       Text = 'CisloTelEdit'
  115.     end
  116.     object ZpravaEdit: TEdit
  117.       Left = 80
  118.       Top = 142
  119.       Width = 121
  120.       Height = 21
  121.       MaxLength = 60
  122.       TabOrder = 5
  123.       Text = 'ZpravaEdit'
  124.     end
  125.     object CeskyRadioButton: TRadioButton
  126.       Left = 64
  127.       Top = 168
  128.       Width = 49
  129.       Height = 17
  130.       Caption = '∩┐╜esk∩┐╜'
  131.       Checked = True
  132.       TabOrder = 6
  133.       TabStop = True
  134.     end
  135.     object AnglickyRadioButton: TRadioButton
  136.       Left = 112
  137.       Top = 168
  138.       Width = 49
  139.       Height = 17
  140.       Caption = 'angl.'
  141.       TabOrder = 7
  142.     end
  143.     object NemeckyRadioButton: TRadioButton
  144.       Left = 160
  145.       Top = 168
  146.       Width = 41
  147.       Height = 17
  148.       Caption = 'n∩┐╜m.'
  149.       TabOrder = 8
  150.     end
  151.     object LogoCheckBox: TCheckBox
  152.       Left = 24
  153.       Top = 200
  154.       Width = 57
  155.       Height = 17
  156.       Caption = 'Logo'
  157.       TabOrder = 9
  158.     end
  159.   end
  160.   object OKButton: TButton
  161.     Left = 240
  162.     Top = 8
  163.     Width = 75
  164.     Height = 25
  165.     Caption = 'OK'
  166.     Default = True
  167.     ModalResult = 1
  168.     TabOrder = 1
  169.   end
  170.   object CancelButton: TButton
  171.     Left = 240
  172.     Top = 40
  173.     Width = 75
  174.     Height = 25
  175.     Cancel = True
  176.     Caption = 'Storno'
  177.     ModalResult = 2
  178.     TabOrder = 2
  179.   end
  180. end
  181.