Unit 'kprintsetup' Package
[Overview][Types][Classes][Index] [#pl_kcontrols]

TKPrintSetupForm

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: kprintsetup.pas line 36

type TKPrintSetupForm = class(TForm)

  BUConfigure: TButton;

  

  CoBPrinterName: TComboBox;

  

  EDTitle: TEdit;

  

  GBFileToPrint: TGroupBox;

  

  GBPrinter: TGroupBox;

  

  GBPrintOptions: TGroupBox;

  

  LBPrinterName: TLabel;

  

  BUPrint: TButton;

  

  BUCancel: TButton;

  

  CBFitToPage: TCheckBox;

  

  CBPageNumbers: TCheckBox;

  

  CBUseColor: TCheckBox;

  

  GBMargins: TGroupBox;

  

  CoBMarginUnits: TComboBox;

  

  LBMarginUnits: TLabel;

  

  CBMirrorMargins: TCheckBox;

  

  GBPageSelection: TGroupBox;

  

  RBAll: TRadioButton;

  

  RBRange: TRadioButton;

  

  RBSelectedOnly: TRadioButton;

  

  LBRangeTo: TLabel;

  

  LBCopies: TLabel;

  

  EDLeft: TEdit;

  

  LBLeft: TLabel;

  

  LBRight: TLabel;

  

  EDRight: TEdit;

  

  EDTop: TEdit;

  

  LBTop: TLabel;

  

  EDBottom: TEdit;

  

  LBBottom: TLabel;

  

  EDRangeFrom: TEdit;

  

  EDRangeTo: TEdit;

  

  EDCopies: TEdit;

  

  Label1: TLabel;

  

  EDPrintScale: TEdit;

  

  LBUnitsLeft: TLabel;

  

  LBUnitsTop: TLabel;

  

  LBUnitsRight: TLabel;

  

  LBUnitsBottom: TLabel;

  

  BUPreview: TButton;

  

  CBPaintSelection: TCheckBox;

  

  BUOk: TButton;

  

  CBPrintTitle: TCheckBox;

  

  CBCollate: TCheckBox;

  

  CBLineNumbers: TCheckBox;

  

  CBWrapLines: TCheckBox;

  

  procedure BUConfigureClick();

  

  procedure CoBMarginUnitsChange();

  

  procedure RBAllClick();

  

  procedure FormCloseQuery();

  

  procedure BUPreviewClick();

  

  procedure FormCreate();

  

  procedure FormDestroy();

  

  procedure EDTopExit();

  

  procedure CBPageNumbersClick();

  

  procedure BUPrintClick();

  

  procedure FormShow();

  

protected

  procedure PageSetupToForm; virtual;

  

  procedure FormToPageSetup; virtual;

  

  procedure ValidateForm;

  

public

  property PageSetup: TKPrintPageSetup; [rw]

  

  property PreviewForm: TKCustomPrintPreviewForm; [rw]

  

  property SelAvail: Boolean; [rw]

  

  property OnPrintClick: TPrintEvent; [rw]

  

  property OptionsVisible: TKPrintOptions; [rw]

  

  property OptionsEnabled: TKPrintOptions; [rw]

  

  property ExtOptionsEnabled: TExtPrintOptions; [rw]

  

end;

Inheritance

TKPrintSetupForm

  

|

TObject



CT Web help

CodeTyphon Studio