home *** CD-ROM | disk | FTP | other *** search
- object DiademaPrintDlg: TDiademaPrintDlg
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Tisk'
- ClientHeight = 138
- ClientWidth = 424
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CommonPanel: TPanel
- Left = 0
- Top = 0
- Width = 424
- Height = 81
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Image1: TImage
- Left = 10
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 56
- Top = 9
- Width = 127
- Height = 13
- Caption = 'Dostupn� &za��zen� pro tisk:'
- FocusControl = DriverComboBox
- end
- object OKBtn: TButton
- Left = 342
- Top = 16
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 342
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 1
- end
- object DriverComboBox: TComboBox
- Left = 56
- Top = 24
- Width = 273
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = DriverComboBoxChange
- end
- end
- object DriverPropertyPanel: TPanel
- Left = 0
- Top = 81
- Width = 424
- Height = 57
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- end
- end
-