OutpatientRegistration.designer.cs 35 KB

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