home *** CD-ROM | disk | FTP | other *** search
- object FrmAfdruk: TFrmAfdruk
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Afdrukken'
- ClientHeight = 241
- ClientWidth = 353
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object BtnOk: TButton
- Left = 172
- Top = 208
- Width = 83
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 264
- Top = 208
- Width = 81
- Height = 25
- Cancel = True
- Caption = '&Annuleren'
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- object Ntb: TNotebook
- Left = 0
- Top = 8
- Width = 353
- Height = 196
- TabOrder = 2
- object TPage
- Left = 0
- Top = 0
- Caption = 'Start'
- object GrpPrinter: TGroupBox
- Left = 8
- Top = 8
- Width = 337
- Height = 73
- Caption = 'Printer'
- TabOrder = 0
- object BtnProp: TButton
- Left = 232
- Top = 24
- Width = 97
- Height = 21
- Caption = 'Instellen...'
- TabOrder = 0
- OnClick = BtnPropClick
- end
- object EdtPrinter: TEdit
- Left = 8
- Top = 24
- Width = 209
- Height = 21
- TabStop = False
- Color = clBtnFace
- TabOrder = 1
- end
- end
- object GrpAantal: TGroupBox
- Left = 192
- Top = 88
- Width = 153
- Height = 105
- Caption = 'Aantal'
- TabOrder = 1
- object LQty: TLabel
- Left = 8
- Top = 28
- Width = 87
- Height = 13
- Caption = 'Aantal exemplaren'
- end
- object SpeCopies: TSpinEdit
- Left = 104
- Top = 24
- Width = 41
- Height = 22
- EditorEnabled = False
- MaxLength = 2
- MaxValue = 99
- MinValue = 1
- TabOrder = 0
- Value = 1
- end
- end
- object GrpRange: TGroupBox
- Left = 8
- Top = 88
- Width = 177
- Height = 105
- Caption = 'Afdrukbereik'
- TabOrder = 2
- object LYear: TLabel
- Left = 8
- Top = 68
- Width = 73
- Height = 13
- AutoSize = False
- Caption = 'Jaar'
- end
- object CmbPrintRange: TComboBox
- Left = 8
- Top = 24
- Width = 161
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = CmbPrintRangeChange
- end
- object SpeYear: TSpinEdit
- Left = 88
- Top = 64
- Width = 81
- Height = 22
- EditorEnabled = False
- MaxValue = 9900
- MinValue = 1000
- TabOrder = 1
- Value = 1999
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Progress'
- object L_Printtext: TLabel
- Left = 16
- Top = 16
- Width = 102
- Height = 13
- Caption = 'Logboek afdrukken...'
- end
- object Prg: TProgressBar
- Left = 16
- Top = 48
- Width = 321
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- end
- object PrSetUp: TPrinterSetupDialog
- Left = 304
- Top = 152
- end
- object LP: TLinePrinter
- MarginTop = 1.000000000000000000
- MarginBottom = 1.000000000000000000
- MarginLeft = 1.000000000000000000
- MarginRight = 1.000000000000000000
- PageBorders = [pbTop]
- Font.Color = clBlack
- Font.Height = -28
- Font.Name = 'Arial'
- Font.Style = []
- Title = 'Intercent logfile'
- DefaultColWidth = 2.000000000000000000
- BorderOffset = 1.000000000000000000
- OnNewPage = LPNewPage
- Left = 272
- Top = 152
- end
- end
-