home *** CD-ROM | disk | FTP | other *** search
- object PrintSetupForm: TPrintSetupForm
- Left = 206
- Top = 150
- BorderStyle = bsDialog
- Caption = 'Tisk'
- ClientHeight = 100
- ClientWidth = 345
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 10
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 56
- Top = 13
- Width = 73
- Height = 13
- Caption = 'Jm�no sestavy:'
- end
- object OKBtn: TButton
- Left = 182
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 262
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 1
- end
- object NastaveniBtn: TButton
- Left = 8
- Top = 64
- Width = 73
- Height = 25
- Caption = 'Nastaven�'
- TabOrder = 2
- OnClick = NastaveniBtnClick
- end
- object NahledBtn: TButton
- Left = 86
- Top = 64
- Width = 75
- Height = 25
- Caption = 'N�hled'
- TabOrder = 3
- OnClick = NahledBtnClick
- end
- object Edit: TEdit
- Left = 56
- Top = 29
- Width = 273
- Height = 21
- Enabled = False
- ReadOnly = True
- TabOrder = 4
- end
- end
-