@ -28,7 +28,6 @@
/// </summary>
private void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( PartForm ) ) ;
this . splitContainerBase = new System . Windows . Forms . SplitContainer ( ) ;
this . panelPatients = new System . Windows . Forms . Panel ( ) ;
@ -77,7 +76,7 @@
this . dgvSign = new DevExpress . XtraGrid . Views . Grid . GridView ( ) ;
this . gridColumn19 = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . dgcExamResult = new DevExpress . XtraGrid . GridControl ( ) ;
this . contextMenuStrip1 = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . contextMenuStrip1 = new System . Windows . Forms . ContextMenuStrip ( ) ;
this . menuGiveUp1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . menuGiveUp2 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . menuGiveUp3 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
@ -229,6 +228,7 @@
this . tsmiReview = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . tsmiConclusion = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . tsmiSave = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . tsmiPick = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . strip1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . stripTxtEid = new System . Windows . Forms . ToolStripTextBox ( ) ;
this . strip2 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
@ -239,7 +239,6 @@
this . colRptExtTime = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . colRptExtDesc = new DevExpress . XtraGrid . Columns . GridColumn ( ) ;
this . superTabControl1 = new FastReport . DevComponents . DotNetBar . SuperTabControl ( ) ;
this . tsmiRefresh = new System . Windows . Forms . ToolStripMenuItem ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainerBase ) ) . BeginInit ( ) ;
this . splitContainerBase . Panel1 . SuspendLayout ( ) ;
this . splitContainerBase . Panel2 . SuspendLayout ( ) ;
@ -2851,7 +2850,7 @@
this . tsmiReview ,
this . tsmiConclusion ,
this . tsmiSave ,
this . tsmiRefresh ,
this . tsmiPick ,
this . strip1 ,
this . stripTxtEid ,
this . strip2 ,
@ -2903,6 +2902,16 @@
this . tsmiSave . Size = new System . Drawing . Size ( 7 3 , 4 0 ) ;
this . tsmiSave . Text = "保存" ;
//
// tsmiPick
//
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 3 1 , 4 0 ) ;
this . tsmiPick . Text = "重新提取结果" ;
this . tsmiPick . Visible = false ;
//
// strip1
//
this . strip1 . Font = new System . Drawing . Font ( "微软雅黑" , 1 0.5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
@ -3003,16 +3012,6 @@
this . superTabControl1 . SelectedTabIndex = - 1 ;
this . superTabControl1 . TabIndex = 0 ;
//
// tsmiRefresh
//
this . tsmiRefresh . Alignment = System . Windows . Forms . ToolStripItemAlignment . Right ;
this . tsmiRefresh . Image = global :: PEIS . Properties . Resources . 刷 新 ;
this . tsmiRefresh . ImageScaling = System . Windows . Forms . ToolStripItemImageScaling . None ;
this . tsmiRefresh . Name = "tsmiRefresh" ;
this . tsmiRefresh . Size = new System . Drawing . Size ( 1 3 1 , 4 0 ) ;
this . tsmiRefresh . Text = "重新提取结果" ;
this . tsmiRefresh . Visible = false ;
//
// PartForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 7F , 1 7F ) ;
@ -3331,6 +3330,6 @@
private UControl . OpMenuSimple opsConclusion ;
private System . Windows . Forms . Label label19 ;
private DevExpress . XtraGrid . Views . Grid . GridView gridView1 ;
private System . Windows . Forms . ToolStripMenuItem tsmiRefresh ;
private System . Windows . Forms . ToolStripMenuItem tsmiPick ;
}
}