OutpatientRegistration.designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  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.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.panel3 = new System.Windows.Forms.Panel();
  55. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  56. this.button2 = new System.Windows.Forms.Button();
  57. this.button1 = new System.Windows.Forms.Button();
  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, 26);
  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, 26);
  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, 26);
  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, 26);
  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, 26);
  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, 26);
  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(89, 19);
  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(89, 19);
  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(89, 19);
  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(89, 19);
  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(89, 19);
  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(89, 19);
  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.RowHeadersWidth = 51;
  281. this.dgvDiagnose.RowTemplate.Height = 30;
  282. this.dgvDiagnose.Size = new System.Drawing.Size(1306, 343);
  283. this.dgvDiagnose.TabIndex = 0;
  284. this.dgvDiagnose.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  285. //
  286. // diag_type_name
  287. //
  288. this.diag_type_name.DataPropertyName = "diag_type_name";
  289. this.diag_type_name.HeaderText = "诊断类别";
  290. this.diag_type_name.MinimumWidth = 6;
  291. this.diag_type_name.Name = "diag_type_name";
  292. this.diag_type_name.Width = 120;
  293. //
  294. // maindiag_flag
  295. //
  296. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  297. this.maindiag_flag.HeaderText = "主诊断标志";
  298. this.maindiag_flag.MinimumWidth = 6;
  299. this.maindiag_flag.Name = "maindiag_flag";
  300. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  301. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  302. this.maindiag_flag.Width = 75;
  303. //
  304. // diag_srt_no
  305. //
  306. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  307. this.diag_srt_no.HeaderText = "序号";
  308. this.diag_srt_no.MinimumWidth = 6;
  309. this.diag_srt_no.Name = "diag_srt_no";
  310. this.diag_srt_no.Width = 76;
  311. //
  312. // diag_name
  313. //
  314. this.diag_name.DataPropertyName = "diag_name";
  315. this.diag_name.HeaderText = "诊断名称";
  316. this.diag_name.MinimumWidth = 6;
  317. this.diag_name.Name = "diag_name";
  318. this.diag_name.Width = 180;
  319. //
  320. // diag_code
  321. //
  322. this.diag_code.DataPropertyName = "diag_code";
  323. this.diag_code.HeaderText = "诊断编码";
  324. this.diag_code.MinimumWidth = 6;
  325. this.diag_code.Name = "diag_code";
  326. this.diag_code.Width = 125;
  327. //
  328. // diag_dept
  329. //
  330. this.diag_dept.DataPropertyName = "diag_dept";
  331. this.diag_dept.HeaderText = "科室";
  332. this.diag_dept.MinimumWidth = 6;
  333. this.diag_dept.Name = "diag_dept";
  334. this.diag_dept.Width = 125;
  335. //
  336. // adm_cond
  337. //
  338. this.adm_cond.DataPropertyName = "adm_cond";
  339. this.adm_cond.HeaderText = "入院病情";
  340. this.adm_cond.MinimumWidth = 6;
  341. this.adm_cond.Name = "adm_cond";
  342. this.adm_cond.Width = 125;
  343. //
  344. // dise_dor_no
  345. //
  346. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  347. this.dise_dor_no.HeaderText = "医生编号";
  348. this.dise_dor_no.MinimumWidth = 6;
  349. this.dise_dor_no.Name = "dise_dor_no";
  350. this.dise_dor_no.Width = 150;
  351. //
  352. // dise_dor_name
  353. //
  354. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  355. this.dise_dor_name.HeaderText = "医生姓名";
  356. this.dise_dor_name.MinimumWidth = 6;
  357. this.dise_dor_name.Name = "dise_dor_name";
  358. this.dise_dor_name.Width = 125;
  359. //
  360. // diag_time
  361. //
  362. this.diag_time.DataPropertyName = "diag_time";
  363. this.diag_time.HeaderText = "诊断时间";
  364. this.diag_time.MinimumWidth = 6;
  365. this.diag_time.Name = "diag_time";
  366. this.diag_time.Width = 180;
  367. //
  368. // panel3
  369. //
  370. this.panel3.Controls.Add(this.cbxAccountPay);
  371. this.panel3.Controls.Add(this.button2);
  372. this.panel3.Controls.Add(this.button1);
  373. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  374. this.panel3.Location = new System.Drawing.Point(0, 469);
  375. this.panel3.Name = "panel3";
  376. this.panel3.Size = new System.Drawing.Size(1306, 64);
  377. this.panel3.TabIndex = 14;
  378. //
  379. // cbxAccountPay
  380. //
  381. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  382. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.cbxAccountPay.Location = new System.Drawing.Point(31, 19);
  384. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  385. this.cbxAccountPay.Name = "cbxAccountPay";
  386. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  387. this.cbxAccountPay.Size = new System.Drawing.Size(150, 29);
  388. this.cbxAccountPay.TabIndex = 2;
  389. this.cbxAccountPay.Text = "账户支付";
  390. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  391. this.cbxAccountPay.ValueChanged += new Sunny.UI.UICheckBox.OnValueChanged(this.cbxAccountPay_ValueChanged);
  392. //
  393. // button2
  394. //
  395. this.button2.Location = new System.Drawing.Point(1186, 19);
  396. this.button2.Name = "button2";
  397. this.button2.Size = new System.Drawing.Size(97, 31);
  398. this.button2.TabIndex = 1;
  399. this.button2.Text = "放弃";
  400. this.button2.UseVisualStyleBackColor = true;
  401. this.button2.Click += new System.EventHandler(this.button2_Click);
  402. //
  403. // button1
  404. //
  405. this.button1.Location = new System.Drawing.Point(1041, 19);
  406. this.button1.Name = "button1";
  407. this.button1.Size = new System.Drawing.Size(97, 31);
  408. this.button1.TabIndex = 0;
  409. this.button1.Text = "确定";
  410. this.button1.UseVisualStyleBackColor = true;
  411. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  412. //
  413. // OutpatientRegistration
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.ClientSize = new System.Drawing.Size(1306, 533);
  418. this.Controls.Add(this.panel3);
  419. this.Controls.Add(this.panel2);
  420. this.Controls.Add(this.panel1);
  421. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.Margin = new System.Windows.Forms.Padding(4);
  423. this.Name = "OutpatientRegistration";
  424. this.Text = "OutpatientRegistration";
  425. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  426. this.panel1.ResumeLayout(false);
  427. this.panel1.PerformLayout();
  428. this.panel2.ResumeLayout(false);
  429. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  430. this.panel3.ResumeLayout(false);
  431. this.ResumeLayout(false);
  432. }
  433. #endregion
  434. public string DiseaseTypeValue
  435. {
  436. get { return dtDisease.Columns[""].ToString(); }
  437. }
  438. private System.Windows.Forms.Panel panel1;
  439. private PTControl.DBLookupCombox dblkcbxDiseaseType;
  440. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  441. private PTControl.DBLookupCombox dblkcbxOperation;
  442. private PTControl.DBLookupCombox dblkcbxDisease;
  443. public PTControl.DBLookupCombox dblkcbxMedicalType;
  444. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  445. private System.Windows.Forms.Label label6;
  446. private System.Windows.Forms.Label label5;
  447. private System.Windows.Forms.Label label4;
  448. private System.Windows.Forms.Label label3;
  449. private System.Windows.Forms.Label label2;
  450. private System.Windows.Forms.Label label1;
  451. private System.Windows.Forms.Panel panel2;
  452. private System.Windows.Forms.Panel panel3;
  453. private System.Windows.Forms.Button button2;
  454. private System.Windows.Forms.Button button1;
  455. private System.Windows.Forms.DataGridView dgvDiagnose;
  456. private Sunny.UI.UICheckBox cbxAccountPay;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  458. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  467. }
  468. }