OutpatientRegistration.designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class OutpatientRegistration
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.uiPanel1 = new Sunny.UI.UIPanel();
  32. this.cbxUnifPayStdType = new System.Windows.Forms.ComboBox();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  35. this.chk_claTrtFlag = new Sunny.UI.UICheckBox();
  36. this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
  37. this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
  38. this.dblkcbxHospType = new PTControl.DBLookupCombox();
  39. this.label8 = new System.Windows.Forms.Label();
  40. this.cbxMdtrtGrpType = new System.Windows.Forms.ComboBox();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.dblkcbxDiseaseType = new PTControl.DBLookupCombox();
  43. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  44. this.dblkcbxOperation = new PTControl.DBLookupCombox();
  45. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  46. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  47. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.label4 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.panel2 = new System.Windows.Forms.Panel();
  55. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  56. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.panel3 = new System.Windows.Forms.Panel();
  67. this.uiButton1 = new Sunny.UI.UIButton();
  68. this.button2 = new System.Windows.Forms.Button();
  69. this.button1 = new System.Windows.Forms.Button();
  70. this.panel1.SuspendLayout();
  71. this.uiPanel1.SuspendLayout();
  72. this.panel2.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  74. this.panel3.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // panel1
  78. //
  79. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  80. this.panel1.Controls.Add(this.uiPanel1);
  81. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  82. this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  83. this.panel1.Location = new System.Drawing.Point(0, 0);
  84. this.panel1.Name = "panel1";
  85. this.panel1.Size = new System.Drawing.Size(1197, 268);
  86. this.panel1.TabIndex = 12;
  87. //
  88. // uiPanel1
  89. //
  90. this.uiPanel1.Controls.Add(this.cbxUnifPayStdType);
  91. this.uiPanel1.Controls.Add(this.label7);
  92. this.uiPanel1.Controls.Add(this.cbxAccountPay);
  93. this.uiPanel1.Controls.Add(this.chk_claTrtFlag);
  94. this.uiPanel1.Controls.Add(this.Chk_RelTtpFlag);
  95. this.uiPanel1.Controls.Add(this.Chk_TraumaFlag);
  96. this.uiPanel1.Controls.Add(this.dblkcbxHospType);
  97. this.uiPanel1.Controls.Add(this.label8);
  98. this.uiPanel1.Controls.Add(this.cbxMdtrtGrpType);
  99. this.uiPanel1.Controls.Add(this.label9);
  100. this.uiPanel1.Controls.Add(this.dblkcbxDiseaseType);
  101. this.uiPanel1.Controls.Add(this.dblkcbxSettelmentWay);
  102. this.uiPanel1.Controls.Add(this.dblkcbxOperation);
  103. this.uiPanel1.Controls.Add(this.dblkcbxDisease);
  104. this.uiPanel1.Controls.Add(this.dblkcbxMedicalType);
  105. this.uiPanel1.Controls.Add(this.dblkcbxInsuranceType);
  106. this.uiPanel1.Controls.Add(this.label6);
  107. this.uiPanel1.Controls.Add(this.label5);
  108. this.uiPanel1.Controls.Add(this.label4);
  109. this.uiPanel1.Controls.Add(this.label3);
  110. this.uiPanel1.Controls.Add(this.label2);
  111. this.uiPanel1.Controls.Add(this.label1);
  112. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  115. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  116. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  117. this.uiPanel1.Name = "uiPanel1";
  118. this.uiPanel1.Size = new System.Drawing.Size(1197, 268);
  119. this.uiPanel1.TabIndex = 0;
  120. this.uiPanel1.Text = null;
  121. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  122. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  123. //
  124. // cbxUnifPayStdType
  125. //
  126. this.cbxUnifPayStdType.FormattingEnabled = true;
  127. this.cbxUnifPayStdType.Items.AddRange(new object[] {
  128. "0\t缺省",
  129. "1\t≤1岁(年龄)",
  130. "2\t>1岁(年龄)",
  131. "3\t≤3岁(年龄)",
  132. "4\t>3岁(年龄)",
  133. "5\t体外循环",
  134. "6\t非体外循环"});
  135. this.cbxUnifPayStdType.Location = new System.Drawing.Point(161, 221);
  136. this.cbxUnifPayStdType.Name = "cbxUnifPayStdType";
  137. this.cbxUnifPayStdType.Size = new System.Drawing.Size(257, 29);
  138. this.cbxUnifPayStdType.TabIndex = 72;
  139. //
  140. // label7
  141. //
  142. this.label7.AutoSize = true;
  143. this.label7.ForeColor = System.Drawing.SystemColors.InfoText;
  144. this.label7.Location = new System.Drawing.Point(33, 224);
  145. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.label7.Name = "label7";
  147. this.label7.Size = new System.Drawing.Size(106, 21);
  148. this.label7.TabIndex = 71;
  149. this.label7.Text = "包干标准类型";
  150. //
  151. // cbxAccountPay
  152. //
  153. this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  154. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  155. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.cbxAccountPay.Location = new System.Drawing.Point(942, 19);
  157. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  158. this.cbxAccountPay.Name = "cbxAccountPay";
  159. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  160. this.cbxAccountPay.Size = new System.Drawing.Size(207, 29);
  161. this.cbxAccountPay.TabIndex = 70;
  162. this.cbxAccountPay.Text = "使用医保账户支付";
  163. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  164. //
  165. // chk_claTrtFlag
  166. //
  167. this.chk_claTrtFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  168. this.chk_claTrtFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.chk_claTrtFlag.Location = new System.Drawing.Point(942, 172);
  170. this.chk_claTrtFlag.MinimumSize = new System.Drawing.Size(1, 1);
  171. this.chk_claTrtFlag.Name = "chk_claTrtFlag";
  172. this.chk_claTrtFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  173. this.chk_claTrtFlag.Size = new System.Drawing.Size(168, 29);
  174. this.chk_claTrtFlag.TabIndex = 69;
  175. this.chk_claTrtFlag.Text = "分级诊疗标志";
  176. this.chk_claTrtFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  177. //
  178. // Chk_RelTtpFlag
  179. //
  180. this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  181. this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.Chk_RelTtpFlag.Location = new System.Drawing.Point(942, 123);
  183. this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
  184. this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
  185. this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  186. this.Chk_RelTtpFlag.Size = new System.Drawing.Size(222, 29);
  187. this.Chk_RelTtpFlag.TabIndex = 68;
  188. this.Chk_RelTtpFlag.Text = "是否涉及第三方";
  189. this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  190. //
  191. // Chk_TraumaFlag
  192. //
  193. this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  194. this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.Chk_TraumaFlag.Location = new System.Drawing.Point(942, 74);
  196. this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
  197. this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
  198. this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  199. this.Chk_TraumaFlag.Size = new System.Drawing.Size(168, 29);
  200. this.Chk_TraumaFlag.TabIndex = 67;
  201. this.Chk_TraumaFlag.Text = "是否外伤";
  202. this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  203. //
  204. // dblkcbxHospType
  205. //
  206. this.dblkcbxHospType.FormattingEnabled = true;
  207. this.dblkcbxHospType.Location = new System.Drawing.Point(600, 172);
  208. this.dblkcbxHospType.Name = "dblkcbxHospType";
  209. this.dblkcbxHospType.NullValue = "";
  210. this.dblkcbxHospType.PopupGridAutoSize = false;
  211. this.dblkcbxHospType.RowFilterVisible = false;
  212. this.dblkcbxHospType.sDisplayField = "";
  213. this.dblkcbxHospType.sDisplayMember = "";
  214. this.dblkcbxHospType.SeparatorChar = "|";
  215. this.dblkcbxHospType.Size = new System.Drawing.Size(257, 29);
  216. this.dblkcbxHospType.sKeyWords = "";
  217. this.dblkcbxHospType.sValueMember = "";
  218. this.dblkcbxHospType.TabIndex = 66;
  219. this.dblkcbxHospType.Value = "";
  220. this.dblkcbxHospType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxHospType_AfterSelector);
  221. //
  222. // label8
  223. //
  224. this.label8.AutoSize = true;
  225. this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
  226. this.label8.Location = new System.Drawing.Point(504, 175);
  227. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  228. this.label8.Name = "label8";
  229. this.label8.Size = new System.Drawing.Size(74, 21);
  230. this.label8.TabIndex = 65;
  231. this.label8.Text = "住院类型";
  232. //
  233. // cbxMdtrtGrpType
  234. //
  235. this.cbxMdtrtGrpType.FormattingEnabled = true;
  236. this.cbxMdtrtGrpType.Items.AddRange(new object[] {
  237. "1.新冠肺炎确诊患者",
  238. "2.其他国家突发公共事件",
  239. "3.新冠肺炎疑似患者",
  240. "4.无症状感染者"});
  241. this.cbxMdtrtGrpType.Location = new System.Drawing.Point(161, 172);
  242. this.cbxMdtrtGrpType.Name = "cbxMdtrtGrpType";
  243. this.cbxMdtrtGrpType.Size = new System.Drawing.Size(257, 29);
  244. this.cbxMdtrtGrpType.TabIndex = 64;
  245. //
  246. // label9
  247. //
  248. this.label9.AutoSize = true;
  249. this.label9.ForeColor = System.Drawing.SystemColors.InfoText;
  250. this.label9.Location = new System.Drawing.Point(33, 175);
  251. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  252. this.label9.Name = "label9";
  253. this.label9.Size = new System.Drawing.Size(106, 21);
  254. this.label9.TabIndex = 63;
  255. this.label9.Text = "就诊人群类型";
  256. //
  257. // dblkcbxDiseaseType
  258. //
  259. this.dblkcbxDiseaseType.FormattingEnabled = true;
  260. this.dblkcbxDiseaseType.Location = new System.Drawing.Point(600, 123);
  261. this.dblkcbxDiseaseType.Name = "dblkcbxDiseaseType";
  262. this.dblkcbxDiseaseType.NullValue = "";
  263. this.dblkcbxDiseaseType.PopupGridAutoSize = false;
  264. this.dblkcbxDiseaseType.RowFilterVisible = false;
  265. this.dblkcbxDiseaseType.sDisplayField = "";
  266. this.dblkcbxDiseaseType.sDisplayMember = "";
  267. this.dblkcbxDiseaseType.SeparatorChar = "|";
  268. this.dblkcbxDiseaseType.Size = new System.Drawing.Size(257, 29);
  269. this.dblkcbxDiseaseType.sKeyWords = "";
  270. this.dblkcbxDiseaseType.sValueMember = "";
  271. this.dblkcbxDiseaseType.TabIndex = 62;
  272. this.dblkcbxDiseaseType.Value = "";
  273. this.dblkcbxDiseaseType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDiseaseType_AfterSelector);
  274. //
  275. // dblkcbxSettelmentWay
  276. //
  277. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  278. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(161, 123);
  279. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  280. this.dblkcbxSettelmentWay.NullValue = "";
  281. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  282. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  283. this.dblkcbxSettelmentWay.sDisplayField = "";
  284. this.dblkcbxSettelmentWay.sDisplayMember = "";
  285. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  286. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 29);
  287. this.dblkcbxSettelmentWay.sKeyWords = "";
  288. this.dblkcbxSettelmentWay.sValueMember = "";
  289. this.dblkcbxSettelmentWay.TabIndex = 61;
  290. this.dblkcbxSettelmentWay.Value = "";
  291. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  292. //
  293. // dblkcbxOperation
  294. //
  295. this.dblkcbxOperation.FormattingEnabled = true;
  296. this.dblkcbxOperation.Location = new System.Drawing.Point(600, 74);
  297. this.dblkcbxOperation.Name = "dblkcbxOperation";
  298. this.dblkcbxOperation.NullValue = "";
  299. this.dblkcbxOperation.PopupGridAutoSize = false;
  300. this.dblkcbxOperation.RowFilterVisible = false;
  301. this.dblkcbxOperation.sDisplayField = "";
  302. this.dblkcbxOperation.sDisplayMember = "";
  303. this.dblkcbxOperation.SeparatorChar = "|";
  304. this.dblkcbxOperation.Size = new System.Drawing.Size(257, 29);
  305. this.dblkcbxOperation.sKeyWords = "";
  306. this.dblkcbxOperation.sValueMember = "";
  307. this.dblkcbxOperation.TabIndex = 60;
  308. this.dblkcbxOperation.Value = "";
  309. this.dblkcbxOperation.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOperation_AfterSelector);
  310. //
  311. // dblkcbxDisease
  312. //
  313. this.dblkcbxDisease.FormattingEnabled = true;
  314. this.dblkcbxDisease.Location = new System.Drawing.Point(161, 74);
  315. this.dblkcbxDisease.Name = "dblkcbxDisease";
  316. this.dblkcbxDisease.NullValue = "";
  317. this.dblkcbxDisease.PopupGridAutoSize = false;
  318. this.dblkcbxDisease.RowFilterVisible = false;
  319. this.dblkcbxDisease.sDisplayField = "";
  320. this.dblkcbxDisease.sDisplayMember = "";
  321. this.dblkcbxDisease.SeparatorChar = "|";
  322. this.dblkcbxDisease.Size = new System.Drawing.Size(257, 29);
  323. this.dblkcbxDisease.sKeyWords = "";
  324. this.dblkcbxDisease.sValueMember = "";
  325. this.dblkcbxDisease.TabIndex = 59;
  326. this.dblkcbxDisease.Value = "";
  327. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  328. //
  329. // dblkcbxMedicalType
  330. //
  331. this.dblkcbxMedicalType.FormattingEnabled = true;
  332. this.dblkcbxMedicalType.Location = new System.Drawing.Point(600, 25);
  333. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  334. this.dblkcbxMedicalType.NullValue = "";
  335. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  336. this.dblkcbxMedicalType.RowFilterVisible = false;
  337. this.dblkcbxMedicalType.sDisplayField = "";
  338. this.dblkcbxMedicalType.sDisplayMember = "";
  339. this.dblkcbxMedicalType.SeparatorChar = "|";
  340. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 29);
  341. this.dblkcbxMedicalType.sKeyWords = "";
  342. this.dblkcbxMedicalType.sValueMember = "";
  343. this.dblkcbxMedicalType.TabIndex = 58;
  344. this.dblkcbxMedicalType.Value = "";
  345. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  346. //
  347. // dblkcbxInsuranceType
  348. //
  349. this.dblkcbxInsuranceType.FormattingEnabled = true;
  350. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(161, 25);
  351. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  352. this.dblkcbxInsuranceType.NullValue = "";
  353. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  354. this.dblkcbxInsuranceType.RowFilterVisible = false;
  355. this.dblkcbxInsuranceType.sDisplayField = "";
  356. this.dblkcbxInsuranceType.sDisplayMember = "";
  357. this.dblkcbxInsuranceType.SeparatorChar = "|";
  358. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 29);
  359. this.dblkcbxInsuranceType.sKeyWords = "";
  360. this.dblkcbxInsuranceType.sValueMember = "";
  361. this.dblkcbxInsuranceType.TabIndex = 57;
  362. this.dblkcbxInsuranceType.Value = "";
  363. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  364. //
  365. // label6
  366. //
  367. this.label6.AutoSize = true;
  368. this.label6.ForeColor = System.Drawing.SystemColors.InfoText;
  369. this.label6.Location = new System.Drawing.Point(504, 126);
  370. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  371. this.label6.Name = "label6";
  372. this.label6.Size = new System.Drawing.Size(74, 21);
  373. this.label6.TabIndex = 56;
  374. this.label6.Text = "病种类型";
  375. //
  376. // label5
  377. //
  378. this.label5.AutoSize = true;
  379. this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
  380. this.label5.Location = new System.Drawing.Point(504, 77);
  381. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  382. this.label5.Name = "label5";
  383. this.label5.Size = new System.Drawing.Size(74, 21);
  384. this.label5.TabIndex = 55;
  385. this.label5.Text = "手术操作";
  386. //
  387. // label4
  388. //
  389. this.label4.AutoSize = true;
  390. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  391. this.label4.Location = new System.Drawing.Point(504, 28);
  392. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  393. this.label4.Name = "label4";
  394. this.label4.Size = new System.Drawing.Size(74, 21);
  395. this.label4.TabIndex = 54;
  396. this.label4.Text = "医疗类别";
  397. //
  398. // label3
  399. //
  400. this.label3.AutoSize = true;
  401. this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
  402. this.label3.Location = new System.Drawing.Point(65, 126);
  403. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  404. this.label3.Name = "label3";
  405. this.label3.Size = new System.Drawing.Size(74, 21);
  406. this.label3.TabIndex = 53;
  407. this.label3.Text = "结算方式";
  408. //
  409. // label2
  410. //
  411. this.label2.AutoSize = true;
  412. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  413. this.label2.Location = new System.Drawing.Point(65, 77);
  414. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  415. this.label2.Name = "label2";
  416. this.label2.Size = new System.Drawing.Size(74, 21);
  417. this.label2.TabIndex = 52;
  418. this.label2.Text = "病种名称\r\n";
  419. //
  420. // label1
  421. //
  422. this.label1.AutoSize = true;
  423. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  424. this.label1.Location = new System.Drawing.Point(65, 28);
  425. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  426. this.label1.Name = "label1";
  427. this.label1.Size = new System.Drawing.Size(74, 21);
  428. this.label1.TabIndex = 51;
  429. this.label1.Text = "险种类型";
  430. //
  431. // panel2
  432. //
  433. this.panel2.Controls.Add(this.dgvDiagnose);
  434. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  435. this.panel2.Location = new System.Drawing.Point(0, 268);
  436. this.panel2.Name = "panel2";
  437. this.panel2.Size = new System.Drawing.Size(1197, 259);
  438. this.panel2.TabIndex = 13;
  439. //
  440. // dgvDiagnose
  441. //
  442. this.dgvDiagnose.AllowUserToAddRows = false;
  443. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  444. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ButtonShadow;
  445. dataGridViewCellStyle2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  447. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  448. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  449. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  450. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  451. this.dgvDiagnose.ColumnHeadersHeight = 40;
  452. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  453. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  454. this.diag_type_name,
  455. this.maindiag_flag,
  456. this.diag_srt_no,
  457. this.diag_name,
  458. this.diag_code,
  459. this.diag_dept,
  460. this.adm_cond,
  461. this.dise_dor_no,
  462. this.dise_dor_name,
  463. this.diag_time});
  464. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  465. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  466. this.dgvDiagnose.Name = "dgvDiagnose";
  467. this.dgvDiagnose.RowHeadersWidth = 51;
  468. this.dgvDiagnose.RowTemplate.Height = 30;
  469. this.dgvDiagnose.Size = new System.Drawing.Size(1197, 259);
  470. this.dgvDiagnose.TabIndex = 0;
  471. //
  472. // diag_type_name
  473. //
  474. this.diag_type_name.DataPropertyName = "diag_type_name";
  475. this.diag_type_name.FillWeight = 110F;
  476. this.diag_type_name.HeaderText = "诊断类别";
  477. this.diag_type_name.MinimumWidth = 110;
  478. this.diag_type_name.Name = "diag_type_name";
  479. this.diag_type_name.Width = 110;
  480. //
  481. // maindiag_flag
  482. //
  483. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  484. this.maindiag_flag.FillWeight = 75F;
  485. this.maindiag_flag.HeaderText = "主诊断";
  486. this.maindiag_flag.MinimumWidth = 75;
  487. this.maindiag_flag.Name = "maindiag_flag";
  488. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  489. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  490. this.maindiag_flag.Width = 80;
  491. //
  492. // diag_srt_no
  493. //
  494. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  495. this.diag_srt_no.FillWeight = 60F;
  496. this.diag_srt_no.HeaderText = "序号";
  497. this.diag_srt_no.MinimumWidth = 60;
  498. this.diag_srt_no.Name = "diag_srt_no";
  499. this.diag_srt_no.Width = 65;
  500. //
  501. // diag_name
  502. //
  503. this.diag_name.DataPropertyName = "diag_name";
  504. this.diag_name.FillWeight = 120F;
  505. this.diag_name.HeaderText = "诊断名称";
  506. this.diag_name.MinimumWidth = 120;
  507. this.diag_name.Name = "diag_name";
  508. this.diag_name.Width = 120;
  509. //
  510. // diag_code
  511. //
  512. this.diag_code.DataPropertyName = "diag_code";
  513. this.diag_code.FillWeight = 120F;
  514. this.diag_code.HeaderText = "诊断编码";
  515. this.diag_code.MinimumWidth = 120;
  516. this.diag_code.Name = "diag_code";
  517. this.diag_code.Width = 120;
  518. //
  519. // diag_dept
  520. //
  521. this.diag_dept.DataPropertyName = "diag_dept";
  522. this.diag_dept.FillWeight = 120F;
  523. this.diag_dept.HeaderText = "就诊科室";
  524. this.diag_dept.MinimumWidth = 120;
  525. this.diag_dept.Name = "diag_dept";
  526. this.diag_dept.Width = 120;
  527. //
  528. // adm_cond
  529. //
  530. this.adm_cond.DataPropertyName = "adm_cond";
  531. this.adm_cond.FillWeight = 120F;
  532. this.adm_cond.HeaderText = "入院病情";
  533. this.adm_cond.MinimumWidth = 120;
  534. this.adm_cond.Name = "adm_cond";
  535. this.adm_cond.Width = 120;
  536. //
  537. // dise_dor_no
  538. //
  539. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  540. this.dise_dor_no.FillWeight = 140F;
  541. this.dise_dor_no.HeaderText = "医保医师编号";
  542. this.dise_dor_no.MinimumWidth = 140;
  543. this.dise_dor_no.Name = "dise_dor_no";
  544. this.dise_dor_no.Width = 140;
  545. //
  546. // dise_dor_name
  547. //
  548. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  549. this.dise_dor_name.HeaderText = "医生姓名";
  550. this.dise_dor_name.MinimumWidth = 100;
  551. this.dise_dor_name.Name = "dise_dor_name";
  552. //
  553. // diag_time
  554. //
  555. this.diag_time.DataPropertyName = "diag_time";
  556. this.diag_time.FillWeight = 180F;
  557. this.diag_time.HeaderText = "诊断时间";
  558. this.diag_time.MinimumWidth = 180;
  559. this.diag_time.Name = "diag_time";
  560. this.diag_time.Width = 180;
  561. //
  562. // panel3
  563. //
  564. this.panel3.BackColor = System.Drawing.SystemColors.Window;
  565. this.panel3.Controls.Add(this.uiButton1);
  566. this.panel3.Controls.Add(this.button2);
  567. this.panel3.Controls.Add(this.button1);
  568. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  569. this.panel3.Location = new System.Drawing.Point(0, 469);
  570. this.panel3.Name = "panel3";
  571. this.panel3.Size = new System.Drawing.Size(1197, 58);
  572. this.panel3.TabIndex = 14;
  573. //
  574. // uiButton1
  575. //
  576. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  577. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  578. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.uiButton1.Location = new System.Drawing.Point(12, 11);
  580. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  581. this.uiButton1.Name = "uiButton1";
  582. this.uiButton1.Size = new System.Drawing.Size(164, 35);
  583. this.uiButton1.TabIndex = 3;
  584. this.uiButton1.Text = "人员待遇享受检查";
  585. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  587. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  588. //
  589. // button2
  590. //
  591. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  592. this.button2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. this.button2.Location = new System.Drawing.Point(1085, 10);
  594. this.button2.Name = "button2";
  595. this.button2.Size = new System.Drawing.Size(101, 39);
  596. this.button2.TabIndex = 1;
  597. this.button2.Text = "放 弃";
  598. this.button2.UseVisualStyleBackColor = true;
  599. this.button2.Click += new System.EventHandler(this.button2_Click);
  600. //
  601. // button1
  602. //
  603. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  604. this.button1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.button1.Location = new System.Drawing.Point(964, 10);
  606. this.button1.Name = "button1";
  607. this.button1.Size = new System.Drawing.Size(101, 39);
  608. this.button1.TabIndex = 0;
  609. this.button1.Text = "确 定";
  610. this.button1.UseVisualStyleBackColor = true;
  611. this.button1.Click += new System.EventHandler(this.button1_Click);
  612. //
  613. // OutpatientRegistration
  614. //
  615. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  616. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  617. this.ClientSize = new System.Drawing.Size(1197, 527);
  618. this.Controls.Add(this.panel3);
  619. this.Controls.Add(this.panel2);
  620. this.Controls.Add(this.panel1);
  621. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.Margin = new System.Windows.Forms.Padding(4);
  623. this.Name = "OutpatientRegistration";
  624. this.Text = "医保登记";
  625. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  626. this.panel1.ResumeLayout(false);
  627. this.uiPanel1.ResumeLayout(false);
  628. this.uiPanel1.PerformLayout();
  629. this.panel2.ResumeLayout(false);
  630. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  631. this.panel3.ResumeLayout(false);
  632. this.ResumeLayout(false);
  633. }
  634. #endregion
  635. public string DiseaseTypeValue
  636. {
  637. get { return dtDisease.Columns[""].ToString(); }
  638. }
  639. private System.Windows.Forms.Panel panel1;
  640. private System.Windows.Forms.Panel panel2;
  641. private System.Windows.Forms.Panel panel3;
  642. private System.Windows.Forms.Button button2;
  643. private System.Windows.Forms.Button button1;
  644. private System.Windows.Forms.DataGridView dgvDiagnose;
  645. private Sunny.UI.UIButton uiButton1;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  647. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  656. private Sunny.UI.UIPanel uiPanel1;
  657. public System.Windows.Forms.ComboBox cbxUnifPayStdType;
  658. private System.Windows.Forms.Label label7;
  659. public Sunny.UI.UICheckBox cbxAccountPay;
  660. public Sunny.UI.UICheckBox chk_claTrtFlag;
  661. public Sunny.UI.UICheckBox Chk_RelTtpFlag;
  662. public Sunny.UI.UICheckBox Chk_TraumaFlag;
  663. public PTControl.DBLookupCombox dblkcbxHospType;
  664. private System.Windows.Forms.Label label8;
  665. public System.Windows.Forms.ComboBox cbxMdtrtGrpType;
  666. private System.Windows.Forms.Label label9;
  667. private PTControl.DBLookupCombox dblkcbxDiseaseType;
  668. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  669. private PTControl.DBLookupCombox dblkcbxOperation;
  670. public PTControl.DBLookupCombox dblkcbxDisease;
  671. public PTControl.DBLookupCombox dblkcbxMedicalType;
  672. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  673. private System.Windows.Forms.Label label6;
  674. private System.Windows.Forms.Label label5;
  675. private System.Windows.Forms.Label label4;
  676. private System.Windows.Forms.Label label3;
  677. private System.Windows.Forms.Label label2;
  678. private System.Windows.Forms.Label label1;
  679. }
  680. }