PreAndInProcessAnalysisForm.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class PreAndInProcessAnalysisForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.uiPanel1 = new Sunny.UI.UIPanel();
  39. this.btnCancle = new Sunny.UI.UIButton();
  40. this.btnOK = new Sunny.UI.UIButton();
  41. this.uiPanel2 = new Sunny.UI.UIPanel();
  42. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  43. this.dgvVolaDetailDtos = new Sunny.UI.UIDataGridView();
  44. this.tbRuleName = new Sunny.UI.UITextBox();
  45. this.tbVolaEvid = new Sunny.UI.UITextBox();
  46. this.tbVolaBhvrType = new Sunny.UI.UITextBox();
  47. this.tbSevDeg = new Sunny.UI.UITextBox();
  48. this.tbVolaAmtStas = new Sunny.UI.UITextBox();
  49. this.tbVolaAmt = new Sunny.UI.UITextBox();
  50. this.tbMdtrdID = new Sunny.UI.UITextBox();
  51. this.tbPatID = new Sunny.UI.UITextBox();
  52. this.tbRuleID = new Sunny.UI.UITextBox();
  53. this.tbJrID = new Sunny.UI.UITextBox();
  54. this.uiLabel6 = new Sunny.UI.UILabel();
  55. this.uiLabel7 = new Sunny.UI.UILabel();
  56. this.uiLabel8 = new Sunny.UI.UILabel();
  57. this.uiLabel9 = new Sunny.UI.UILabel();
  58. this.uiLabel10 = new Sunny.UI.UILabel();
  59. this.uiLabel5 = new Sunny.UI.UILabel();
  60. this.uiLabel4 = new Sunny.UI.UILabel();
  61. this.uiLabel3 = new Sunny.UI.UILabel();
  62. this.uiLabel2 = new Sunny.UI.UILabel();
  63. this.uiLabel1 = new Sunny.UI.UILabel();
  64. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  65. this.rbtVolaContent = new Sunny.UI.UIRichTextBox();
  66. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  67. this.dgvVolaItems = new Sunny.UI.UIDataGridView();
  68. this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
  69. this.btnSave = new Sunny.UI.UIButton();
  70. this.cbxDspoWay = new Sunny.UI.UIComboBox();
  71. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  72. this.rtbDspoWayRea = new Sunny.UI.UIRichTextBox();
  73. this.uiPanel1.SuspendLayout();
  74. this.uiPanel2.SuspendLayout();
  75. this.uiGroupBox2.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvVolaDetailDtos)).BeginInit();
  77. this.uiGroupBox1.SuspendLayout();
  78. this.uiGroupBox3.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dgvVolaItems)).BeginInit();
  80. this.uiGroupBox4.SuspendLayout();
  81. this.uiGroupBox5.SuspendLayout();
  82. this.SuspendLayout();
  83. //
  84. // uiPanel1
  85. //
  86. this.uiPanel1.Controls.Add(this.btnCancle);
  87. this.uiPanel1.Controls.Add(this.btnOK);
  88. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  89. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.uiPanel1.Location = new System.Drawing.Point(0, 875);
  91. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  92. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  93. this.uiPanel1.Name = "uiPanel1";
  94. this.uiPanel1.Size = new System.Drawing.Size(1545, 53);
  95. this.uiPanel1.TabIndex = 0;
  96. this.uiPanel1.Text = null;
  97. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  98. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  99. //
  100. // btnCancle
  101. //
  102. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  103. this.btnCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  104. this.btnCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.btnCancle.Location = new System.Drawing.Point(1288, 3);
  106. this.btnCancle.MinimumSize = new System.Drawing.Size(1, 1);
  107. this.btnCancle.Name = "btnCancle";
  108. this.btnCancle.Size = new System.Drawing.Size(100, 35);
  109. this.btnCancle.TabIndex = 1;
  110. this.btnCancle.Text = "取消";
  111. this.btnCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.btnCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  113. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  114. //
  115. // btnOK
  116. //
  117. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  118. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  119. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.btnOK.Location = new System.Drawing.Point(1139, 4);
  121. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  122. this.btnOK.Name = "btnOK";
  123. this.btnOK.Size = new System.Drawing.Size(100, 35);
  124. this.btnOK.TabIndex = 0;
  125. this.btnOK.Text = "确定";
  126. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  128. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  129. //
  130. // uiPanel2
  131. //
  132. this.uiPanel2.Controls.Add(this.uiGroupBox2);
  133. this.uiPanel2.Controls.Add(this.tbRuleName);
  134. this.uiPanel2.Controls.Add(this.tbVolaEvid);
  135. this.uiPanel2.Controls.Add(this.tbVolaBhvrType);
  136. this.uiPanel2.Controls.Add(this.tbSevDeg);
  137. this.uiPanel2.Controls.Add(this.tbVolaAmtStas);
  138. this.uiPanel2.Controls.Add(this.tbVolaAmt);
  139. this.uiPanel2.Controls.Add(this.tbMdtrdID);
  140. this.uiPanel2.Controls.Add(this.tbPatID);
  141. this.uiPanel2.Controls.Add(this.tbRuleID);
  142. this.uiPanel2.Controls.Add(this.tbJrID);
  143. this.uiPanel2.Controls.Add(this.uiLabel6);
  144. this.uiPanel2.Controls.Add(this.uiLabel7);
  145. this.uiPanel2.Controls.Add(this.uiLabel8);
  146. this.uiPanel2.Controls.Add(this.uiLabel9);
  147. this.uiPanel2.Controls.Add(this.uiLabel10);
  148. this.uiPanel2.Controls.Add(this.uiLabel5);
  149. this.uiPanel2.Controls.Add(this.uiLabel4);
  150. this.uiPanel2.Controls.Add(this.uiLabel3);
  151. this.uiPanel2.Controls.Add(this.uiLabel2);
  152. this.uiPanel2.Controls.Add(this.uiLabel1);
  153. this.uiPanel2.Controls.Add(this.uiGroupBox1);
  154. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.uiPanel2.Location = new System.Drawing.Point(270, 0);
  157. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  158. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  159. this.uiPanel2.Name = "uiPanel2";
  160. this.uiPanel2.Size = new System.Drawing.Size(1275, 875);
  161. this.uiPanel2.TabIndex = 1;
  162. this.uiPanel2.Text = null;
  163. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  164. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  165. //
  166. // uiGroupBox2
  167. //
  168. this.uiGroupBox2.Controls.Add(this.dgvVolaDetailDtos);
  169. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  170. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.uiGroupBox2.Location = new System.Drawing.Point(0, 666);
  172. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  173. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  174. this.uiGroupBox2.Name = "uiGroupBox2";
  175. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 24, 0, 0);
  176. this.uiGroupBox2.Size = new System.Drawing.Size(1275, 209);
  177. this.uiGroupBox2.TabIndex = 21;
  178. this.uiGroupBox2.Text = "违规明细";
  179. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  180. this.uiGroupBox2.TitleInterval = 0;
  181. this.uiGroupBox2.TitleTop = 8;
  182. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  183. //
  184. // dgvVolaDetailDtos
  185. //
  186. this.dgvVolaDetailDtos.AllowUserToAddRows = false;
  187. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  188. this.dgvVolaDetailDtos.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  189. this.dgvVolaDetailDtos.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  190. this.dgvVolaDetailDtos.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  191. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  192. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  193. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  195. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  196. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  197. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  198. this.dgvVolaDetailDtos.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  199. this.dgvVolaDetailDtos.ColumnHeadersHeight = 32;
  200. this.dgvVolaDetailDtos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  201. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  202. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  203. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  205. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  206. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  207. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  208. this.dgvVolaDetailDtos.DefaultCellStyle = dataGridViewCellStyle3;
  209. this.dgvVolaDetailDtos.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.dgvVolaDetailDtos.EnableHeadersVisualStyles = false;
  211. this.dgvVolaDetailDtos.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.dgvVolaDetailDtos.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  213. this.dgvVolaDetailDtos.Location = new System.Drawing.Point(0, 24);
  214. this.dgvVolaDetailDtos.Name = "dgvVolaDetailDtos";
  215. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  216. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  217. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  219. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  220. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  221. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  222. this.dgvVolaDetailDtos.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  223. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  224. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  226. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  227. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  228. this.dgvVolaDetailDtos.RowsDefaultCellStyle = dataGridViewCellStyle5;
  229. this.dgvVolaDetailDtos.RowTemplate.Height = 23;
  230. this.dgvVolaDetailDtos.SelectedIndex = -1;
  231. this.dgvVolaDetailDtos.Size = new System.Drawing.Size(1275, 185);
  232. this.dgvVolaDetailDtos.TabIndex = 1;
  233. this.dgvVolaDetailDtos.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  234. //
  235. // tbRuleName
  236. //
  237. this.tbRuleName.Cursor = System.Windows.Forms.Cursors.IBeam;
  238. this.tbRuleName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.tbRuleName.Location = new System.Drawing.Point(166, 324);
  240. this.tbRuleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  241. this.tbRuleName.MinimumSize = new System.Drawing.Size(1, 16);
  242. this.tbRuleName.Name = "tbRuleName";
  243. this.tbRuleName.ShowText = false;
  244. this.tbRuleName.Size = new System.Drawing.Size(1123, 24);
  245. this.tbRuleName.TabIndex = 20;
  246. this.tbRuleName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  247. this.tbRuleName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  248. //
  249. // tbVolaEvid
  250. //
  251. this.tbVolaEvid.Cursor = System.Windows.Forms.Cursors.IBeam;
  252. this.tbVolaEvid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.tbVolaEvid.Location = new System.Drawing.Point(166, 289);
  254. this.tbVolaEvid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  255. this.tbVolaEvid.MinimumSize = new System.Drawing.Size(1, 16);
  256. this.tbVolaEvid.Name = "tbVolaEvid";
  257. this.tbVolaEvid.ShowText = false;
  258. this.tbVolaEvid.Size = new System.Drawing.Size(1123, 24);
  259. this.tbVolaEvid.TabIndex = 17;
  260. this.tbVolaEvid.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  261. this.tbVolaEvid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  262. //
  263. // tbVolaBhvrType
  264. //
  265. this.tbVolaBhvrType.Cursor = System.Windows.Forms.Cursors.IBeam;
  266. this.tbVolaBhvrType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.tbVolaBhvrType.Location = new System.Drawing.Point(166, 254);
  268. this.tbVolaBhvrType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  269. this.tbVolaBhvrType.MinimumSize = new System.Drawing.Size(1, 16);
  270. this.tbVolaBhvrType.Name = "tbVolaBhvrType";
  271. this.tbVolaBhvrType.ShowText = false;
  272. this.tbVolaBhvrType.Size = new System.Drawing.Size(321, 24);
  273. this.tbVolaBhvrType.TabIndex = 19;
  274. this.tbVolaBhvrType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  275. this.tbVolaBhvrType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  276. //
  277. // tbSevDeg
  278. //
  279. this.tbSevDeg.Cursor = System.Windows.Forms.Cursors.IBeam;
  280. this.tbSevDeg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.tbSevDeg.Location = new System.Drawing.Point(166, 219);
  282. this.tbSevDeg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  283. this.tbSevDeg.MinimumSize = new System.Drawing.Size(1, 16);
  284. this.tbSevDeg.Name = "tbSevDeg";
  285. this.tbSevDeg.ShowText = false;
  286. this.tbSevDeg.Size = new System.Drawing.Size(321, 24);
  287. this.tbSevDeg.TabIndex = 18;
  288. this.tbSevDeg.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  289. this.tbSevDeg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  290. //
  291. // tbVolaAmtStas
  292. //
  293. this.tbVolaAmtStas.Cursor = System.Windows.Forms.Cursors.IBeam;
  294. this.tbVolaAmtStas.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.tbVolaAmtStas.Location = new System.Drawing.Point(166, 184);
  296. this.tbVolaAmtStas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  297. this.tbVolaAmtStas.MinimumSize = new System.Drawing.Size(1, 16);
  298. this.tbVolaAmtStas.Name = "tbVolaAmtStas";
  299. this.tbVolaAmtStas.ShowText = false;
  300. this.tbVolaAmtStas.Size = new System.Drawing.Size(321, 24);
  301. this.tbVolaAmtStas.TabIndex = 16;
  302. this.tbVolaAmtStas.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  303. this.tbVolaAmtStas.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  304. //
  305. // tbVolaAmt
  306. //
  307. this.tbVolaAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
  308. this.tbVolaAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.tbVolaAmt.Location = new System.Drawing.Point(166, 149);
  310. this.tbVolaAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  311. this.tbVolaAmt.MinimumSize = new System.Drawing.Size(1, 16);
  312. this.tbVolaAmt.Name = "tbVolaAmt";
  313. this.tbVolaAmt.ShowText = false;
  314. this.tbVolaAmt.Size = new System.Drawing.Size(321, 24);
  315. this.tbVolaAmt.TabIndex = 15;
  316. this.tbVolaAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  317. this.tbVolaAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  318. //
  319. // tbMdtrdID
  320. //
  321. this.tbMdtrdID.Cursor = System.Windows.Forms.Cursors.IBeam;
  322. this.tbMdtrdID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.tbMdtrdID.Location = new System.Drawing.Point(166, 114);
  324. this.tbMdtrdID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  325. this.tbMdtrdID.MinimumSize = new System.Drawing.Size(1, 16);
  326. this.tbMdtrdID.Name = "tbMdtrdID";
  327. this.tbMdtrdID.ShowText = false;
  328. this.tbMdtrdID.Size = new System.Drawing.Size(321, 24);
  329. this.tbMdtrdID.TabIndex = 13;
  330. this.tbMdtrdID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  331. this.tbMdtrdID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  332. //
  333. // tbPatID
  334. //
  335. this.tbPatID.Cursor = System.Windows.Forms.Cursors.IBeam;
  336. this.tbPatID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.tbPatID.Location = new System.Drawing.Point(166, 79);
  338. this.tbPatID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  339. this.tbPatID.MinimumSize = new System.Drawing.Size(1, 16);
  340. this.tbPatID.Name = "tbPatID";
  341. this.tbPatID.ShowText = false;
  342. this.tbPatID.Size = new System.Drawing.Size(321, 24);
  343. this.tbPatID.TabIndex = 14;
  344. this.tbPatID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  345. this.tbPatID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  346. //
  347. // tbRuleID
  348. //
  349. this.tbRuleID.Cursor = System.Windows.Forms.Cursors.IBeam;
  350. this.tbRuleID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.tbRuleID.Location = new System.Drawing.Point(166, 44);
  352. this.tbRuleID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  353. this.tbRuleID.MinimumSize = new System.Drawing.Size(1, 16);
  354. this.tbRuleID.Name = "tbRuleID";
  355. this.tbRuleID.ShowText = false;
  356. this.tbRuleID.Size = new System.Drawing.Size(321, 24);
  357. this.tbRuleID.TabIndex = 13;
  358. this.tbRuleID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  359. this.tbRuleID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  360. //
  361. // tbJrID
  362. //
  363. this.tbJrID.Cursor = System.Windows.Forms.Cursors.IBeam;
  364. this.tbJrID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.tbJrID.Location = new System.Drawing.Point(166, 9);
  366. this.tbJrID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  367. this.tbJrID.MinimumSize = new System.Drawing.Size(1, 16);
  368. this.tbJrID.Name = "tbJrID";
  369. this.tbJrID.ShowText = false;
  370. this.tbJrID.Size = new System.Drawing.Size(321, 24);
  371. this.tbJrID.TabIndex = 12;
  372. this.tbJrID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  373. this.tbJrID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  374. //
  375. // uiLabel6
  376. //
  377. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.uiLabel6.Location = new System.Drawing.Point(56, 324);
  379. this.uiLabel6.Name = "uiLabel6";
  380. this.uiLabel6.Size = new System.Drawing.Size(90, 20);
  381. this.uiLabel6.TabIndex = 11;
  382. this.uiLabel6.Text = "规则名称";
  383. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  384. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  385. //
  386. // uiLabel7
  387. //
  388. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.uiLabel7.Location = new System.Drawing.Point(56, 289);
  390. this.uiLabel7.Name = "uiLabel7";
  391. this.uiLabel7.Size = new System.Drawing.Size(90, 20);
  392. this.uiLabel7.TabIndex = 10;
  393. this.uiLabel7.Text = "违规依据";
  394. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  395. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  396. //
  397. // uiLabel8
  398. //
  399. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.uiLabel8.Location = new System.Drawing.Point(11, 254);
  401. this.uiLabel8.Name = "uiLabel8";
  402. this.uiLabel8.Size = new System.Drawing.Size(135, 20);
  403. this.uiLabel8.TabIndex = 9;
  404. this.uiLabel8.Text = "违规行为分类";
  405. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  406. this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  407. //
  408. // uiLabel9
  409. //
  410. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.uiLabel9.Location = new System.Drawing.Point(56, 219);
  412. this.uiLabel9.Name = "uiLabel9";
  413. this.uiLabel9.Size = new System.Drawing.Size(90, 20);
  414. this.uiLabel9.TabIndex = 8;
  415. this.uiLabel9.Text = "严重程度";
  416. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  417. this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  418. //
  419. // uiLabel10
  420. //
  421. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.uiLabel10.Location = new System.Drawing.Point(7, 184);
  423. this.uiLabel10.Name = "uiLabel10";
  424. this.uiLabel10.Size = new System.Drawing.Size(139, 20);
  425. this.uiLabel10.TabIndex = 7;
  426. this.uiLabel10.Text = "违规金额计算状态";
  427. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  428. this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  429. //
  430. // uiLabel5
  431. //
  432. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.uiLabel5.Location = new System.Drawing.Point(56, 149);
  434. this.uiLabel5.Name = "uiLabel5";
  435. this.uiLabel5.Size = new System.Drawing.Size(90, 20);
  436. this.uiLabel5.TabIndex = 6;
  437. this.uiLabel5.Text = "违规金额";
  438. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  439. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  440. //
  441. // uiLabel4
  442. //
  443. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.uiLabel4.Location = new System.Drawing.Point(56, 114);
  445. this.uiLabel4.Name = "uiLabel4";
  446. this.uiLabel4.Size = new System.Drawing.Size(90, 20);
  447. this.uiLabel4.TabIndex = 5;
  448. this.uiLabel4.Text = "就诊ID";
  449. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  450. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  451. //
  452. // uiLabel3
  453. //
  454. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.uiLabel3.Location = new System.Drawing.Point(56, 79);
  456. this.uiLabel3.Name = "uiLabel3";
  457. this.uiLabel3.Size = new System.Drawing.Size(90, 20);
  458. this.uiLabel3.TabIndex = 4;
  459. this.uiLabel3.Text = "参保人ID";
  460. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  461. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  462. //
  463. // uiLabel2
  464. //
  465. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.uiLabel2.Location = new System.Drawing.Point(56, 44);
  467. this.uiLabel2.Name = "uiLabel2";
  468. this.uiLabel2.Size = new System.Drawing.Size(90, 20);
  469. this.uiLabel2.TabIndex = 3;
  470. this.uiLabel2.Text = "规则ID";
  471. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  472. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  473. //
  474. // uiLabel1
  475. //
  476. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.uiLabel1.Location = new System.Drawing.Point(56, 9);
  478. this.uiLabel1.Name = "uiLabel1";
  479. this.uiLabel1.Size = new System.Drawing.Size(90, 20);
  480. this.uiLabel1.TabIndex = 2;
  481. this.uiLabel1.Text = "违规标识";
  482. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight;
  483. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  484. //
  485. // uiGroupBox1
  486. //
  487. this.uiGroupBox1.Controls.Add(this.rbtVolaContent);
  488. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.uiGroupBox1.Location = new System.Drawing.Point(526, 5);
  490. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  491. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  492. this.uiGroupBox1.Name = "uiGroupBox1";
  493. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 24, 0, 0);
  494. this.uiGroupBox1.Size = new System.Drawing.Size(763, 273);
  495. this.uiGroupBox1.TabIndex = 1;
  496. this.uiGroupBox1.Text = "违规内容";
  497. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  498. this.uiGroupBox1.TitleInterval = 0;
  499. this.uiGroupBox1.TitleTop = 8;
  500. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  501. //
  502. // rbtVolaContent
  503. //
  504. this.rbtVolaContent.Dock = System.Windows.Forms.DockStyle.Fill;
  505. this.rbtVolaContent.FillColor = System.Drawing.Color.White;
  506. this.rbtVolaContent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.rbtVolaContent.Location = new System.Drawing.Point(0, 24);
  508. this.rbtVolaContent.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  509. this.rbtVolaContent.MinimumSize = new System.Drawing.Size(1, 1);
  510. this.rbtVolaContent.Name = "rbtVolaContent";
  511. this.rbtVolaContent.Padding = new System.Windows.Forms.Padding(2);
  512. this.rbtVolaContent.ShowText = false;
  513. this.rbtVolaContent.Size = new System.Drawing.Size(763, 249);
  514. this.rbtVolaContent.TabIndex = 0;
  515. this.rbtVolaContent.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  516. this.rbtVolaContent.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  517. //
  518. // uiGroupBox3
  519. //
  520. this.uiGroupBox3.Controls.Add(this.dgvVolaItems);
  521. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Left;
  522. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.uiGroupBox3.Location = new System.Drawing.Point(0, 0);
  524. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  525. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  526. this.uiGroupBox3.Name = "uiGroupBox3";
  527. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  528. this.uiGroupBox3.Size = new System.Drawing.Size(270, 875);
  529. this.uiGroupBox3.TabIndex = 2;
  530. this.uiGroupBox3.Text = "违规项目";
  531. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  532. this.uiGroupBox3.TitleInterval = 6;
  533. this.uiGroupBox3.TitleTop = 10;
  534. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  535. //
  536. // dgvVolaItems
  537. //
  538. this.dgvVolaItems.AllowUserToAddRows = false;
  539. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  540. this.dgvVolaItems.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  541. this.dgvVolaItems.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  542. this.dgvVolaItems.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  543. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  544. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  545. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  547. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  548. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  549. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  550. this.dgvVolaItems.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  551. this.dgvVolaItems.ColumnHeadersHeight = 32;
  552. this.dgvVolaItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  553. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  554. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  555. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  556. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  557. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  558. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  559. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  560. this.dgvVolaItems.DefaultCellStyle = dataGridViewCellStyle8;
  561. this.dgvVolaItems.Dock = System.Windows.Forms.DockStyle.Fill;
  562. this.dgvVolaItems.EnableHeadersVisualStyles = false;
  563. this.dgvVolaItems.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. this.dgvVolaItems.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  565. this.dgvVolaItems.Location = new System.Drawing.Point(0, 26);
  566. this.dgvVolaItems.Name = "dgvVolaItems";
  567. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  568. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  569. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  571. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  572. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  573. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  574. this.dgvVolaItems.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  575. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  576. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  578. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  579. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  580. this.dgvVolaItems.RowsDefaultCellStyle = dataGridViewCellStyle10;
  581. this.dgvVolaItems.RowTemplate.Height = 23;
  582. this.dgvVolaItems.SelectedIndex = -1;
  583. this.dgvVolaItems.Size = new System.Drawing.Size(270, 849);
  584. this.dgvVolaItems.TabIndex = 0;
  585. this.dgvVolaItems.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  586. this.dgvVolaItems.SelectionChanged += new System.EventHandler(this.dgvVolaItems_SelectionChanged);
  587. //
  588. // uiGroupBox4
  589. //
  590. this.uiGroupBox4.Controls.Add(this.btnSave);
  591. this.uiGroupBox4.Controls.Add(this.cbxDspoWay);
  592. this.uiGroupBox4.Controls.Add(this.uiGroupBox5);
  593. this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
  594. this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  595. this.uiGroupBox4.Location = new System.Drawing.Point(270, 603);
  596. this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  597. this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
  598. this.uiGroupBox4.Name = "uiGroupBox4";
  599. this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 24, 0, 0);
  600. this.uiGroupBox4.Size = new System.Drawing.Size(1275, 272);
  601. this.uiGroupBox4.TabIndex = 24;
  602. this.uiGroupBox4.Text = "如果选择继续执行医嘱,请在下方选择框选择,并点击保存按钮";
  603. this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  604. this.uiGroupBox4.TitleInterval = 0;
  605. this.uiGroupBox4.TitleTop = 8;
  606. this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  607. //
  608. // btnSave
  609. //
  610. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  611. this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
  612. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.btnSave.Location = new System.Drawing.Point(283, 19);
  614. this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
  615. this.btnSave.Name = "btnSave";
  616. this.btnSave.Size = new System.Drawing.Size(100, 29);
  617. this.btnSave.TabIndex = 7;
  618. this.btnSave.Text = "保存";
  619. this.btnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.btnSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  621. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  622. //
  623. // cbxDspoWay
  624. //
  625. this.cbxDspoWay.DataSource = null;
  626. this.cbxDspoWay.FillColor = System.Drawing.Color.White;
  627. this.cbxDspoWay.FilterMaxCount = 50;
  628. this.cbxDspoWay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.cbxDspoWay.Items.AddRange(new object[] {
  630. "",
  631. "1.继续执行医嘱",
  632. "2.返回修改医嘱"});
  633. this.cbxDspoWay.Location = new System.Drawing.Point(10, 19);
  634. this.cbxDspoWay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  635. this.cbxDspoWay.MinimumSize = new System.Drawing.Size(63, 0);
  636. this.cbxDspoWay.Name = "cbxDspoWay";
  637. this.cbxDspoWay.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  638. this.cbxDspoWay.Size = new System.Drawing.Size(244, 29);
  639. this.cbxDspoWay.TabIndex = 6;
  640. this.cbxDspoWay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  641. this.cbxDspoWay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  642. //
  643. // uiGroupBox5
  644. //
  645. this.uiGroupBox5.Controls.Add(this.rtbDspoWayRea);
  646. this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
  647. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.uiGroupBox5.Location = new System.Drawing.Point(0, 49);
  649. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  650. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  651. this.uiGroupBox5.Name = "uiGroupBox5";
  652. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 24, 0, 0);
  653. this.uiGroupBox5.Size = new System.Drawing.Size(1275, 223);
  654. this.uiGroupBox5.TabIndex = 5;
  655. this.uiGroupBox5.Text = "请填写采用此种处理方式的原因,处理方式为继续执行医嘱时必填";
  656. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  657. this.uiGroupBox5.TitleInterval = 0;
  658. this.uiGroupBox5.TitleTop = 8;
  659. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  660. //
  661. // rtbDspoWayRea
  662. //
  663. this.rtbDspoWayRea.Dock = System.Windows.Forms.DockStyle.Fill;
  664. this.rtbDspoWayRea.FillColor = System.Drawing.Color.White;
  665. this.rtbDspoWayRea.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.rtbDspoWayRea.Location = new System.Drawing.Point(0, 24);
  667. this.rtbDspoWayRea.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  668. this.rtbDspoWayRea.MinimumSize = new System.Drawing.Size(1, 1);
  669. this.rtbDspoWayRea.Name = "rtbDspoWayRea";
  670. this.rtbDspoWayRea.Padding = new System.Windows.Forms.Padding(2);
  671. this.rtbDspoWayRea.ShowText = false;
  672. this.rtbDspoWayRea.Size = new System.Drawing.Size(1275, 199);
  673. this.rtbDspoWayRea.TabIndex = 0;
  674. this.rtbDspoWayRea.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  675. this.rtbDspoWayRea.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  676. //
  677. // PreAndInProcessAnalysisForm
  678. //
  679. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  680. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  681. this.ClientSize = new System.Drawing.Size(1545, 928);
  682. this.Controls.Add(this.uiGroupBox4);
  683. this.Controls.Add(this.uiPanel2);
  684. this.Controls.Add(this.uiGroupBox3);
  685. this.Controls.Add(this.uiPanel1);
  686. this.Name = "PreAndInProcessAnalysisForm";
  687. this.Text = "事前事中智能审核";
  688. this.uiPanel1.ResumeLayout(false);
  689. this.uiPanel2.ResumeLayout(false);
  690. this.uiGroupBox2.ResumeLayout(false);
  691. ((System.ComponentModel.ISupportInitialize)(this.dgvVolaDetailDtos)).EndInit();
  692. this.uiGroupBox1.ResumeLayout(false);
  693. this.uiGroupBox3.ResumeLayout(false);
  694. ((System.ComponentModel.ISupportInitialize)(this.dgvVolaItems)).EndInit();
  695. this.uiGroupBox4.ResumeLayout(false);
  696. this.uiGroupBox5.ResumeLayout(false);
  697. this.ResumeLayout(false);
  698. }
  699. #endregion
  700. private Sunny.UI.UIPanel uiPanel1;
  701. private Sunny.UI.UIPanel uiPanel2;
  702. private Sunny.UI.UITextBox tbRuleName;
  703. private Sunny.UI.UITextBox tbVolaEvid;
  704. private Sunny.UI.UITextBox tbVolaBhvrType;
  705. private Sunny.UI.UITextBox tbSevDeg;
  706. private Sunny.UI.UITextBox tbVolaAmtStas;
  707. private Sunny.UI.UITextBox tbVolaAmt;
  708. private Sunny.UI.UITextBox tbMdtrdID;
  709. private Sunny.UI.UITextBox tbPatID;
  710. private Sunny.UI.UITextBox tbRuleID;
  711. private Sunny.UI.UITextBox tbJrID;
  712. private Sunny.UI.UILabel uiLabel6;
  713. private Sunny.UI.UILabel uiLabel7;
  714. private Sunny.UI.UILabel uiLabel8;
  715. private Sunny.UI.UILabel uiLabel9;
  716. private Sunny.UI.UILabel uiLabel10;
  717. private Sunny.UI.UILabel uiLabel5;
  718. private Sunny.UI.UILabel uiLabel4;
  719. private Sunny.UI.UILabel uiLabel3;
  720. private Sunny.UI.UILabel uiLabel2;
  721. private Sunny.UI.UILabel uiLabel1;
  722. private Sunny.UI.UIGroupBox uiGroupBox1;
  723. private Sunny.UI.UIRichTextBox rbtVolaContent;
  724. private Sunny.UI.UIGroupBox uiGroupBox2;
  725. private Sunny.UI.UIButton btnOK;
  726. private Sunny.UI.UIButton btnCancle;
  727. private Sunny.UI.UIGroupBox uiGroupBox3;
  728. private Sunny.UI.UIDataGridView dgvVolaItems;
  729. private Sunny.UI.UIDataGridView dgvVolaDetailDtos;
  730. private Sunny.UI.UIGroupBox uiGroupBox4;
  731. private Sunny.UI.UIButton btnSave;
  732. private Sunny.UI.UIComboBox cbxDspoWay;
  733. private Sunny.UI.UIGroupBox uiGroupBox5;
  734. private Sunny.UI.UIRichTextBox rtbDspoWayRea;
  735. }
  736. }