PatientInsuInfo.designer.cs 115 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class PatientInsuInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  48. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  49. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  50. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  51. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  52. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
  53. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
  54. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
  55. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
  56. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
  57. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
  58. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
  59. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
  60. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
  61. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
  62. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
  63. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
  64. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
  65. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
  66. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
  67. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
  68. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
  69. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
  70. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
  71. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
  72. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
  73. this.pnlBottom = new Sunny.UI.UIPanel();
  74. this.btnRYDY2001 = new Sunny.UI.UIButton();
  75. this.uiButton2 = new Sunny.UI.UIButton();
  76. this.uiButton1 = new Sunny.UI.UIButton();
  77. this.pnlClient = new Sunny.UI.UIPanel();
  78. this.gbInsuInfo = new Sunny.UI.UIGroupBox();
  79. this.dgvInsuInfo = new Sunny.UI.UIDataGridView();
  80. this.gbBaseInfo = new Sunny.UI.UIGroupBox();
  81. this.tbBirthDay = new Sunny.UI.UITextBox();
  82. this.tbAge = new Sunny.UI.UITextBox();
  83. this.lbAge = new Sunny.UI.UILabel();
  84. this.lb1 = new Sunny.UI.UILabel();
  85. this.tbPsnNO = new Sunny.UI.UITextBox();
  86. this.tbNaty = new Sunny.UI.UITextBox();
  87. this.uiLabel27 = new Sunny.UI.UILabel();
  88. this.uiLabel28 = new Sunny.UI.UILabel();
  89. this.tbCertNO = new Sunny.UI.UITextBox();
  90. this.tbCertType = new Sunny.UI.UITextBox();
  91. this.uiLabel25 = new Sunny.UI.UILabel();
  92. this.uiLabel26 = new Sunny.UI.UILabel();
  93. this.tbGend = new Sunny.UI.UITextBox();
  94. this.tbName = new Sunny.UI.UITextBox();
  95. this.uiLabel20 = new Sunny.UI.UILabel();
  96. this.uiLabel21 = new Sunny.UI.UILabel();
  97. this.tabControl1 = new System.Windows.Forms.TabControl();
  98. this.tabPage1 = new System.Windows.Forms.TabPage();
  99. this.dgvIDInfo = new Sunny.UI.UIDataGridView();
  100. this.tabPage2 = new System.Windows.Forms.TabPage();
  101. this.dgvTreatment = new Sunny.UI.UIDataGridView();
  102. this.uiPanel3 = new Sunny.UI.UIPanel();
  103. this.cbxMedicalType = new System.Windows.Forms.ComboBox();
  104. this.label5 = new System.Windows.Forms.Label();
  105. this.label6 = new System.Windows.Forms.Label();
  106. this.tbEndDate_treatment = new System.Windows.Forms.TextBox();
  107. this.btTreatment = new Sunny.UI.UIButton();
  108. this.label7 = new System.Windows.Forms.Label();
  109. this.tbBeginDate_treatment = new System.Windows.Forms.TextBox();
  110. this.tabPage3 = new System.Windows.Forms.TabPage();
  111. this.dgvPaymentDetail = new Sunny.UI.UIDataGridView();
  112. this.tabPage4 = new System.Windows.Forms.TabPage();
  113. this.dgvAccumulativeInfo = new Sunny.UI.UIDataGridView();
  114. this.uiPanel1 = new Sunny.UI.UIPanel();
  115. this.btAccumulate = new Sunny.UI.UIButton();
  116. this.label1 = new System.Windows.Forms.Label();
  117. this.tbYear_PaymentDetail = new System.Windows.Forms.TextBox();
  118. this.tabPage5 = new System.Windows.Forms.TabPage();
  119. this.dgvTurnToOtherHospInfo = new Sunny.UI.UIDataGridView();
  120. this.uiPanel2 = new Sunny.UI.UIPanel();
  121. this.cbTurnType = new System.Windows.Forms.ComboBox();
  122. this.label4 = new System.Windows.Forms.Label();
  123. this.label3 = new System.Windows.Forms.Label();
  124. this.tbEndDate = new System.Windows.Forms.TextBox();
  125. this.btTurnToOtherHosp = new Sunny.UI.UIButton();
  126. this.label2 = new System.Windows.Forms.Label();
  127. this.tbBeginDate = new System.Windows.Forms.TextBox();
  128. this.tabPage6 = new System.Windows.Forms.TabPage();
  129. this.dgvChronicDiseases = new Sunny.UI.UIDataGridView();
  130. this.uiPanel4 = new Sunny.UI.UIPanel();
  131. this.btChronicDiseases = new Sunny.UI.UIButton();
  132. this.tabPage7 = new System.Windows.Forms.TabPage();
  133. this.dgvFamilyDoctor = new Sunny.UI.UIDataGridView();
  134. this.uiPanel5 = new Sunny.UI.UIPanel();
  135. this.btFamilyDoctor = new Sunny.UI.UIButton();
  136. this.tabPage8 = new System.Windows.Forms.TabPage();
  137. this.dgvFixInfo = new Sunny.UI.UIDataGridView();
  138. this.uiPanel6 = new Sunny.UI.UIPanel();
  139. this.dblkcbxBizAppType = new PTControl.DBLookupCombox();
  140. this.label8 = new System.Windows.Forms.Label();
  141. this.btQueryFixInfo = new Sunny.UI.UIButton();
  142. this.pnlBottom.SuspendLayout();
  143. this.pnlClient.SuspendLayout();
  144. this.gbInsuInfo.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).BeginInit();
  146. this.gbBaseInfo.SuspendLayout();
  147. this.tabControl1.SuspendLayout();
  148. this.tabPage1.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).BeginInit();
  150. this.tabPage2.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.dgvTreatment)).BeginInit();
  152. this.uiPanel3.SuspendLayout();
  153. this.tabPage3.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentDetail)).BeginInit();
  155. this.tabPage4.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.dgvAccumulativeInfo)).BeginInit();
  157. this.uiPanel1.SuspendLayout();
  158. this.tabPage5.SuspendLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.dgvTurnToOtherHospInfo)).BeginInit();
  160. this.uiPanel2.SuspendLayout();
  161. this.tabPage6.SuspendLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.dgvChronicDiseases)).BeginInit();
  163. this.uiPanel4.SuspendLayout();
  164. this.tabPage7.SuspendLayout();
  165. ((System.ComponentModel.ISupportInitialize)(this.dgvFamilyDoctor)).BeginInit();
  166. this.uiPanel5.SuspendLayout();
  167. this.tabPage8.SuspendLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.dgvFixInfo)).BeginInit();
  169. this.uiPanel6.SuspendLayout();
  170. this.SuspendLayout();
  171. //
  172. // pnlBottom
  173. //
  174. this.pnlBottom.Controls.Add(this.btnRYDY2001);
  175. this.pnlBottom.Controls.Add(this.uiButton2);
  176. this.pnlBottom.Controls.Add(this.uiButton1);
  177. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  178. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.pnlBottom.Location = new System.Drawing.Point(0, 632);
  180. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  181. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  182. this.pnlBottom.Name = "pnlBottom";
  183. this.pnlBottom.Size = new System.Drawing.Size(1573, 49);
  184. this.pnlBottom.TabIndex = 0;
  185. this.pnlBottom.Text = null;
  186. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  187. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  188. //
  189. // btnRYDY2001
  190. //
  191. this.btnRYDY2001.Cursor = System.Windows.Forms.Cursors.Hand;
  192. this.btnRYDY2001.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.btnRYDY2001.Location = new System.Drawing.Point(9, 6);
  194. this.btnRYDY2001.MinimumSize = new System.Drawing.Size(1, 1);
  195. this.btnRYDY2001.Name = "btnRYDY2001";
  196. this.btnRYDY2001.Size = new System.Drawing.Size(139, 35);
  197. this.btnRYDY2001.TabIndex = 3;
  198. this.btnRYDY2001.Text = "人员待遇享受检查";
  199. this.btnRYDY2001.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.btnRYDY2001.Visible = false;
  201. this.btnRYDY2001.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  202. this.btnRYDY2001.Click += new System.EventHandler(this.btnRYDY2001_Click);
  203. //
  204. // uiButton2
  205. //
  206. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  207. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  208. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.uiButton2.Location = new System.Drawing.Point(1456, 6);
  210. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  211. this.uiButton2.Name = "uiButton2";
  212. this.uiButton2.Size = new System.Drawing.Size(98, 37);
  213. this.uiButton2.TabIndex = 2;
  214. this.uiButton2.Text = "放弃";
  215. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  217. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  218. //
  219. // uiButton1
  220. //
  221. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  222. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  223. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.uiButton1.Location = new System.Drawing.Point(1343, 6);
  225. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  226. this.uiButton1.Name = "uiButton1";
  227. this.uiButton1.Size = new System.Drawing.Size(98, 37);
  228. this.uiButton1.TabIndex = 1;
  229. this.uiButton1.Text = "确定";
  230. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  232. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  233. //
  234. // pnlClient
  235. //
  236. this.pnlClient.Controls.Add(this.gbInsuInfo);
  237. this.pnlClient.Controls.Add(this.gbBaseInfo);
  238. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  240. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  241. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  242. this.pnlClient.Name = "pnlClient";
  243. this.pnlClient.Size = new System.Drawing.Size(1563, 399);
  244. this.pnlClient.TabIndex = 1;
  245. this.pnlClient.Text = null;
  246. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  247. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  248. //
  249. // gbInsuInfo
  250. //
  251. this.gbInsuInfo.Controls.Add(this.dgvInsuInfo);
  252. this.gbInsuInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.gbInsuInfo.Location = new System.Drawing.Point(0, 118);
  254. this.gbInsuInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  255. this.gbInsuInfo.MinimumSize = new System.Drawing.Size(1, 1);
  256. this.gbInsuInfo.Name = "gbInsuInfo";
  257. this.gbInsuInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  258. this.gbInsuInfo.Size = new System.Drawing.Size(1563, 268);
  259. this.gbInsuInfo.TabIndex = 1;
  260. this.gbInsuInfo.Text = "参保信息";
  261. this.gbInsuInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  262. this.gbInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  263. //
  264. // dgvInsuInfo
  265. //
  266. this.dgvInsuInfo.AllowUserToAddRows = false;
  267. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  268. this.dgvInsuInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  269. this.dgvInsuInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  270. this.dgvInsuInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  271. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  272. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  273. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  275. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  276. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  277. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  278. this.dgvInsuInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  279. this.dgvInsuInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  280. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  281. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  282. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  284. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  285. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  286. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  287. this.dgvInsuInfo.DefaultCellStyle = dataGridViewCellStyle3;
  288. this.dgvInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  289. this.dgvInsuInfo.EnableHeadersVisualStyles = false;
  290. this.dgvInsuInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.dgvInsuInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  292. this.dgvInsuInfo.Location = new System.Drawing.Point(0, 32);
  293. this.dgvInsuInfo.Name = "dgvInsuInfo";
  294. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  295. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  296. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  298. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  299. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  300. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  301. this.dgvInsuInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  302. this.dgvInsuInfo.RowHeadersWidth = 51;
  303. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  304. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  306. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  307. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  308. this.dgvInsuInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  309. this.dgvInsuInfo.RowTemplate.Height = 23;
  310. this.dgvInsuInfo.SelectedIndex = -1;
  311. this.dgvInsuInfo.Size = new System.Drawing.Size(1563, 236);
  312. this.dgvInsuInfo.TabIndex = 2;
  313. this.dgvInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  314. this.dgvInsuInfo.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInsuInfo_CellDoubleClick);
  315. //
  316. // gbBaseInfo
  317. //
  318. this.gbBaseInfo.Controls.Add(this.tbBirthDay);
  319. this.gbBaseInfo.Controls.Add(this.tbAge);
  320. this.gbBaseInfo.Controls.Add(this.lbAge);
  321. this.gbBaseInfo.Controls.Add(this.lb1);
  322. this.gbBaseInfo.Controls.Add(this.tbPsnNO);
  323. this.gbBaseInfo.Controls.Add(this.tbNaty);
  324. this.gbBaseInfo.Controls.Add(this.uiLabel27);
  325. this.gbBaseInfo.Controls.Add(this.uiLabel28);
  326. this.gbBaseInfo.Controls.Add(this.tbCertNO);
  327. this.gbBaseInfo.Controls.Add(this.tbCertType);
  328. this.gbBaseInfo.Controls.Add(this.uiLabel25);
  329. this.gbBaseInfo.Controls.Add(this.uiLabel26);
  330. this.gbBaseInfo.Controls.Add(this.tbGend);
  331. this.gbBaseInfo.Controls.Add(this.tbName);
  332. this.gbBaseInfo.Controls.Add(this.uiLabel20);
  333. this.gbBaseInfo.Controls.Add(this.uiLabel21);
  334. this.gbBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
  335. this.gbBaseInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.gbBaseInfo.Location = new System.Drawing.Point(0, 0);
  337. this.gbBaseInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  338. this.gbBaseInfo.MinimumSize = new System.Drawing.Size(1, 1);
  339. this.gbBaseInfo.Name = "gbBaseInfo";
  340. this.gbBaseInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  341. this.gbBaseInfo.Size = new System.Drawing.Size(1563, 118);
  342. this.gbBaseInfo.TabIndex = 0;
  343. this.gbBaseInfo.Text = "基本信息";
  344. this.gbBaseInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  345. this.gbBaseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  346. //
  347. // tbBirthDay
  348. //
  349. this.tbBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
  350. this.tbBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.tbBirthDay.Location = new System.Drawing.Point(940, 38);
  352. this.tbBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  353. this.tbBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
  354. this.tbBirthDay.Name = "tbBirthDay";
  355. this.tbBirthDay.ShowText = false;
  356. this.tbBirthDay.Size = new System.Drawing.Size(126, 25);
  357. this.tbBirthDay.TabIndex = 75;
  358. this.tbBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  359. this.tbBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  360. //
  361. // tbAge
  362. //
  363. this.tbAge.Cursor = System.Windows.Forms.Cursors.IBeam;
  364. this.tbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.tbAge.Location = new System.Drawing.Point(940, 71);
  366. this.tbAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  367. this.tbAge.MinimumSize = new System.Drawing.Size(1, 16);
  368. this.tbAge.Name = "tbAge";
  369. this.tbAge.ShowText = false;
  370. this.tbAge.Size = new System.Drawing.Size(126, 25);
  371. this.tbAge.TabIndex = 77;
  372. this.tbAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  373. this.tbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  374. //
  375. // lbAge
  376. //
  377. this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.lbAge.Location = new System.Drawing.Point(861, 73);
  379. this.lbAge.Name = "lbAge";
  380. this.lbAge.Size = new System.Drawing.Size(68, 23);
  381. this.lbAge.TabIndex = 78;
  382. this.lbAge.Text = "年龄";
  383. this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  384. this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  385. //
  386. // lb1
  387. //
  388. this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.lb1.Location = new System.Drawing.Point(863, 40);
  390. this.lb1.Name = "lb1";
  391. this.lb1.Size = new System.Drawing.Size(68, 23);
  392. this.lb1.TabIndex = 76;
  393. this.lb1.Text = "出生日期";
  394. this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  395. this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  396. //
  397. // tbPsnNO
  398. //
  399. this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  400. this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.tbPsnNO.Location = new System.Drawing.Point(604, 38);
  402. this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  403. this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  404. this.tbPsnNO.Name = "tbPsnNO";
  405. this.tbPsnNO.ShowText = false;
  406. this.tbPsnNO.Size = new System.Drawing.Size(229, 25);
  407. this.tbPsnNO.TabIndex = 74;
  408. this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  409. this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  410. //
  411. // tbNaty
  412. //
  413. this.tbNaty.Cursor = System.Windows.Forms.Cursors.IBeam;
  414. this.tbNaty.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.tbNaty.Location = new System.Drawing.Point(322, 38);
  416. this.tbNaty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  417. this.tbNaty.MinimumSize = new System.Drawing.Size(1, 16);
  418. this.tbNaty.Name = "tbNaty";
  419. this.tbNaty.ShowText = false;
  420. this.tbNaty.Size = new System.Drawing.Size(163, 25);
  421. this.tbNaty.TabIndex = 73;
  422. this.tbNaty.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  423. this.tbNaty.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  424. //
  425. // uiLabel27
  426. //
  427. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.uiLabel27.Location = new System.Drawing.Point(518, 40);
  429. this.uiLabel27.Name = "uiLabel27";
  430. this.uiLabel27.Size = new System.Drawing.Size(78, 23);
  431. this.uiLabel27.TabIndex = 72;
  432. this.uiLabel27.Text = "人员编号";
  433. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  434. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  435. //
  436. // uiLabel28
  437. //
  438. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.uiLabel28.Location = new System.Drawing.Point(243, 40);
  440. this.uiLabel28.Name = "uiLabel28";
  441. this.uiLabel28.Size = new System.Drawing.Size(73, 23);
  442. this.uiLabel28.TabIndex = 71;
  443. this.uiLabel28.Text = "民族";
  444. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  445. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  446. //
  447. // tbCertNO
  448. //
  449. this.tbCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  450. this.tbCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.tbCertNO.Location = new System.Drawing.Point(604, 71);
  452. this.tbCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  453. this.tbCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  454. this.tbCertNO.Name = "tbCertNO";
  455. this.tbCertNO.ShowText = false;
  456. this.tbCertNO.Size = new System.Drawing.Size(229, 25);
  457. this.tbCertNO.TabIndex = 70;
  458. this.tbCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  459. this.tbCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  460. //
  461. // tbCertType
  462. //
  463. this.tbCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  464. this.tbCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.tbCertType.Location = new System.Drawing.Point(322, 71);
  466. this.tbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  467. this.tbCertType.MinimumSize = new System.Drawing.Size(1, 16);
  468. this.tbCertType.Name = "tbCertType";
  469. this.tbCertType.ShowText = false;
  470. this.tbCertType.Size = new System.Drawing.Size(163, 25);
  471. this.tbCertType.TabIndex = 69;
  472. this.tbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  473. this.tbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  474. //
  475. // uiLabel25
  476. //
  477. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.uiLabel25.Location = new System.Drawing.Point(518, 73);
  479. this.uiLabel25.Name = "uiLabel25";
  480. this.uiLabel25.Size = new System.Drawing.Size(78, 23);
  481. this.uiLabel25.TabIndex = 68;
  482. this.uiLabel25.Text = "证件号码";
  483. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  484. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  485. //
  486. // uiLabel26
  487. //
  488. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.uiLabel26.Location = new System.Drawing.Point(243, 73);
  490. this.uiLabel26.Name = "uiLabel26";
  491. this.uiLabel26.Size = new System.Drawing.Size(73, 23);
  492. this.uiLabel26.TabIndex = 67;
  493. this.uiLabel26.Text = "证件类型";
  494. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  495. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  496. //
  497. // tbGend
  498. //
  499. this.tbGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  500. this.tbGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.tbGend.Location = new System.Drawing.Point(112, 71);
  502. this.tbGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  503. this.tbGend.MinimumSize = new System.Drawing.Size(1, 16);
  504. this.tbGend.Name = "tbGend";
  505. this.tbGend.ShowText = false;
  506. this.tbGend.Size = new System.Drawing.Size(100, 25);
  507. this.tbGend.TabIndex = 66;
  508. this.tbGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  509. this.tbGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  510. //
  511. // tbName
  512. //
  513. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  514. this.tbName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.tbName.Location = new System.Drawing.Point(112, 38);
  516. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  517. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  518. this.tbName.Name = "tbName";
  519. this.tbName.ShowText = false;
  520. this.tbName.Size = new System.Drawing.Size(100, 25);
  521. this.tbName.TabIndex = 65;
  522. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  523. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  524. //
  525. // uiLabel20
  526. //
  527. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  528. this.uiLabel20.Location = new System.Drawing.Point(50, 73);
  529. this.uiLabel20.Name = "uiLabel20";
  530. this.uiLabel20.Size = new System.Drawing.Size(61, 23);
  531. this.uiLabel20.TabIndex = 64;
  532. this.uiLabel20.Text = "性别";
  533. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  534. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  535. //
  536. // uiLabel21
  537. //
  538. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.uiLabel21.Location = new System.Drawing.Point(50, 40);
  540. this.uiLabel21.Name = "uiLabel21";
  541. this.uiLabel21.Size = new System.Drawing.Size(61, 23);
  542. this.uiLabel21.TabIndex = 63;
  543. this.uiLabel21.Text = "姓名";
  544. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  545. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  546. //
  547. // tabControl1
  548. //
  549. this.tabControl1.Controls.Add(this.tabPage1);
  550. this.tabControl1.Controls.Add(this.tabPage2);
  551. this.tabControl1.Controls.Add(this.tabPage3);
  552. this.tabControl1.Controls.Add(this.tabPage4);
  553. this.tabControl1.Controls.Add(this.tabPage5);
  554. this.tabControl1.Controls.Add(this.tabPage6);
  555. this.tabControl1.Controls.Add(this.tabPage7);
  556. this.tabControl1.Controls.Add(this.tabPage8);
  557. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  558. this.tabControl1.Location = new System.Drawing.Point(0, 407);
  559. this.tabControl1.Name = "tabControl1";
  560. this.tabControl1.SelectedIndex = 0;
  561. this.tabControl1.Size = new System.Drawing.Size(1573, 225);
  562. this.tabControl1.TabIndex = 2;
  563. //
  564. // tabPage1
  565. //
  566. this.tabPage1.Controls.Add(this.dgvIDInfo);
  567. this.tabPage1.Location = new System.Drawing.Point(4, 23);
  568. this.tabPage1.Name = "tabPage1";
  569. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  570. this.tabPage1.Size = new System.Drawing.Size(1565, 198);
  571. this.tabPage1.TabIndex = 0;
  572. this.tabPage1.Text = "身份信息";
  573. this.tabPage1.UseVisualStyleBackColor = true;
  574. //
  575. // dgvIDInfo
  576. //
  577. this.dgvIDInfo.AllowUserToAddRows = false;
  578. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  579. this.dgvIDInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  580. this.dgvIDInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  581. this.dgvIDInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  582. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  583. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  584. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  586. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  587. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  588. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  589. this.dgvIDInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  590. this.dgvIDInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  591. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  592. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  593. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  595. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  596. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  597. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  598. this.dgvIDInfo.DefaultCellStyle = dataGridViewCellStyle8;
  599. this.dgvIDInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  600. this.dgvIDInfo.EnableHeadersVisualStyles = false;
  601. this.dgvIDInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.dgvIDInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  603. this.dgvIDInfo.Location = new System.Drawing.Point(3, 3);
  604. this.dgvIDInfo.Name = "dgvIDInfo";
  605. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  606. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  607. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  609. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  610. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  611. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  612. this.dgvIDInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  613. this.dgvIDInfo.RowHeadersWidth = 51;
  614. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  615. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  617. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  618. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  619. this.dgvIDInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
  620. this.dgvIDInfo.RowTemplate.Height = 23;
  621. this.dgvIDInfo.SelectedIndex = -1;
  622. this.dgvIDInfo.Size = new System.Drawing.Size(1559, 192);
  623. this.dgvIDInfo.TabIndex = 2;
  624. this.dgvIDInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  625. //
  626. // tabPage2
  627. //
  628. this.tabPage2.Controls.Add(this.dgvTreatment);
  629. this.tabPage2.Controls.Add(this.uiPanel3);
  630. this.tabPage2.Location = new System.Drawing.Point(4, 23);
  631. this.tabPage2.Name = "tabPage2";
  632. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  633. this.tabPage2.Size = new System.Drawing.Size(1565, 198);
  634. this.tabPage2.TabIndex = 1;
  635. this.tabPage2.Text = "待遇检查查询";
  636. this.tabPage2.UseVisualStyleBackColor = true;
  637. //
  638. // dgvTreatment
  639. //
  640. this.dgvTreatment.AllowUserToAddRows = false;
  641. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  642. this.dgvTreatment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  643. this.dgvTreatment.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  644. this.dgvTreatment.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  645. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  646. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  647. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  649. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  650. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  651. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  652. this.dgvTreatment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  653. this.dgvTreatment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  654. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  655. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  656. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  658. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  659. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  660. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  661. this.dgvTreatment.DefaultCellStyle = dataGridViewCellStyle13;
  662. this.dgvTreatment.Dock = System.Windows.Forms.DockStyle.Fill;
  663. this.dgvTreatment.EnableHeadersVisualStyles = false;
  664. this.dgvTreatment.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.dgvTreatment.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  666. this.dgvTreatment.Location = new System.Drawing.Point(3, 37);
  667. this.dgvTreatment.Name = "dgvTreatment";
  668. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  669. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  670. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  672. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  673. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  674. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  675. this.dgvTreatment.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  676. this.dgvTreatment.RowHeadersWidth = 51;
  677. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  678. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  680. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  681. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  682. this.dgvTreatment.RowsDefaultCellStyle = dataGridViewCellStyle15;
  683. this.dgvTreatment.RowTemplate.Height = 23;
  684. this.dgvTreatment.SelectedIndex = -1;
  685. this.dgvTreatment.Size = new System.Drawing.Size(1559, 158);
  686. this.dgvTreatment.TabIndex = 8;
  687. this.dgvTreatment.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  688. //
  689. // uiPanel3
  690. //
  691. this.uiPanel3.Controls.Add(this.cbxMedicalType);
  692. this.uiPanel3.Controls.Add(this.label5);
  693. this.uiPanel3.Controls.Add(this.label6);
  694. this.uiPanel3.Controls.Add(this.tbEndDate_treatment);
  695. this.uiPanel3.Controls.Add(this.btTreatment);
  696. this.uiPanel3.Controls.Add(this.label7);
  697. this.uiPanel3.Controls.Add(this.tbBeginDate_treatment);
  698. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  699. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  700. this.uiPanel3.Location = new System.Drawing.Point(3, 3);
  701. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  702. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  703. this.uiPanel3.Name = "uiPanel3";
  704. this.uiPanel3.Size = new System.Drawing.Size(1559, 34);
  705. this.uiPanel3.TabIndex = 9;
  706. this.uiPanel3.Text = null;
  707. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  708. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  709. //
  710. // cbxMedicalType
  711. //
  712. this.cbxMedicalType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. this.cbxMedicalType.FormattingEnabled = true;
  714. this.cbxMedicalType.Items.AddRange(new object[] {
  715. "11.普通门诊",
  716. "21.普通住院"});
  717. this.cbxMedicalType.Location = new System.Drawing.Point(562, 3);
  718. this.cbxMedicalType.Name = "cbxMedicalType";
  719. this.cbxMedicalType.Size = new System.Drawing.Size(137, 27);
  720. this.cbxMedicalType.TabIndex = 8;
  721. //
  722. // label5
  723. //
  724. this.label5.AutoSize = true;
  725. this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.label5.Location = new System.Drawing.Point(495, 7);
  727. this.label5.Name = "label5";
  728. this.label5.Size = new System.Drawing.Size(61, 19);
  729. this.label5.TabIndex = 7;
  730. this.label5.Text = "医疗类别";
  731. //
  732. // label6
  733. //
  734. this.label6.AutoSize = true;
  735. this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  736. this.label6.Location = new System.Drawing.Point(250, 7);
  737. this.label6.Name = "label6";
  738. this.label6.Size = new System.Drawing.Size(61, 19);
  739. this.label6.TabIndex = 6;
  740. this.label6.Text = "结束日期";
  741. //
  742. // tbEndDate_treatment
  743. //
  744. this.tbEndDate_treatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  745. this.tbEndDate_treatment.Location = new System.Drawing.Point(317, 4);
  746. this.tbEndDate_treatment.Name = "tbEndDate_treatment";
  747. this.tbEndDate_treatment.Size = new System.Drawing.Size(154, 25);
  748. this.tbEndDate_treatment.TabIndex = 5;
  749. this.tbEndDate_treatment.Text = "2025-01-01 00:00:00";
  750. //
  751. // btTreatment
  752. //
  753. this.btTreatment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  754. | System.Windows.Forms.AnchorStyles.Right)));
  755. this.btTreatment.Cursor = System.Windows.Forms.Cursors.Hand;
  756. this.btTreatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  757. this.btTreatment.Location = new System.Drawing.Point(733, 3);
  758. this.btTreatment.MinimumSize = new System.Drawing.Size(1, 1);
  759. this.btTreatment.Name = "btTreatment";
  760. this.btTreatment.Size = new System.Drawing.Size(93, 25);
  761. this.btTreatment.TabIndex = 4;
  762. this.btTreatment.Text = "查询";
  763. this.btTreatment.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  764. this.btTreatment.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  765. this.btTreatment.Click += new System.EventHandler(this.btTreatment_Click);
  766. //
  767. // label7
  768. //
  769. this.label7.AutoSize = true;
  770. this.label7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  771. this.label7.Location = new System.Drawing.Point(17, 6);
  772. this.label7.Name = "label7";
  773. this.label7.Size = new System.Drawing.Size(61, 19);
  774. this.label7.TabIndex = 2;
  775. this.label7.Text = "开始日期";
  776. //
  777. // tbBeginDate_treatment
  778. //
  779. this.tbBeginDate_treatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  780. this.tbBeginDate_treatment.Location = new System.Drawing.Point(84, 4);
  781. this.tbBeginDate_treatment.Name = "tbBeginDate_treatment";
  782. this.tbBeginDate_treatment.Size = new System.Drawing.Size(154, 25);
  783. this.tbBeginDate_treatment.TabIndex = 1;
  784. this.tbBeginDate_treatment.Text = "2024-01-01 00:00:00";
  785. //
  786. // tabPage3
  787. //
  788. this.tabPage3.Controls.Add(this.dgvPaymentDetail);
  789. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  790. this.tabPage3.Name = "tabPage3";
  791. this.tabPage3.Size = new System.Drawing.Size(1565, 199);
  792. this.tabPage3.TabIndex = 2;
  793. this.tabPage3.Text = "一年缴费明细";
  794. this.tabPage3.UseVisualStyleBackColor = true;
  795. //
  796. // dgvPaymentDetail
  797. //
  798. this.dgvPaymentDetail.AllowUserToAddRows = false;
  799. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  800. this.dgvPaymentDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  801. this.dgvPaymentDetail.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  802. this.dgvPaymentDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  803. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  804. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  805. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  806. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  807. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  808. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  809. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  810. this.dgvPaymentDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  811. this.dgvPaymentDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  812. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  813. dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
  814. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  815. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  816. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  817. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  818. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  819. this.dgvPaymentDetail.DefaultCellStyle = dataGridViewCellStyle18;
  820. this.dgvPaymentDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  821. this.dgvPaymentDetail.EnableHeadersVisualStyles = false;
  822. this.dgvPaymentDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  823. this.dgvPaymentDetail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  824. this.dgvPaymentDetail.Location = new System.Drawing.Point(0, 0);
  825. this.dgvPaymentDetail.Name = "dgvPaymentDetail";
  826. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  827. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  828. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  829. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  830. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  831. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  832. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  833. this.dgvPaymentDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  834. this.dgvPaymentDetail.RowHeadersWidth = 51;
  835. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  836. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  837. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  838. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  839. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  840. this.dgvPaymentDetail.RowsDefaultCellStyle = dataGridViewCellStyle20;
  841. this.dgvPaymentDetail.RowTemplate.Height = 23;
  842. this.dgvPaymentDetail.SelectedIndex = -1;
  843. this.dgvPaymentDetail.Size = new System.Drawing.Size(1565, 199);
  844. this.dgvPaymentDetail.TabIndex = 3;
  845. this.dgvPaymentDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  846. //
  847. // tabPage4
  848. //
  849. this.tabPage4.Controls.Add(this.dgvAccumulativeInfo);
  850. this.tabPage4.Controls.Add(this.uiPanel1);
  851. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  852. this.tabPage4.Name = "tabPage4";
  853. this.tabPage4.Size = new System.Drawing.Size(1565, 199);
  854. this.tabPage4.TabIndex = 3;
  855. this.tabPage4.Text = "结算累计信息(本市)";
  856. this.tabPage4.UseVisualStyleBackColor = true;
  857. //
  858. // dgvAccumulativeInfo
  859. //
  860. this.dgvAccumulativeInfo.AllowUserToAddRows = false;
  861. dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  862. this.dgvAccumulativeInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
  863. this.dgvAccumulativeInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  864. this.dgvAccumulativeInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  865. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  866. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  867. dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  868. dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
  869. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  870. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  871. dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  872. this.dgvAccumulativeInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
  873. this.dgvAccumulativeInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  874. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  875. dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
  876. dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  878. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  879. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  880. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  881. this.dgvAccumulativeInfo.DefaultCellStyle = dataGridViewCellStyle23;
  882. this.dgvAccumulativeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  883. this.dgvAccumulativeInfo.EnableHeadersVisualStyles = false;
  884. this.dgvAccumulativeInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.dgvAccumulativeInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  886. this.dgvAccumulativeInfo.Location = new System.Drawing.Point(0, 34);
  887. this.dgvAccumulativeInfo.Name = "dgvAccumulativeInfo";
  888. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  889. dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  890. dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  891. dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  892. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  893. dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  894. dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  895. this.dgvAccumulativeInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
  896. this.dgvAccumulativeInfo.RowHeadersWidth = 51;
  897. dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
  898. dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  899. dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  900. dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  901. dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  902. this.dgvAccumulativeInfo.RowsDefaultCellStyle = dataGridViewCellStyle25;
  903. this.dgvAccumulativeInfo.RowTemplate.Height = 23;
  904. this.dgvAccumulativeInfo.SelectedIndex = -1;
  905. this.dgvAccumulativeInfo.Size = new System.Drawing.Size(1565, 165);
  906. this.dgvAccumulativeInfo.TabIndex = 3;
  907. this.dgvAccumulativeInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  908. //
  909. // uiPanel1
  910. //
  911. this.uiPanel1.Controls.Add(this.btAccumulate);
  912. this.uiPanel1.Controls.Add(this.label1);
  913. this.uiPanel1.Controls.Add(this.tbYear_PaymentDetail);
  914. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  915. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  916. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  917. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  918. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  919. this.uiPanel1.Name = "uiPanel1";
  920. this.uiPanel1.Size = new System.Drawing.Size(1565, 34);
  921. this.uiPanel1.TabIndex = 6;
  922. this.uiPanel1.Text = null;
  923. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  924. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  925. //
  926. // btAccumulate
  927. //
  928. this.btAccumulate.Cursor = System.Windows.Forms.Cursors.Hand;
  929. this.btAccumulate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  930. this.btAccumulate.Location = new System.Drawing.Point(189, 4);
  931. this.btAccumulate.MinimumSize = new System.Drawing.Size(1, 1);
  932. this.btAccumulate.Name = "btAccumulate";
  933. this.btAccumulate.Size = new System.Drawing.Size(93, 25);
  934. this.btAccumulate.TabIndex = 4;
  935. this.btAccumulate.Text = "查询";
  936. this.btAccumulate.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  937. this.btAccumulate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  938. this.btAccumulate.Click += new System.EventHandler(this.btAccumulate_Click);
  939. //
  940. // label1
  941. //
  942. this.label1.AutoSize = true;
  943. this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  944. this.label1.Location = new System.Drawing.Point(17, 6);
  945. this.label1.Name = "label1";
  946. this.label1.Size = new System.Drawing.Size(47, 19);
  947. this.label1.TabIndex = 2;
  948. this.label1.Text = "年 度";
  949. //
  950. // tbYear_PaymentDetail
  951. //
  952. this.tbYear_PaymentDetail.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  953. this.tbYear_PaymentDetail.Location = new System.Drawing.Point(70, 4);
  954. this.tbYear_PaymentDetail.Name = "tbYear_PaymentDetail";
  955. this.tbYear_PaymentDetail.Size = new System.Drawing.Size(100, 25);
  956. this.tbYear_PaymentDetail.TabIndex = 1;
  957. this.tbYear_PaymentDetail.Text = "2024";
  958. //
  959. // tabPage5
  960. //
  961. this.tabPage5.Controls.Add(this.dgvTurnToOtherHospInfo);
  962. this.tabPage5.Controls.Add(this.uiPanel2);
  963. this.tabPage5.Location = new System.Drawing.Point(4, 22);
  964. this.tabPage5.Name = "tabPage5";
  965. this.tabPage5.Size = new System.Drawing.Size(1565, 199);
  966. this.tabPage5.TabIndex = 4;
  967. this.tabPage5.Text = "转院信息查询";
  968. this.tabPage5.UseVisualStyleBackColor = true;
  969. //
  970. // dgvTurnToOtherHospInfo
  971. //
  972. this.dgvTurnToOtherHospInfo.AllowUserToAddRows = false;
  973. dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  974. this.dgvTurnToOtherHospInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
  975. this.dgvTurnToOtherHospInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  976. this.dgvTurnToOtherHospInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  977. dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  978. dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  979. dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  980. dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
  981. dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  982. dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  983. dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  984. this.dgvTurnToOtherHospInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
  985. this.dgvTurnToOtherHospInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  986. dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  987. dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
  988. dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  989. dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  990. dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  991. dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  992. dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  993. this.dgvTurnToOtherHospInfo.DefaultCellStyle = dataGridViewCellStyle28;
  994. this.dgvTurnToOtherHospInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  995. this.dgvTurnToOtherHospInfo.EnableHeadersVisualStyles = false;
  996. this.dgvTurnToOtherHospInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  997. this.dgvTurnToOtherHospInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  998. this.dgvTurnToOtherHospInfo.Location = new System.Drawing.Point(0, 34);
  999. this.dgvTurnToOtherHospInfo.Name = "dgvTurnToOtherHospInfo";
  1000. dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1001. dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1002. dataGridViewCellStyle29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1003. dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1004. dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1005. dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1006. dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1007. this.dgvTurnToOtherHospInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
  1008. this.dgvTurnToOtherHospInfo.RowHeadersWidth = 51;
  1009. dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
  1010. dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1011. dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1012. dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1013. dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1014. this.dgvTurnToOtherHospInfo.RowsDefaultCellStyle = dataGridViewCellStyle30;
  1015. this.dgvTurnToOtherHospInfo.RowTemplate.Height = 23;
  1016. this.dgvTurnToOtherHospInfo.SelectedIndex = -1;
  1017. this.dgvTurnToOtherHospInfo.Size = new System.Drawing.Size(1565, 165);
  1018. this.dgvTurnToOtherHospInfo.TabIndex = 3;
  1019. this.dgvTurnToOtherHospInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1020. //
  1021. // uiPanel2
  1022. //
  1023. this.uiPanel2.Controls.Add(this.cbTurnType);
  1024. this.uiPanel2.Controls.Add(this.label4);
  1025. this.uiPanel2.Controls.Add(this.label3);
  1026. this.uiPanel2.Controls.Add(this.tbEndDate);
  1027. this.uiPanel2.Controls.Add(this.btTurnToOtherHosp);
  1028. this.uiPanel2.Controls.Add(this.label2);
  1029. this.uiPanel2.Controls.Add(this.tbBeginDate);
  1030. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  1031. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1032. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  1033. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1034. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  1035. this.uiPanel2.Name = "uiPanel2";
  1036. this.uiPanel2.Size = new System.Drawing.Size(1565, 34);
  1037. this.uiPanel2.TabIndex = 7;
  1038. this.uiPanel2.Text = null;
  1039. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1040. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1041. //
  1042. // cbTurnType
  1043. //
  1044. this.cbTurnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1045. this.cbTurnType.FormattingEnabled = true;
  1046. this.cbTurnType.Items.AddRange(new object[] {
  1047. "91.门诊转诊;",
  1048. "92.门诊转院;",
  1049. "93.医疗住院转院;",
  1050. "94.生育住院转院;",
  1051. "95.长期异地转院;",
  1052. "96.市外继续治疗;",
  1053. "9905.门慢转诊"});
  1054. this.cbTurnType.Location = new System.Drawing.Point(562, 3);
  1055. this.cbTurnType.Name = "cbTurnType";
  1056. this.cbTurnType.Size = new System.Drawing.Size(137, 27);
  1057. this.cbTurnType.TabIndex = 8;
  1058. //
  1059. // label4
  1060. //
  1061. this.label4.AutoSize = true;
  1062. this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1063. this.label4.Location = new System.Drawing.Point(495, 7);
  1064. this.label4.Name = "label4";
  1065. this.label4.Size = new System.Drawing.Size(61, 19);
  1066. this.label4.TabIndex = 7;
  1067. this.label4.Text = "转院类别";
  1068. //
  1069. // label3
  1070. //
  1071. this.label3.AutoSize = true;
  1072. this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1073. this.label3.Location = new System.Drawing.Point(250, 7);
  1074. this.label3.Name = "label3";
  1075. this.label3.Size = new System.Drawing.Size(61, 19);
  1076. this.label3.TabIndex = 6;
  1077. this.label3.Text = "结束日期";
  1078. //
  1079. // tbEndDate
  1080. //
  1081. this.tbEndDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1082. this.tbEndDate.Location = new System.Drawing.Point(317, 4);
  1083. this.tbEndDate.Name = "tbEndDate";
  1084. this.tbEndDate.Size = new System.Drawing.Size(154, 25);
  1085. this.tbEndDate.TabIndex = 5;
  1086. this.tbEndDate.Text = "2024-01-01 00:00:00";
  1087. //
  1088. // btTurnToOtherHosp
  1089. //
  1090. this.btTurnToOtherHosp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1091. | System.Windows.Forms.AnchorStyles.Right)));
  1092. this.btTurnToOtherHosp.Cursor = System.Windows.Forms.Cursors.Hand;
  1093. this.btTurnToOtherHosp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1094. this.btTurnToOtherHosp.Location = new System.Drawing.Point(768, 4);
  1095. this.btTurnToOtherHosp.MinimumSize = new System.Drawing.Size(1, 1);
  1096. this.btTurnToOtherHosp.Name = "btTurnToOtherHosp";
  1097. this.btTurnToOtherHosp.Size = new System.Drawing.Size(93, 25);
  1098. this.btTurnToOtherHosp.TabIndex = 4;
  1099. this.btTurnToOtherHosp.Text = "查询";
  1100. this.btTurnToOtherHosp.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1101. this.btTurnToOtherHosp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1102. this.btTurnToOtherHosp.Click += new System.EventHandler(this.btTurnToOtherHosp_Click);
  1103. //
  1104. // label2
  1105. //
  1106. this.label2.AutoSize = true;
  1107. this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1108. this.label2.Location = new System.Drawing.Point(17, 6);
  1109. this.label2.Name = "label2";
  1110. this.label2.Size = new System.Drawing.Size(61, 19);
  1111. this.label2.TabIndex = 2;
  1112. this.label2.Text = "开始日期";
  1113. //
  1114. // tbBeginDate
  1115. //
  1116. this.tbBeginDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1117. this.tbBeginDate.Location = new System.Drawing.Point(84, 4);
  1118. this.tbBeginDate.Name = "tbBeginDate";
  1119. this.tbBeginDate.Size = new System.Drawing.Size(154, 25);
  1120. this.tbBeginDate.TabIndex = 1;
  1121. this.tbBeginDate.Text = "2024-01-01 00:00:00";
  1122. //
  1123. // tabPage6
  1124. //
  1125. this.tabPage6.Controls.Add(this.dgvChronicDiseases);
  1126. this.tabPage6.Controls.Add(this.uiPanel4);
  1127. this.tabPage6.Location = new System.Drawing.Point(4, 22);
  1128. this.tabPage6.Name = "tabPage6";
  1129. this.tabPage6.Size = new System.Drawing.Size(1565, 199);
  1130. this.tabPage6.TabIndex = 5;
  1131. this.tabPage6.Text = "门慢信息";
  1132. this.tabPage6.UseVisualStyleBackColor = true;
  1133. //
  1134. // dgvChronicDiseases
  1135. //
  1136. this.dgvChronicDiseases.AllowUserToAddRows = false;
  1137. dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1138. this.dgvChronicDiseases.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
  1139. this.dgvChronicDiseases.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1140. this.dgvChronicDiseases.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1141. dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1142. dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1143. dataGridViewCellStyle32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1144. dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
  1145. dataGridViewCellStyle32.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1146. dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1147. dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1148. this.dgvChronicDiseases.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
  1149. this.dgvChronicDiseases.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1150. dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1151. dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
  1152. dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1153. dataGridViewCellStyle33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1154. dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1155. dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1156. dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1157. this.dgvChronicDiseases.DefaultCellStyle = dataGridViewCellStyle33;
  1158. this.dgvChronicDiseases.Dock = System.Windows.Forms.DockStyle.Fill;
  1159. this.dgvChronicDiseases.EnableHeadersVisualStyles = false;
  1160. this.dgvChronicDiseases.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1161. this.dgvChronicDiseases.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  1162. this.dgvChronicDiseases.Location = new System.Drawing.Point(0, 34);
  1163. this.dgvChronicDiseases.Name = "dgvChronicDiseases";
  1164. dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1165. dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1166. dataGridViewCellStyle34.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1167. dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1168. dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1169. dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1170. dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1171. this.dgvChronicDiseases.RowHeadersDefaultCellStyle = dataGridViewCellStyle34;
  1172. this.dgvChronicDiseases.RowHeadersWidth = 51;
  1173. dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
  1174. dataGridViewCellStyle35.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1175. dataGridViewCellStyle35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1176. dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1177. dataGridViewCellStyle35.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1178. this.dgvChronicDiseases.RowsDefaultCellStyle = dataGridViewCellStyle35;
  1179. this.dgvChronicDiseases.RowTemplate.Height = 23;
  1180. this.dgvChronicDiseases.SelectedIndex = -1;
  1181. this.dgvChronicDiseases.Size = new System.Drawing.Size(1565, 165);
  1182. this.dgvChronicDiseases.TabIndex = 8;
  1183. this.dgvChronicDiseases.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1184. //
  1185. // uiPanel4
  1186. //
  1187. this.uiPanel4.Controls.Add(this.btChronicDiseases);
  1188. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Top;
  1189. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1190. this.uiPanel4.Location = new System.Drawing.Point(0, 0);
  1191. this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1192. this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
  1193. this.uiPanel4.Name = "uiPanel4";
  1194. this.uiPanel4.Size = new System.Drawing.Size(1565, 34);
  1195. this.uiPanel4.TabIndex = 7;
  1196. this.uiPanel4.Text = null;
  1197. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1198. this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1199. //
  1200. // btChronicDiseases
  1201. //
  1202. this.btChronicDiseases.Cursor = System.Windows.Forms.Cursors.Hand;
  1203. this.btChronicDiseases.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1204. this.btChronicDiseases.Location = new System.Drawing.Point(20, 4);
  1205. this.btChronicDiseases.MinimumSize = new System.Drawing.Size(1, 1);
  1206. this.btChronicDiseases.Name = "btChronicDiseases";
  1207. this.btChronicDiseases.Size = new System.Drawing.Size(93, 25);
  1208. this.btChronicDiseases.TabIndex = 4;
  1209. this.btChronicDiseases.Text = "查询";
  1210. this.btChronicDiseases.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1211. this.btChronicDiseases.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1212. this.btChronicDiseases.Click += new System.EventHandler(this.btChronicDiseases_Click);
  1213. //
  1214. // tabPage7
  1215. //
  1216. this.tabPage7.Controls.Add(this.dgvFamilyDoctor);
  1217. this.tabPage7.Controls.Add(this.uiPanel5);
  1218. this.tabPage7.Location = new System.Drawing.Point(4, 22);
  1219. this.tabPage7.Name = "tabPage7";
  1220. this.tabPage7.Size = new System.Drawing.Size(1565, 199);
  1221. this.tabPage7.TabIndex = 6;
  1222. this.tabPage7.Text = "家庭医生签约信息";
  1223. this.tabPage7.UseVisualStyleBackColor = true;
  1224. //
  1225. // dgvFamilyDoctor
  1226. //
  1227. this.dgvFamilyDoctor.AllowUserToAddRows = false;
  1228. dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1229. this.dgvFamilyDoctor.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36;
  1230. this.dgvFamilyDoctor.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1231. this.dgvFamilyDoctor.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1232. dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1233. dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1234. dataGridViewCellStyle37.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1235. dataGridViewCellStyle37.ForeColor = System.Drawing.Color.White;
  1236. dataGridViewCellStyle37.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1237. dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1238. dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1239. this.dgvFamilyDoctor.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37;
  1240. this.dgvFamilyDoctor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1241. dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1242. dataGridViewCellStyle38.BackColor = System.Drawing.Color.White;
  1243. dataGridViewCellStyle38.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1244. dataGridViewCellStyle38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1245. dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1246. dataGridViewCellStyle38.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1247. dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1248. this.dgvFamilyDoctor.DefaultCellStyle = dataGridViewCellStyle38;
  1249. this.dgvFamilyDoctor.Dock = System.Windows.Forms.DockStyle.Fill;
  1250. this.dgvFamilyDoctor.EnableHeadersVisualStyles = false;
  1251. this.dgvFamilyDoctor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1252. this.dgvFamilyDoctor.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  1253. this.dgvFamilyDoctor.Location = new System.Drawing.Point(0, 34);
  1254. this.dgvFamilyDoctor.Name = "dgvFamilyDoctor";
  1255. dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1256. dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1257. dataGridViewCellStyle39.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1258. dataGridViewCellStyle39.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1259. dataGridViewCellStyle39.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1260. dataGridViewCellStyle39.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1261. dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1262. this.dgvFamilyDoctor.RowHeadersDefaultCellStyle = dataGridViewCellStyle39;
  1263. this.dgvFamilyDoctor.RowHeadersWidth = 51;
  1264. dataGridViewCellStyle40.BackColor = System.Drawing.Color.White;
  1265. dataGridViewCellStyle40.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1266. dataGridViewCellStyle40.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1267. dataGridViewCellStyle40.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1268. dataGridViewCellStyle40.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1269. this.dgvFamilyDoctor.RowsDefaultCellStyle = dataGridViewCellStyle40;
  1270. this.dgvFamilyDoctor.RowTemplate.Height = 23;
  1271. this.dgvFamilyDoctor.SelectedIndex = -1;
  1272. this.dgvFamilyDoctor.Size = new System.Drawing.Size(1565, 165);
  1273. this.dgvFamilyDoctor.TabIndex = 8;
  1274. this.dgvFamilyDoctor.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1275. //
  1276. // uiPanel5
  1277. //
  1278. this.uiPanel5.Controls.Add(this.btFamilyDoctor);
  1279. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Top;
  1280. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1281. this.uiPanel5.Location = new System.Drawing.Point(0, 0);
  1282. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1283. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  1284. this.uiPanel5.Name = "uiPanel5";
  1285. this.uiPanel5.Size = new System.Drawing.Size(1565, 34);
  1286. this.uiPanel5.TabIndex = 7;
  1287. this.uiPanel5.Text = null;
  1288. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1289. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1290. //
  1291. // btFamilyDoctor
  1292. //
  1293. this.btFamilyDoctor.Cursor = System.Windows.Forms.Cursors.Hand;
  1294. this.btFamilyDoctor.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1295. this.btFamilyDoctor.Location = new System.Drawing.Point(20, 4);
  1296. this.btFamilyDoctor.MinimumSize = new System.Drawing.Size(1, 1);
  1297. this.btFamilyDoctor.Name = "btFamilyDoctor";
  1298. this.btFamilyDoctor.Size = new System.Drawing.Size(93, 25);
  1299. this.btFamilyDoctor.TabIndex = 4;
  1300. this.btFamilyDoctor.Text = "查询";
  1301. this.btFamilyDoctor.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1302. this.btFamilyDoctor.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1303. this.btFamilyDoctor.Click += new System.EventHandler(this.btFamilyDoctor_Click);
  1304. //
  1305. // tabPage8
  1306. //
  1307. this.tabPage8.Controls.Add(this.dgvFixInfo);
  1308. this.tabPage8.Controls.Add(this.uiPanel6);
  1309. this.tabPage8.Location = new System.Drawing.Point(4, 22);
  1310. this.tabPage8.Name = "tabPage8";
  1311. this.tabPage8.Size = new System.Drawing.Size(1565, 199);
  1312. this.tabPage8.TabIndex = 7;
  1313. this.tabPage8.Text = "门诊定点查询";
  1314. this.tabPage8.UseVisualStyleBackColor = true;
  1315. //
  1316. // dgvFixInfo
  1317. //
  1318. this.dgvFixInfo.AllowUserToAddRows = false;
  1319. dataGridViewCellStyle41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1320. this.dgvFixInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41;
  1321. this.dgvFixInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1322. this.dgvFixInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1323. dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1324. dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1325. dataGridViewCellStyle42.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1326. dataGridViewCellStyle42.ForeColor = System.Drawing.Color.White;
  1327. dataGridViewCellStyle42.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1328. dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1329. dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1330. this.dgvFixInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42;
  1331. this.dgvFixInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1332. dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1333. dataGridViewCellStyle43.BackColor = System.Drawing.Color.White;
  1334. dataGridViewCellStyle43.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1335. dataGridViewCellStyle43.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1336. dataGridViewCellStyle43.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1337. dataGridViewCellStyle43.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1338. dataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1339. this.dgvFixInfo.DefaultCellStyle = dataGridViewCellStyle43;
  1340. this.dgvFixInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1341. this.dgvFixInfo.EnableHeadersVisualStyles = false;
  1342. this.dgvFixInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1343. this.dgvFixInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  1344. this.dgvFixInfo.Location = new System.Drawing.Point(0, 41);
  1345. this.dgvFixInfo.Name = "dgvFixInfo";
  1346. dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1347. dataGridViewCellStyle44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1348. dataGridViewCellStyle44.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1349. dataGridViewCellStyle44.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1350. dataGridViewCellStyle44.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1351. dataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1352. dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1353. this.dgvFixInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle44;
  1354. this.dgvFixInfo.RowHeadersWidth = 51;
  1355. dataGridViewCellStyle45.BackColor = System.Drawing.Color.White;
  1356. dataGridViewCellStyle45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1357. dataGridViewCellStyle45.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1358. dataGridViewCellStyle45.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1359. dataGridViewCellStyle45.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1360. this.dgvFixInfo.RowsDefaultCellStyle = dataGridViewCellStyle45;
  1361. this.dgvFixInfo.RowTemplate.Height = 23;
  1362. this.dgvFixInfo.SelectedIndex = -1;
  1363. this.dgvFixInfo.Size = new System.Drawing.Size(1565, 158);
  1364. this.dgvFixInfo.TabIndex = 9;
  1365. this.dgvFixInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1366. //
  1367. // uiPanel6
  1368. //
  1369. this.uiPanel6.Controls.Add(this.dblkcbxBizAppType);
  1370. this.uiPanel6.Controls.Add(this.label8);
  1371. this.uiPanel6.Controls.Add(this.btQueryFixInfo);
  1372. this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Top;
  1373. this.uiPanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1374. this.uiPanel6.Location = new System.Drawing.Point(0, 0);
  1375. this.uiPanel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1376. this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);
  1377. this.uiPanel6.Name = "uiPanel6";
  1378. this.uiPanel6.Size = new System.Drawing.Size(1565, 41);
  1379. this.uiPanel6.TabIndex = 8;
  1380. this.uiPanel6.Text = null;
  1381. this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1382. this.uiPanel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1383. //
  1384. // dblkcbxBizAppType
  1385. //
  1386. this.dblkcbxBizAppType.FormattingEnabled = true;
  1387. this.dblkcbxBizAppType.Location = new System.Drawing.Point(112, 5);
  1388. this.dblkcbxBizAppType.Name = "dblkcbxBizAppType";
  1389. this.dblkcbxBizAppType.NullValue = "";
  1390. this.dblkcbxBizAppType.PopupGridAutoSize = false;
  1391. this.dblkcbxBizAppType.RowFilterVisible = false;
  1392. this.dblkcbxBizAppType.sDisplayField = "";
  1393. this.dblkcbxBizAppType.sDisplayMember = "";
  1394. this.dblkcbxBizAppType.SeparatorChar = "|";
  1395. this.dblkcbxBizAppType.Size = new System.Drawing.Size(257, 29);
  1396. this.dblkcbxBizAppType.sKeyWords = "";
  1397. this.dblkcbxBizAppType.sValueMember = "";
  1398. this.dblkcbxBizAppType.TabIndex = 20;
  1399. this.dblkcbxBizAppType.Value = "";
  1400. this.dblkcbxBizAppType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxBizAppType_AfterSelector);
  1401. //
  1402. // label8
  1403. //
  1404. this.label8.AutoSize = true;
  1405. this.label8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1406. this.label8.Location = new System.Drawing.Point(19, 10);
  1407. this.label8.Name = "label8";
  1408. this.label8.Size = new System.Drawing.Size(87, 19);
  1409. this.label8.TabIndex = 9;
  1410. this.label8.Text = "业务申请类型";
  1411. //
  1412. // btQueryFixInfo
  1413. //
  1414. this.btQueryFixInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  1415. this.btQueryFixInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1416. this.btQueryFixInfo.Location = new System.Drawing.Point(421, 8);
  1417. this.btQueryFixInfo.MinimumSize = new System.Drawing.Size(1, 1);
  1418. this.btQueryFixInfo.Name = "btQueryFixInfo";
  1419. this.btQueryFixInfo.Size = new System.Drawing.Size(93, 25);
  1420. this.btQueryFixInfo.TabIndex = 4;
  1421. this.btQueryFixInfo.Text = "查询";
  1422. this.btQueryFixInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1423. this.btQueryFixInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1424. this.btQueryFixInfo.Click += new System.EventHandler(this.btQueryFixInfo_Click);
  1425. //
  1426. // PatientInsuInfo
  1427. //
  1428. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1429. this.ClientSize = new System.Drawing.Size(1573, 681);
  1430. this.Controls.Add(this.tabControl1);
  1431. this.Controls.Add(this.pnlClient);
  1432. this.Controls.Add(this.pnlBottom);
  1433. this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1434. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1435. this.MaximizeBox = false;
  1436. this.MinimizeBox = false;
  1437. this.Name = "PatientInsuInfo";
  1438. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1439. this.Text = "患者参保信息";
  1440. this.pnlBottom.ResumeLayout(false);
  1441. this.pnlClient.ResumeLayout(false);
  1442. this.gbInsuInfo.ResumeLayout(false);
  1443. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).EndInit();
  1444. this.gbBaseInfo.ResumeLayout(false);
  1445. this.tabControl1.ResumeLayout(false);
  1446. this.tabPage1.ResumeLayout(false);
  1447. ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).EndInit();
  1448. this.tabPage2.ResumeLayout(false);
  1449. ((System.ComponentModel.ISupportInitialize)(this.dgvTreatment)).EndInit();
  1450. this.uiPanel3.ResumeLayout(false);
  1451. this.uiPanel3.PerformLayout();
  1452. this.tabPage3.ResumeLayout(false);
  1453. ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentDetail)).EndInit();
  1454. this.tabPage4.ResumeLayout(false);
  1455. ((System.ComponentModel.ISupportInitialize)(this.dgvAccumulativeInfo)).EndInit();
  1456. this.uiPanel1.ResumeLayout(false);
  1457. this.uiPanel1.PerformLayout();
  1458. this.tabPage5.ResumeLayout(false);
  1459. ((System.ComponentModel.ISupportInitialize)(this.dgvTurnToOtherHospInfo)).EndInit();
  1460. this.uiPanel2.ResumeLayout(false);
  1461. this.uiPanel2.PerformLayout();
  1462. this.tabPage6.ResumeLayout(false);
  1463. ((System.ComponentModel.ISupportInitialize)(this.dgvChronicDiseases)).EndInit();
  1464. this.uiPanel4.ResumeLayout(false);
  1465. this.tabPage7.ResumeLayout(false);
  1466. ((System.ComponentModel.ISupportInitialize)(this.dgvFamilyDoctor)).EndInit();
  1467. this.uiPanel5.ResumeLayout(false);
  1468. this.tabPage8.ResumeLayout(false);
  1469. ((System.ComponentModel.ISupportInitialize)(this.dgvFixInfo)).EndInit();
  1470. this.uiPanel6.ResumeLayout(false);
  1471. this.uiPanel6.PerformLayout();
  1472. this.ResumeLayout(false);
  1473. }
  1474. #endregion
  1475. private Sunny.UI.UIPanel pnlBottom;
  1476. private Sunny.UI.UIPanel pnlClient;
  1477. private Sunny.UI.UIGroupBox gbInsuInfo;
  1478. private Sunny.UI.UIGroupBox gbBaseInfo;
  1479. private Sunny.UI.UIButton uiButton1;
  1480. private Sunny.UI.UITextBox tbBirthDay;
  1481. private Sunny.UI.UITextBox tbAge;
  1482. private Sunny.UI.UILabel lbAge;
  1483. private Sunny.UI.UILabel lb1;
  1484. private Sunny.UI.UITextBox tbPsnNO;
  1485. private Sunny.UI.UITextBox tbNaty;
  1486. private Sunny.UI.UILabel uiLabel27;
  1487. private Sunny.UI.UILabel uiLabel28;
  1488. private Sunny.UI.UITextBox tbCertNO;
  1489. private Sunny.UI.UITextBox tbCertType;
  1490. private Sunny.UI.UILabel uiLabel25;
  1491. private Sunny.UI.UILabel uiLabel26;
  1492. private Sunny.UI.UITextBox tbGend;
  1493. private Sunny.UI.UITextBox tbName;
  1494. private Sunny.UI.UILabel uiLabel20;
  1495. private Sunny.UI.UILabel uiLabel21;
  1496. public Sunny.UI.UIDataGridView dgvInsuInfo;
  1497. private Sunny.UI.UIButton uiButton2;
  1498. private Sunny.UI.UIButton btnRYDY2001;
  1499. private System.Windows.Forms.TabControl tabControl1;
  1500. private System.Windows.Forms.TabPage tabPage1;
  1501. private Sunny.UI.UIDataGridView dgvIDInfo;
  1502. private System.Windows.Forms.TabPage tabPage2;
  1503. private System.Windows.Forms.TabPage tabPage3;
  1504. private System.Windows.Forms.TabPage tabPage4;
  1505. private System.Windows.Forms.TabPage tabPage5;
  1506. private Sunny.UI.UIDataGridView dgvPaymentDetail;
  1507. private Sunny.UI.UIDataGridView dgvAccumulativeInfo;
  1508. private Sunny.UI.UIDataGridView dgvTurnToOtherHospInfo;
  1509. private Sunny.UI.UIPanel uiPanel1;
  1510. private Sunny.UI.UIButton btAccumulate;
  1511. private System.Windows.Forms.Label label1;
  1512. private System.Windows.Forms.TextBox tbYear_PaymentDetail;
  1513. private Sunny.UI.UIPanel uiPanel2;
  1514. private System.Windows.Forms.ComboBox cbTurnType;
  1515. private System.Windows.Forms.Label label4;
  1516. private System.Windows.Forms.Label label3;
  1517. private System.Windows.Forms.TextBox tbEndDate;
  1518. private Sunny.UI.UIButton btTurnToOtherHosp;
  1519. private System.Windows.Forms.Label label2;
  1520. private System.Windows.Forms.TextBox tbBeginDate;
  1521. private Sunny.UI.UIDataGridView dgvTreatment;
  1522. private Sunny.UI.UIPanel uiPanel3;
  1523. private System.Windows.Forms.ComboBox cbxMedicalType;
  1524. private System.Windows.Forms.Label label5;
  1525. private System.Windows.Forms.Label label6;
  1526. private System.Windows.Forms.TextBox tbEndDate_treatment;
  1527. private Sunny.UI.UIButton btTreatment;
  1528. private System.Windows.Forms.Label label7;
  1529. private System.Windows.Forms.TextBox tbBeginDate_treatment;
  1530. private System.Windows.Forms.TabPage tabPage6;
  1531. private Sunny.UI.UIDataGridView dgvChronicDiseases;
  1532. private Sunny.UI.UIPanel uiPanel4;
  1533. private Sunny.UI.UIButton btChronicDiseases;
  1534. private System.Windows.Forms.TabPage tabPage7;
  1535. private Sunny.UI.UIDataGridView dgvFamilyDoctor;
  1536. private Sunny.UI.UIPanel uiPanel5;
  1537. private Sunny.UI.UIButton btFamilyDoctor;
  1538. private System.Windows.Forms.TabPage tabPage8;
  1539. private Sunny.UI.UIPanel uiPanel6;
  1540. private System.Windows.Forms.Label label8;
  1541. private Sunny.UI.UIButton btQueryFixInfo;
  1542. public PTControl.DBLookupCombox dblkcbxBizAppType;
  1543. private Sunny.UI.UIDataGridView dgvFixInfo;
  1544. }
  1545. }