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

  1. object DiademaPrintDlg: TDiademaPrintDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tisk'
  6.   ClientHeight = 138
  7.   ClientWidth = 424
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CommonPanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 424
  22.     Height = 81
  23.     Align = alTop
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Image1: TImage
  27.       Left = 10
  28.       Top = 9
  29.       Width = 32
  30.       Height = 32
  31.       AutoSize = True
  32.       Picture.Data = {<image000.ico>}
  33.     end
  34.     object Label1: TLabel
  35.       Left = 56
  36.       Top = 9
  37.       Width = 127
  38.       Height = 13
  39.       Caption = 'Dostupn∩┐╜ &za∩┐╜∩┐╜zen∩┐╜ pro tisk:'
  40.       FocusControl = DriverComboBox
  41.     end
  42.     object OKBtn: TButton
  43.       Left = 342
  44.       Top = 16
  45.       Width = 75
  46.       Height = 25
  47.       Caption = 'OK'
  48.       Default = True
  49.       ModalResult = 1
  50.       TabOrder = 0
  51.     end
  52.     object CancelBtn: TButton
  53.       Left = 342
  54.       Top = 48
  55.       Width = 75
  56.       Height = 25
  57.       Cancel = True
  58.       Caption = 'Storno'
  59.       ModalResult = 2
  60.       TabOrder = 1
  61.     end
  62.     object DriverComboBox: TComboBox
  63.       Left = 56
  64.       Top = 24
  65.       Width = 273
  66.       Height = 21
  67.       Style = csDropDownList
  68.       ItemHeight = 13
  69.       TabOrder = 2
  70.       OnChange = DriverComboBoxChange
  71.     end
  72.   end
  73.   object DriverPropertyPanel: TPanel
  74.     Left = 0
  75.     Top = 81
  76.     Width = 424
  77.     Height = 57
  78.     Align = alClient
  79.     BevelOuter = bvNone
  80.     TabOrder = 1
  81.   end
  82. end
  83.