Method | Description | |
---|---|---|
fPageSetup ( ) : System | ||
getCustomHeight ( ) : int | ||
getCustomWidth ( ) : int | ||
getOk ( ) : bool | ||
getOrientation ( ) : int | ||
getPaperSize ( ) : csReportPaperType | ||
initDialog ( csReportPaperType paperSize, int customHeight, int customWidth, int orientation ) : void | ||
setCustomHeight ( int rhs ) : void | ||
setCustomWidth ( int rhs ) : void | ||
setOrientation ( int rhs ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
cb_paperSize_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
cmd_apply_Click ( object sender, EventArgs e ) : void | ||
cmd_cancel_Click ( object sender, EventArgs e ) : void | ||
fPageSetup_Load ( object sender, EventArgs e ) : void | ||
op_landscape_CheckedChanged ( object sender, EventArgs e ) : void | ||
op_portrait_CheckedChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public initDialog ( csReportPaperType paperSize, int customHeight, int customWidth, int orientation ) : void | ||
paperSize | csReportPaperType | |
customHeight | int | |
customWidth | int | |
orientation | int | |
return | void |