OutpatientRegistration.Designer.cs 26 KB

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