InpatientRegistration.designer.cs 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class InpatientRegistration
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.pnlHeader = new System.Windows.Forms.Panel();
  31. this.grpHeader = new Sunny.UI.UIGroupBox();
  32. this.tbMdtrtID = new Sunny.UI.UITextBox();
  33. this.uiLabel5 = new Sunny.UI.UILabel();
  34. this.txtBirthDay = new Sunny.UI.UITextBox();
  35. this.txtInsuType = new Sunny.UI.UITextBox();
  36. this.txtAge = new Sunny.UI.UITextBox();
  37. this.uiLabel4 = new Sunny.UI.UILabel();
  38. this.lbAge = new Sunny.UI.UILabel();
  39. this.lb1 = new Sunny.UI.UILabel();
  40. this.txtPsnNO = new Sunny.UI.UITextBox();
  41. this.txtCorp = new Sunny.UI.UITextBox();
  42. this.uiLabel27 = new Sunny.UI.UILabel();
  43. this.uiLabel28 = new Sunny.UI.UILabel();
  44. this.txtPsnType = new Sunny.UI.UITextBox();
  45. this.txtCertNO = new Sunny.UI.UITextBox();
  46. this.txtAdmvs = new Sunny.UI.UITextBox();
  47. this.txtCertType = new Sunny.UI.UITextBox();
  48. this.uiLabel3 = new Sunny.UI.UILabel();
  49. this.uiLabel25 = new Sunny.UI.UILabel();
  50. this.uiLabel2 = new Sunny.UI.UILabel();
  51. this.uiLabel26 = new Sunny.UI.UILabel();
  52. this.txtBalc = new Sunny.UI.UITextBox();
  53. this.txtGend = new Sunny.UI.UITextBox();
  54. this.txtName = new Sunny.UI.UITextBox();
  55. this.uiLabel1 = new Sunny.UI.UILabel();
  56. this.uiLabel20 = new Sunny.UI.UILabel();
  57. this.uiLabel21 = new Sunny.UI.UILabel();
  58. this.pnlFooter = new System.Windows.Forms.Panel();
  59. this.uiButton1 = new Sunny.UI.UIButton();
  60. this.button2 = new System.Windows.Forms.Button();
  61. this.button1 = new System.Windows.Forms.Button();
  62. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  63. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  65. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.pnlBottom = new System.Windows.Forms.Panel();
  74. this.pnlCenter = new System.Windows.Forms.Panel();
  75. this.chkEmergency = new Sunny.UI.UICheckBox();
  76. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  77. this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
  78. this.chkDanger = new Sunny.UI.UICheckBox();
  79. this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
  80. this.dblkcbxExitway = new PTControl.DBLookupCombox();
  81. this.label8 = new System.Windows.Forms.Label();
  82. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  83. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  84. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  85. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  86. this.label4 = new System.Windows.Forms.Label();
  87. this.label3 = new System.Windows.Forms.Label();
  88. this.label2 = new System.Windows.Forms.Label();
  89. this.label1 = new System.Windows.Forms.Label();
  90. this.pnlHeader.SuspendLayout();
  91. this.grpHeader.SuspendLayout();
  92. this.pnlFooter.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  94. this.pnlBottom.SuspendLayout();
  95. this.pnlCenter.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // pnlHeader
  99. //
  100. this.pnlHeader.BackColor = System.Drawing.SystemColors.Window;
  101. this.pnlHeader.Controls.Add(this.grpHeader);
  102. this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.pnlHeader.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  104. this.pnlHeader.Location = new System.Drawing.Point(0, 0);
  105. this.pnlHeader.Name = "pnlHeader";
  106. this.pnlHeader.Size = new System.Drawing.Size(1283, 144);
  107. this.pnlHeader.TabIndex = 12;
  108. //
  109. // grpHeader
  110. //
  111. this.grpHeader.Controls.Add(this.tbMdtrtID);
  112. this.grpHeader.Controls.Add(this.uiLabel5);
  113. this.grpHeader.Controls.Add(this.txtBirthDay);
  114. this.grpHeader.Controls.Add(this.txtInsuType);
  115. this.grpHeader.Controls.Add(this.txtAge);
  116. this.grpHeader.Controls.Add(this.uiLabel4);
  117. this.grpHeader.Controls.Add(this.lbAge);
  118. this.grpHeader.Controls.Add(this.lb1);
  119. this.grpHeader.Controls.Add(this.txtPsnNO);
  120. this.grpHeader.Controls.Add(this.txtCorp);
  121. this.grpHeader.Controls.Add(this.uiLabel27);
  122. this.grpHeader.Controls.Add(this.uiLabel28);
  123. this.grpHeader.Controls.Add(this.txtPsnType);
  124. this.grpHeader.Controls.Add(this.txtCertNO);
  125. this.grpHeader.Controls.Add(this.txtAdmvs);
  126. this.grpHeader.Controls.Add(this.txtCertType);
  127. this.grpHeader.Controls.Add(this.uiLabel3);
  128. this.grpHeader.Controls.Add(this.uiLabel25);
  129. this.grpHeader.Controls.Add(this.uiLabel2);
  130. this.grpHeader.Controls.Add(this.uiLabel26);
  131. this.grpHeader.Controls.Add(this.txtBalc);
  132. this.grpHeader.Controls.Add(this.txtGend);
  133. this.grpHeader.Controls.Add(this.txtName);
  134. this.grpHeader.Controls.Add(this.uiLabel1);
  135. this.grpHeader.Controls.Add(this.uiLabel20);
  136. this.grpHeader.Controls.Add(this.uiLabel21);
  137. this.grpHeader.Dock = System.Windows.Forms.DockStyle.Top;
  138. this.grpHeader.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.grpHeader.Location = new System.Drawing.Point(0, 0);
  140. this.grpHeader.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  141. this.grpHeader.MinimumSize = new System.Drawing.Size(1, 1);
  142. this.grpHeader.Name = "grpHeader";
  143. this.grpHeader.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  144. this.grpHeader.Size = new System.Drawing.Size(1283, 134);
  145. this.grpHeader.TabIndex = 10;
  146. this.grpHeader.Text = "基本信息";
  147. this.grpHeader.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  148. this.grpHeader.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  149. //
  150. // tbMdtrtID
  151. //
  152. this.tbMdtrtID.Cursor = System.Windows.Forms.Cursors.IBeam;
  153. this.tbMdtrtID.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.tbMdtrtID.Location = new System.Drawing.Point(1079, 28);
  155. this.tbMdtrtID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  156. this.tbMdtrtID.MinimumSize = new System.Drawing.Size(1, 16);
  157. this.tbMdtrtID.Name = "tbMdtrtID";
  158. this.tbMdtrtID.ShowText = false;
  159. this.tbMdtrtID.Size = new System.Drawing.Size(184, 25);
  160. this.tbMdtrtID.TabIndex = 96;
  161. this.tbMdtrtID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  162. this.tbMdtrtID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  163. //
  164. // uiLabel5
  165. //
  166. this.uiLabel5.BackColor = System.Drawing.Color.Transparent;
  167. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.uiLabel5.Location = new System.Drawing.Point(990, 28);
  169. this.uiLabel5.Name = "uiLabel5";
  170. this.uiLabel5.Size = new System.Drawing.Size(79, 23);
  171. this.uiLabel5.TabIndex = 95;
  172. this.uiLabel5.Text = "医保登记号";
  173. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  174. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  175. //
  176. // txtBirthDay
  177. //
  178. this.txtBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
  179. this.txtBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.txtBirthDay.Location = new System.Drawing.Point(851, 30);
  181. this.txtBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  182. this.txtBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
  183. this.txtBirthDay.Name = "txtBirthDay";
  184. this.txtBirthDay.ShowText = false;
  185. this.txtBirthDay.Size = new System.Drawing.Size(126, 25);
  186. this.txtBirthDay.TabIndex = 91;
  187. this.txtBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  188. this.txtBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  189. //
  190. // txtInsuType
  191. //
  192. this.txtInsuType.Cursor = System.Windows.Forms.Cursors.IBeam;
  193. this.txtInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.txtInsuType.Location = new System.Drawing.Point(851, 99);
  195. this.txtInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  196. this.txtInsuType.MinimumSize = new System.Drawing.Size(1, 16);
  197. this.txtInsuType.Name = "txtInsuType";
  198. this.txtInsuType.ShowText = false;
  199. this.txtInsuType.Size = new System.Drawing.Size(126, 25);
  200. this.txtInsuType.TabIndex = 93;
  201. this.txtInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  202. this.txtInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  203. //
  204. // txtAge
  205. //
  206. this.txtAge.Cursor = System.Windows.Forms.Cursors.IBeam;
  207. this.txtAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.txtAge.Location = new System.Drawing.Point(851, 65);
  209. this.txtAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  210. this.txtAge.MinimumSize = new System.Drawing.Size(1, 16);
  211. this.txtAge.Name = "txtAge";
  212. this.txtAge.ShowText = false;
  213. this.txtAge.Size = new System.Drawing.Size(126, 25);
  214. this.txtAge.TabIndex = 93;
  215. this.txtAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  216. this.txtAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  217. //
  218. // uiLabel4
  219. //
  220. this.uiLabel4.BackColor = System.Drawing.Color.Transparent;
  221. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.uiLabel4.Location = new System.Drawing.Point(773, 101);
  223. this.uiLabel4.Name = "uiLabel4";
  224. this.uiLabel4.Size = new System.Drawing.Size(72, 23);
  225. this.uiLabel4.TabIndex = 94;
  226. this.uiLabel4.Text = "险种类型";
  227. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  228. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  229. //
  230. // lbAge
  231. //
  232. this.lbAge.BackColor = System.Drawing.Color.Transparent;
  233. this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.lbAge.Location = new System.Drawing.Point(808, 67);
  235. this.lbAge.Name = "lbAge";
  236. this.lbAge.Size = new System.Drawing.Size(37, 23);
  237. this.lbAge.TabIndex = 94;
  238. this.lbAge.Text = "年龄";
  239. this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  240. this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  241. //
  242. // lb1
  243. //
  244. this.lb1.BackColor = System.Drawing.Color.Transparent;
  245. this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.lb1.Location = new System.Drawing.Point(783, 32);
  247. this.lb1.Name = "lb1";
  248. this.lb1.Size = new System.Drawing.Size(62, 23);
  249. this.lb1.TabIndex = 92;
  250. this.lb1.Text = "出生日期";
  251. this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  252. this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  253. //
  254. // txtPsnNO
  255. //
  256. this.txtPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  257. this.txtPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.txtPsnNO.Location = new System.Drawing.Point(561, 30);
  259. this.txtPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  260. this.txtPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  261. this.txtPsnNO.Name = "txtPsnNO";
  262. this.txtPsnNO.ShowText = false;
  263. this.txtPsnNO.Size = new System.Drawing.Size(199, 25);
  264. this.txtPsnNO.TabIndex = 90;
  265. this.txtPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  266. this.txtPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  267. //
  268. // txtCorp
  269. //
  270. this.txtCorp.Cursor = System.Windows.Forms.Cursors.IBeam;
  271. this.txtCorp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.txtCorp.Location = new System.Drawing.Point(306, 30);
  273. this.txtCorp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  274. this.txtCorp.MinimumSize = new System.Drawing.Size(1, 16);
  275. this.txtCorp.Name = "txtCorp";
  276. this.txtCorp.ShowText = false;
  277. this.txtCorp.Size = new System.Drawing.Size(163, 25);
  278. this.txtCorp.TabIndex = 89;
  279. this.txtCorp.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  280. this.txtCorp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  281. //
  282. // uiLabel27
  283. //
  284. this.uiLabel27.BackColor = System.Drawing.Color.Transparent;
  285. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.uiLabel27.Location = new System.Drawing.Point(487, 30);
  287. this.uiLabel27.Name = "uiLabel27";
  288. this.uiLabel27.Size = new System.Drawing.Size(69, 23);
  289. this.uiLabel27.TabIndex = 88;
  290. this.uiLabel27.Text = "人员编号";
  291. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  292. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  293. //
  294. // uiLabel28
  295. //
  296. this.uiLabel28.BackColor = System.Drawing.Color.Transparent;
  297. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.uiLabel28.Location = new System.Drawing.Point(228, 32);
  299. this.uiLabel28.Name = "uiLabel28";
  300. this.uiLabel28.Size = new System.Drawing.Size(69, 23);
  301. this.uiLabel28.TabIndex = 87;
  302. this.uiLabel28.Text = "单位名称";
  303. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  304. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  305. //
  306. // txtPsnType
  307. //
  308. this.txtPsnType.Cursor = System.Windows.Forms.Cursors.IBeam;
  309. this.txtPsnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.txtPsnType.Location = new System.Drawing.Point(561, 99);
  311. this.txtPsnType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  312. this.txtPsnType.MinimumSize = new System.Drawing.Size(1, 16);
  313. this.txtPsnType.Name = "txtPsnType";
  314. this.txtPsnType.ShowText = false;
  315. this.txtPsnType.Size = new System.Drawing.Size(199, 25);
  316. this.txtPsnType.TabIndex = 86;
  317. this.txtPsnType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  318. this.txtPsnType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  319. //
  320. // txtCertNO
  321. //
  322. this.txtCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  323. this.txtCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.txtCertNO.Location = new System.Drawing.Point(561, 65);
  325. this.txtCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  326. this.txtCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  327. this.txtCertNO.Name = "txtCertNO";
  328. this.txtCertNO.ShowText = false;
  329. this.txtCertNO.Size = new System.Drawing.Size(199, 25);
  330. this.txtCertNO.TabIndex = 86;
  331. this.txtCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  332. this.txtCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  333. //
  334. // txtAdmvs
  335. //
  336. this.txtAdmvs.Cursor = System.Windows.Forms.Cursors.IBeam;
  337. this.txtAdmvs.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.txtAdmvs.Location = new System.Drawing.Point(306, 101);
  339. this.txtAdmvs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  340. this.txtAdmvs.MinimumSize = new System.Drawing.Size(1, 16);
  341. this.txtAdmvs.Name = "txtAdmvs";
  342. this.txtAdmvs.ShowText = false;
  343. this.txtAdmvs.Size = new System.Drawing.Size(163, 25);
  344. this.txtAdmvs.TabIndex = 85;
  345. this.txtAdmvs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  346. this.txtAdmvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  347. //
  348. // txtCertType
  349. //
  350. this.txtCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  351. this.txtCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.txtCertType.Location = new System.Drawing.Point(306, 65);
  353. this.txtCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  354. this.txtCertType.MinimumSize = new System.Drawing.Size(1, 16);
  355. this.txtCertType.Name = "txtCertType";
  356. this.txtCertType.ShowText = false;
  357. this.txtCertType.Size = new System.Drawing.Size(163, 25);
  358. this.txtCertType.TabIndex = 85;
  359. this.txtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  360. this.txtCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  361. //
  362. // uiLabel3
  363. //
  364. this.uiLabel3.BackColor = System.Drawing.Color.Transparent;
  365. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.uiLabel3.Location = new System.Drawing.Point(487, 99);
  367. this.uiLabel3.Name = "uiLabel3";
  368. this.uiLabel3.Size = new System.Drawing.Size(69, 25);
  369. this.uiLabel3.TabIndex = 84;
  370. this.uiLabel3.Text = "人员类别";
  371. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  372. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  373. //
  374. // uiLabel25
  375. //
  376. this.uiLabel25.BackColor = System.Drawing.Color.Transparent;
  377. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.uiLabel25.Location = new System.Drawing.Point(487, 65);
  379. this.uiLabel25.Name = "uiLabel25";
  380. this.uiLabel25.Size = new System.Drawing.Size(69, 23);
  381. this.uiLabel25.TabIndex = 84;
  382. this.uiLabel25.Text = "证件号码";
  383. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  384. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  385. //
  386. // uiLabel2
  387. //
  388. this.uiLabel2.BackColor = System.Drawing.Color.Transparent;
  389. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.uiLabel2.Location = new System.Drawing.Point(228, 103);
  391. this.uiLabel2.Name = "uiLabel2";
  392. this.uiLabel2.Size = new System.Drawing.Size(69, 23);
  393. this.uiLabel2.TabIndex = 83;
  394. this.uiLabel2.Text = "参保地区";
  395. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  396. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  397. //
  398. // uiLabel26
  399. //
  400. this.uiLabel26.BackColor = System.Drawing.Color.Transparent;
  401. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.uiLabel26.Location = new System.Drawing.Point(228, 67);
  403. this.uiLabel26.Name = "uiLabel26";
  404. this.uiLabel26.Size = new System.Drawing.Size(69, 23);
  405. this.uiLabel26.TabIndex = 83;
  406. this.uiLabel26.Text = "证件类型";
  407. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  408. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  409. //
  410. // txtBalc
  411. //
  412. this.txtBalc.Cursor = System.Windows.Forms.Cursors.IBeam;
  413. this.txtBalc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.txtBalc.Location = new System.Drawing.Point(109, 103);
  415. this.txtBalc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  416. this.txtBalc.MinimumSize = new System.Drawing.Size(1, 16);
  417. this.txtBalc.Name = "txtBalc";
  418. this.txtBalc.ShowText = false;
  419. this.txtBalc.Size = new System.Drawing.Size(100, 25);
  420. this.txtBalc.TabIndex = 82;
  421. this.txtBalc.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  422. this.txtBalc.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  423. //
  424. // txtGend
  425. //
  426. this.txtGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  427. this.txtGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.txtGend.Location = new System.Drawing.Point(109, 65);
  429. this.txtGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  430. this.txtGend.MinimumSize = new System.Drawing.Size(1, 16);
  431. this.txtGend.Name = "txtGend";
  432. this.txtGend.ShowText = false;
  433. this.txtGend.Size = new System.Drawing.Size(100, 25);
  434. this.txtGend.TabIndex = 82;
  435. this.txtGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  436. this.txtGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  437. //
  438. // txtName
  439. //
  440. this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
  441. this.txtName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.txtName.Location = new System.Drawing.Point(109, 30);
  443. this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  444. this.txtName.MinimumSize = new System.Drawing.Size(1, 16);
  445. this.txtName.Name = "txtName";
  446. this.txtName.ShowText = false;
  447. this.txtName.Size = new System.Drawing.Size(100, 25);
  448. this.txtName.TabIndex = 81;
  449. this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  450. this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  451. //
  452. // uiLabel1
  453. //
  454. this.uiLabel1.BackColor = System.Drawing.Color.Transparent;
  455. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.uiLabel1.Location = new System.Drawing.Point(62, 105);
  457. this.uiLabel1.Name = "uiLabel1";
  458. this.uiLabel1.Size = new System.Drawing.Size(37, 23);
  459. this.uiLabel1.TabIndex = 80;
  460. this.uiLabel1.Text = "余额";
  461. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  462. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  463. //
  464. // uiLabel20
  465. //
  466. this.uiLabel20.BackColor = System.Drawing.Color.Transparent;
  467. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.uiLabel20.Location = new System.Drawing.Point(62, 67);
  469. this.uiLabel20.Name = "uiLabel20";
  470. this.uiLabel20.Size = new System.Drawing.Size(37, 23);
  471. this.uiLabel20.TabIndex = 80;
  472. this.uiLabel20.Text = "性别";
  473. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  474. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  475. //
  476. // uiLabel21
  477. //
  478. this.uiLabel21.BackColor = System.Drawing.Color.Transparent;
  479. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.uiLabel21.Location = new System.Drawing.Point(62, 32);
  481. this.uiLabel21.Name = "uiLabel21";
  482. this.uiLabel21.Size = new System.Drawing.Size(37, 23);
  483. this.uiLabel21.TabIndex = 79;
  484. this.uiLabel21.Text = "姓名";
  485. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  486. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  487. //
  488. // pnlFooter
  489. //
  490. this.pnlFooter.BackColor = System.Drawing.SystemColors.Window;
  491. this.pnlFooter.Controls.Add(this.uiButton1);
  492. this.pnlFooter.Controls.Add(this.button2);
  493. this.pnlFooter.Controls.Add(this.button1);
  494. this.pnlFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
  495. this.pnlFooter.Location = new System.Drawing.Point(0, 263);
  496. this.pnlFooter.Name = "pnlFooter";
  497. this.pnlFooter.Size = new System.Drawing.Size(1267, 63);
  498. this.pnlFooter.TabIndex = 14;
  499. //
  500. // uiButton1
  501. //
  502. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  503. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  504. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.uiButton1.Location = new System.Drawing.Point(12, 16);
  506. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  507. this.uiButton1.Name = "uiButton1";
  508. this.uiButton1.Size = new System.Drawing.Size(205, 35);
  509. this.uiButton1.TabIndex = 3;
  510. this.uiButton1.Text = "人员待遇享受检查";
  511. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  513. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  514. //
  515. // button2
  516. //
  517. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  518. this.button2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.button2.Location = new System.Drawing.Point(1155, 15);
  520. this.button2.Name = "button2";
  521. this.button2.Size = new System.Drawing.Size(101, 39);
  522. this.button2.TabIndex = 1;
  523. this.button2.Text = "放 弃";
  524. this.button2.UseVisualStyleBackColor = true;
  525. this.button2.Click += new System.EventHandler(this.button2_Click);
  526. //
  527. // button1
  528. //
  529. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  530. this.button1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  531. this.button1.Location = new System.Drawing.Point(1034, 15);
  532. this.button1.Name = "button1";
  533. this.button1.Size = new System.Drawing.Size(101, 39);
  534. this.button1.TabIndex = 0;
  535. this.button1.Text = "确 定";
  536. this.button1.UseVisualStyleBackColor = true;
  537. this.button1.Click += new System.EventHandler(this.button1_Click);
  538. //
  539. // dgvDiagnose
  540. //
  541. this.dgvDiagnose.AllowUserToAddRows = false;
  542. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  543. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
  544. dataGridViewCellStyle1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  546. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  547. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  548. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  549. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  550. this.dgvDiagnose.ColumnHeadersHeight = 40;
  551. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  552. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  553. this.diag_type_name,
  554. this.maindiag_flag,
  555. this.diag_srt_no,
  556. this.diag_name,
  557. this.diag_code,
  558. this.diag_dept,
  559. this.adm_cond,
  560. this.dise_dor_no,
  561. this.dise_dor_name,
  562. this.diag_time});
  563. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  564. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  565. this.dgvDiagnose.Name = "dgvDiagnose";
  566. this.dgvDiagnose.RowHeadersWidth = 51;
  567. this.dgvDiagnose.RowTemplate.Height = 30;
  568. this.dgvDiagnose.Size = new System.Drawing.Size(1267, 263);
  569. this.dgvDiagnose.TabIndex = 0;
  570. //
  571. // diag_type_name
  572. //
  573. this.diag_type_name.DataPropertyName = "diag_type_name";
  574. this.diag_type_name.FillWeight = 110F;
  575. this.diag_type_name.HeaderText = "诊断类别";
  576. this.diag_type_name.MinimumWidth = 110;
  577. this.diag_type_name.Name = "diag_type_name";
  578. this.diag_type_name.Width = 110;
  579. //
  580. // maindiag_flag
  581. //
  582. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  583. this.maindiag_flag.FillWeight = 75F;
  584. this.maindiag_flag.HeaderText = "主诊断";
  585. this.maindiag_flag.MinimumWidth = 75;
  586. this.maindiag_flag.Name = "maindiag_flag";
  587. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  588. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  589. this.maindiag_flag.Width = 80;
  590. //
  591. // diag_srt_no
  592. //
  593. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  594. this.diag_srt_no.FillWeight = 60F;
  595. this.diag_srt_no.HeaderText = "序号";
  596. this.diag_srt_no.MinimumWidth = 60;
  597. this.diag_srt_no.Name = "diag_srt_no";
  598. this.diag_srt_no.Width = 65;
  599. //
  600. // diag_name
  601. //
  602. this.diag_name.DataPropertyName = "diag_name";
  603. this.diag_name.FillWeight = 120F;
  604. this.diag_name.HeaderText = "诊断名称";
  605. this.diag_name.MinimumWidth = 120;
  606. this.diag_name.Name = "diag_name";
  607. this.diag_name.Width = 120;
  608. //
  609. // diag_code
  610. //
  611. this.diag_code.DataPropertyName = "diag_code";
  612. this.diag_code.FillWeight = 120F;
  613. this.diag_code.HeaderText = "诊断编码";
  614. this.diag_code.MinimumWidth = 120;
  615. this.diag_code.Name = "diag_code";
  616. this.diag_code.Width = 120;
  617. //
  618. // diag_dept
  619. //
  620. this.diag_dept.DataPropertyName = "diag_dept";
  621. this.diag_dept.FillWeight = 120F;
  622. this.diag_dept.HeaderText = "就诊科室";
  623. this.diag_dept.MinimumWidth = 120;
  624. this.diag_dept.Name = "diag_dept";
  625. this.diag_dept.Width = 120;
  626. //
  627. // adm_cond
  628. //
  629. this.adm_cond.DataPropertyName = "adm_cond";
  630. this.adm_cond.FillWeight = 120F;
  631. this.adm_cond.HeaderText = "入院病情";
  632. this.adm_cond.MinimumWidth = 120;
  633. this.adm_cond.Name = "adm_cond";
  634. this.adm_cond.Width = 120;
  635. //
  636. // dise_dor_no
  637. //
  638. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  639. this.dise_dor_no.FillWeight = 140F;
  640. this.dise_dor_no.HeaderText = "医保医师编号";
  641. this.dise_dor_no.MinimumWidth = 140;
  642. this.dise_dor_no.Name = "dise_dor_no";
  643. this.dise_dor_no.Width = 140;
  644. //
  645. // dise_dor_name
  646. //
  647. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  648. this.dise_dor_name.HeaderText = "医生姓名";
  649. this.dise_dor_name.MinimumWidth = 100;
  650. this.dise_dor_name.Name = "dise_dor_name";
  651. this.dise_dor_name.Width = 150;
  652. //
  653. // diag_time
  654. //
  655. this.diag_time.DataPropertyName = "diag_time";
  656. this.diag_time.FillWeight = 180F;
  657. this.diag_time.HeaderText = "诊断时间";
  658. this.diag_time.MinimumWidth = 180;
  659. this.diag_time.Name = "diag_time";
  660. this.diag_time.Width = 180;
  661. //
  662. // pnlBottom
  663. //
  664. this.pnlBottom.Controls.Add(this.dgvDiagnose);
  665. this.pnlBottom.Controls.Add(this.pnlFooter);
  666. this.pnlBottom.Location = new System.Drawing.Point(0, 315);
  667. this.pnlBottom.Name = "pnlBottom";
  668. this.pnlBottom.Size = new System.Drawing.Size(1267, 326);
  669. this.pnlBottom.TabIndex = 13;
  670. //
  671. // pnlCenter
  672. //
  673. this.pnlCenter.BackColor = System.Drawing.SystemColors.Window;
  674. this.pnlCenter.Controls.Add(this.chkEmergency);
  675. this.pnlCenter.Controls.Add(this.cbxAccountPay);
  676. this.pnlCenter.Controls.Add(this.Chk_RelTtpFlag);
  677. this.pnlCenter.Controls.Add(this.chkDanger);
  678. this.pnlCenter.Controls.Add(this.Chk_TraumaFlag);
  679. this.pnlCenter.Controls.Add(this.dblkcbxExitway);
  680. this.pnlCenter.Controls.Add(this.label8);
  681. this.pnlCenter.Controls.Add(this.dblkcbxSettelmentWay);
  682. this.pnlCenter.Controls.Add(this.dblkcbxDisease);
  683. this.pnlCenter.Controls.Add(this.dblkcbxMedicalType);
  684. this.pnlCenter.Controls.Add(this.dblkcbxInsuranceType);
  685. this.pnlCenter.Controls.Add(this.label4);
  686. this.pnlCenter.Controls.Add(this.label3);
  687. this.pnlCenter.Controls.Add(this.label2);
  688. this.pnlCenter.Controls.Add(this.label1);
  689. this.pnlCenter.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  690. this.pnlCenter.Location = new System.Drawing.Point(0, 144);
  691. this.pnlCenter.Name = "pnlCenter";
  692. this.pnlCenter.Size = new System.Drawing.Size(1267, 165);
  693. this.pnlCenter.TabIndex = 12;
  694. //
  695. // chkEmergency
  696. //
  697. this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
  698. this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  699. this.chkEmergency.Location = new System.Drawing.Point(930, 18);
  700. this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
  701. this.chkEmergency.Name = "chkEmergency";
  702. this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  703. this.chkEmergency.Size = new System.Drawing.Size(86, 29);
  704. this.chkEmergency.TabIndex = 67;
  705. this.chkEmergency.Text = "急诊";
  706. this.chkEmergency.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  707. //
  708. // cbxAccountPay
  709. //
  710. this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  711. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  712. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. this.cbxAccountPay.Location = new System.Drawing.Point(1086, 18);
  714. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  715. this.cbxAccountPay.Name = "cbxAccountPay";
  716. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  717. this.cbxAccountPay.Size = new System.Drawing.Size(128, 29);
  718. this.cbxAccountPay.TabIndex = 66;
  719. this.cbxAccountPay.Text = "账户支付";
  720. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  721. //
  722. // Chk_RelTtpFlag
  723. //
  724. this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  725. this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.Chk_RelTtpFlag.Location = new System.Drawing.Point(1086, 67);
  727. this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
  728. this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
  729. this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  730. this.Chk_RelTtpFlag.Size = new System.Drawing.Size(128, 29);
  731. this.Chk_RelTtpFlag.TabIndex = 65;
  732. this.Chk_RelTtpFlag.Text = "涉及第三方";
  733. this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  734. //
  735. // chkDanger
  736. //
  737. this.chkDanger.Cursor = System.Windows.Forms.Cursors.Hand;
  738. this.chkDanger.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  739. this.chkDanger.Location = new System.Drawing.Point(930, 116);
  740. this.chkDanger.MinimumSize = new System.Drawing.Size(1, 1);
  741. this.chkDanger.Name = "chkDanger";
  742. this.chkDanger.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  743. this.chkDanger.Size = new System.Drawing.Size(139, 29);
  744. this.chkDanger.TabIndex = 64;
  745. this.chkDanger.Text = "危重患者";
  746. this.chkDanger.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  747. //
  748. // Chk_TraumaFlag
  749. //
  750. this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  751. this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.Chk_TraumaFlag.Location = new System.Drawing.Point(930, 67);
  753. this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
  754. this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
  755. this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  756. this.Chk_TraumaFlag.Size = new System.Drawing.Size(102, 29);
  757. this.Chk_TraumaFlag.TabIndex = 63;
  758. this.Chk_TraumaFlag.Text = "外伤";
  759. this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  760. //
  761. // dblkcbxExitway
  762. //
  763. this.dblkcbxExitway.FormattingEnabled = true;
  764. this.dblkcbxExitway.Location = new System.Drawing.Point(588, 70);
  765. this.dblkcbxExitway.Name = "dblkcbxExitway";
  766. this.dblkcbxExitway.NullValue = "";
  767. this.dblkcbxExitway.PopupGridAutoSize = false;
  768. this.dblkcbxExitway.RowFilterVisible = false;
  769. this.dblkcbxExitway.sDisplayField = "";
  770. this.dblkcbxExitway.sDisplayMember = "";
  771. this.dblkcbxExitway.SeparatorChar = "|";
  772. this.dblkcbxExitway.Size = new System.Drawing.Size(257, 30);
  773. this.dblkcbxExitway.sKeyWords = "";
  774. this.dblkcbxExitway.sValueMember = "";
  775. this.dblkcbxExitway.TabIndex = 62;
  776. this.dblkcbxExitway.Value = "";
  777. this.dblkcbxExitway.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxHospType_AfterSelector);
  778. //
  779. // label8
  780. //
  781. this.label8.AutoSize = true;
  782. this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
  783. this.label8.Location = new System.Drawing.Point(492, 73);
  784. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  785. this.label8.Name = "label8";
  786. this.label8.Size = new System.Drawing.Size(98, 22);
  787. this.label8.TabIndex = 60;
  788. this.label8.Text = "离院方式";
  789. //
  790. // dblkcbxSettelmentWay
  791. //
  792. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  793. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(149, 116);
  794. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  795. this.dblkcbxSettelmentWay.NullValue = "";
  796. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  797. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  798. this.dblkcbxSettelmentWay.sDisplayField = "";
  799. this.dblkcbxSettelmentWay.sDisplayMember = "";
  800. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  801. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 30);
  802. this.dblkcbxSettelmentWay.sKeyWords = "";
  803. this.dblkcbxSettelmentWay.sValueMember = "";
  804. this.dblkcbxSettelmentWay.TabIndex = 59;
  805. this.dblkcbxSettelmentWay.Value = "";
  806. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  807. //
  808. // dblkcbxDisease
  809. //
  810. this.dblkcbxDisease.FormattingEnabled = true;
  811. this.dblkcbxDisease.Location = new System.Drawing.Point(149, 67);
  812. this.dblkcbxDisease.Name = "dblkcbxDisease";
  813. this.dblkcbxDisease.NullValue = "";
  814. this.dblkcbxDisease.PopupGridAutoSize = false;
  815. this.dblkcbxDisease.RowFilterVisible = false;
  816. this.dblkcbxDisease.sDisplayField = "";
  817. this.dblkcbxDisease.sDisplayMember = "";
  818. this.dblkcbxDisease.SeparatorChar = "|";
  819. this.dblkcbxDisease.Size = new System.Drawing.Size(257, 30);
  820. this.dblkcbxDisease.sKeyWords = "";
  821. this.dblkcbxDisease.sValueMember = "";
  822. this.dblkcbxDisease.TabIndex = 58;
  823. this.dblkcbxDisease.Value = "";
  824. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  825. //
  826. // dblkcbxMedicalType
  827. //
  828. this.dblkcbxMedicalType.FormattingEnabled = true;
  829. this.dblkcbxMedicalType.Location = new System.Drawing.Point(588, 18);
  830. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  831. this.dblkcbxMedicalType.NullValue = "";
  832. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  833. this.dblkcbxMedicalType.RowFilterVisible = false;
  834. this.dblkcbxMedicalType.sDisplayField = "";
  835. this.dblkcbxMedicalType.sDisplayMember = "";
  836. this.dblkcbxMedicalType.SeparatorChar = "|";
  837. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 30);
  838. this.dblkcbxMedicalType.sKeyWords = "";
  839. this.dblkcbxMedicalType.sValueMember = "";
  840. this.dblkcbxMedicalType.TabIndex = 57;
  841. this.dblkcbxMedicalType.Value = "";
  842. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  843. //
  844. // dblkcbxInsuranceType
  845. //
  846. this.dblkcbxInsuranceType.FormattingEnabled = true;
  847. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(149, 18);
  848. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  849. this.dblkcbxInsuranceType.NullValue = "";
  850. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  851. this.dblkcbxInsuranceType.RowFilterVisible = false;
  852. this.dblkcbxInsuranceType.sDisplayField = "";
  853. this.dblkcbxInsuranceType.sDisplayMember = "";
  854. this.dblkcbxInsuranceType.SeparatorChar = "|";
  855. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 30);
  856. this.dblkcbxInsuranceType.sKeyWords = "";
  857. this.dblkcbxInsuranceType.sValueMember = "";
  858. this.dblkcbxInsuranceType.TabIndex = 56;
  859. this.dblkcbxInsuranceType.Value = "";
  860. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  861. //
  862. // label4
  863. //
  864. this.label4.AutoSize = true;
  865. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  866. this.label4.Location = new System.Drawing.Point(492, 21);
  867. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  868. this.label4.Name = "label4";
  869. this.label4.Size = new System.Drawing.Size(98, 22);
  870. this.label4.TabIndex = 55;
  871. this.label4.Text = "医疗类别";
  872. //
  873. // label3
  874. //
  875. this.label3.AutoSize = true;
  876. this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
  877. this.label3.Location = new System.Drawing.Point(53, 119);
  878. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  879. this.label3.Name = "label3";
  880. this.label3.Size = new System.Drawing.Size(98, 22);
  881. this.label3.TabIndex = 54;
  882. this.label3.Text = "结算方式";
  883. //
  884. // label2
  885. //
  886. this.label2.AutoSize = true;
  887. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  888. this.label2.Location = new System.Drawing.Point(53, 70);
  889. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  890. this.label2.Name = "label2";
  891. this.label2.Size = new System.Drawing.Size(98, 22);
  892. this.label2.TabIndex = 53;
  893. this.label2.Text = "病种名称\r\n";
  894. //
  895. // label1
  896. //
  897. this.label1.AutoSize = true;
  898. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  899. this.label1.Location = new System.Drawing.Point(53, 21);
  900. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  901. this.label1.Name = "label1";
  902. this.label1.Size = new System.Drawing.Size(98, 22);
  903. this.label1.TabIndex = 52;
  904. this.label1.Text = "险种类型";
  905. //
  906. // InpatientRegistration
  907. //
  908. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  909. this.ClientSize = new System.Drawing.Size(1283, 646);
  910. this.Controls.Add(this.pnlBottom);
  911. this.Controls.Add(this.pnlCenter);
  912. this.Controls.Add(this.pnlHeader);
  913. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  914. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  915. this.Margin = new System.Windows.Forms.Padding(4);
  916. this.Name = "InpatientRegistration";
  917. this.Text = "医保登记";
  918. this.Load += new System.EventHandler(this.InpatientRegistration_Load);
  919. this.pnlHeader.ResumeLayout(false);
  920. this.grpHeader.ResumeLayout(false);
  921. this.pnlFooter.ResumeLayout(false);
  922. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  923. this.pnlBottom.ResumeLayout(false);
  924. this.pnlCenter.ResumeLayout(false);
  925. this.pnlCenter.PerformLayout();
  926. this.ResumeLayout(false);
  927. }
  928. #endregion
  929. public string DiseaseTypeValue
  930. {
  931. get { return dtDisease.Columns[""].ToString(); }
  932. }
  933. private System.Windows.Forms.Panel pnlHeader;
  934. private System.Windows.Forms.Panel pnlFooter;
  935. private System.Windows.Forms.Button button2;
  936. private System.Windows.Forms.Button button1;
  937. private Sunny.UI.UIButton uiButton1;
  938. private System.Windows.Forms.DataGridView dgvDiagnose;
  939. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  940. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  941. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  942. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  943. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  944. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  945. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  946. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  947. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  948. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  949. private System.Windows.Forms.Panel pnlBottom;
  950. private Sunny.UI.UITextBox txtBirthDay;
  951. private Sunny.UI.UITextBox txtInsuType;
  952. private Sunny.UI.UITextBox txtAge;
  953. private Sunny.UI.UILabel uiLabel4;
  954. private Sunny.UI.UILabel lbAge;
  955. private Sunny.UI.UILabel lb1;
  956. private Sunny.UI.UITextBox txtPsnNO;
  957. private Sunny.UI.UITextBox txtCorp;
  958. private Sunny.UI.UILabel uiLabel27;
  959. private Sunny.UI.UILabel uiLabel28;
  960. private Sunny.UI.UITextBox txtPsnType;
  961. private Sunny.UI.UITextBox txtCertNO;
  962. private Sunny.UI.UITextBox txtAdmvs;
  963. private Sunny.UI.UITextBox txtCertType;
  964. private Sunny.UI.UILabel uiLabel3;
  965. private Sunny.UI.UILabel uiLabel25;
  966. private Sunny.UI.UILabel uiLabel2;
  967. private Sunny.UI.UILabel uiLabel26;
  968. private Sunny.UI.UITextBox txtBalc;
  969. private Sunny.UI.UITextBox txtGend;
  970. private Sunny.UI.UITextBox txtName;
  971. private Sunny.UI.UILabel uiLabel1;
  972. private Sunny.UI.UILabel uiLabel20;
  973. private Sunny.UI.UIGroupBox grpHeader;
  974. private Sunny.UI.UILabel uiLabel21;
  975. private System.Windows.Forms.Panel pnlCenter;
  976. public Sunny.UI.UICheckBox chkEmergency;
  977. public Sunny.UI.UICheckBox cbxAccountPay;
  978. public Sunny.UI.UICheckBox Chk_RelTtpFlag;
  979. public Sunny.UI.UICheckBox chkDanger;
  980. public Sunny.UI.UICheckBox Chk_TraumaFlag;
  981. public PTControl.DBLookupCombox dblkcbxExitway;
  982. private System.Windows.Forms.Label label8;
  983. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  984. public PTControl.DBLookupCombox dblkcbxDisease;
  985. public PTControl.DBLookupCombox dblkcbxMedicalType;
  986. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  987. private System.Windows.Forms.Label label4;
  988. private System.Windows.Forms.Label label3;
  989. private System.Windows.Forms.Label label2;
  990. private System.Windows.Forms.Label label1;
  991. private Sunny.UI.UITextBox tbMdtrtID;
  992. private Sunny.UI.UILabel uiLabel5;
  993. }
  994. }