|
@@ -44,6 +44,7 @@
|
|
|
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
|
|
|
this.dgvVolaItems = new Sunny.UI.UIDataGridView();
|
|
|
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
|
|
|
+ this.rbtVolaContent = new Sunny.UI.UIRichTextBox();
|
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel2 = new Sunny.UI.UILabel();
|
|
|
this.uiLabel3 = new Sunny.UI.UILabel();
|
|
@@ -57,22 +58,21 @@
|
|
|
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
|
|
|
this.dgvVolaDetailDtos = new Sunny.UI.UIDataGridView();
|
|
|
this.uiPanel2 = new Sunny.UI.UIPanel();
|
|
|
- this.rbtVolaContent = new Sunny.UI.UIRichTextBox();
|
|
|
- this.tbJrID = new Sunny.UI.UITextBox();
|
|
|
- this.tbRuleID = new Sunny.UI.UITextBox();
|
|
|
- this.tbPatID = new Sunny.UI.UITextBox();
|
|
|
- this.tbMdtrdID = new Sunny.UI.UITextBox();
|
|
|
- this.tbVolaAmt = new Sunny.UI.UITextBox();
|
|
|
- this.tbVolaAmtStas = new Sunny.UI.UITextBox();
|
|
|
- this.tbSevDeg = new Sunny.UI.UITextBox();
|
|
|
- this.tbVolaBhvrType = new Sunny.UI.UITextBox();
|
|
|
- this.tbVolaEvid = new Sunny.UI.UITextBox();
|
|
|
this.tbRuleName = new Sunny.UI.UITextBox();
|
|
|
+ this.tbVolaEvid = new Sunny.UI.UITextBox();
|
|
|
+ this.tbVolaBhvrType = new Sunny.UI.UITextBox();
|
|
|
+ this.tbSevDeg = new Sunny.UI.UITextBox();
|
|
|
+ this.tbVolaAmtStas = new Sunny.UI.UITextBox();
|
|
|
+ this.tbVolaAmt = new Sunny.UI.UITextBox();
|
|
|
+ this.tbMdtrdID = new Sunny.UI.UITextBox();
|
|
|
+ this.tbPatID = new Sunny.UI.UITextBox();
|
|
|
+ this.tbRuleID = new Sunny.UI.UITextBox();
|
|
|
+ this.tbJrID = new Sunny.UI.UITextBox();
|
|
|
this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
|
|
|
+ this.btnSave = new Sunny.UI.UIButton();
|
|
|
+ this.cbxDspoWay = new Sunny.UI.UIComboBox();
|
|
|
this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
|
|
|
this.rtbDspoWayRea = new Sunny.UI.UIRichTextBox();
|
|
|
- this.cbxDspoWay = new Sunny.UI.UIComboBox();
|
|
|
- this.btnSave = new Sunny.UI.UIButton();
|
|
|
this.uiPanel1.SuspendLayout();
|
|
|
this.uiGroupBox3.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvVolaItems)).BeginInit();
|
|
@@ -199,7 +199,6 @@
|
|
|
this.dgvVolaItems.Size = new System.Drawing.Size(405, 780);
|
|
|
this.dgvVolaItems.TabIndex = 0;
|
|
|
this.dgvVolaItems.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- this.dgvVolaItems.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvVolaItems_CellContentClick);
|
|
|
this.dgvVolaItems.SelectionChanged += new System.EventHandler(this.dgvVolaItems_SelectionChanged);
|
|
|
//
|
|
|
// uiGroupBox1
|
|
@@ -219,6 +218,22 @@
|
|
|
this.uiGroupBox1.TitleTop = 8;
|
|
|
this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // rbtVolaContent
|
|
|
+ //
|
|
|
+ this.rbtVolaContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.rbtVolaContent.FillColor = System.Drawing.Color.White;
|
|
|
+ this.rbtVolaContent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.rbtVolaContent.Location = new System.Drawing.Point(0, 24);
|
|
|
+ this.rbtVolaContent.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.rbtVolaContent.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.rbtVolaContent.Name = "rbtVolaContent";
|
|
|
+ this.rbtVolaContent.Padding = new System.Windows.Forms.Padding(2);
|
|
|
+ this.rbtVolaContent.ShowText = false;
|
|
|
+ this.rbtVolaContent.Size = new System.Drawing.Size(763, 249);
|
|
|
+ this.rbtVolaContent.TabIndex = 0;
|
|
|
+ this.rbtVolaContent.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ this.rbtVolaContent.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
// uiLabel1
|
|
|
//
|
|
|
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
@@ -435,77 +450,75 @@
|
|
|
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // rbtVolaContent
|
|
|
+ // tbRuleName
|
|
|
//
|
|
|
- this.rbtVolaContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.rbtVolaContent.FillColor = System.Drawing.Color.White;
|
|
|
- this.rbtVolaContent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.rbtVolaContent.Location = new System.Drawing.Point(0, 24);
|
|
|
- this.rbtVolaContent.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.rbtVolaContent.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
- this.rbtVolaContent.Name = "rbtVolaContent";
|
|
|
- this.rbtVolaContent.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.rbtVolaContent.ShowText = false;
|
|
|
- this.rbtVolaContent.Size = new System.Drawing.Size(763, 249);
|
|
|
- this.rbtVolaContent.TabIndex = 0;
|
|
|
- this.rbtVolaContent.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
- this.rbtVolaContent.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbRuleName.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbRuleName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbRuleName.Location = new System.Drawing.Point(166, 324);
|
|
|
+ this.tbRuleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbRuleName.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbRuleName.Name = "tbRuleName";
|
|
|
+ this.tbRuleName.ShowText = false;
|
|
|
+ this.tbRuleName.Size = new System.Drawing.Size(1123, 24);
|
|
|
+ this.tbRuleName.TabIndex = 20;
|
|
|
+ this.tbRuleName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbRuleName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbJrID
|
|
|
+ // tbVolaEvid
|
|
|
//
|
|
|
- this.tbJrID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbJrID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbJrID.Location = new System.Drawing.Point(166, 9);
|
|
|
- this.tbJrID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbJrID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbJrID.Name = "tbJrID";
|
|
|
- this.tbJrID.ShowText = false;
|
|
|
- this.tbJrID.Size = new System.Drawing.Size(321, 24);
|
|
|
- this.tbJrID.TabIndex = 12;
|
|
|
- this.tbJrID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbJrID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbVolaEvid.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbVolaEvid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbVolaEvid.Location = new System.Drawing.Point(166, 289);
|
|
|
+ this.tbVolaEvid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbVolaEvid.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbVolaEvid.Name = "tbVolaEvid";
|
|
|
+ this.tbVolaEvid.ShowText = false;
|
|
|
+ this.tbVolaEvid.Size = new System.Drawing.Size(1123, 24);
|
|
|
+ this.tbVolaEvid.TabIndex = 17;
|
|
|
+ this.tbVolaEvid.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbVolaEvid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbRuleID
|
|
|
+ // tbVolaBhvrType
|
|
|
//
|
|
|
- this.tbRuleID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbRuleID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbRuleID.Location = new System.Drawing.Point(166, 44);
|
|
|
- this.tbRuleID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbRuleID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbRuleID.Name = "tbRuleID";
|
|
|
- this.tbRuleID.ShowText = false;
|
|
|
- this.tbRuleID.Size = new System.Drawing.Size(321, 24);
|
|
|
- this.tbRuleID.TabIndex = 13;
|
|
|
- this.tbRuleID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbRuleID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbVolaBhvrType.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbVolaBhvrType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbVolaBhvrType.Location = new System.Drawing.Point(166, 254);
|
|
|
+ this.tbVolaBhvrType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbVolaBhvrType.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbVolaBhvrType.Name = "tbVolaBhvrType";
|
|
|
+ this.tbVolaBhvrType.ShowText = false;
|
|
|
+ this.tbVolaBhvrType.Size = new System.Drawing.Size(321, 24);
|
|
|
+ this.tbVolaBhvrType.TabIndex = 19;
|
|
|
+ this.tbVolaBhvrType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbVolaBhvrType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbPatID
|
|
|
+ // tbSevDeg
|
|
|
//
|
|
|
- this.tbPatID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbPatID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbPatID.Location = new System.Drawing.Point(166, 79);
|
|
|
- this.tbPatID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbPatID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbPatID.Name = "tbPatID";
|
|
|
- this.tbPatID.ShowText = false;
|
|
|
- this.tbPatID.Size = new System.Drawing.Size(321, 24);
|
|
|
- this.tbPatID.TabIndex = 14;
|
|
|
- this.tbPatID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbPatID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbSevDeg.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbSevDeg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbSevDeg.Location = new System.Drawing.Point(166, 219);
|
|
|
+ this.tbSevDeg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbSevDeg.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbSevDeg.Name = "tbSevDeg";
|
|
|
+ this.tbSevDeg.ShowText = false;
|
|
|
+ this.tbSevDeg.Size = new System.Drawing.Size(321, 24);
|
|
|
+ this.tbSevDeg.TabIndex = 18;
|
|
|
+ this.tbSevDeg.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbSevDeg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbMdtrdID
|
|
|
+ // tbVolaAmtStas
|
|
|
//
|
|
|
- this.tbMdtrdID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbMdtrdID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbMdtrdID.Location = new System.Drawing.Point(166, 114);
|
|
|
- this.tbMdtrdID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbMdtrdID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbMdtrdID.Name = "tbMdtrdID";
|
|
|
- this.tbMdtrdID.ShowText = false;
|
|
|
- this.tbMdtrdID.Size = new System.Drawing.Size(321, 24);
|
|
|
- this.tbMdtrdID.TabIndex = 13;
|
|
|
- this.tbMdtrdID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbMdtrdID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbVolaAmtStas.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbVolaAmtStas.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbVolaAmtStas.Location = new System.Drawing.Point(166, 184);
|
|
|
+ this.tbVolaAmtStas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbVolaAmtStas.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbVolaAmtStas.Name = "tbVolaAmtStas";
|
|
|
+ this.tbVolaAmtStas.ShowText = false;
|
|
|
+ this.tbVolaAmtStas.Size = new System.Drawing.Size(321, 24);
|
|
|
+ this.tbVolaAmtStas.TabIndex = 16;
|
|
|
+ this.tbVolaAmtStas.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbVolaAmtStas.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
// tbVolaAmt
|
|
|
//
|
|
@@ -521,75 +534,61 @@
|
|
|
this.tbVolaAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.tbVolaAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbVolaAmtStas
|
|
|
- //
|
|
|
- this.tbVolaAmtStas.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbVolaAmtStas.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbVolaAmtStas.Location = new System.Drawing.Point(166, 184);
|
|
|
- this.tbVolaAmtStas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbVolaAmtStas.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbVolaAmtStas.Name = "tbVolaAmtStas";
|
|
|
- this.tbVolaAmtStas.ShowText = false;
|
|
|
- this.tbVolaAmtStas.Size = new System.Drawing.Size(321, 24);
|
|
|
- this.tbVolaAmtStas.TabIndex = 16;
|
|
|
- this.tbVolaAmtStas.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbVolaAmtStas.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
- // tbSevDeg
|
|
|
+ // tbMdtrdID
|
|
|
//
|
|
|
- this.tbSevDeg.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbSevDeg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbSevDeg.Location = new System.Drawing.Point(166, 219);
|
|
|
- this.tbSevDeg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbSevDeg.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbSevDeg.Name = "tbSevDeg";
|
|
|
- this.tbSevDeg.ShowText = false;
|
|
|
- this.tbSevDeg.Size = new System.Drawing.Size(321, 24);
|
|
|
- this.tbSevDeg.TabIndex = 18;
|
|
|
- this.tbSevDeg.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbSevDeg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbMdtrdID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbMdtrdID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbMdtrdID.Location = new System.Drawing.Point(166, 114);
|
|
|
+ this.tbMdtrdID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbMdtrdID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbMdtrdID.Name = "tbMdtrdID";
|
|
|
+ this.tbMdtrdID.ShowText = false;
|
|
|
+ this.tbMdtrdID.Size = new System.Drawing.Size(321, 24);
|
|
|
+ this.tbMdtrdID.TabIndex = 13;
|
|
|
+ this.tbMdtrdID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbMdtrdID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbVolaBhvrType
|
|
|
+ // tbPatID
|
|
|
//
|
|
|
- this.tbVolaBhvrType.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbVolaBhvrType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbVolaBhvrType.Location = new System.Drawing.Point(166, 254);
|
|
|
- this.tbVolaBhvrType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbVolaBhvrType.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbVolaBhvrType.Name = "tbVolaBhvrType";
|
|
|
- this.tbVolaBhvrType.ShowText = false;
|
|
|
- this.tbVolaBhvrType.Size = new System.Drawing.Size(321, 24);
|
|
|
- this.tbVolaBhvrType.TabIndex = 19;
|
|
|
- this.tbVolaBhvrType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbVolaBhvrType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbPatID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbPatID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbPatID.Location = new System.Drawing.Point(166, 79);
|
|
|
+ this.tbPatID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbPatID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbPatID.Name = "tbPatID";
|
|
|
+ this.tbPatID.ShowText = false;
|
|
|
+ this.tbPatID.Size = new System.Drawing.Size(321, 24);
|
|
|
+ this.tbPatID.TabIndex = 14;
|
|
|
+ this.tbPatID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbPatID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbVolaEvid
|
|
|
+ // tbRuleID
|
|
|
//
|
|
|
- this.tbVolaEvid.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbVolaEvid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbVolaEvid.Location = new System.Drawing.Point(166, 289);
|
|
|
- this.tbVolaEvid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbVolaEvid.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbVolaEvid.Name = "tbVolaEvid";
|
|
|
- this.tbVolaEvid.ShowText = false;
|
|
|
- this.tbVolaEvid.Size = new System.Drawing.Size(1123, 24);
|
|
|
- this.tbVolaEvid.TabIndex = 17;
|
|
|
- this.tbVolaEvid.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbVolaEvid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbRuleID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbRuleID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbRuleID.Location = new System.Drawing.Point(166, 44);
|
|
|
+ this.tbRuleID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbRuleID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbRuleID.Name = "tbRuleID";
|
|
|
+ this.tbRuleID.ShowText = false;
|
|
|
+ this.tbRuleID.Size = new System.Drawing.Size(321, 24);
|
|
|
+ this.tbRuleID.TabIndex = 13;
|
|
|
+ this.tbRuleID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbRuleID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // tbRuleName
|
|
|
+ // tbJrID
|
|
|
//
|
|
|
- this.tbRuleName.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
- this.tbRuleName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tbRuleName.Location = new System.Drawing.Point(166, 324);
|
|
|
- this.tbRuleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbRuleName.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
- this.tbRuleName.Name = "tbRuleName";
|
|
|
- this.tbRuleName.ShowText = false;
|
|
|
- this.tbRuleName.Size = new System.Drawing.Size(1123, 24);
|
|
|
- this.tbRuleName.TabIndex = 20;
|
|
|
- this.tbRuleName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.tbRuleName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tbJrID.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.tbJrID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tbJrID.Location = new System.Drawing.Point(166, 9);
|
|
|
+ this.tbJrID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.tbJrID.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbJrID.Name = "tbJrID";
|
|
|
+ this.tbJrID.ShowText = false;
|
|
|
+ this.tbJrID.Size = new System.Drawing.Size(321, 24);
|
|
|
+ this.tbJrID.TabIndex = 12;
|
|
|
+ this.tbJrID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.tbJrID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
// uiGroupBox4
|
|
|
//
|
|
@@ -611,6 +610,41 @@
|
|
|
this.uiGroupBox4.TitleTop = 8;
|
|
|
this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // btnSave
|
|
|
+ //
|
|
|
+ this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(278, 19);
|
|
|
+ this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.btnSave.Name = "btnSave";
|
|
|
+ this.btnSave.Size = new System.Drawing.Size(100, 29);
|
|
|
+ this.btnSave.TabIndex = 7;
|
|
|
+ this.btnSave.Text = "保存";
|
|
|
+ this.btnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
+ //
|
|
|
+ // cbxDspoWay
|
|
|
+ //
|
|
|
+ this.cbxDspoWay.DataSource = null;
|
|
|
+ this.cbxDspoWay.FillColor = System.Drawing.Color.White;
|
|
|
+ this.cbxDspoWay.FilterMaxCount = 50;
|
|
|
+ this.cbxDspoWay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cbxDspoWay.Items.AddRange(new object[] {
|
|
|
+ "",
|
|
|
+ "1.继续执行医嘱",
|
|
|
+ "2.返回修改医嘱"});
|
|
|
+ this.cbxDspoWay.Location = new System.Drawing.Point(10, 19);
|
|
|
+ this.cbxDspoWay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.cbxDspoWay.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.cbxDspoWay.Name = "cbxDspoWay";
|
|
|
+ this.cbxDspoWay.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.cbxDspoWay.Size = new System.Drawing.Size(244, 29);
|
|
|
+ this.cbxDspoWay.TabIndex = 6;
|
|
|
+ this.cbxDspoWay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.cbxDspoWay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
// uiGroupBox5
|
|
|
//
|
|
|
this.uiGroupBox5.Controls.Add(this.rtbDspoWayRea);
|
|
@@ -645,40 +679,6 @@
|
|
|
this.rtbDspoWayRea.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
this.rtbDspoWayRea.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // cbxDspoWay
|
|
|
- //
|
|
|
- this.cbxDspoWay.DataSource = null;
|
|
|
- this.cbxDspoWay.FillColor = System.Drawing.Color.White;
|
|
|
- this.cbxDspoWay.FilterMaxCount = 50;
|
|
|
- this.cbxDspoWay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cbxDspoWay.Items.AddRange(new object[] {
|
|
|
- "1.继续执行医嘱",
|
|
|
- "2.返回修改医嘱"});
|
|
|
- this.cbxDspoWay.Location = new System.Drawing.Point(10, 19);
|
|
|
- this.cbxDspoWay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.cbxDspoWay.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
- this.cbxDspoWay.Name = "cbxDspoWay";
|
|
|
- this.cbxDspoWay.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
- this.cbxDspoWay.Size = new System.Drawing.Size(244, 29);
|
|
|
- this.cbxDspoWay.TabIndex = 6;
|
|
|
- this.cbxDspoWay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.cbxDspoWay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
- // btnSave
|
|
|
- //
|
|
|
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnSave.Location = new System.Drawing.Point(288, 15);
|
|
|
- this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
- this.btnSave.Name = "btnSave";
|
|
|
- this.btnSave.Size = new System.Drawing.Size(100, 35);
|
|
|
- this.btnSave.TabIndex = 7;
|
|
|
- this.btnSave.Text = "保存";
|
|
|
- this.btnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
- //
|
|
|
// PreAndInProcessAnalysisForm
|
|
|
//
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|