PreAndInProcessAnalysisForm.Designer.cs 43 KB

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