|
|
@@ -47,9 +47,6 @@
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.dgvDirectoy = new Sunny.UI.UIDataGridView();
|
|
|
- this.cmsUpdateInsuDir = new Sunny.UI.UIContextMenuStrip();
|
|
|
- this.limitPriceUpdate = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.pgDownload = new Sunny.UI.UIPagination();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.rbgDirecType = new Sunny.UI.UIRadioButtonGroup();
|
|
|
@@ -117,15 +114,18 @@
|
|
|
this.uiButton1 = new Sunny.UI.UIButton();
|
|
|
this.uiPanel3 = new Sunny.UI.UIPanel();
|
|
|
this.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
|
|
|
+ this.cmsUpdateInsuDir = new Sunny.UI.UIContextMenuStrip();
|
|
|
+ this.limitPriceUpdate = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.cmsUpdateAuxInfo = new Sunny.UI.UIContextMenuStrip();
|
|
|
this.tsmiSingleUpdateAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.tsmiUpdateAllAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
|
+ this.batchUpdateCategory = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).BeginInit();
|
|
|
- this.cmsUpdateInsuDir.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.cmsMapping.SuspendLayout();
|
|
|
this.uiGroupBox3.SuspendLayout();
|
|
|
@@ -152,6 +152,7 @@
|
|
|
this.tbApprovalNO.SuspendLayout();
|
|
|
this.pgCenterDirect.SuspendLayout();
|
|
|
this.uiPanel3.SuspendLayout();
|
|
|
+ this.cmsUpdateInsuDir.SuspendLayout();
|
|
|
this.cmsUpdateAuxInfo.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -244,30 +245,6 @@
|
|
|
this.dgvDirectoy.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
this.dgvDirectoy.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvDirectoy_RowPostPaint);
|
|
|
//
|
|
|
- // cmsUpdateInsuDir
|
|
|
- //
|
|
|
- this.cmsUpdateInsuDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
|
- this.cmsUpdateInsuDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cmsUpdateInsuDir.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
- this.cmsUpdateInsuDir.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.limitPriceUpdate,
|
|
|
- this.toolStripSeparator2});
|
|
|
- this.cmsUpdateInsuDir.Name = "uiContextMenuStrip1";
|
|
|
- this.cmsUpdateInsuDir.Size = new System.Drawing.Size(245, 42);
|
|
|
- this.cmsUpdateInsuDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
- // limitPriceUpdate
|
|
|
- //
|
|
|
- this.limitPriceUpdate.Name = "limitPriceUpdate";
|
|
|
- this.limitPriceUpdate.Size = new System.Drawing.Size(244, 32);
|
|
|
- this.limitPriceUpdate.Text = "医保目录限价信息";
|
|
|
- this.limitPriceUpdate.Click += new System.EventHandler(this.limitPriceUpdate_Click);
|
|
|
- //
|
|
|
- // toolStripSeparator2
|
|
|
- //
|
|
|
- this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
- this.toolStripSeparator2.Size = new System.Drawing.Size(241, 6);
|
|
|
- //
|
|
|
// pgDownload
|
|
|
//
|
|
|
this.pgDownload.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
@@ -375,41 +352,42 @@
|
|
|
this.tsmiCancleMapping,
|
|
|
this.toolStripSeparator1,
|
|
|
this.ToolStripMenuItem_Upload,
|
|
|
- this.ToolStripMenuItem_CancelUpload});
|
|
|
+ this.ToolStripMenuItem_CancelUpload,
|
|
|
+ this.batchUpdateCategory});
|
|
|
this.cmsMapping.Name = "uiContextMenuStrip1";
|
|
|
- this.cmsMapping.Size = new System.Drawing.Size(325, 138);
|
|
|
+ this.cmsMapping.Size = new System.Drawing.Size(385, 198);
|
|
|
this.cmsMapping.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
// tsmiMapping
|
|
|
//
|
|
|
this.tsmiMapping.Name = "tsmiMapping";
|
|
|
- this.tsmiMapping.Size = new System.Drawing.Size(324, 32);
|
|
|
+ this.tsmiMapping.Size = new System.Drawing.Size(384, 32);
|
|
|
this.tsmiMapping.Text = "对照";
|
|
|
this.tsmiMapping.Click += new System.EventHandler(this.tsmiMapping_Click);
|
|
|
//
|
|
|
// tsmiCancleMapping
|
|
|
//
|
|
|
this.tsmiCancleMapping.Name = "tsmiCancleMapping";
|
|
|
- this.tsmiCancleMapping.Size = new System.Drawing.Size(324, 32);
|
|
|
+ this.tsmiCancleMapping.Size = new System.Drawing.Size(384, 32);
|
|
|
this.tsmiCancleMapping.Text = "取消对照";
|
|
|
this.tsmiCancleMapping.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
|
|
|
//
|
|
|
// toolStripSeparator1
|
|
|
//
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(321, 6);
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(381, 6);
|
|
|
//
|
|
|
// ToolStripMenuItem_Upload
|
|
|
//
|
|
|
this.ToolStripMenuItem_Upload.Name = "ToolStripMenuItem_Upload";
|
|
|
- this.ToolStripMenuItem_Upload.Size = new System.Drawing.Size(324, 32);
|
|
|
+ this.ToolStripMenuItem_Upload.Size = new System.Drawing.Size(384, 32);
|
|
|
this.ToolStripMenuItem_Upload.Text = "单条目录对照关系上传";
|
|
|
this.ToolStripMenuItem_Upload.Click += new System.EventHandler(this.ToolStripMenuItem_Upload_Click);
|
|
|
//
|
|
|
// ToolStripMenuItem_CancelUpload
|
|
|
//
|
|
|
this.ToolStripMenuItem_CancelUpload.Name = "ToolStripMenuItem_CancelUpload";
|
|
|
- this.ToolStripMenuItem_CancelUpload.Size = new System.Drawing.Size(324, 32);
|
|
|
+ this.ToolStripMenuItem_CancelUpload.Size = new System.Drawing.Size(384, 32);
|
|
|
this.ToolStripMenuItem_CancelUpload.Text = "单条目录对照关系上传撤销";
|
|
|
this.ToolStripMenuItem_CancelUpload.Click += new System.EventHandler(this.ToolStripMenuItem_CancelUpload_Click);
|
|
|
//
|
|
|
@@ -1402,6 +1380,30 @@
|
|
|
this.rbgDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
this.rbgDirecType_C.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgDirecType_C_ValueChanged);
|
|
|
//
|
|
|
+ // cmsUpdateInsuDir
|
|
|
+ //
|
|
|
+ this.cmsUpdateInsuDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
|
+ this.cmsUpdateInsuDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cmsUpdateInsuDir.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
+ this.cmsUpdateInsuDir.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.limitPriceUpdate,
|
|
|
+ this.toolStripSeparator2});
|
|
|
+ this.cmsUpdateInsuDir.Name = "uiContextMenuStrip1";
|
|
|
+ this.cmsUpdateInsuDir.Size = new System.Drawing.Size(245, 42);
|
|
|
+ this.cmsUpdateInsuDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // limitPriceUpdate
|
|
|
+ //
|
|
|
+ this.limitPriceUpdate.Name = "limitPriceUpdate";
|
|
|
+ this.limitPriceUpdate.Size = new System.Drawing.Size(244, 32);
|
|
|
+ this.limitPriceUpdate.Text = "医保目录限价信息";
|
|
|
+ this.limitPriceUpdate.Click += new System.EventHandler(this.limitPriceUpdate_Click);
|
|
|
+ //
|
|
|
+ // toolStripSeparator2
|
|
|
+ //
|
|
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(241, 6);
|
|
|
+ //
|
|
|
// cmsUpdateAuxInfo
|
|
|
//
|
|
|
this.cmsUpdateAuxInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
|
@@ -1426,6 +1428,13 @@
|
|
|
this.tsmiUpdateAllAuxInfo.Size = new System.Drawing.Size(284, 32);
|
|
|
this.tsmiUpdateAllAuxInfo.Text = "更新所有目录附属信息";
|
|
|
//
|
|
|
+ // batchUpdateCategory
|
|
|
+ //
|
|
|
+ this.batchUpdateCategory.Name = "batchUpdateCategory";
|
|
|
+ this.batchUpdateCategory.Size = new System.Drawing.Size(384, 32);
|
|
|
+ this.batchUpdateCategory.Text = "批量更新当前页甲乙类(已对照)";
|
|
|
+ this.batchUpdateCategory.Click += new System.EventHandler(this.batchUpdateCategory_Click);
|
|
|
+ //
|
|
|
// BasicData
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -1442,7 +1451,6 @@
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).EndInit();
|
|
|
- this.cmsUpdateInsuDir.ResumeLayout(false);
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel2.PerformLayout();
|
|
|
this.cmsMapping.ResumeLayout(false);
|
|
|
@@ -1474,6 +1482,7 @@
|
|
|
this.tbApprovalNO.ResumeLayout(false);
|
|
|
this.pgCenterDirect.ResumeLayout(false);
|
|
|
this.uiPanel3.ResumeLayout(false);
|
|
|
+ this.cmsUpdateInsuDir.ResumeLayout(false);
|
|
|
this.cmsUpdateAuxInfo.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
@@ -1559,6 +1568,7 @@
|
|
|
private Sunny.UI.UITextBox uiTextBox3;
|
|
|
private Sunny.UI.UITextBox uiTextBox5;
|
|
|
private Sunny.UI.UILabel LabExplain;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem batchUpdateCategory;
|
|
|
}
|
|
|
}
|
|
|
|