home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMAFDRUK / TFRMAFDRUK.txt
Text File  |  1999-06-01  |  4KB  |  182 lines

  1. object FrmAfdruk: TFrmAfdruk
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Afdrukken'
  6.   ClientHeight = 241
  7.   ClientWidth = 353
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BtnOk: TButton
  18.     Left = 172
  19.     Top = 208
  20.     Width = 83
  21.     Height = 25
  22.     Caption = '&OK'
  23.     Default = True
  24.     TabOrder = 0
  25.     OnClick = BtnOkClick
  26.   end
  27.   object BtnCancel: TButton
  28.     Left = 264
  29.     Top = 208
  30.     Width = 81
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = '&Annuleren'
  34.     TabOrder = 1
  35.     OnClick = BtnCancelClick
  36.   end
  37.   object Ntb: TNotebook
  38.     Left = 0
  39.     Top = 8
  40.     Width = 353
  41.     Height = 196
  42.     TabOrder = 2
  43.     object TPage
  44.       Left = 0
  45.       Top = 0
  46.       Caption = 'Start'
  47.       object GrpPrinter: TGroupBox
  48.         Left = 8
  49.         Top = 8
  50.         Width = 337
  51.         Height = 73
  52.         Caption = 'Printer'
  53.         TabOrder = 0
  54.         object BtnProp: TButton
  55.           Left = 232
  56.           Top = 24
  57.           Width = 97
  58.           Height = 21
  59.           Caption = 'Instellen...'
  60.           TabOrder = 0
  61.           OnClick = BtnPropClick
  62.         end
  63.         object EdtPrinter: TEdit
  64.           Left = 8
  65.           Top = 24
  66.           Width = 209
  67.           Height = 21
  68.           TabStop = False
  69.           Color = clBtnFace
  70.           TabOrder = 1
  71.         end
  72.       end
  73.       object GrpAantal: TGroupBox
  74.         Left = 192
  75.         Top = 88
  76.         Width = 153
  77.         Height = 105
  78.         Caption = 'Aantal'
  79.         TabOrder = 1
  80.         object LQty: TLabel
  81.           Left = 8
  82.           Top = 28
  83.           Width = 87
  84.           Height = 13
  85.           Caption = 'Aantal exemplaren'
  86.         end
  87.         object SpeCopies: TSpinEdit
  88.           Left = 104
  89.           Top = 24
  90.           Width = 41
  91.           Height = 22
  92.           EditorEnabled = False
  93.           MaxLength = 2
  94.           MaxValue = 99
  95.           MinValue = 1
  96.           TabOrder = 0
  97.           Value = 1
  98.         end
  99.       end
  100.       object GrpRange: TGroupBox
  101.         Left = 8
  102.         Top = 88
  103.         Width = 177
  104.         Height = 105
  105.         Caption = 'Afdrukbereik'
  106.         TabOrder = 2
  107.         object LYear: TLabel
  108.           Left = 8
  109.           Top = 68
  110.           Width = 73
  111.           Height = 13
  112.           AutoSize = False
  113.           Caption = 'Jaar'
  114.         end
  115.         object CmbPrintRange: TComboBox
  116.           Left = 8
  117.           Top = 24
  118.           Width = 161
  119.           Height = 21
  120.           Style = csDropDownList
  121.           ItemHeight = 13
  122.           TabOrder = 0
  123.           OnChange = CmbPrintRangeChange
  124.         end
  125.         object SpeYear: TSpinEdit
  126.           Left = 88
  127.           Top = 64
  128.           Width = 81
  129.           Height = 22
  130.           EditorEnabled = False
  131.           MaxValue = 9900
  132.           MinValue = 1000
  133.           TabOrder = 1
  134.           Value = 1999
  135.         end
  136.       end
  137.     end
  138.     object TPage
  139.       Left = 0
  140.       Top = 0
  141.       Caption = 'Progress'
  142.       object L_Printtext: TLabel
  143.         Left = 16
  144.         Top = 16
  145.         Width = 102
  146.         Height = 13
  147.         Caption = 'Logboek afdrukken...'
  148.       end
  149.       object Prg: TProgressBar
  150.         Left = 16
  151.         Top = 48
  152.         Width = 321
  153.         Height = 17
  154.         Min = 0
  155.         Max = 100
  156.         TabOrder = 0
  157.       end
  158.     end
  159.   end
  160.   object PrSetUp: TPrinterSetupDialog
  161.     Left = 304
  162.     Top = 152
  163.   end
  164.   object LP: TLinePrinter
  165.     MarginTop = 1.000000000000000000
  166.     MarginBottom = 1.000000000000000000
  167.     MarginLeft = 1.000000000000000000
  168.     MarginRight = 1.000000000000000000
  169.     PageBorders = [pbTop]
  170.     Font.Color = clBlack
  171.     Font.Height = -28
  172.     Font.Name = 'Arial'
  173.     Font.Style = []
  174.     Title = 'Intercent logfile'
  175.     DefaultColWidth = 2.000000000000000000
  176.     BorderOffset = 1.000000000000000000
  177.     OnNewPage = LPNewPage
  178.     Left = 272
  179.     Top = 152
  180.   end
  181. end
  182.