home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TNASTAVENITISKOVYCHPREDLOHFORM / TNASTAVENITISKOVYCHPREDLOHFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  3.1 KB  |  151 lines

  1. object NastaveniTiskovychPredlohForm: TNastaveniTiskovychPredlohForm
  2.   Left = 264
  3.   Top = 121
  4.   Width = 336
  5.   Height = 386
  6.   BorderIcons = [biSystemMenu, biMinimize, biHelp]
  7.   Caption = 'Nastaven∩┐╜ tiskov∩┐╜ch p∩┐╜edloh'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TreeView: TTreeView
  19.     Left = 9
  20.     Top = 106
  21.     Width = 310
  22.     Height = 210
  23.     ReadOnly = True
  24.     HideSelection = False
  25.     Indent = 19
  26.     Align = alClient
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     TabOrder = 0
  33.     ParentFont = False
  34.   end
  35.   object LeftPanel: TPanel
  36.     Left = 0
  37.     Top = 106
  38.     Width = 9
  39.     Height = 210
  40.     Align = alLeft
  41.     BevelOuter = bvNone
  42.     TabOrder = 1
  43.   end
  44.   object RightPanel: TPanel
  45.     Left = 319
  46.     Top = 106
  47.     Width = 9
  48.     Height = 210
  49.     Align = alRight
  50.     BevelOuter = bvNone
  51.     TabOrder = 2
  52.   end
  53.   object BottomPanel: TPanel
  54.     Left = 0
  55.     Top = 316
  56.     Width = 328
  57.     Height = 43
  58.     Align = alBottom
  59.     BevelOuter = bvNone
  60.     TabOrder = 3
  61.     object OKBtn: TButton
  62.       Left = 168
  63.       Top = 9
  64.       Width = 75
  65.       Height = 25
  66.       Caption = '&Upravit'
  67.       Default = True
  68.       TabOrder = 0
  69.       OnClick = OKBtnClick
  70.     end
  71.     object StornoBtn: TButton
  72.       Left = 248
  73.       Top = 9
  74.       Width = 75
  75.       Height = 25
  76.       Caption = 'Zav∩┐╜∩┐╜t'
  77.       ModalResult = 2
  78.       TabOrder = 1
  79.     end
  80.     object DeleteBtn: TButton
  81.       Left = 8
  82.       Top = 8
  83.       Width = 113
  84.       Height = 25
  85.       Caption = 'Nast&avit na v∩┐╜choz∩┐╜'
  86.       TabOrder = 2
  87.       OnClick = DeleteBtnClick
  88.     end
  89.   end
  90.   object TopPanel: TPanel
  91.     Left = 0
  92.     Top = 0
  93.     Width = 328
  94.     Height = 106
  95.     Align = alTop
  96.     BevelOuter = bvNone
  97.     TabOrder = 4
  98.     object ObjektyLbl: TLabel
  99.       Left = 8
  100.       Top = 90
  101.       Width = 100
  102.       Height = 13
  103.       Caption = 'Dostupn∩┐╜ objekty'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = [fsBold]
  109.       ParentFont = False
  110.     end
  111.     object Label1: TLabel
  112.       Left = 8
  113.       Top = 9
  114.       Width = 155
  115.       Height = 13
  116.       Caption = 'Dostupn∩┐╜ za∩┐╜∩┐╜zen∩┐╜ pro tisk:'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clWindowText
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = [fsBold]
  122.       ParentFont = False
  123.     end
  124.     object Bevel: TBevel
  125.       Left = 8
  126.       Top = 81
  127.       Width = 313
  128.       Height = 2
  129.       Shape = bsBottomLine
  130.     end
  131.     object DriverComboBox: TComboBox
  132.       Left = 8
  133.       Top = 24
  134.       Width = 313
  135.       Height = 21
  136.       Style = csDropDownList
  137.       ItemHeight = 13
  138.       TabOrder = 0
  139.     end
  140.     object DefaultBtn: TButton
  141.       Left = 136
  142.       Top = 50
  143.       Width = 186
  144.       Height = 25
  145.       Caption = 'Upravit &v∩┐╜choz∩┐╜ p∩┐╜edlohu ovlada∩┐╜e'
  146.       TabOrder = 1
  147.       OnClick = DefaultBtnClick
  148.     end
  149.   end
  150. end
  151.