C# 클래스 SIL.FieldWorks.FwCoreDlgs.FwUpdateReportDlg

Base class for displaying somewhat "techie" information to report on changes that were applied automatically to a project but which the user might need to review.
This is intended to be an abstract base class, but making it abstract messes up the Designer in the derived classes. You should override HelpTopicKey
상속: System.Windows.Forms.Form, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 프로퍼티들

프로퍼티 타입 설명
columnHeader1 System.Windows.Forms.ColumnHeader
lblWarning System.Windows.Forms.Label
printDocument System.Drawing.Printing.PrintDocument
saveFileDialog SaveFileDialogAdapter

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

FwUpdateReportDlg ( ) : System

Constructor for FwUpdateReportDlg

FwUpdateReportDlg ( List itemsToReport, string projectName, IHelpTopicProvider helpTopicProvider ) : System

Constructor for FwUpdateReportDlg

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Form.Load event.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
StringToByteArray ( string stringToConvert ) : byte[]

Convert string to byte array.

btnHelp_Click ( object sender, EventArgs e ) : void

Handle click on the "Help" button.

btnPrintRpt_Click ( object sender, EventArgs e ) : void

Handle click on the "Print Report..." button.

btnSaveRpt_Click ( object sender, EventArgs e ) : void

Handle click on the "Save Report..." button.

lvItems_SizeChanged ( object sender, EventArgs e ) : void

Handles the SizeChanged event of the lvItems control.

printDocument_BeginPrint ( object sender, PrintEventArgs e ) : void
printDocument_PrintPage ( object sender, PrintPageEventArgs e ) : void

Handle PrintPage event.

메소드 상세

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FwUpdateReportDlg() 공개 메소드

Constructor for FwUpdateReportDlg
public FwUpdateReportDlg ( ) : System
리턴 System

FwUpdateReportDlg() 공개 메소드

Constructor for FwUpdateReportDlg
public FwUpdateReportDlg ( List itemsToReport, string projectName, IHelpTopicProvider helpTopicProvider ) : System
itemsToReport List List of items to report in the list.
projectName string Name of the project.
helpTopicProvider IHelpTopicProvider context sensitive help
리턴 System

OnLoad() 보호된 메소드

Raises the E:System.Windows.Forms.Form.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

프로퍼티 상세

columnHeader1 보호되어 있는 프로퍼티

protected System.Windows.Forms.ColumnHeader columnHeader1
리턴 System.Windows.Forms.ColumnHeader

lblWarning 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label lblWarning
리턴 System.Windows.Forms.Label

printDocument 보호되어 있는 프로퍼티

protected System.Drawing.Printing.PrintDocument printDocument
리턴 System.Drawing.Printing.PrintDocument

saveFileDialog 보호되어 있는 프로퍼티

protected SaveFileDialogAdapter saveFileDialog
리턴 SaveFileDialogAdapter