Exemplo n.º 1
0
 /// <summary>
 /// 打印
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void tsBtnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(this.fpUserInformationDetails, 0);
 }
Exemplo n.º 2
0
 /// <summary>
 /// 打印
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void tsBtnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(_fpDepartmentInfo, 0);
 }
Exemplo n.º 3
0
 private void tsbPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(fpPreWarningResultTotalTable, 0);
 }
Exemplo n.º 4
0
 /// <summary>
 ///     打印
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void tsBtnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(_fpPreWarningResultDetials, 0);
 }
Exemplo n.º 5
0
 private void tsBtnPrint_Click(object sender, EventArgs e)
 {
     //打印
     FilePrint.CommonPrint(fpDayReportHChuan, 0);
 }
Exemplo n.º 6
0
 /// <summary>
 ///     打印
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void tsBtnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(_fpPreWaringLastedValue, 0);
 }
Exemplo n.º 7
0
 private void toolStripBtnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(fpPreWarningResultTable, 0);
 }
Exemplo n.º 8
0
 public void PrintRules()
 {
     FilePrint.CommonPrint(fpRules, 0);
 }
 private void tsBtnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(fpUserInfo, 0);
 }
Exemplo n.º 10
0
 private void btnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(fpRules, 0);
 }
Exemplo n.º 11
0
 /// <summary>
 ///     打印
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void tsBtnPrint_Click(object sender, EventArgs e)
 {
     FilePrint.CommonPrint(fpGasConcentrationProbeDataInfo, 0);
 }