OutpatientRegistration.designer.cs 22 KB

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