OutPatientIntegratedServices.designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class OutPatientIntegratedServices
  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.btRefresh = new Sunny.UI.UIButton();
  40. this.btExit = new Sunny.UI.UIButton();
  41. this.btSettlement = new Sunny.UI.UIButton();
  42. this.btReadCard = new Sunny.UI.UIButton();
  43. this.uiPanel2 = new Sunny.UI.UIPanel();
  44. this.uiTabControl1 = new Sunny.UI.UITabControl();
  45. this.tabPage1 = new System.Windows.Forms.TabPage();
  46. this.uiPanel4 = new Sunny.UI.UIPanel();
  47. this.rtbPatientInsuInfo2 = new Sunny.UI.UIRichTextBox();
  48. this.rtbPatientInsuInfo = new Sunny.UI.UIRichTextBox();
  49. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  50. this.dgvSpeDise = new Sunny.UI.UIDataGridView();
  51. this.gbInsuInfo = new Sunny.UI.UIGroupBox();
  52. this.dgvPersonType = new Sunny.UI.UIDataGridView();
  53. this.tabPage2 = new System.Windows.Forms.TabPage();
  54. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  55. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.uiPanel3 = new Sunny.UI.UIPanel();
  66. this.rbGongShang = new System.Windows.Forms.RadioButton();
  67. this.rbGuiZhou = new System.Windows.Forms.RadioButton();
  68. this.rbGuiYang = new System.Windows.Forms.RadioButton();
  69. this.cbAKA130 = new Sunny.UI.UIComboBox();
  70. this.uiLabel1 = new Sunny.UI.UILabel();
  71. this.cbMutualAid = new Sunny.UI.UICheckBox();
  72. this.cbxQrCodePay = new Sunny.UI.UICheckBox();
  73. this.cbCardType = new Sunny.UI.UIComboBox();
  74. this.uiLabel5 = new Sunny.UI.UILabel();
  75. this.uiPanel1.SuspendLayout();
  76. this.uiPanel2.SuspendLayout();
  77. this.uiTabControl1.SuspendLayout();
  78. this.tabPage1.SuspendLayout();
  79. this.uiPanel4.SuspendLayout();
  80. this.uiGroupBox1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvSpeDise)).BeginInit();
  82. this.gbInsuInfo.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvPersonType)).BeginInit();
  84. this.tabPage2.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  86. this.uiPanel3.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // uiPanel1
  90. //
  91. this.uiPanel1.Controls.Add(this.btRefresh);
  92. this.uiPanel1.Controls.Add(this.btExit);
  93. this.uiPanel1.Controls.Add(this.btSettlement);
  94. this.uiPanel1.Controls.Add(this.btReadCard);
  95. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Right;
  96. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.uiPanel1.Location = new System.Drawing.Point(1320, 0);
  98. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  99. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  100. this.uiPanel1.Name = "uiPanel1";
  101. this.uiPanel1.Size = new System.Drawing.Size(145, 645);
  102. this.uiPanel1.TabIndex = 0;
  103. this.uiPanel1.Text = null;
  104. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  105. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  106. //
  107. // btRefresh
  108. //
  109. this.btRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
  110. this.btRefresh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.btRefresh.Location = new System.Drawing.Point(18, 109);
  112. this.btRefresh.MinimumSize = new System.Drawing.Size(1, 1);
  113. this.btRefresh.Name = "btRefresh";
  114. this.btRefresh.Size = new System.Drawing.Size(97, 31);
  115. this.btRefresh.TabIndex = 3;
  116. this.btRefresh.Text = "刷新";
  117. this.btRefresh.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.btRefresh.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  119. //
  120. // btExit
  121. //
  122. this.btExit.Cursor = System.Windows.Forms.Cursors.Hand;
  123. this.btExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.btExit.Location = new System.Drawing.Point(18, 596);
  125. this.btExit.MinimumSize = new System.Drawing.Size(1, 1);
  126. this.btExit.Name = "btExit";
  127. this.btExit.Size = new System.Drawing.Size(97, 31);
  128. this.btExit.TabIndex = 2;
  129. this.btExit.Text = "退出";
  130. this.btExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  132. this.btExit.Click += new System.EventHandler(this.btExit_Click);
  133. //
  134. // btSettlement
  135. //
  136. this.btSettlement.Cursor = System.Windows.Forms.Cursors.Hand;
  137. this.btSettlement.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.btSettlement.Location = new System.Drawing.Point(18, 61);
  139. this.btSettlement.MinimumSize = new System.Drawing.Size(1, 1);
  140. this.btSettlement.Name = "btSettlement";
  141. this.btSettlement.Size = new System.Drawing.Size(97, 31);
  142. this.btSettlement.TabIndex = 1;
  143. this.btSettlement.Text = "结算";
  144. this.btSettlement.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btSettlement.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  146. this.btSettlement.Click += new System.EventHandler(this.btSettlement_Click);
  147. //
  148. // btReadCard
  149. //
  150. this.btReadCard.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.btReadCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btReadCard.Location = new System.Drawing.Point(18, 12);
  153. this.btReadCard.MinimumSize = new System.Drawing.Size(1, 1);
  154. this.btReadCard.Name = "btReadCard";
  155. this.btReadCard.Size = new System.Drawing.Size(97, 31);
  156. this.btReadCard.TabIndex = 0;
  157. this.btReadCard.Text = "读卡";
  158. this.btReadCard.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.btReadCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  160. this.btReadCard.Click += new System.EventHandler(this.btReadCard_Click);
  161. //
  162. // uiPanel2
  163. //
  164. this.uiPanel2.Controls.Add(this.uiTabControl1);
  165. this.uiPanel2.Controls.Add(this.uiPanel3);
  166. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  169. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  170. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  171. this.uiPanel2.Name = "uiPanel2";
  172. this.uiPanel2.Size = new System.Drawing.Size(1320, 645);
  173. this.uiPanel2.TabIndex = 1;
  174. this.uiPanel2.Text = null;
  175. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  176. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  177. //
  178. // uiTabControl1
  179. //
  180. this.uiTabControl1.Controls.Add(this.tabPage1);
  181. this.uiTabControl1.Controls.Add(this.tabPage2);
  182. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  184. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  186. this.uiTabControl1.Location = new System.Drawing.Point(0, 97);
  187. this.uiTabControl1.MainPage = "";
  188. this.uiTabControl1.Name = "uiTabControl1";
  189. this.uiTabControl1.SelectedIndex = 0;
  190. this.uiTabControl1.Size = new System.Drawing.Size(1320, 548);
  191. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  192. this.uiTabControl1.TabIndex = 2;
  193. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  195. //
  196. // tabPage1
  197. //
  198. this.tabPage1.Controls.Add(this.uiPanel4);
  199. this.tabPage1.Controls.Add(this.uiGroupBox1);
  200. this.tabPage1.Controls.Add(this.gbInsuInfo);
  201. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  202. this.tabPage1.Name = "tabPage1";
  203. this.tabPage1.Size = new System.Drawing.Size(1320, 508);
  204. this.tabPage1.TabIndex = 0;
  205. this.tabPage1.Text = "患者信息";
  206. this.tabPage1.UseVisualStyleBackColor = true;
  207. //
  208. // uiPanel4
  209. //
  210. this.uiPanel4.Controls.Add(this.rtbPatientInsuInfo2);
  211. this.uiPanel4.Controls.Add(this.rtbPatientInsuInfo);
  212. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.uiPanel4.Location = new System.Drawing.Point(0, 0);
  215. this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  216. this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
  217. this.uiPanel4.Name = "uiPanel4";
  218. this.uiPanel4.Size = new System.Drawing.Size(1320, 296);
  219. this.uiPanel4.TabIndex = 6;
  220. this.uiPanel4.Text = null;
  221. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  222. this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  223. //
  224. // rtbPatientInsuInfo2
  225. //
  226. this.rtbPatientInsuInfo2.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.rtbPatientInsuInfo2.FillColor = System.Drawing.Color.White;
  228. this.rtbPatientInsuInfo2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.rtbPatientInsuInfo2.Location = new System.Drawing.Point(654, 0);
  230. this.rtbPatientInsuInfo2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  231. this.rtbPatientInsuInfo2.MinimumSize = new System.Drawing.Size(1, 1);
  232. this.rtbPatientInsuInfo2.Name = "rtbPatientInsuInfo2";
  233. this.rtbPatientInsuInfo2.Padding = new System.Windows.Forms.Padding(2);
  234. this.rtbPatientInsuInfo2.ShowText = false;
  235. this.rtbPatientInsuInfo2.Size = new System.Drawing.Size(666, 296);
  236. this.rtbPatientInsuInfo2.TabIndex = 5;
  237. this.rtbPatientInsuInfo2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  238. this.rtbPatientInsuInfo2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  239. //
  240. // rtbPatientInsuInfo
  241. //
  242. this.rtbPatientInsuInfo.Dock = System.Windows.Forms.DockStyle.Left;
  243. this.rtbPatientInsuInfo.FillColor = System.Drawing.Color.White;
  244. this.rtbPatientInsuInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.rtbPatientInsuInfo.Location = new System.Drawing.Point(0, 0);
  246. this.rtbPatientInsuInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.rtbPatientInsuInfo.MinimumSize = new System.Drawing.Size(1, 1);
  248. this.rtbPatientInsuInfo.Name = "rtbPatientInsuInfo";
  249. this.rtbPatientInsuInfo.Padding = new System.Windows.Forms.Padding(2);
  250. this.rtbPatientInsuInfo.ShowText = false;
  251. this.rtbPatientInsuInfo.Size = new System.Drawing.Size(654, 296);
  252. this.rtbPatientInsuInfo.TabIndex = 4;
  253. this.rtbPatientInsuInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  254. this.rtbPatientInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  255. //
  256. // uiGroupBox1
  257. //
  258. this.uiGroupBox1.Controls.Add(this.dgvSpeDise);
  259. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  260. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.uiGroupBox1.Location = new System.Drawing.Point(0, 296);
  262. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  263. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  264. this.uiGroupBox1.Name = "uiGroupBox1";
  265. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  266. this.uiGroupBox1.Size = new System.Drawing.Size(1320, 98);
  267. this.uiGroupBox1.TabIndex = 5;
  268. this.uiGroupBox1.Text = "特殊疾病信息";
  269. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  270. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  271. //
  272. // dgvSpeDise
  273. //
  274. this.dgvSpeDise.AllowUserToAddRows = false;
  275. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  276. this.dgvSpeDise.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  277. this.dgvSpeDise.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  278. this.dgvSpeDise.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  279. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  280. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  281. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  283. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  284. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  285. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  286. this.dgvSpeDise.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  287. this.dgvSpeDise.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  288. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  289. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  290. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  292. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  293. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  294. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  295. this.dgvSpeDise.DefaultCellStyle = dataGridViewCellStyle3;
  296. this.dgvSpeDise.Dock = System.Windows.Forms.DockStyle.Fill;
  297. this.dgvSpeDise.EnableHeadersVisualStyles = false;
  298. this.dgvSpeDise.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.dgvSpeDise.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  300. this.dgvSpeDise.Location = new System.Drawing.Point(0, 32);
  301. this.dgvSpeDise.Name = "dgvSpeDise";
  302. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  303. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  304. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  306. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  307. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  308. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  309. this.dgvSpeDise.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  310. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  311. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  313. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  314. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  315. this.dgvSpeDise.RowsDefaultCellStyle = dataGridViewCellStyle5;
  316. this.dgvSpeDise.RowTemplate.Height = 23;
  317. this.dgvSpeDise.SelectedIndex = -1;
  318. this.dgvSpeDise.Size = new System.Drawing.Size(1320, 66);
  319. this.dgvSpeDise.TabIndex = 2;
  320. this.dgvSpeDise.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  321. //
  322. // gbInsuInfo
  323. //
  324. this.gbInsuInfo.Controls.Add(this.dgvPersonType);
  325. this.gbInsuInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
  326. this.gbInsuInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.gbInsuInfo.Location = new System.Drawing.Point(0, 394);
  328. this.gbInsuInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  329. this.gbInsuInfo.MinimumSize = new System.Drawing.Size(1, 1);
  330. this.gbInsuInfo.Name = "gbInsuInfo";
  331. this.gbInsuInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  332. this.gbInsuInfo.Size = new System.Drawing.Size(1320, 114);
  333. this.gbInsuInfo.TabIndex = 4;
  334. this.gbInsuInfo.Text = "人员类别";
  335. this.gbInsuInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  336. this.gbInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  337. //
  338. // dgvPersonType
  339. //
  340. this.dgvPersonType.AllowUserToAddRows = false;
  341. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  342. this.dgvPersonType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  343. this.dgvPersonType.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  344. this.dgvPersonType.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  345. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  346. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  347. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  349. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  350. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  351. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  352. this.dgvPersonType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  353. this.dgvPersonType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  354. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  355. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  356. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  358. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  359. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  360. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  361. this.dgvPersonType.DefaultCellStyle = dataGridViewCellStyle8;
  362. this.dgvPersonType.Dock = System.Windows.Forms.DockStyle.Fill;
  363. this.dgvPersonType.EnableHeadersVisualStyles = false;
  364. this.dgvPersonType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.dgvPersonType.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  366. this.dgvPersonType.Location = new System.Drawing.Point(0, 32);
  367. this.dgvPersonType.Name = "dgvPersonType";
  368. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  369. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  370. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  372. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  373. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  374. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  375. this.dgvPersonType.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  376. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  377. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  379. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  380. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  381. this.dgvPersonType.RowsDefaultCellStyle = dataGridViewCellStyle10;
  382. this.dgvPersonType.RowTemplate.Height = 23;
  383. this.dgvPersonType.SelectedIndex = -1;
  384. this.dgvPersonType.Size = new System.Drawing.Size(1320, 82);
  385. this.dgvPersonType.TabIndex = 2;
  386. this.dgvPersonType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  387. //
  388. // tabPage2
  389. //
  390. this.tabPage2.Controls.Add(this.dgvDiagnose);
  391. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  392. this.tabPage2.Name = "tabPage2";
  393. this.tabPage2.Size = new System.Drawing.Size(1327, 717);
  394. this.tabPage2.TabIndex = 1;
  395. this.tabPage2.Text = "诊断信息";
  396. this.tabPage2.UseVisualStyleBackColor = true;
  397. //
  398. // dgvDiagnose
  399. //
  400. this.dgvDiagnose.AllowUserToAddRows = false;
  401. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  402. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  403. this.diag_type_name,
  404. this.maindiag_flag,
  405. this.diag_srt_no,
  406. this.diag_name,
  407. this.diag_code,
  408. this.diag_dept,
  409. this.adm_cond,
  410. this.dise_dor_no,
  411. this.dise_dor_name,
  412. this.diag_time});
  413. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  414. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  415. this.dgvDiagnose.Name = "dgvDiagnose";
  416. this.dgvDiagnose.RowTemplate.Height = 30;
  417. this.dgvDiagnose.Size = new System.Drawing.Size(1327, 717);
  418. this.dgvDiagnose.TabIndex = 1;
  419. //
  420. // diag_type_name
  421. //
  422. this.diag_type_name.DataPropertyName = "diag_type_name";
  423. this.diag_type_name.HeaderText = "诊断类别";
  424. this.diag_type_name.Name = "diag_type_name";
  425. this.diag_type_name.Width = 120;
  426. //
  427. // maindiag_flag
  428. //
  429. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  430. this.maindiag_flag.HeaderText = "主诊断标志";
  431. this.maindiag_flag.Name = "maindiag_flag";
  432. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  433. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  434. this.maindiag_flag.Width = 75;
  435. //
  436. // diag_srt_no
  437. //
  438. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  439. this.diag_srt_no.HeaderText = "序号";
  440. this.diag_srt_no.Name = "diag_srt_no";
  441. this.diag_srt_no.Width = 76;
  442. //
  443. // diag_name
  444. //
  445. this.diag_name.DataPropertyName = "diag_name";
  446. this.diag_name.HeaderText = "诊断名称";
  447. this.diag_name.Name = "diag_name";
  448. this.diag_name.Width = 180;
  449. //
  450. // diag_code
  451. //
  452. this.diag_code.DataPropertyName = "diag_code";
  453. this.diag_code.HeaderText = "诊断编码";
  454. this.diag_code.Name = "diag_code";
  455. //
  456. // diag_dept
  457. //
  458. this.diag_dept.DataPropertyName = "diag_dept";
  459. this.diag_dept.HeaderText = "科室";
  460. this.diag_dept.Name = "diag_dept";
  461. //
  462. // adm_cond
  463. //
  464. this.adm_cond.DataPropertyName = "adm_cond";
  465. this.adm_cond.HeaderText = "入院病情";
  466. this.adm_cond.Name = "adm_cond";
  467. //
  468. // dise_dor_no
  469. //
  470. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  471. this.dise_dor_no.HeaderText = "医生编号";
  472. this.dise_dor_no.Name = "dise_dor_no";
  473. this.dise_dor_no.Width = 150;
  474. //
  475. // dise_dor_name
  476. //
  477. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  478. this.dise_dor_name.HeaderText = "医生姓名";
  479. this.dise_dor_name.Name = "dise_dor_name";
  480. //
  481. // diag_time
  482. //
  483. this.diag_time.DataPropertyName = "diag_time";
  484. this.diag_time.HeaderText = "诊断时间";
  485. this.diag_time.Name = "diag_time";
  486. this.diag_time.Width = 180;
  487. //
  488. // uiPanel3
  489. //
  490. this.uiPanel3.Controls.Add(this.rbGongShang);
  491. this.uiPanel3.Controls.Add(this.rbGuiZhou);
  492. this.uiPanel3.Controls.Add(this.rbGuiYang);
  493. this.uiPanel3.Controls.Add(this.cbAKA130);
  494. this.uiPanel3.Controls.Add(this.uiLabel1);
  495. this.uiPanel3.Controls.Add(this.cbMutualAid);
  496. this.uiPanel3.Controls.Add(this.cbxQrCodePay);
  497. this.uiPanel3.Controls.Add(this.cbCardType);
  498. this.uiPanel3.Controls.Add(this.uiLabel5);
  499. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  500. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.uiPanel3.Location = new System.Drawing.Point(0, 0);
  502. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  503. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  504. this.uiPanel3.Name = "uiPanel3";
  505. this.uiPanel3.Size = new System.Drawing.Size(1320, 97);
  506. this.uiPanel3.TabIndex = 1;
  507. this.uiPanel3.Text = null;
  508. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  509. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  510. //
  511. // rbGongShang
  512. //
  513. this.rbGongShang.AutoSize = true;
  514. this.rbGongShang.Location = new System.Drawing.Point(481, 68);
  515. this.rbGongShang.Name = "rbGongShang";
  516. this.rbGongShang.Size = new System.Drawing.Size(53, 23);
  517. this.rbGongShang.TabIndex = 29;
  518. this.rbGongShang.TabStop = true;
  519. this.rbGongShang.Text = "工伤";
  520. this.rbGongShang.UseVisualStyleBackColor = true;
  521. this.rbGongShang.CheckedChanged += new System.EventHandler(this.rbGongShang_CheckedChanged);
  522. //
  523. // rbGuiZhou
  524. //
  525. this.rbGuiZhou.AutoSize = true;
  526. this.rbGuiZhou.Location = new System.Drawing.Point(481, 41);
  527. this.rbGuiZhou.Name = "rbGuiZhou";
  528. this.rbGuiZhou.Size = new System.Drawing.Size(66, 23);
  529. this.rbGuiZhou.TabIndex = 28;
  530. this.rbGuiZhou.TabStop = true;
  531. this.rbGuiZhou.Text = "省本级";
  532. this.rbGuiZhou.UseVisualStyleBackColor = true;
  533. //
  534. // rbGuiYang
  535. //
  536. this.rbGuiYang.AutoSize = true;
  537. this.rbGuiYang.Location = new System.Drawing.Point(481, 12);
  538. this.rbGuiYang.Name = "rbGuiYang";
  539. this.rbGuiYang.Size = new System.Drawing.Size(66, 23);
  540. this.rbGuiYang.TabIndex = 27;
  541. this.rbGuiYang.TabStop = true;
  542. this.rbGuiYang.Text = "市本级";
  543. this.rbGuiYang.UseVisualStyleBackColor = true;
  544. //
  545. // cbAKA130
  546. //
  547. this.cbAKA130.DataSource = null;
  548. this.cbAKA130.FillColor = System.Drawing.Color.White;
  549. this.cbAKA130.FilterMaxCount = 50;
  550. this.cbAKA130.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  551. this.cbAKA130.Items.AddRange(new object[] {
  552. "11.普通门诊",
  553. "18.特殊门诊",
  554. "1102.新冠门诊",
  555. "110102.个人账户代支",
  556. "990105.发热门诊新冠病毒检测",
  557. "M11.门诊产前检查包干",
  558. "M12.门诊流产费用限额支付",
  559. "M13.门诊计划生育手术限额支付",
  560. "M53.计划生育门诊治疗",
  561. "M91.门诊产前检查",
  562. "G11.工伤门诊"});
  563. this.cbAKA130.Location = new System.Drawing.Point(133, 39);
  564. this.cbAKA130.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  565. this.cbAKA130.MinimumSize = new System.Drawing.Size(63, 0);
  566. this.cbAKA130.Name = "cbAKA130";
  567. this.cbAKA130.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  568. this.cbAKA130.Size = new System.Drawing.Size(320, 23);
  569. this.cbAKA130.TabIndex = 26;
  570. this.cbAKA130.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  571. this.cbAKA130.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  572. //
  573. // uiLabel1
  574. //
  575. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.uiLabel1.Location = new System.Drawing.Point(12, 42);
  577. this.uiLabel1.Name = "uiLabel1";
  578. this.uiLabel1.Size = new System.Drawing.Size(114, 20);
  579. this.uiLabel1.TabIndex = 25;
  580. this.uiLabel1.Text = "医疗类别";
  581. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  582. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  583. //
  584. // cbMutualAid
  585. //
  586. this.cbMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
  587. this.cbMutualAid.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.cbMutualAid.Location = new System.Drawing.Point(553, 42);
  589. this.cbMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
  590. this.cbMutualAid.Name = "cbMutualAid";
  591. this.cbMutualAid.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  592. this.cbMutualAid.Size = new System.Drawing.Size(150, 23);
  593. this.cbMutualAid.TabIndex = 24;
  594. this.cbMutualAid.Text = "共济支付";
  595. this.cbMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  596. //
  597. // cbxQrCodePay
  598. //
  599. this.cbxQrCodePay.Cursor = System.Windows.Forms.Cursors.Hand;
  600. this.cbxQrCodePay.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.cbxQrCodePay.Location = new System.Drawing.Point(553, 12);
  602. this.cbxQrCodePay.MinimumSize = new System.Drawing.Size(1, 1);
  603. this.cbxQrCodePay.Name = "cbxQrCodePay";
  604. this.cbxQrCodePay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  605. this.cbxQrCodePay.Size = new System.Drawing.Size(150, 23);
  606. this.cbxQrCodePay.TabIndex = 23;
  607. this.cbxQrCodePay.Text = "二维码支付";
  608. this.cbxQrCodePay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  609. //
  610. // cbCardType
  611. //
  612. this.cbCardType.DataSource = null;
  613. this.cbCardType.FillColor = System.Drawing.Color.White;
  614. this.cbCardType.FilterMaxCount = 50;
  615. this.cbCardType.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.cbCardType.Items.AddRange(new object[] {
  617. "01.药店结算",
  618. "02.门诊结算",
  619. "03.住院结算",
  620. "04.身份识别",
  621. "05.结算回退"});
  622. this.cbCardType.Location = new System.Drawing.Point(133, 9);
  623. this.cbCardType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  624. this.cbCardType.MinimumSize = new System.Drawing.Size(63, 0);
  625. this.cbCardType.Name = "cbCardType";
  626. this.cbCardType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  627. this.cbCardType.Size = new System.Drawing.Size(320, 23);
  628. this.cbCardType.TabIndex = 11;
  629. this.cbCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  630. this.cbCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  631. //
  632. // uiLabel5
  633. //
  634. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.uiLabel5.Location = new System.Drawing.Point(12, 12);
  636. this.uiLabel5.Name = "uiLabel5";
  637. this.uiLabel5.Size = new System.Drawing.Size(114, 20);
  638. this.uiLabel5.TabIndex = 10;
  639. this.uiLabel5.Text = "支付操作类别";
  640. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  641. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  642. //
  643. // OutPatientIntegratedServices
  644. //
  645. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  646. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  647. this.ClientSize = new System.Drawing.Size(1465, 645);
  648. this.Controls.Add(this.uiPanel2);
  649. this.Controls.Add(this.uiPanel1);
  650. this.Name = "OutPatientIntegratedServices";
  651. this.Text = "门诊综合服务";
  652. this.uiPanel1.ResumeLayout(false);
  653. this.uiPanel2.ResumeLayout(false);
  654. this.uiTabControl1.ResumeLayout(false);
  655. this.tabPage1.ResumeLayout(false);
  656. this.uiPanel4.ResumeLayout(false);
  657. this.uiGroupBox1.ResumeLayout(false);
  658. ((System.ComponentModel.ISupportInitialize)(this.dgvSpeDise)).EndInit();
  659. this.gbInsuInfo.ResumeLayout(false);
  660. ((System.ComponentModel.ISupportInitialize)(this.dgvPersonType)).EndInit();
  661. this.tabPage2.ResumeLayout(false);
  662. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  663. this.uiPanel3.ResumeLayout(false);
  664. this.uiPanel3.PerformLayout();
  665. this.ResumeLayout(false);
  666. }
  667. #endregion
  668. private Sunny.UI.UIPanel uiPanel1;
  669. private Sunny.UI.UIPanel uiPanel2;
  670. private Sunny.UI.UIPanel uiPanel3;
  671. public Sunny.UI.UIComboBox cbCardType;
  672. private Sunny.UI.UILabel uiLabel5;
  673. private Sunny.UI.UIButton btSettlement;
  674. private Sunny.UI.UIButton btReadCard;
  675. public Sunny.UI.UIComboBox cbAKA130;
  676. private Sunny.UI.UILabel uiLabel1;
  677. private Sunny.UI.UICheckBox cbMutualAid;
  678. private Sunny.UI.UICheckBox cbxQrCodePay;
  679. private Sunny.UI.UIButton btExit;
  680. private Sunny.UI.UITabControl uiTabControl1;
  681. private System.Windows.Forms.TabPage tabPage1;
  682. private System.Windows.Forms.TabPage tabPage2;
  683. private System.Windows.Forms.DataGridView dgvDiagnose;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  685. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  694. private Sunny.UI.UIButton btRefresh;
  695. private Sunny.UI.UIGroupBox uiGroupBox1;
  696. public Sunny.UI.UIDataGridView dgvSpeDise;
  697. private Sunny.UI.UIGroupBox gbInsuInfo;
  698. public Sunny.UI.UIDataGridView dgvPersonType;
  699. private System.Windows.Forms.RadioButton rbGongShang;
  700. private System.Windows.Forms.RadioButton rbGuiZhou;
  701. private System.Windows.Forms.RadioButton rbGuiYang;
  702. private Sunny.UI.UIPanel uiPanel4;
  703. private Sunny.UI.UIRichTextBox rtbPatientInsuInfo2;
  704. private Sunny.UI.UIRichTextBox rtbPatientInsuInfo;
  705. }
  706. }