OutpatientRegistration.designer.cs 27 KB

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