InpatientRegistration.designer.cs 53 KB

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