InpatientRegistration.designer.cs 54 KB

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