OutpatientRegistration.designer.cs 35 KB

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