1、科室分检加入重新提取结果按钮

dhzzyy
lsm 7 months ago
parent b409a950b1
commit 394b532798
  1. 13
      PEIS/View/Exam/PartForm.Designer.cs
  2. 3
      PEIS/View/Exam/PartForm.resx

@ -239,6 +239,7 @@
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();
@ -2850,6 +2851,7 @@
this.tsmiReview,
this.tsmiConclusion,
this.tsmiSave,
this.tsmiRefresh,
this.strip1,
this.stripTxtEid,
this.strip2,
@ -3001,6 +3003,16 @@
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(131, 40);
this.tsmiRefresh.Text = "重新提取结果";
this.tsmiRefresh.Visible = false;
//
// PartForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
@ -3319,5 +3331,6 @@
private UControl.OpMenuSimple opsConclusion;
private System.Windows.Forms.Label label19;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.ToolStripMenuItem tsmiRefresh;
}
}

@ -171,9 +171,6 @@
fOB5L+flMi1KC1D4AAAAAElFTkSuQmCC
</value>
</data>
<metadata name="superTabControl1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>70</value>
</metadata>

Loading…
Cancel
Save