OutpatientRegistration.designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  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. this.panel1 = new System.Windows.Forms.Panel();
  30. this.dblkcbxOTP_ER_REFL_FLAG = new PTControl.DBLookupCombox();
  31. this.label8 = new System.Windows.Forms.Label();
  32. this.cbxREL_TTP_FLAG = new Sunny.UI.UICheckBox();
  33. this.cbxTRUM_FLAG = new Sunny.UI.UICheckBox();
  34. this.dblkcbxMdtrt_grp_type = new PTControl.DBLookupCombox();
  35. this.label7 = new System.Windows.Forms.Label();
  36. this.dblkcbxDiseaseType = new PTControl.DBLookupCombox();
  37. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  38. this.dblkcbxOperation = new PTControl.DBLookupCombox();
  39. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  40. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  41. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.panel2 = new System.Windows.Forms.Panel();
  49. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  50. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.panel3 = new System.Windows.Forms.Panel();
  61. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  62. this.button2 = new System.Windows.Forms.Button();
  63. this.button1 = new System.Windows.Forms.Button();
  64. this.dblkcbxIpt_type = new PTControl.DBLookupCombox();
  65. this.label9 = new System.Windows.Forms.Label();
  66. this.panel1.SuspendLayout();
  67. this.panel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  69. this.panel3.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // panel1
  73. //
  74. this.panel1.Controls.Add(this.dblkcbxIpt_type);
  75. this.panel1.Controls.Add(this.label9);
  76. this.panel1.Controls.Add(this.dblkcbxOTP_ER_REFL_FLAG);
  77. this.panel1.Controls.Add(this.label8);
  78. this.panel1.Controls.Add(this.cbxREL_TTP_FLAG);
  79. this.panel1.Controls.Add(this.cbxTRUM_FLAG);
  80. this.panel1.Controls.Add(this.dblkcbxMdtrt_grp_type);
  81. this.panel1.Controls.Add(this.label7);
  82. this.panel1.Controls.Add(this.dblkcbxDiseaseType);
  83. this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
  84. this.panel1.Controls.Add(this.dblkcbxOperation);
  85. this.panel1.Controls.Add(this.dblkcbxDisease);
  86. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  87. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  88. this.panel1.Controls.Add(this.label6);
  89. this.panel1.Controls.Add(this.label5);
  90. this.panel1.Controls.Add(this.label4);
  91. this.panel1.Controls.Add(this.label3);
  92. this.panel1.Controls.Add(this.label2);
  93. this.panel1.Controls.Add(this.label1);
  94. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  95. this.panel1.Location = new System.Drawing.Point(0, 0);
  96. this.panel1.Name = "panel1";
  97. this.panel1.Size = new System.Drawing.Size(1306, 190);
  98. this.panel1.TabIndex = 12;
  99. //
  100. // dblkcbxOTP_ER_REFL_FLAG
  101. //
  102. this.dblkcbxOTP_ER_REFL_FLAG.FormattingEnabled = true;
  103. this.dblkcbxOTP_ER_REFL_FLAG.Location = new System.Drawing.Point(971, 84);
  104. this.dblkcbxOTP_ER_REFL_FLAG.Name = "dblkcbxOTP_ER_REFL_FLAG";
  105. this.dblkcbxOTP_ER_REFL_FLAG.NullValue = "";
  106. this.dblkcbxOTP_ER_REFL_FLAG.PopupGridAutoSize = false;
  107. this.dblkcbxOTP_ER_REFL_FLAG.RowFilterVisible = false;
  108. this.dblkcbxOTP_ER_REFL_FLAG.sDisplayField = "";
  109. this.dblkcbxOTP_ER_REFL_FLAG.sDisplayMember = "";
  110. this.dblkcbxOTP_ER_REFL_FLAG.SeparatorChar = "|";
  111. this.dblkcbxOTP_ER_REFL_FLAG.Size = new System.Drawing.Size(185, 23);
  112. this.dblkcbxOTP_ER_REFL_FLAG.sKeyWords = "";
  113. this.dblkcbxOTP_ER_REFL_FLAG.sValueMember = "";
  114. this.dblkcbxOTP_ER_REFL_FLAG.TabIndex = 29;
  115. this.dblkcbxOTP_ER_REFL_FLAG.Value = "";
  116. this.dblkcbxOTP_ER_REFL_FLAG.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOTP_ER_REFL_FLAG_AfterSelector);
  117. //
  118. // label8
  119. //
  120. this.label8.AutoSize = true;
  121. this.label8.Location = new System.Drawing.Point(830, 87);
  122. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.label8.Name = "label8";
  124. this.label8.Size = new System.Drawing.Size(135, 15);
  125. this.label8.TabIndex = 28;
  126. this.label8.Text = "门诊急诊转诊标志";
  127. //
  128. // cbxREL_TTP_FLAG
  129. //
  130. this.cbxREL_TTP_FLAG.Cursor = System.Windows.Forms.Cursors.Hand;
  131. this.cbxREL_TTP_FLAG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.cbxREL_TTP_FLAG.Location = new System.Drawing.Point(1172, 84);
  133. this.cbxREL_TTP_FLAG.MinimumSize = new System.Drawing.Size(1, 1);
  134. this.cbxREL_TTP_FLAG.Name = "cbxREL_TTP_FLAG";
  135. this.cbxREL_TTP_FLAG.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  136. this.cbxREL_TTP_FLAG.Size = new System.Drawing.Size(150, 29);
  137. this.cbxREL_TTP_FLAG.TabIndex = 27;
  138. this.cbxREL_TTP_FLAG.Text = "第三方标志";
  139. this.cbxREL_TTP_FLAG.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  140. this.cbxREL_TTP_FLAG.ValueChanged += new Sunny.UI.UICheckBox.OnValueChanged(this.cbxREL_TTP_FLAG_ValueChanged);
  141. //
  142. // cbxTRUM_FLAG
  143. //
  144. this.cbxTRUM_FLAG.Cursor = System.Windows.Forms.Cursors.Hand;
  145. this.cbxTRUM_FLAG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.cbxTRUM_FLAG.Location = new System.Drawing.Point(1172, 24);
  147. this.cbxTRUM_FLAG.MinimumSize = new System.Drawing.Size(1, 1);
  148. this.cbxTRUM_FLAG.Name = "cbxTRUM_FLAG";
  149. this.cbxTRUM_FLAG.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  150. this.cbxTRUM_FLAG.Size = new System.Drawing.Size(150, 29);
  151. this.cbxTRUM_FLAG.TabIndex = 26;
  152. this.cbxTRUM_FLAG.Text = "外伤标志";
  153. this.cbxTRUM_FLAG.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  154. this.cbxTRUM_FLAG.ValueChanged += new Sunny.UI.UICheckBox.OnValueChanged(this.cbxTRUM_FLAG_ValueChanged);
  155. //
  156. // dblkcbxMdtrt_grp_type
  157. //
  158. this.dblkcbxMdtrt_grp_type.FormattingEnabled = true;
  159. this.dblkcbxMdtrt_grp_type.Location = new System.Drawing.Point(972, 30);
  160. this.dblkcbxMdtrt_grp_type.Name = "dblkcbxMdtrt_grp_type";
  161. this.dblkcbxMdtrt_grp_type.NullValue = "";
  162. this.dblkcbxMdtrt_grp_type.PopupGridAutoSize = false;
  163. this.dblkcbxMdtrt_grp_type.RowFilterVisible = false;
  164. this.dblkcbxMdtrt_grp_type.sDisplayField = "";
  165. this.dblkcbxMdtrt_grp_type.sDisplayMember = "";
  166. this.dblkcbxMdtrt_grp_type.SeparatorChar = "|";
  167. this.dblkcbxMdtrt_grp_type.Size = new System.Drawing.Size(185, 23);
  168. this.dblkcbxMdtrt_grp_type.sKeyWords = "";
  169. this.dblkcbxMdtrt_grp_type.sValueMember = "";
  170. this.dblkcbxMdtrt_grp_type.TabIndex = 25;
  171. this.dblkcbxMdtrt_grp_type.Value = "";
  172. this.dblkcbxMdtrt_grp_type.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMdtrt_grp_type_AfterSelector);
  173. //
  174. // label7
  175. //
  176. this.label7.AutoSize = true;
  177. this.label7.Location = new System.Drawing.Point(830, 33);
  178. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.label7.Name = "label7";
  180. this.label7.Size = new System.Drawing.Size(103, 15);
  181. this.label7.TabIndex = 24;
  182. this.label7.Text = "就诊人群类型";
  183. //
  184. // dblkcbxDiseaseType
  185. //
  186. this.dblkcbxDiseaseType.FormattingEnabled = true;
  187. this.dblkcbxDiseaseType.Location = new System.Drawing.Point(578, 143);
  188. this.dblkcbxDiseaseType.Name = "dblkcbxDiseaseType";
  189. this.dblkcbxDiseaseType.NullValue = "";
  190. this.dblkcbxDiseaseType.PopupGridAutoSize = false;
  191. this.dblkcbxDiseaseType.RowFilterVisible = false;
  192. this.dblkcbxDiseaseType.sDisplayField = "";
  193. this.dblkcbxDiseaseType.sDisplayMember = "";
  194. this.dblkcbxDiseaseType.SeparatorChar = "|";
  195. this.dblkcbxDiseaseType.Size = new System.Drawing.Size(185, 23);
  196. this.dblkcbxDiseaseType.sKeyWords = "";
  197. this.dblkcbxDiseaseType.sValueMember = "";
  198. this.dblkcbxDiseaseType.TabIndex = 23;
  199. this.dblkcbxDiseaseType.Value = "";
  200. this.dblkcbxDiseaseType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDiseaseType_AfterSelector);
  201. //
  202. // dblkcbxSettelmentWay
  203. //
  204. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  205. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(213, 143);
  206. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  207. this.dblkcbxSettelmentWay.NullValue = "";
  208. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  209. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  210. this.dblkcbxSettelmentWay.sDisplayField = "";
  211. this.dblkcbxSettelmentWay.sDisplayMember = "";
  212. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  213. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(185, 23);
  214. this.dblkcbxSettelmentWay.sKeyWords = "";
  215. this.dblkcbxSettelmentWay.sValueMember = "";
  216. this.dblkcbxSettelmentWay.TabIndex = 22;
  217. this.dblkcbxSettelmentWay.Value = "";
  218. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  219. //
  220. // dblkcbxOperation
  221. //
  222. this.dblkcbxOperation.FormattingEnabled = true;
  223. this.dblkcbxOperation.Location = new System.Drawing.Point(578, 84);
  224. this.dblkcbxOperation.Name = "dblkcbxOperation";
  225. this.dblkcbxOperation.NullValue = "";
  226. this.dblkcbxOperation.PopupGridAutoSize = false;
  227. this.dblkcbxOperation.RowFilterVisible = false;
  228. this.dblkcbxOperation.sDisplayField = "";
  229. this.dblkcbxOperation.sDisplayMember = "";
  230. this.dblkcbxOperation.SeparatorChar = "|";
  231. this.dblkcbxOperation.Size = new System.Drawing.Size(185, 23);
  232. this.dblkcbxOperation.sKeyWords = "";
  233. this.dblkcbxOperation.sValueMember = "";
  234. this.dblkcbxOperation.TabIndex = 21;
  235. this.dblkcbxOperation.Value = "";
  236. this.dblkcbxOperation.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOperation_AfterSelector);
  237. //
  238. // dblkcbxDisease
  239. //
  240. this.dblkcbxDisease.FormattingEnabled = true;
  241. this.dblkcbxDisease.Location = new System.Drawing.Point(213, 84);
  242. this.dblkcbxDisease.Name = "dblkcbxDisease";
  243. this.dblkcbxDisease.NullValue = "";
  244. this.dblkcbxDisease.PopupGridAutoSize = false;
  245. this.dblkcbxDisease.RowFilterVisible = false;
  246. this.dblkcbxDisease.sDisplayField = "";
  247. this.dblkcbxDisease.sDisplayMember = "";
  248. this.dblkcbxDisease.SeparatorChar = "|";
  249. this.dblkcbxDisease.Size = new System.Drawing.Size(185, 23);
  250. this.dblkcbxDisease.sKeyWords = "";
  251. this.dblkcbxDisease.sValueMember = "";
  252. this.dblkcbxDisease.TabIndex = 20;
  253. this.dblkcbxDisease.Value = "";
  254. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  255. //
  256. // dblkcbxMedicalType
  257. //
  258. this.dblkcbxMedicalType.FormattingEnabled = true;
  259. this.dblkcbxMedicalType.Location = new System.Drawing.Point(578, 30);
  260. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  261. this.dblkcbxMedicalType.NullValue = "";
  262. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  263. this.dblkcbxMedicalType.RowFilterVisible = false;
  264. this.dblkcbxMedicalType.sDisplayField = "";
  265. this.dblkcbxMedicalType.sDisplayMember = "";
  266. this.dblkcbxMedicalType.SeparatorChar = "|";
  267. this.dblkcbxMedicalType.Size = new System.Drawing.Size(185, 23);
  268. this.dblkcbxMedicalType.sKeyWords = "";
  269. this.dblkcbxMedicalType.sValueMember = "";
  270. this.dblkcbxMedicalType.TabIndex = 19;
  271. this.dblkcbxMedicalType.Value = "";
  272. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  273. //
  274. // dblkcbxInsuranceType
  275. //
  276. this.dblkcbxInsuranceType.Enabled = false;
  277. this.dblkcbxInsuranceType.FormattingEnabled = true;
  278. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(213, 30);
  279. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  280. this.dblkcbxInsuranceType.NullValue = "";
  281. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  282. this.dblkcbxInsuranceType.RowFilterVisible = false;
  283. this.dblkcbxInsuranceType.sDisplayField = "";
  284. this.dblkcbxInsuranceType.sDisplayMember = "";
  285. this.dblkcbxInsuranceType.SeparatorChar = "|";
  286. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(185, 23);
  287. this.dblkcbxInsuranceType.sKeyWords = "";
  288. this.dblkcbxInsuranceType.sValueMember = "";
  289. this.dblkcbxInsuranceType.TabIndex = 18;
  290. this.dblkcbxInsuranceType.Value = "";
  291. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  292. //
  293. // label6
  294. //
  295. this.label6.AutoSize = true;
  296. this.label6.Location = new System.Drawing.Point(463, 143);
  297. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  298. this.label6.Name = "label6";
  299. this.label6.Size = new System.Drawing.Size(71, 15);
  300. this.label6.TabIndex = 17;
  301. this.label6.Text = "病种类型";
  302. //
  303. // label5
  304. //
  305. this.label5.AutoSize = true;
  306. this.label5.Location = new System.Drawing.Point(463, 87);
  307. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  308. this.label5.Name = "label5";
  309. this.label5.Size = new System.Drawing.Size(71, 15);
  310. this.label5.TabIndex = 16;
  311. this.label5.Text = "手术操作";
  312. //
  313. // label4
  314. //
  315. this.label4.AutoSize = true;
  316. this.label4.Location = new System.Drawing.Point(463, 33);
  317. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  318. this.label4.Name = "label4";
  319. this.label4.Size = new System.Drawing.Size(71, 15);
  320. this.label4.TabIndex = 15;
  321. this.label4.Text = "医疗类别";
  322. //
  323. // label3
  324. //
  325. this.label3.AutoSize = true;
  326. this.label3.Location = new System.Drawing.Point(87, 143);
  327. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  328. this.label3.Name = "label3";
  329. this.label3.Size = new System.Drawing.Size(71, 15);
  330. this.label3.TabIndex = 14;
  331. this.label3.Text = "结算方式";
  332. //
  333. // label2
  334. //
  335. this.label2.AutoSize = true;
  336. this.label2.Location = new System.Drawing.Point(87, 87);
  337. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  338. this.label2.Name = "label2";
  339. this.label2.Size = new System.Drawing.Size(71, 15);
  340. this.label2.TabIndex = 13;
  341. this.label2.Text = "病种名称\r\n";
  342. //
  343. // label1
  344. //
  345. this.label1.AutoSize = true;
  346. this.label1.Location = new System.Drawing.Point(87, 33);
  347. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  348. this.label1.Name = "label1";
  349. this.label1.Size = new System.Drawing.Size(71, 15);
  350. this.label1.TabIndex = 12;
  351. this.label1.Text = "险种类型";
  352. //
  353. // panel2
  354. //
  355. this.panel2.Controls.Add(this.dgvDiagnose);
  356. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  357. this.panel2.Location = new System.Drawing.Point(0, 190);
  358. this.panel2.Name = "panel2";
  359. this.panel2.Size = new System.Drawing.Size(1306, 343);
  360. this.panel2.TabIndex = 13;
  361. //
  362. // dgvDiagnose
  363. //
  364. this.dgvDiagnose.AllowUserToAddRows = false;
  365. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  366. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  367. this.diag_type_name,
  368. this.maindiag_flag,
  369. this.diag_srt_no,
  370. this.diag_name,
  371. this.diag_code,
  372. this.diag_dept,
  373. this.adm_cond,
  374. this.dise_dor_no,
  375. this.dise_dor_name,
  376. this.diag_time});
  377. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  378. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  379. this.dgvDiagnose.Name = "dgvDiagnose";
  380. this.dgvDiagnose.RowTemplate.Height = 30;
  381. this.dgvDiagnose.Size = new System.Drawing.Size(1306, 343);
  382. this.dgvDiagnose.TabIndex = 0;
  383. this.dgvDiagnose.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  384. //
  385. // diag_type_name
  386. //
  387. this.diag_type_name.DataPropertyName = "diag_type_name";
  388. this.diag_type_name.HeaderText = "诊断类别";
  389. this.diag_type_name.Name = "diag_type_name";
  390. this.diag_type_name.Width = 120;
  391. //
  392. // maindiag_flag
  393. //
  394. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  395. this.maindiag_flag.HeaderText = "主诊断标志";
  396. this.maindiag_flag.Name = "maindiag_flag";
  397. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  398. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  399. this.maindiag_flag.Width = 75;
  400. //
  401. // diag_srt_no
  402. //
  403. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  404. this.diag_srt_no.HeaderText = "序号";
  405. this.diag_srt_no.Name = "diag_srt_no";
  406. this.diag_srt_no.Width = 76;
  407. //
  408. // diag_name
  409. //
  410. this.diag_name.DataPropertyName = "diag_name";
  411. this.diag_name.HeaderText = "诊断名称";
  412. this.diag_name.Name = "diag_name";
  413. this.diag_name.Width = 180;
  414. //
  415. // diag_code
  416. //
  417. this.diag_code.DataPropertyName = "diag_code";
  418. this.diag_code.HeaderText = "诊断编码";
  419. this.diag_code.Name = "diag_code";
  420. //
  421. // diag_dept
  422. //
  423. this.diag_dept.DataPropertyName = "diag_dept";
  424. this.diag_dept.HeaderText = "科室";
  425. this.diag_dept.Name = "diag_dept";
  426. //
  427. // adm_cond
  428. //
  429. this.adm_cond.DataPropertyName = "adm_cond";
  430. this.adm_cond.HeaderText = "入院病情";
  431. this.adm_cond.Name = "adm_cond";
  432. //
  433. // dise_dor_no
  434. //
  435. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  436. this.dise_dor_no.HeaderText = "医生编号";
  437. this.dise_dor_no.Name = "dise_dor_no";
  438. this.dise_dor_no.Width = 150;
  439. //
  440. // dise_dor_name
  441. //
  442. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  443. this.dise_dor_name.HeaderText = "医生姓名";
  444. this.dise_dor_name.Name = "dise_dor_name";
  445. //
  446. // diag_time
  447. //
  448. this.diag_time.DataPropertyName = "diag_time";
  449. this.diag_time.HeaderText = "诊断时间";
  450. this.diag_time.Name = "diag_time";
  451. this.diag_time.Width = 180;
  452. //
  453. // panel3
  454. //
  455. this.panel3.Controls.Add(this.cbxAccountPay);
  456. this.panel3.Controls.Add(this.button2);
  457. this.panel3.Controls.Add(this.button1);
  458. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  459. this.panel3.Location = new System.Drawing.Point(0, 469);
  460. this.panel3.Name = "panel3";
  461. this.panel3.Size = new System.Drawing.Size(1306, 64);
  462. this.panel3.TabIndex = 14;
  463. //
  464. // cbxAccountPay
  465. //
  466. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  467. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.cbxAccountPay.Location = new System.Drawing.Point(31, 19);
  469. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  470. this.cbxAccountPay.Name = "cbxAccountPay";
  471. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  472. this.cbxAccountPay.Size = new System.Drawing.Size(150, 29);
  473. this.cbxAccountPay.TabIndex = 2;
  474. this.cbxAccountPay.Text = "账户支付";
  475. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  476. this.cbxAccountPay.ValueChanged += new Sunny.UI.UICheckBox.OnValueChanged(this.cbxAccountPay_ValueChanged);
  477. //
  478. // button2
  479. //
  480. this.button2.Location = new System.Drawing.Point(1186, 21);
  481. this.button2.Name = "button2";
  482. this.button2.Size = new System.Drawing.Size(90, 28);
  483. this.button2.TabIndex = 1;
  484. this.button2.Text = "放弃";
  485. this.button2.UseVisualStyleBackColor = true;
  486. this.button2.Click += new System.EventHandler(this.button2_Click);
  487. //
  488. // button1
  489. //
  490. this.button1.Location = new System.Drawing.Point(1041, 19);
  491. this.button1.Name = "button1";
  492. this.button1.Size = new System.Drawing.Size(97, 31);
  493. this.button1.TabIndex = 0;
  494. this.button1.Text = "确定";
  495. this.button1.UseVisualStyleBackColor = true;
  496. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  497. //
  498. // dblkcbxIpt_type
  499. //
  500. this.dblkcbxIpt_type.FormattingEnabled = true;
  501. this.dblkcbxIpt_type.Location = new System.Drawing.Point(971, 143);
  502. this.dblkcbxIpt_type.Name = "dblkcbxIpt_type";
  503. this.dblkcbxIpt_type.NullValue = "";
  504. this.dblkcbxIpt_type.PopupGridAutoSize = false;
  505. this.dblkcbxIpt_type.RowFilterVisible = false;
  506. this.dblkcbxIpt_type.sDisplayField = "";
  507. this.dblkcbxIpt_type.sDisplayMember = "";
  508. this.dblkcbxIpt_type.SeparatorChar = "|";
  509. this.dblkcbxIpt_type.Size = new System.Drawing.Size(185, 23);
  510. this.dblkcbxIpt_type.sKeyWords = "";
  511. this.dblkcbxIpt_type.sValueMember = "";
  512. this.dblkcbxIpt_type.TabIndex = 31;
  513. this.dblkcbxIpt_type.Value = "";
  514. this.dblkcbxIpt_type.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxIpt_type_AfterSelector);
  515. //
  516. // label9
  517. //
  518. this.label9.AutoSize = true;
  519. this.label9.Location = new System.Drawing.Point(830, 146);
  520. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  521. this.label9.Name = "label9";
  522. this.label9.Size = new System.Drawing.Size(71, 15);
  523. this.label9.TabIndex = 30;
  524. this.label9.Text = "住院类型";
  525. //
  526. // OutpatientRegistration
  527. //
  528. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  529. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  530. this.ClientSize = new System.Drawing.Size(1306, 533);
  531. this.Controls.Add(this.panel3);
  532. this.Controls.Add(this.panel2);
  533. this.Controls.Add(this.panel1);
  534. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. this.Margin = new System.Windows.Forms.Padding(4);
  536. this.Name = "OutpatientRegistration";
  537. this.Text = "OutpatientRegistration";
  538. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  539. this.panel1.ResumeLayout(false);
  540. this.panel1.PerformLayout();
  541. this.panel2.ResumeLayout(false);
  542. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  543. this.panel3.ResumeLayout(false);
  544. this.ResumeLayout(false);
  545. }
  546. #endregion
  547. public string DiseaseTypeValue
  548. {
  549. get { return dtDisease.Columns[""].ToString(); }
  550. }
  551. private System.Windows.Forms.Panel panel1;
  552. private PTControl.DBLookupCombox dblkcbxDiseaseType;
  553. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  554. private PTControl.DBLookupCombox dblkcbxOperation;
  555. private PTControl.DBLookupCombox dblkcbxDisease;
  556. public PTControl.DBLookupCombox dblkcbxMedicalType;
  557. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  558. private System.Windows.Forms.Label label6;
  559. private System.Windows.Forms.Label label5;
  560. private System.Windows.Forms.Label label4;
  561. private System.Windows.Forms.Label label3;
  562. private System.Windows.Forms.Label label2;
  563. private System.Windows.Forms.Label label1;
  564. private System.Windows.Forms.Panel panel2;
  565. private System.Windows.Forms.Panel panel3;
  566. private System.Windows.Forms.Button button2;
  567. private System.Windows.Forms.Button button1;
  568. private System.Windows.Forms.DataGridView dgvDiagnose;
  569. private Sunny.UI.UICheckBox cbxAccountPay;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  571. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  580. private Sunny.UI.UICheckBox cbxREL_TTP_FLAG;
  581. private Sunny.UI.UICheckBox cbxTRUM_FLAG;
  582. public PTControl.DBLookupCombox dblkcbxMdtrt_grp_type;
  583. private System.Windows.Forms.Label label7;
  584. public PTControl.DBLookupCombox dblkcbxOTP_ER_REFL_FLAG;
  585. private System.Windows.Forms.Label label8;
  586. public PTControl.DBLookupCombox dblkcbxIpt_type;
  587. private System.Windows.Forms.Label label9;
  588. }
  589. }