|
|
@@ -35,7 +35,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettlementChecklist));
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
|
|
|
this.JXCMenuStrip = new Sunny.UI.UIContextMenuStrip();
|
|
|
@@ -61,14 +60,14 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.gbDateTime = new Sunny.UI.UIGroupBox();
|
|
|
this.dpED = new Sunny.UI.UIDatetimePicker();
|
|
|
this.dpST = new Sunny.UI.UIDatetimePicker();
|
|
|
+ this.SybDeleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
|
|
|
+ this.JXCMenuStrip.SuspendLayout();
|
|
|
this.uiPanel1.SuspendLayout();
|
|
|
this.gbExactLocate.SuspendLayout();
|
|
|
this.gbInterface.SuspendLayout();
|
|
|
this.gbDateTime.SuspendLayout();
|
|
|
- // ((System.ComponentModel.ISupportInitialize)(this.report1)).BeginInit();
|
|
|
- this.JXCMenuStrip.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
|
@@ -141,9 +140,10 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.SYBJXCTFToolStripMenuItem,
|
|
|
this.FYMXToolStripMenuItem,
|
|
|
this.cityToolStripMenuItem,
|
|
|
- this.cityDesignToolStripMenuItem});
|
|
|
+ this.cityDesignToolStripMenuItem,
|
|
|
+ this.SybDeleteToolStripMenuItem});
|
|
|
this.JXCMenuStrip.Name = "JXCMenuStrip";
|
|
|
- this.JXCMenuStrip.Size = new System.Drawing.Size(359, 156);
|
|
|
+ this.JXCMenuStrip.Size = new System.Drawing.Size(359, 182);
|
|
|
this.JXCMenuStrip.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
// 市医保进销存992001结算信息上传ToolStripMenuItem
|
|
|
@@ -471,6 +471,13 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
|
|
|
this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // SybDeleteToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.SybDeleteToolStripMenuItem.Name = "SybDeleteToolStripMenuItem";
|
|
|
+ this.SybDeleteToolStripMenuItem.Size = new System.Drawing.Size(358, 26);
|
|
|
+ this.SybDeleteToolStripMenuItem.Text = "市医保结算/退费信息删除992003";
|
|
|
+ this.SybDeleteToolStripMenuItem.Click += new System.EventHandler(this.SybDeleteToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
// SettlementChecklist
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -483,13 +490,13 @@ namespace PTMedicalInsurance.Forms
|
|
|
this.Load += new System.EventHandler(this.SettlementChecklist_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
|
|
|
+ this.JXCMenuStrip.ResumeLayout(false);
|
|
|
this.uiPanel1.ResumeLayout(false);
|
|
|
this.gbExactLocate.ResumeLayout(false);
|
|
|
this.gbInterface.ResumeLayout(false);
|
|
|
this.gbDateTime.ResumeLayout(false);
|
|
|
- //((System.ComponentModel.ISupportInitialize)(this.report1)).EndInit();
|
|
|
- this.JXCMenuStrip.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
@@ -520,5 +527,6 @@ namespace PTMedicalInsurance.Forms
|
|
|
private System.Windows.Forms.ToolStripMenuItem FYMXToolStripMenuItem;
|
|
|
private System.Windows.Forms.ToolStripMenuItem cityToolStripMenuItem;
|
|
|
private System.Windows.Forms.ToolStripMenuItem cityDesignToolStripMenuItem;
|
|
|
+ private ToolStripMenuItem SybDeleteToolStripMenuItem;
|
|
|
}
|
|
|
}
|