home *** CD-ROM | disk | FTP | other *** search
- object NastaveniTiskovychPredlohForm: TNastaveniTiskovychPredlohForm
- Left = 264
- Top = 121
- Width = 336
- Height = 386
- BorderIcons = [biSystemMenu, biMinimize, biHelp]
- Caption = 'Nastaven� tiskov�ch p�edloh'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object TreeView: TTreeView
- Left = 9
- Top = 106
- Width = 310
- Height = 210
- ReadOnly = True
- HideSelection = False
- Indent = 19
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- TabOrder = 0
- ParentFont = False
- end
- object LeftPanel: TPanel
- Left = 0
- Top = 106
- Width = 9
- Height = 210
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- end
- object RightPanel: TPanel
- Left = 319
- Top = 106
- Width = 9
- Height = 210
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 2
- end
- object BottomPanel: TPanel
- Left = 0
- Top = 316
- Width = 328
- Height = 43
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- object OKBtn: TButton
- Left = 168
- Top = 9
- Width = 75
- Height = 25
- Caption = '&Upravit'
- Default = True
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object StornoBtn: TButton
- Left = 248
- Top = 9
- Width = 75
- Height = 25
- Caption = 'Zav��t'
- ModalResult = 2
- TabOrder = 1
- end
- object DeleteBtn: TButton
- Left = 8
- Top = 8
- Width = 113
- Height = 25
- Caption = 'Nast&avit na v�choz�'
- TabOrder = 2
- OnClick = DeleteBtnClick
- end
- end
- object TopPanel: TPanel
- Left = 0
- Top = 0
- Width = 328
- Height = 106
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 4
- object ObjektyLbl: TLabel
- Left = 8
- Top = 90
- Width = 100
- Height = 13
- Caption = 'Dostupn� objekty'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label1: TLabel
- Left = 8
- Top = 9
- Width = 155
- Height = 13
- Caption = 'Dostupn� za��zen� pro tisk:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel: TBevel
- Left = 8
- Top = 81
- Width = 313
- Height = 2
- Shape = bsBottomLine
- end
- object DriverComboBox: TComboBox
- Left = 8
- Top = 24
- Width = 313
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object DefaultBtn: TButton
- Left = 136
- Top = 50
- Width = 186
- Height = 25
- Caption = 'Upravit &v�choz� p�edlohu ovlada�e'
- TabOrder = 1
- OnClick = DefaultBtnClick
- end
- end
- end
-