InpatientRegistration.designer.cs 55 KB

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