PreAndInProcessAnalysisForm.Designer.cs 49 KB

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