AuditForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. 
  2. namespace PTMedicalInsurance.Business.Core.Forms.DischargeAudit
  3. {
  4. partial class AuditForm
  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.tcAudit = new System.Windows.Forms.TabControl();
  30. this.tpPatientInfo = new System.Windows.Forms.TabPage();
  31. this.tpAdmissionRegistration = new System.Windows.Forms.TabPage();
  32. this.tpDischargeRegistration = new System.Windows.Forms.TabPage();
  33. this.tpOutpatRegistration = new System.Windows.Forms.TabPage();
  34. this.pnlAuditBottom = new System.Windows.Forms.Panel();
  35. this.btCancel = new System.Windows.Forms.Button();
  36. this.btConfirm = new System.Windows.Forms.Button();
  37. this.rbOnHold = new System.Windows.Forms.RadioButton();
  38. this.rbRefused = new System.Windows.Forms.RadioButton();
  39. this.rbApproved = new System.Windows.Forms.RadioButton();
  40. this.gbOpinion = new System.Windows.Forms.GroupBox();
  41. this.rtbMemo = new System.Windows.Forms.RichTextBox();
  42. this.tpFeeDetail = new System.Windows.Forms.TabPage();
  43. this.tcAudit.SuspendLayout();
  44. this.pnlAuditBottom.SuspendLayout();
  45. this.gbOpinion.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // tcAudit
  49. //
  50. this.tcAudit.Controls.Add(this.tpPatientInfo);
  51. this.tcAudit.Controls.Add(this.tpAdmissionRegistration);
  52. this.tcAudit.Controls.Add(this.tpDischargeRegistration);
  53. this.tcAudit.Controls.Add(this.tpOutpatRegistration);
  54. this.tcAudit.Controls.Add(this.tpFeeDetail);
  55. this.tcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.tcAudit.Location = new System.Drawing.Point(0, 0);
  57. this.tcAudit.Name = "tcAudit";
  58. this.tcAudit.SelectedIndex = 0;
  59. this.tcAudit.Size = new System.Drawing.Size(1348, 405);
  60. this.tcAudit.TabIndex = 0;
  61. //
  62. // tpPatientInfo
  63. //
  64. this.tpPatientInfo.AutoScroll = true;
  65. this.tpPatientInfo.Location = new System.Drawing.Point(4, 22);
  66. this.tpPatientInfo.Name = "tpPatientInfo";
  67. this.tpPatientInfo.Padding = new System.Windows.Forms.Padding(3);
  68. this.tpPatientInfo.Size = new System.Drawing.Size(1340, 379);
  69. this.tpPatientInfo.TabIndex = 0;
  70. this.tpPatientInfo.Text = "患者信息展示";
  71. this.tpPatientInfo.UseVisualStyleBackColor = true;
  72. //
  73. // tpAdmissionRegistration
  74. //
  75. this.tpAdmissionRegistration.Location = new System.Drawing.Point(4, 22);
  76. this.tpAdmissionRegistration.Name = "tpAdmissionRegistration";
  77. this.tpAdmissionRegistration.Padding = new System.Windows.Forms.Padding(3);
  78. this.tpAdmissionRegistration.Size = new System.Drawing.Size(1340, 379);
  79. this.tpAdmissionRegistration.TabIndex = 1;
  80. this.tpAdmissionRegistration.Text = "入院登记";
  81. this.tpAdmissionRegistration.UseVisualStyleBackColor = true;
  82. //
  83. // tpDischargeRegistration
  84. //
  85. this.tpDischargeRegistration.Location = new System.Drawing.Point(4, 22);
  86. this.tpDischargeRegistration.Name = "tpDischargeRegistration";
  87. this.tpDischargeRegistration.Size = new System.Drawing.Size(1340, 379);
  88. this.tpDischargeRegistration.TabIndex = 2;
  89. this.tpDischargeRegistration.Text = "出院登记";
  90. this.tpDischargeRegistration.UseVisualStyleBackColor = true;
  91. //
  92. // tpOutpatRegistration
  93. //
  94. this.tpOutpatRegistration.Location = new System.Drawing.Point(4, 22);
  95. this.tpOutpatRegistration.Name = "tpOutpatRegistration";
  96. this.tpOutpatRegistration.Size = new System.Drawing.Size(1340, 379);
  97. this.tpOutpatRegistration.TabIndex = 3;
  98. this.tpOutpatRegistration.Text = "门诊登记";
  99. this.tpOutpatRegistration.UseVisualStyleBackColor = true;
  100. //
  101. // pnlAuditBottom
  102. //
  103. this.pnlAuditBottom.Controls.Add(this.btCancel);
  104. this.pnlAuditBottom.Controls.Add(this.btConfirm);
  105. this.pnlAuditBottom.Controls.Add(this.rbOnHold);
  106. this.pnlAuditBottom.Controls.Add(this.rbRefused);
  107. this.pnlAuditBottom.Controls.Add(this.rbApproved);
  108. this.pnlAuditBottom.Controls.Add(this.gbOpinion);
  109. this.pnlAuditBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  110. this.pnlAuditBottom.Location = new System.Drawing.Point(0, 405);
  111. this.pnlAuditBottom.Name = "pnlAuditBottom";
  112. this.pnlAuditBottom.Size = new System.Drawing.Size(1348, 150);
  113. this.pnlAuditBottom.TabIndex = 1;
  114. //
  115. // btCancel
  116. //
  117. this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  118. this.btCancel.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.btCancel.Location = new System.Drawing.Point(1200, 88);
  120. this.btCancel.Name = "btCancel";
  121. this.btCancel.Size = new System.Drawing.Size(101, 39);
  122. this.btCancel.TabIndex = 5;
  123. this.btCancel.Text = "放 弃";
  124. this.btCancel.UseVisualStyleBackColor = true;
  125. this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
  126. //
  127. // btConfirm
  128. //
  129. this.btConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  130. this.btConfirm.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btConfirm.Location = new System.Drawing.Point(1200, 23);
  132. this.btConfirm.Name = "btConfirm";
  133. this.btConfirm.Size = new System.Drawing.Size(101, 39);
  134. this.btConfirm.TabIndex = 4;
  135. this.btConfirm.Text = "确 定";
  136. this.btConfirm.UseVisualStyleBackColor = true;
  137. this.btConfirm.Click += new System.EventHandler(this.btConfirm_Click);
  138. //
  139. // rbOnHold
  140. //
  141. this.rbOnHold.AutoSize = true;
  142. this.rbOnHold.Location = new System.Drawing.Point(644, 109);
  143. this.rbOnHold.Name = "rbOnHold";
  144. this.rbOnHold.Size = new System.Drawing.Size(59, 16);
  145. this.rbOnHold.TabIndex = 3;
  146. this.rbOnHold.TabStop = true;
  147. this.rbOnHold.Text = "未审核";
  148. this.rbOnHold.UseVisualStyleBackColor = true;
  149. this.rbOnHold.CheckedChanged += new System.EventHandler(this.rbOnHold_CheckedChanged);
  150. //
  151. // rbRefused
  152. //
  153. this.rbRefused.AutoSize = true;
  154. this.rbRefused.Location = new System.Drawing.Point(644, 71);
  155. this.rbRefused.Name = "rbRefused";
  156. this.rbRefused.Size = new System.Drawing.Size(59, 16);
  157. this.rbRefused.TabIndex = 2;
  158. this.rbRefused.TabStop = true;
  159. this.rbRefused.Text = "不通过";
  160. this.rbRefused.UseVisualStyleBackColor = true;
  161. this.rbRefused.CheckedChanged += new System.EventHandler(this.rbRefused_CheckedChanged);
  162. //
  163. // rbApproved
  164. //
  165. this.rbApproved.AutoSize = true;
  166. this.rbApproved.Location = new System.Drawing.Point(644, 36);
  167. this.rbApproved.Name = "rbApproved";
  168. this.rbApproved.Size = new System.Drawing.Size(47, 16);
  169. this.rbApproved.TabIndex = 1;
  170. this.rbApproved.TabStop = true;
  171. this.rbApproved.Text = "通过";
  172. this.rbApproved.UseVisualStyleBackColor = true;
  173. this.rbApproved.CheckedChanged += new System.EventHandler(this.rbApproved_CheckedChanged);
  174. //
  175. // gbOpinion
  176. //
  177. this.gbOpinion.Controls.Add(this.rtbMemo);
  178. this.gbOpinion.Dock = System.Windows.Forms.DockStyle.Left;
  179. this.gbOpinion.Location = new System.Drawing.Point(0, 0);
  180. this.gbOpinion.Name = "gbOpinion";
  181. this.gbOpinion.Size = new System.Drawing.Size(623, 150);
  182. this.gbOpinion.TabIndex = 0;
  183. this.gbOpinion.TabStop = false;
  184. this.gbOpinion.Text = "审核意见";
  185. //
  186. // rtbMemo
  187. //
  188. this.rtbMemo.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.rtbMemo.Location = new System.Drawing.Point(3, 17);
  190. this.rtbMemo.Name = "rtbMemo";
  191. this.rtbMemo.Size = new System.Drawing.Size(617, 130);
  192. this.rtbMemo.TabIndex = 0;
  193. this.rtbMemo.Text = "";
  194. //
  195. // tpFeeDetail
  196. //
  197. this.tpFeeDetail.Location = new System.Drawing.Point(4, 22);
  198. this.tpFeeDetail.Name = "tpFeeDetail";
  199. this.tpFeeDetail.Size = new System.Drawing.Size(1340, 379);
  200. this.tpFeeDetail.TabIndex = 4;
  201. this.tpFeeDetail.Text = "费用明细";
  202. this.tpFeeDetail.UseVisualStyleBackColor = true;
  203. //
  204. // AuditForm
  205. //
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  208. this.ClientSize = new System.Drawing.Size(1348, 555);
  209. this.Controls.Add(this.tcAudit);
  210. this.Controls.Add(this.pnlAuditBottom);
  211. this.Name = "AuditForm";
  212. this.Text = "费用核查(出院审核)";
  213. this.tcAudit.ResumeLayout(false);
  214. this.pnlAuditBottom.ResumeLayout(false);
  215. this.pnlAuditBottom.PerformLayout();
  216. this.gbOpinion.ResumeLayout(false);
  217. this.ResumeLayout(false);
  218. }
  219. #endregion
  220. public System.Windows.Forms.TabControl tcAudit;
  221. public System.Windows.Forms.TabPage tpPatientInfo;
  222. public System.Windows.Forms.TabPage tpAdmissionRegistration;
  223. public System.Windows.Forms.TabPage tpDischargeRegistration;
  224. public System.Windows.Forms.TabPage tpOutpatRegistration;
  225. private System.Windows.Forms.Panel pnlAuditBottom;
  226. private System.Windows.Forms.RadioButton rbOnHold;
  227. private System.Windows.Forms.RadioButton rbRefused;
  228. private System.Windows.Forms.RadioButton rbApproved;
  229. private System.Windows.Forms.GroupBox gbOpinion;
  230. public System.Windows.Forms.RichTextBox rtbMemo;
  231. private System.Windows.Forms.Button btCancel;
  232. private System.Windows.Forms.Button btConfirm;
  233. public System.Windows.Forms.TabPage tpFeeDetail;
  234. }
  235. }