PreAndInProcessAnalysisForm.designer.cs 47 KB

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