home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMPRINT / TFRMPRINT.txt < prev   
Encoding:
Text File  |  2001-06-24  |  4.4 KB  |  202 lines

  1. object frmPrint: TfrmPrint
  2.   Left = 372
  3.   Top = 274
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tisk'
  6.   ClientHeight = 282
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 4
  20.     Top = 5
  21.     Width = 39
  22.     Height = 34
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Transparent = True
  26.   end
  27.   object btnOK: TButton
  28.     Left = 227
  29.     Top = 255
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = btnOKClick
  36.   end
  37.   object btnStorno: TButton
  38.     Left = 307
  39.     Top = 255
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Storno'
  44.     TabOrder = 1
  45.     OnClick = btnStornoClick
  46.   end
  47.   object PrintMemo: TPlusMemo
  48.     Left = 1
  49.     Top = 208
  50.     Width = 41
  51.     Height = 33
  52.     Cursor = crIBeam
  53.     Alignment = taLeftJustify
  54.     ScrollBars = ssVertical
  55.     AltFont.Charset = DEFAULT_CHARSET
  56.     AltFont.Color = clWindowText
  57.     AltFont.Height = -11
  58.     AltFont.Name = 'MS Sans Serif'
  59.     AltFont.Style = []
  60.     CaretWidth = 1
  61.     DisplayOnly = False
  62.     EndOfTextMark.Color = clRed
  63.     EndOfTextMark.Style = psClear
  64.     Highlighter = frmMain.HTMLHigh
  65.     Justified = False
  66.     LineHeight = 0
  67.     NullReplacement = #0
  68.     Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars, pmoBlockSelection]
  69.     Overwrite = False
  70.     SelBackColor = clHighlight
  71.     SelTextColor = clHighlightText
  72.     Separators = #9' $%&,./:;<=>'
  73.     SpecUnderline.Color = clRed
  74.     UndoMaxSpace = 65536
  75.     Version = 'v5.3b Standard edition'
  76.     TabOrder = 2
  77.     TabStop = True
  78.     Visible = False
  79.   end
  80.   object PageControl1: TPageControl
  81.     Left = 47
  82.     Top = 3
  83.     Width = 335
  84.     Height = 247
  85.     ActivePage = TabSheet1
  86.     TabOrder = 3
  87.     object TabSheet1: TTabSheet
  88.       Caption = 'Nastaven∩┐╜'
  89.       object GroupBox1: TGroupBox
  90.         Left = 9
  91.         Top = 10
  92.         Width = 308
  93.         Height = 79
  94.         Caption = 'Rozsah str∩┐╜nek'
  95.         TabOrder = 0
  96.         object Label1: TLabel
  97.           Left = 134
  98.           Top = 50
  99.           Width = 18
  100.           Height = 13
  101.           Caption = 'do: '
  102.         end
  103.         object rbAll: TRadioButton
  104.           Left = 10
  105.           Top = 23
  106.           Width = 63
  107.           Height = 17
  108.           Caption = 'V∩┐╜echny'
  109.           Checked = True
  110.           TabOrder = 0
  111.           TabStop = True
  112.         end
  113.         object rbSelect: TRadioButton
  114.           Left = 10
  115.           Top = 50
  116.           Width = 47
  117.           Height = 17
  118.           Caption = 'Od:'
  119.           TabOrder = 1
  120.         end
  121.         object SpinEdit1: TSpinEdit
  122.           Left = 56
  123.           Top = 45
  124.           Width = 70
  125.           Height = 22
  126.           MaxLength = 1000
  127.           MaxValue = 1000
  128.           MinValue = 1
  129.           TabOrder = 2
  130.           Value = 1
  131.         end
  132.         object SpinEdit2: TSpinEdit
  133.           Left = 160
  134.           Top = 45
  135.           Width = 70
  136.           Height = 22
  137.           MaxLength = 1000
  138.           MaxValue = 1000
  139.           MinValue = 1
  140.           TabOrder = 3
  141.           Value = 1
  142.         end
  143.       end
  144.       object GroupBox2: TGroupBox
  145.         Left = 10
  146.         Top = 94
  147.         Width = 308
  148.         Height = 113
  149.         Caption = 'Mo∩┐╜nosti'
  150.         TabOrder = 1
  151.         object chbPlainText: TCheckBox
  152.           Left = 9
  153.           Top = 20
  154.           Width = 113
  155.           Height = 17
  156.           Caption = 'Tisknout barevn∩┐╜'
  157.           TabOrder = 0
  158.         end
  159.       end
  160.     end
  161.     object TabSheet2: TTabSheet
  162.       Caption = 'Z∩┐╜hlav∩┐╜ a z∩┐╜pat∩┐╜'
  163.       ImageIndex = 1
  164.       object GroupBox3: TGroupBox
  165.         Left = 11
  166.         Top = 12
  167.         Width = 305
  168.         Height = 191
  169.         TabOrder = 0
  170.         object Label2: TLabel
  171.           Left = 17
  172.           Top = 26
  173.           Width = 45
  174.           Height = 13
  175.           Caption = 'Z∩┐╜hlav∩┐╜ : '
  176.         end
  177.         object Label3: TLabel
  178.           Left = 17
  179.           Top = 58
  180.           Width = 37
  181.           Height = 13
  182.           Caption = 'Z∩┐╜pat∩┐╜ :'
  183.         end
  184.         object edHead: TEdit
  185.           Left = 81
  186.           Top = 22
  187.           Width = 200
  188.           Height = 21
  189.           TabOrder = 0
  190.         end
  191.         object edFoot: TEdit
  192.           Left = 81
  193.           Top = 53
  194.           Width = 200
  195.           Height = 21
  196.           TabOrder = 1
  197.         end
  198.       end
  199.     end
  200.   end
  201. end
  202.