OutpatientRegistration.designer.cs 57 KB

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