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