OutpatientRegistration.designer.cs 29 KB

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