@ -157,6 +157,8 @@
this . OpsPacsImg = new PEIS . View . UControl . OpMenuSimple ( ) ;
this . panelPacsRptList = new System . Windows . Forms . Panel ( ) ;
this . dgcRptPacs = new DevExpress . XtraGrid . GridControl ( ) ;
this . contextMenuStrip2 = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . PrintPacs = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DgvRptPacs = new DevExpress . XtraGrid . Views . Grid . GridView ( ) ;
this . colPacsTime = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . colPacsImageTitle1 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
@ -239,8 +241,7 @@
this . colRptExtTime = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . colRptExtDesc = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . superTabControl1 = new FastReport . DevComponents . DotNetBar . SuperTabControl ( ) ;
this . contextMenuStrip2 = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . PrintPacs = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . tsmiPick = new System . Windows . Forms . ToolStripMenuItem ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainerBase ) ) . BeginInit ( ) ;
this . splitContainerBase . Panel1 . SuspendLayout ( ) ;
this . splitContainerBase . Panel2 . SuspendLayout ( ) ;
@ -305,6 +306,7 @@
this . panel14 . SuspendLayout ( ) ;
this . panelPacsRptList . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgcRptPacs ) ) . BeginInit ( ) ;
this . contextMenuStrip2 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvRptPacs ) ) . BeginInit ( ) ;
this . tabPageReport . SuspendLayout ( ) ;
this . panelReportBase . SuspendLayout ( ) ;
@ -325,7 +327,6 @@
this . panel2 . SuspendLayout ( ) ;
this . menuStrip1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . superTabControl1 ) ) . BeginInit ( ) ;
this . contextMenuStrip2 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// splitContainerBase
@ -1913,6 +1914,20 @@
this . dgcRptPacs . ViewCollection . AddRange ( new DevExpress . XtraGrid . Views . Base . BaseView [ ] {
this . DgvRptPacs } ) ;
//
// contextMenuStrip2
//
this . contextMenuStrip2 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . PrintPacs } ) ;
this . contextMenuStrip2 . Name = "contextMenuStrip2" ;
this . contextMenuStrip2 . Size = new System . Drawing . Size ( 1 2 5 , 2 6 ) ;
//
// PrintPacs
//
this . PrintPacs . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PrintPacs.Image" ) ) ) ;
this . PrintPacs . Name = "PrintPacs" ;
this . PrintPacs . Size = new System . Drawing . Size ( 1 2 4 , 2 2 ) ;
this . PrintPacs . Text = "打印报告" ;
//
// DgvRptPacs
//
this . DgvRptPacs . Appearance . Empty . BackColor = System . Drawing . Color . WhiteSmoke ;
@ -2854,6 +2869,7 @@
this . tsmiReview ,
this . tsmiConclusion ,
this . tsmiSave ,
this . tsmiPick ,
this . strip1 ,
this . stripTxtEid ,
this . strip2 ,
@ -3005,19 +3021,15 @@
this . superTabControl1 . SelectedTabIndex = - 1 ;
this . superTabControl1 . TabIndex = 0 ;
//
// contextMenuStrip2
// tsmiPick
//
this . contextMenuStrip2 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . PrintPacs } ) ;
this . contextMenuStrip2 . Name = "contextMenuStrip2" ;
this . contextMenuStrip2 . Size = new System . Drawing . Size ( 1 2 5 , 2 6 ) ;
//
// PrintPacs
//
this . PrintPacs . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PrintPacs.Image" ) ) ) ;
this . PrintPacs . Name = "PrintPacs" ;
this . PrintPacs . Size = new System . Drawing . Size ( 1 2 4 , 2 2 ) ;
this . PrintPacs . Text = "打印报告" ;
this . tsmiPick . Alignment = System . Windows . Forms . ToolStripItemAlignment . Right ;
this . tsmiPick . Image = global :: PEIS . Properties . Resources . 刷 新 ;
this . tsmiPick . ImageScaling = System . Windows . Forms . ToolStripItemImageScaling . None ;
this . tsmiPick . Name = "tsmiPick" ;
this . tsmiPick . Size = new System . Drawing . Size ( 1 5 9 , 4 0 ) ;
this . tsmiPick . Text = "重新提取检查结果" ;
this . tsmiPick . Visible = false ;
//
// PartForm
//
@ -3098,6 +3110,7 @@
this . panel14 . ResumeLayout ( false ) ;
this . panelPacsRptList . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgcRptPacs ) ) . EndInit ( ) ;
this . contextMenuStrip2 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . DgvRptPacs ) ) . EndInit ( ) ;
this . tabPageReport . ResumeLayout ( false ) ;
this . panelReportBase . ResumeLayout ( false ) ;
@ -3122,7 +3135,6 @@
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . superTabControl1 ) ) . EndInit ( ) ;
this . contextMenuStrip2 . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
}
@ -3340,5 +3352,6 @@
private DevExpress . XtraGrid . Views . Grid . GridView gridView1 ;
private System . Windows . Forms . ContextMenuStrip contextMenuStrip2 ;
private System . Windows . Forms . ToolStripMenuItem PrintPacs ;
private System . Windows . Forms . ToolStripMenuItem tsmiPick ;
}
}