home *** CD-ROM | disk | FTP | other *** search
- object TitlePageDlg: TTitlePageDlg
- Left = 409
- Top = 111
- BorderStyle = bsDialog
- Caption = 'Tituln� strana faxu pro: '
- ClientHeight = 244
- ClientWidth = 322
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 225
- Height = 233
- TabOrder = 0
- object faxDatumLabel: TLabel
- Left = 24
- Top = 24
- Width = 34
- Height = 13
- Caption = 'Datum:'
- end
- object FaxProLabel: TLabel
- Left = 24
- Top = 48
- Width = 19
- Height = 13
- Caption = 'Pro:'
- end
- object FaxOdLabel: TLabel
- Left = 24
- Top = 72
- Width = 17
- Height = 13
- Caption = 'Od:'
- end
- object CisloFaxLabel: TLabel
- Left = 24
- Top = 96
- Width = 43
- Height = 13
- Caption = '��slo fax:'
- end
- object CisloTelLabel: TLabel
- Left = 24
- Top = 120
- Width = 43
- Height = 13
- Caption = '��slo tel.:'
- end
- object Label3: TLabel
- Left = 24
- Top = 144
- Width = 37
- Height = 13
- Caption = 'Zpr�va:'
- end
- object JazykLabel: TLabel
- Left = 24
- Top = 168
- Width = 30
- Height = 13
- Caption = 'Jazyk:'
- end
- object FaxDatumEdit: TEdit
- Left = 80
- Top = 22
- Width = 121
- Height = 21
- MaxLength = 60
- TabOrder = 0
- Text = 'FaxDatumEdit'
- end
- object FaxProEdit: TEdit
- Left = 80
- Top = 46
- Width = 121
- Height = 21
- MaxLength = 60
- TabOrder = 1
- Text = 'podle adres�ta'
- end
- object FaxOdEdit: TEdit
- Left = 80
- Top = 70
- Width = 121
- Height = 21
- MaxLength = 60
- TabOrder = 2
- Text = 'FaxOdEdit'
- end
- object CisloFaxEdit: TEdit
- Left = 80
- Top = 94
- Width = 121
- Height = 21
- MaxLength = 60
- TabOrder = 3
- Text = 'CisloFaxEdit'
- end
- object CisloTelEdit: TEdit
- Left = 80
- Top = 118
- Width = 121
- Height = 21
- MaxLength = 60
- TabOrder = 4
- Text = 'CisloTelEdit'
- end
- object ZpravaEdit: TEdit
- Left = 80
- Top = 142
- Width = 121
- Height = 21
- MaxLength = 60
- TabOrder = 5
- Text = 'ZpravaEdit'
- end
- object CeskyRadioButton: TRadioButton
- Left = 64
- Top = 168
- Width = 49
- Height = 17
- Caption = '�esk�'
- Checked = True
- TabOrder = 6
- TabStop = True
- end
- object AnglickyRadioButton: TRadioButton
- Left = 112
- Top = 168
- Width = 49
- Height = 17
- Caption = 'angl.'
- TabOrder = 7
- end
- object NemeckyRadioButton: TRadioButton
- Left = 160
- Top = 168
- Width = 41
- Height = 17
- Caption = 'n�m.'
- TabOrder = 8
- end
- object LogoCheckBox: TCheckBox
- Left = 24
- Top = 200
- Width = 57
- Height = 17
- Caption = 'Logo'
- TabOrder = 9
- end
- end
- object OKButton: TButton
- Left = 240
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 240
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- end
-