PatientInsuInfo.designer.cs 84 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179
  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. this.pnlBottom = new Sunny.UI.UIPanel();
  59. this.btnRYDY2001 = new Sunny.UI.UIButton();
  60. this.uiButton2 = new Sunny.UI.UIButton();
  61. this.uiButton1 = new Sunny.UI.UIButton();
  62. this.pnlClient = new Sunny.UI.UIPanel();
  63. this.gbInsuInfo = new Sunny.UI.UIGroupBox();
  64. this.dgvInsuInfo = new Sunny.UI.UIDataGridView();
  65. this.gbBaseInfo = new Sunny.UI.UIGroupBox();
  66. this.tbBirthDay = new Sunny.UI.UITextBox();
  67. this.tbAge = new Sunny.UI.UITextBox();
  68. this.lbAge = new Sunny.UI.UILabel();
  69. this.lb1 = new Sunny.UI.UILabel();
  70. this.tbPsnNO = new Sunny.UI.UITextBox();
  71. this.tbNaty = new Sunny.UI.UITextBox();
  72. this.uiLabel27 = new Sunny.UI.UILabel();
  73. this.uiLabel28 = new Sunny.UI.UILabel();
  74. this.tbCertNO = new Sunny.UI.UITextBox();
  75. this.tbCertType = new Sunny.UI.UITextBox();
  76. this.uiLabel25 = new Sunny.UI.UILabel();
  77. this.uiLabel26 = new Sunny.UI.UILabel();
  78. this.tbGend = new Sunny.UI.UITextBox();
  79. this.tbName = new Sunny.UI.UITextBox();
  80. this.uiLabel20 = new Sunny.UI.UILabel();
  81. this.uiLabel21 = new Sunny.UI.UILabel();
  82. this.tabControl1 = new System.Windows.Forms.TabControl();
  83. this.tabPage1 = new System.Windows.Forms.TabPage();
  84. this.dgvIDInfo = new Sunny.UI.UIDataGridView();
  85. this.tabPage2 = new System.Windows.Forms.TabPage();
  86. this.dgvTreatment = new Sunny.UI.UIDataGridView();
  87. this.uiPanel3 = new Sunny.UI.UIPanel();
  88. this.cbxMedicalType = new System.Windows.Forms.ComboBox();
  89. this.label5 = new System.Windows.Forms.Label();
  90. this.label6 = new System.Windows.Forms.Label();
  91. this.tbEndDate_treatment = new System.Windows.Forms.TextBox();
  92. this.btTreatment = new Sunny.UI.UIButton();
  93. this.label7 = new System.Windows.Forms.Label();
  94. this.tbBeginDate_treatment = new System.Windows.Forms.TextBox();
  95. this.tabPage3 = new System.Windows.Forms.TabPage();
  96. this.dgvPaymentDetail = new Sunny.UI.UIDataGridView();
  97. this.tabPage4 = new System.Windows.Forms.TabPage();
  98. this.dgvAccumulativeInfo = new Sunny.UI.UIDataGridView();
  99. this.uiPanel1 = new Sunny.UI.UIPanel();
  100. this.btAccumulate = new Sunny.UI.UIButton();
  101. this.label1 = new System.Windows.Forms.Label();
  102. this.tbYear_PaymentDetail = new System.Windows.Forms.TextBox();
  103. this.tabPage5 = new System.Windows.Forms.TabPage();
  104. this.dgvTurnToOtherHospInfo = new Sunny.UI.UIDataGridView();
  105. this.uiPanel2 = new Sunny.UI.UIPanel();
  106. this.cbTurnType = new System.Windows.Forms.ComboBox();
  107. this.label4 = new System.Windows.Forms.Label();
  108. this.label3 = new System.Windows.Forms.Label();
  109. this.tbEndDate = new System.Windows.Forms.TextBox();
  110. this.btTurnToOtherHosp = new Sunny.UI.UIButton();
  111. this.label2 = new System.Windows.Forms.Label();
  112. this.tbBeginDate = new System.Windows.Forms.TextBox();
  113. this.pnlBottom.SuspendLayout();
  114. this.pnlClient.SuspendLayout();
  115. this.gbInsuInfo.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).BeginInit();
  117. this.gbBaseInfo.SuspendLayout();
  118. this.tabControl1.SuspendLayout();
  119. this.tabPage1.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).BeginInit();
  121. this.tabPage2.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.dgvTreatment)).BeginInit();
  123. this.uiPanel3.SuspendLayout();
  124. this.tabPage3.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentDetail)).BeginInit();
  126. this.tabPage4.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.dgvAccumulativeInfo)).BeginInit();
  128. this.uiPanel1.SuspendLayout();
  129. this.tabPage5.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.dgvTurnToOtherHospInfo)).BeginInit();
  131. this.uiPanel2.SuspendLayout();
  132. this.SuspendLayout();
  133. //
  134. // pnlBottom
  135. //
  136. this.pnlBottom.Controls.Add(this.btnRYDY2001);
  137. this.pnlBottom.Controls.Add(this.uiButton2);
  138. this.pnlBottom.Controls.Add(this.uiButton1);
  139. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  140. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.pnlBottom.Location = new System.Drawing.Point(0, 622);
  142. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  143. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  144. this.pnlBottom.Name = "pnlBottom";
  145. this.pnlBottom.Size = new System.Drawing.Size(1313, 59);
  146. this.pnlBottom.TabIndex = 0;
  147. this.pnlBottom.Text = null;
  148. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  149. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  150. //
  151. // btnRYDY2001
  152. //
  153. this.btnRYDY2001.Cursor = System.Windows.Forms.Cursors.Hand;
  154. this.btnRYDY2001.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.btnRYDY2001.Location = new System.Drawing.Point(9, 8);
  156. this.btnRYDY2001.MinimumSize = new System.Drawing.Size(1, 1);
  157. this.btnRYDY2001.Name = "btnRYDY2001";
  158. this.btnRYDY2001.Size = new System.Drawing.Size(143, 44);
  159. this.btnRYDY2001.TabIndex = 3;
  160. this.btnRYDY2001.Text = "人员待遇享受检查";
  161. this.btnRYDY2001.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.btnRYDY2001.Visible = false;
  163. this.btnRYDY2001.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  164. this.btnRYDY2001.Click += new System.EventHandler(this.btnRYDY2001_Click);
  165. //
  166. // uiButton2
  167. //
  168. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  169. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  170. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.uiButton2.Location = new System.Drawing.Point(1205, 8);
  172. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  173. this.uiButton2.Name = "uiButton2";
  174. this.uiButton2.Size = new System.Drawing.Size(102, 46);
  175. this.uiButton2.TabIndex = 2;
  176. this.uiButton2.Text = "放 弃";
  177. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  179. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  180. //
  181. // uiButton1
  182. //
  183. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  184. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  185. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.uiButton1.Location = new System.Drawing.Point(1092, 8);
  187. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  188. this.uiButton1.Name = "uiButton1";
  189. this.uiButton1.Size = new System.Drawing.Size(102, 46);
  190. this.uiButton1.TabIndex = 1;
  191. this.uiButton1.Text = "确 定";
  192. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  194. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  195. //
  196. // pnlClient
  197. //
  198. this.pnlClient.Controls.Add(this.gbInsuInfo);
  199. this.pnlClient.Controls.Add(this.gbBaseInfo);
  200. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  203. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  204. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  205. this.pnlClient.Name = "pnlClient";
  206. this.pnlClient.Size = new System.Drawing.Size(1313, 622);
  207. this.pnlClient.TabIndex = 1;
  208. this.pnlClient.Text = null;
  209. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  210. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  211. //
  212. // gbInsuInfo
  213. //
  214. this.gbInsuInfo.Controls.Add(this.dgvInsuInfo);
  215. this.gbInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.gbInsuInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.gbInsuInfo.Location = new System.Drawing.Point(0, 118);
  218. this.gbInsuInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  219. this.gbInsuInfo.MinimumSize = new System.Drawing.Size(1, 1);
  220. this.gbInsuInfo.Name = "gbInsuInfo";
  221. this.gbInsuInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  222. this.gbInsuInfo.Size = new System.Drawing.Size(1313, 504);
  223. this.gbInsuInfo.TabIndex = 1;
  224. this.gbInsuInfo.Text = "参保信息";
  225. this.gbInsuInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  226. this.gbInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  227. //
  228. // dgvInsuInfo
  229. //
  230. this.dgvInsuInfo.AllowUserToAddRows = false;
  231. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  232. this.dgvInsuInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  233. this.dgvInsuInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  234. this.dgvInsuInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  235. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  236. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  237. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  239. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  240. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  241. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  242. this.dgvInsuInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  243. this.dgvInsuInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  244. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  245. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  246. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  248. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  249. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  250. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  251. this.dgvInsuInfo.DefaultCellStyle = dataGridViewCellStyle3;
  252. this.dgvInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.dgvInsuInfo.EnableHeadersVisualStyles = false;
  254. this.dgvInsuInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.dgvInsuInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  256. this.dgvInsuInfo.Location = new System.Drawing.Point(0, 32);
  257. this.dgvInsuInfo.Name = "dgvInsuInfo";
  258. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  259. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  260. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  262. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  263. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  264. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  265. this.dgvInsuInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  266. this.dgvInsuInfo.RowHeadersWidth = 51;
  267. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  268. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  270. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  271. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  272. this.dgvInsuInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  273. this.dgvInsuInfo.RowTemplate.Height = 23;
  274. this.dgvInsuInfo.SelectedIndex = -1;
  275. this.dgvInsuInfo.Size = new System.Drawing.Size(1313, 472);
  276. this.dgvInsuInfo.TabIndex = 2;
  277. this.dgvInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  278. this.dgvInsuInfo.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInsuInfo_CellDoubleClick);
  279. //
  280. // gbBaseInfo
  281. //
  282. this.gbBaseInfo.Controls.Add(this.tbBirthDay);
  283. this.gbBaseInfo.Controls.Add(this.tbAge);
  284. this.gbBaseInfo.Controls.Add(this.lbAge);
  285. this.gbBaseInfo.Controls.Add(this.lb1);
  286. this.gbBaseInfo.Controls.Add(this.tbPsnNO);
  287. this.gbBaseInfo.Controls.Add(this.tbNaty);
  288. this.gbBaseInfo.Controls.Add(this.uiLabel27);
  289. this.gbBaseInfo.Controls.Add(this.uiLabel28);
  290. this.gbBaseInfo.Controls.Add(this.tbCertNO);
  291. this.gbBaseInfo.Controls.Add(this.tbCertType);
  292. this.gbBaseInfo.Controls.Add(this.uiLabel25);
  293. this.gbBaseInfo.Controls.Add(this.uiLabel26);
  294. this.gbBaseInfo.Controls.Add(this.tbGend);
  295. this.gbBaseInfo.Controls.Add(this.tbName);
  296. this.gbBaseInfo.Controls.Add(this.uiLabel20);
  297. this.gbBaseInfo.Controls.Add(this.uiLabel21);
  298. this.gbBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
  299. this.gbBaseInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.gbBaseInfo.Location = new System.Drawing.Point(0, 0);
  301. this.gbBaseInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  302. this.gbBaseInfo.MinimumSize = new System.Drawing.Size(1, 1);
  303. this.gbBaseInfo.Name = "gbBaseInfo";
  304. this.gbBaseInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  305. this.gbBaseInfo.Size = new System.Drawing.Size(1313, 118);
  306. this.gbBaseInfo.TabIndex = 0;
  307. this.gbBaseInfo.Text = "基本信息";
  308. this.gbBaseInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  309. this.gbBaseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  310. //
  311. // tbBirthDay
  312. //
  313. this.tbBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
  314. this.tbBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.tbBirthDay.Location = new System.Drawing.Point(940, 38);
  316. this.tbBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  317. this.tbBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
  318. this.tbBirthDay.Name = "tbBirthDay";
  319. this.tbBirthDay.ShowText = false;
  320. this.tbBirthDay.Size = new System.Drawing.Size(126, 25);
  321. this.tbBirthDay.TabIndex = 75;
  322. this.tbBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  323. this.tbBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  324. //
  325. // tbAge
  326. //
  327. this.tbAge.Cursor = System.Windows.Forms.Cursors.IBeam;
  328. this.tbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.tbAge.Location = new System.Drawing.Point(940, 71);
  330. this.tbAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  331. this.tbAge.MinimumSize = new System.Drawing.Size(1, 16);
  332. this.tbAge.Name = "tbAge";
  333. this.tbAge.ShowText = false;
  334. this.tbAge.Size = new System.Drawing.Size(126, 25);
  335. this.tbAge.TabIndex = 77;
  336. this.tbAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  337. this.tbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  338. //
  339. // lbAge
  340. //
  341. this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.lbAge.Location = new System.Drawing.Point(861, 73);
  343. this.lbAge.Name = "lbAge";
  344. this.lbAge.Size = new System.Drawing.Size(68, 23);
  345. this.lbAge.TabIndex = 78;
  346. this.lbAge.Text = "年龄";
  347. this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  348. this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  349. //
  350. // lb1
  351. //
  352. this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.lb1.Location = new System.Drawing.Point(863, 40);
  354. this.lb1.Name = "lb1";
  355. this.lb1.Size = new System.Drawing.Size(68, 23);
  356. this.lb1.TabIndex = 76;
  357. this.lb1.Text = "出生日期";
  358. this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  359. this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  360. //
  361. // tbPsnNO
  362. //
  363. this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  364. this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.tbPsnNO.Location = new System.Drawing.Point(604, 38);
  366. this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  367. this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  368. this.tbPsnNO.Name = "tbPsnNO";
  369. this.tbPsnNO.ShowText = false;
  370. this.tbPsnNO.Size = new System.Drawing.Size(229, 25);
  371. this.tbPsnNO.TabIndex = 74;
  372. this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  373. this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  374. //
  375. // tbNaty
  376. //
  377. this.tbNaty.Cursor = System.Windows.Forms.Cursors.IBeam;
  378. this.tbNaty.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.tbNaty.Location = new System.Drawing.Point(322, 38);
  380. this.tbNaty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  381. this.tbNaty.MinimumSize = new System.Drawing.Size(1, 16);
  382. this.tbNaty.Name = "tbNaty";
  383. this.tbNaty.ShowText = false;
  384. this.tbNaty.Size = new System.Drawing.Size(163, 25);
  385. this.tbNaty.TabIndex = 73;
  386. this.tbNaty.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  387. this.tbNaty.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  388. //
  389. // uiLabel27
  390. //
  391. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.uiLabel27.Location = new System.Drawing.Point(518, 40);
  393. this.uiLabel27.Name = "uiLabel27";
  394. this.uiLabel27.Size = new System.Drawing.Size(78, 23);
  395. this.uiLabel27.TabIndex = 72;
  396. this.uiLabel27.Text = "人员编号";
  397. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  398. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  399. //
  400. // uiLabel28
  401. //
  402. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.uiLabel28.Location = new System.Drawing.Point(243, 40);
  404. this.uiLabel28.Name = "uiLabel28";
  405. this.uiLabel28.Size = new System.Drawing.Size(73, 23);
  406. this.uiLabel28.TabIndex = 71;
  407. this.uiLabel28.Text = "民族";
  408. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  409. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  410. //
  411. // tbCertNO
  412. //
  413. this.tbCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  414. this.tbCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.tbCertNO.Location = new System.Drawing.Point(604, 71);
  416. this.tbCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  417. this.tbCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  418. this.tbCertNO.Name = "tbCertNO";
  419. this.tbCertNO.ShowText = false;
  420. this.tbCertNO.Size = new System.Drawing.Size(229, 25);
  421. this.tbCertNO.TabIndex = 70;
  422. this.tbCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  423. this.tbCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  424. //
  425. // tbCertType
  426. //
  427. this.tbCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  428. this.tbCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.tbCertType.Location = new System.Drawing.Point(322, 71);
  430. this.tbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  431. this.tbCertType.MinimumSize = new System.Drawing.Size(1, 16);
  432. this.tbCertType.Name = "tbCertType";
  433. this.tbCertType.ShowText = false;
  434. this.tbCertType.Size = new System.Drawing.Size(163, 25);
  435. this.tbCertType.TabIndex = 69;
  436. this.tbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  437. this.tbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  438. //
  439. // uiLabel25
  440. //
  441. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.uiLabel25.Location = new System.Drawing.Point(518, 73);
  443. this.uiLabel25.Name = "uiLabel25";
  444. this.uiLabel25.Size = new System.Drawing.Size(78, 23);
  445. this.uiLabel25.TabIndex = 68;
  446. this.uiLabel25.Text = "证件号码";
  447. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  448. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  449. //
  450. // uiLabel26
  451. //
  452. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.uiLabel26.Location = new System.Drawing.Point(243, 73);
  454. this.uiLabel26.Name = "uiLabel26";
  455. this.uiLabel26.Size = new System.Drawing.Size(73, 23);
  456. this.uiLabel26.TabIndex = 67;
  457. this.uiLabel26.Text = "证件类型";
  458. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  459. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  460. //
  461. // tbGend
  462. //
  463. this.tbGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  464. this.tbGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.tbGend.Location = new System.Drawing.Point(112, 71);
  466. this.tbGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  467. this.tbGend.MinimumSize = new System.Drawing.Size(1, 16);
  468. this.tbGend.Name = "tbGend";
  469. this.tbGend.ShowText = false;
  470. this.tbGend.Size = new System.Drawing.Size(100, 25);
  471. this.tbGend.TabIndex = 66;
  472. this.tbGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  473. this.tbGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  474. //
  475. // tbName
  476. //
  477. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  478. this.tbName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.tbName.Location = new System.Drawing.Point(112, 38);
  480. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  481. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  482. this.tbName.Name = "tbName";
  483. this.tbName.ShowText = false;
  484. this.tbName.Size = new System.Drawing.Size(100, 25);
  485. this.tbName.TabIndex = 65;
  486. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  487. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  488. //
  489. // uiLabel20
  490. //
  491. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.uiLabel20.Location = new System.Drawing.Point(50, 73);
  493. this.uiLabel20.Name = "uiLabel20";
  494. this.uiLabel20.Size = new System.Drawing.Size(61, 23);
  495. this.uiLabel20.TabIndex = 64;
  496. this.uiLabel20.Text = "性别";
  497. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  498. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  499. //
  500. // uiLabel21
  501. //
  502. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.uiLabel21.Location = new System.Drawing.Point(50, 40);
  504. this.uiLabel21.Name = "uiLabel21";
  505. this.uiLabel21.Size = new System.Drawing.Size(61, 23);
  506. this.uiLabel21.TabIndex = 63;
  507. this.uiLabel21.Text = "姓名";
  508. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  509. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  510. //
  511. // tabControl1
  512. //
  513. this.tabControl1.Controls.Add(this.tabPage1);
  514. this.tabControl1.Controls.Add(this.tabPage2);
  515. this.tabControl1.Controls.Add(this.tabPage3);
  516. this.tabControl1.Controls.Add(this.tabPage4);
  517. this.tabControl1.Controls.Add(this.tabPage5);
  518. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  519. this.tabControl1.Location = new System.Drawing.Point(0, 381);
  520. this.tabControl1.Name = "tabControl1";
  521. this.tabControl1.SelectedIndex = 0;
  522. this.tabControl1.Size = new System.Drawing.Size(1313, 241);
  523. this.tabControl1.TabIndex = 2;
  524. //
  525. // tabPage1
  526. //
  527. this.tabPage1.Controls.Add(this.dgvIDInfo);
  528. this.tabPage1.Location = new System.Drawing.Point(4, 23);
  529. this.tabPage1.Name = "tabPage1";
  530. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  531. this.tabPage1.Size = new System.Drawing.Size(1305, 214);
  532. this.tabPage1.TabIndex = 0;
  533. this.tabPage1.Text = "身份信息";
  534. this.tabPage1.UseVisualStyleBackColor = true;
  535. //
  536. // dgvIDInfo
  537. //
  538. this.dgvIDInfo.AllowUserToAddRows = false;
  539. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  540. this.dgvIDInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  541. this.dgvIDInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  542. this.dgvIDInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  543. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  544. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  545. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  547. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  548. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  549. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  550. this.dgvIDInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  551. this.dgvIDInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  552. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  553. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  554. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  556. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  557. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  558. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  559. this.dgvIDInfo.DefaultCellStyle = dataGridViewCellStyle8;
  560. this.dgvIDInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  561. this.dgvIDInfo.EnableHeadersVisualStyles = false;
  562. this.dgvIDInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.dgvIDInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  564. this.dgvIDInfo.Location = new System.Drawing.Point(3, 3);
  565. this.dgvIDInfo.Name = "dgvIDInfo";
  566. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  567. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  568. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  570. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  571. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  572. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  573. this.dgvIDInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  574. this.dgvIDInfo.RowHeadersWidth = 51;
  575. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  576. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  578. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  579. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  580. this.dgvIDInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
  581. this.dgvIDInfo.RowTemplate.Height = 23;
  582. this.dgvIDInfo.SelectedIndex = -1;
  583. this.dgvIDInfo.Size = new System.Drawing.Size(1299, 208);
  584. this.dgvIDInfo.TabIndex = 2;
  585. this.dgvIDInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  586. //
  587. // tabPage2
  588. //
  589. this.tabPage2.Controls.Add(this.dgvTreatment);
  590. this.tabPage2.Controls.Add(this.uiPanel3);
  591. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  592. this.tabPage2.Name = "tabPage2";
  593. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  594. this.tabPage2.Size = new System.Drawing.Size(1305, 215);
  595. this.tabPage2.TabIndex = 1;
  596. this.tabPage2.Text = "待遇检查查询";
  597. this.tabPage2.UseVisualStyleBackColor = true;
  598. //
  599. // dgvTreatment
  600. //
  601. this.dgvTreatment.AllowUserToAddRows = false;
  602. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  603. this.dgvTreatment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  604. this.dgvTreatment.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  605. this.dgvTreatment.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  606. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  607. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  608. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  610. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  611. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  612. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  613. this.dgvTreatment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  614. this.dgvTreatment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  615. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  616. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  617. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  619. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  620. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  621. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  622. this.dgvTreatment.DefaultCellStyle = dataGridViewCellStyle13;
  623. this.dgvTreatment.Dock = System.Windows.Forms.DockStyle.Fill;
  624. this.dgvTreatment.EnableHeadersVisualStyles = false;
  625. this.dgvTreatment.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.dgvTreatment.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  627. this.dgvTreatment.Location = new System.Drawing.Point(3, 37);
  628. this.dgvTreatment.Name = "dgvTreatment";
  629. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  630. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  631. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  632. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  633. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  634. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  635. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  636. this.dgvTreatment.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  637. this.dgvTreatment.RowHeadersWidth = 51;
  638. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  639. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  640. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  641. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  642. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  643. this.dgvTreatment.RowsDefaultCellStyle = dataGridViewCellStyle15;
  644. this.dgvTreatment.RowTemplate.Height = 23;
  645. this.dgvTreatment.SelectedIndex = -1;
  646. this.dgvTreatment.Size = new System.Drawing.Size(1299, 175);
  647. this.dgvTreatment.TabIndex = 8;
  648. this.dgvTreatment.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  649. //
  650. // uiPanel3
  651. //
  652. this.uiPanel3.Controls.Add(this.cbxMedicalType);
  653. this.uiPanel3.Controls.Add(this.label5);
  654. this.uiPanel3.Controls.Add(this.label6);
  655. this.uiPanel3.Controls.Add(this.tbEndDate_treatment);
  656. this.uiPanel3.Controls.Add(this.btTreatment);
  657. this.uiPanel3.Controls.Add(this.label7);
  658. this.uiPanel3.Controls.Add(this.tbBeginDate_treatment);
  659. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  660. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.uiPanel3.Location = new System.Drawing.Point(3, 3);
  662. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  663. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  664. this.uiPanel3.Name = "uiPanel3";
  665. this.uiPanel3.Size = new System.Drawing.Size(1299, 34);
  666. this.uiPanel3.TabIndex = 9;
  667. this.uiPanel3.Text = null;
  668. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  669. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  670. //
  671. // cbxMedicalType
  672. //
  673. this.cbxMedicalType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.cbxMedicalType.FormattingEnabled = true;
  675. this.cbxMedicalType.Items.AddRange(new object[] {
  676. "11.普通门诊",
  677. "21.普通住院"});
  678. this.cbxMedicalType.Location = new System.Drawing.Point(562, 3);
  679. this.cbxMedicalType.Name = "cbxMedicalType";
  680. this.cbxMedicalType.Size = new System.Drawing.Size(137, 27);
  681. this.cbxMedicalType.TabIndex = 8;
  682. //
  683. // label5
  684. //
  685. this.label5.AutoSize = true;
  686. this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  687. this.label5.Location = new System.Drawing.Point(495, 7);
  688. this.label5.Name = "label5";
  689. this.label5.Size = new System.Drawing.Size(61, 19);
  690. this.label5.TabIndex = 7;
  691. this.label5.Text = "医疗类别";
  692. //
  693. // label6
  694. //
  695. this.label6.AutoSize = true;
  696. this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  697. this.label6.Location = new System.Drawing.Point(250, 7);
  698. this.label6.Name = "label6";
  699. this.label6.Size = new System.Drawing.Size(61, 19);
  700. this.label6.TabIndex = 6;
  701. this.label6.Text = "结束日期";
  702. //
  703. // tbEndDate_treatment
  704. //
  705. this.tbEndDate_treatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  706. this.tbEndDate_treatment.Location = new System.Drawing.Point(317, 4);
  707. this.tbEndDate_treatment.Name = "tbEndDate_treatment";
  708. this.tbEndDate_treatment.Size = new System.Drawing.Size(154, 25);
  709. this.tbEndDate_treatment.TabIndex = 5;
  710. this.tbEndDate_treatment.Text = "2025-01-01 00:00:00";
  711. //
  712. // btTreatment
  713. //
  714. this.btTreatment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  715. | System.Windows.Forms.AnchorStyles.Left)));
  716. this.btTreatment.Cursor = System.Windows.Forms.Cursors.Hand;
  717. this.btTreatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  718. this.btTreatment.Location = new System.Drawing.Point(733, 5);
  719. this.btTreatment.MinimumSize = new System.Drawing.Size(1, 1);
  720. this.btTreatment.Name = "btTreatment";
  721. this.btTreatment.Size = new System.Drawing.Size(93, 25);
  722. this.btTreatment.TabIndex = 4;
  723. this.btTreatment.Text = "查询";
  724. this.btTreatment.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  725. this.btTreatment.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  726. this.btTreatment.Click += new System.EventHandler(this.btTreatment_Click);
  727. //
  728. // label7
  729. //
  730. this.label7.AutoSize = true;
  731. this.label7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  732. this.label7.Location = new System.Drawing.Point(17, 6);
  733. this.label7.Name = "label7";
  734. this.label7.Size = new System.Drawing.Size(61, 19);
  735. this.label7.TabIndex = 2;
  736. this.label7.Text = "开始日期";
  737. //
  738. // tbBeginDate_treatment
  739. //
  740. this.tbBeginDate_treatment.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.tbBeginDate_treatment.Location = new System.Drawing.Point(84, 4);
  742. this.tbBeginDate_treatment.Name = "tbBeginDate_treatment";
  743. this.tbBeginDate_treatment.Size = new System.Drawing.Size(154, 25);
  744. this.tbBeginDate_treatment.TabIndex = 1;
  745. this.tbBeginDate_treatment.Text = "2024-01-01 00:00:00";
  746. //
  747. // tabPage3
  748. //
  749. this.tabPage3.Controls.Add(this.dgvPaymentDetail);
  750. this.tabPage3.Location = new System.Drawing.Point(4, 23);
  751. this.tabPage3.Name = "tabPage3";
  752. this.tabPage3.Size = new System.Drawing.Size(1305, 214);
  753. this.tabPage3.TabIndex = 2;
  754. this.tabPage3.Text = "缴费查询";
  755. this.tabPage3.UseVisualStyleBackColor = true;
  756. //
  757. // dgvPaymentDetail
  758. //
  759. this.dgvPaymentDetail.AllowUserToAddRows = false;
  760. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  761. this.dgvPaymentDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  762. this.dgvPaymentDetail.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  763. this.dgvPaymentDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  764. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  765. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  766. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  767. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  768. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  769. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  770. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  771. this.dgvPaymentDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  772. this.dgvPaymentDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  773. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  774. dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
  775. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  776. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  777. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  778. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  779. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  780. this.dgvPaymentDetail.DefaultCellStyle = dataGridViewCellStyle18;
  781. this.dgvPaymentDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  782. this.dgvPaymentDetail.EnableHeadersVisualStyles = false;
  783. this.dgvPaymentDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  784. this.dgvPaymentDetail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  785. this.dgvPaymentDetail.Location = new System.Drawing.Point(0, 0);
  786. this.dgvPaymentDetail.Name = "dgvPaymentDetail";
  787. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  788. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  789. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  790. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  791. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  792. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  793. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  794. this.dgvPaymentDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  795. this.dgvPaymentDetail.RowHeadersWidth = 51;
  796. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  797. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  798. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  799. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  800. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  801. this.dgvPaymentDetail.RowsDefaultCellStyle = dataGridViewCellStyle20;
  802. this.dgvPaymentDetail.RowTemplate.Height = 23;
  803. this.dgvPaymentDetail.SelectedIndex = -1;
  804. this.dgvPaymentDetail.Size = new System.Drawing.Size(1305, 214);
  805. this.dgvPaymentDetail.TabIndex = 3;
  806. this.dgvPaymentDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  807. //
  808. // tabPage4
  809. //
  810. this.tabPage4.Controls.Add(this.dgvAccumulativeInfo);
  811. this.tabPage4.Controls.Add(this.uiPanel1);
  812. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  813. this.tabPage4.Name = "tabPage4";
  814. this.tabPage4.Size = new System.Drawing.Size(1305, 215);
  815. this.tabPage4.TabIndex = 3;
  816. this.tabPage4.Text = "结算累计信息(本市)";
  817. this.tabPage4.UseVisualStyleBackColor = true;
  818. //
  819. // dgvAccumulativeInfo
  820. //
  821. this.dgvAccumulativeInfo.AllowUserToAddRows = false;
  822. dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  823. this.dgvAccumulativeInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
  824. this.dgvAccumulativeInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  825. this.dgvAccumulativeInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  826. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  827. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  828. dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  829. dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
  830. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  831. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  832. dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  833. this.dgvAccumulativeInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
  834. this.dgvAccumulativeInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  835. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  836. dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
  837. dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  838. dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  839. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  840. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  841. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  842. this.dgvAccumulativeInfo.DefaultCellStyle = dataGridViewCellStyle23;
  843. this.dgvAccumulativeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  844. this.dgvAccumulativeInfo.EnableHeadersVisualStyles = false;
  845. this.dgvAccumulativeInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  846. this.dgvAccumulativeInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  847. this.dgvAccumulativeInfo.Location = new System.Drawing.Point(0, 34);
  848. this.dgvAccumulativeInfo.Name = "dgvAccumulativeInfo";
  849. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  850. dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  851. dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  852. dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  853. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  854. dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  855. dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  856. this.dgvAccumulativeInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
  857. this.dgvAccumulativeInfo.RowHeadersWidth = 51;
  858. dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
  859. dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  860. dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  861. dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  862. dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  863. this.dgvAccumulativeInfo.RowsDefaultCellStyle = dataGridViewCellStyle25;
  864. this.dgvAccumulativeInfo.RowTemplate.Height = 23;
  865. this.dgvAccumulativeInfo.SelectedIndex = -1;
  866. this.dgvAccumulativeInfo.Size = new System.Drawing.Size(1305, 181);
  867. this.dgvAccumulativeInfo.TabIndex = 3;
  868. this.dgvAccumulativeInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  869. //
  870. // uiPanel1
  871. //
  872. this.uiPanel1.Controls.Add(this.btAccumulate);
  873. this.uiPanel1.Controls.Add(this.label1);
  874. this.uiPanel1.Controls.Add(this.tbYear_PaymentDetail);
  875. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  876. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  878. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  879. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  880. this.uiPanel1.Name = "uiPanel1";
  881. this.uiPanel1.Size = new System.Drawing.Size(1305, 34);
  882. this.uiPanel1.TabIndex = 6;
  883. this.uiPanel1.Text = null;
  884. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  885. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  886. //
  887. // btAccumulate
  888. //
  889. this.btAccumulate.Cursor = System.Windows.Forms.Cursors.Hand;
  890. this.btAccumulate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  891. this.btAccumulate.Location = new System.Drawing.Point(196, 5);
  892. this.btAccumulate.MinimumSize = new System.Drawing.Size(1, 1);
  893. this.btAccumulate.Name = "btAccumulate";
  894. this.btAccumulate.Size = new System.Drawing.Size(93, 24);
  895. this.btAccumulate.TabIndex = 4;
  896. this.btAccumulate.Text = "查询";
  897. this.btAccumulate.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  898. this.btAccumulate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  899. this.btAccumulate.Click += new System.EventHandler(this.btAccumulate_Click);
  900. //
  901. // label1
  902. //
  903. this.label1.AutoSize = true;
  904. this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  905. this.label1.Location = new System.Drawing.Point(17, 6);
  906. this.label1.Name = "label1";
  907. this.label1.Size = new System.Drawing.Size(47, 19);
  908. this.label1.TabIndex = 2;
  909. this.label1.Text = "年 度";
  910. //
  911. // tbYear_PaymentDetail
  912. //
  913. this.tbYear_PaymentDetail.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  914. this.tbYear_PaymentDetail.Location = new System.Drawing.Point(70, 4);
  915. this.tbYear_PaymentDetail.Name = "tbYear_PaymentDetail";
  916. this.tbYear_PaymentDetail.Size = new System.Drawing.Size(100, 25);
  917. this.tbYear_PaymentDetail.TabIndex = 1;
  918. this.tbYear_PaymentDetail.Text = "2024";
  919. //
  920. // tabPage5
  921. //
  922. this.tabPage5.Controls.Add(this.dgvTurnToOtherHospInfo);
  923. this.tabPage5.Controls.Add(this.uiPanel2);
  924. this.tabPage5.Location = new System.Drawing.Point(4, 23);
  925. this.tabPage5.Name = "tabPage5";
  926. this.tabPage5.Size = new System.Drawing.Size(1305, 214);
  927. this.tabPage5.TabIndex = 4;
  928. this.tabPage5.Text = "转院信息查询";
  929. this.tabPage5.UseVisualStyleBackColor = true;
  930. //
  931. // dgvTurnToOtherHospInfo
  932. //
  933. this.dgvTurnToOtherHospInfo.AllowUserToAddRows = false;
  934. dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  935. this.dgvTurnToOtherHospInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
  936. this.dgvTurnToOtherHospInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  937. this.dgvTurnToOtherHospInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  938. dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  939. dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  940. dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  941. dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
  942. dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  943. dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  944. dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  945. this.dgvTurnToOtherHospInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
  946. this.dgvTurnToOtherHospInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  947. dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  948. dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
  949. dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  950. dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  951. dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  952. dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  953. dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  954. this.dgvTurnToOtherHospInfo.DefaultCellStyle = dataGridViewCellStyle28;
  955. this.dgvTurnToOtherHospInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  956. this.dgvTurnToOtherHospInfo.EnableHeadersVisualStyles = false;
  957. this.dgvTurnToOtherHospInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  958. this.dgvTurnToOtherHospInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  959. this.dgvTurnToOtherHospInfo.Location = new System.Drawing.Point(0, 34);
  960. this.dgvTurnToOtherHospInfo.Name = "dgvTurnToOtherHospInfo";
  961. dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  962. dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  963. dataGridViewCellStyle29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  964. dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  965. dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  966. dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  967. dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  968. this.dgvTurnToOtherHospInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
  969. this.dgvTurnToOtherHospInfo.RowHeadersWidth = 51;
  970. dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
  971. dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  972. dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  973. dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  974. dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  975. this.dgvTurnToOtherHospInfo.RowsDefaultCellStyle = dataGridViewCellStyle30;
  976. this.dgvTurnToOtherHospInfo.RowTemplate.Height = 23;
  977. this.dgvTurnToOtherHospInfo.SelectedIndex = -1;
  978. this.dgvTurnToOtherHospInfo.Size = new System.Drawing.Size(1305, 180);
  979. this.dgvTurnToOtherHospInfo.TabIndex = 3;
  980. this.dgvTurnToOtherHospInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  981. //
  982. // uiPanel2
  983. //
  984. this.uiPanel2.Controls.Add(this.cbTurnType);
  985. this.uiPanel2.Controls.Add(this.label4);
  986. this.uiPanel2.Controls.Add(this.label3);
  987. this.uiPanel2.Controls.Add(this.tbEndDate);
  988. this.uiPanel2.Controls.Add(this.btTurnToOtherHosp);
  989. this.uiPanel2.Controls.Add(this.label2);
  990. this.uiPanel2.Controls.Add(this.tbBeginDate);
  991. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  992. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  993. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  994. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  995. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  996. this.uiPanel2.Name = "uiPanel2";
  997. this.uiPanel2.Size = new System.Drawing.Size(1305, 34);
  998. this.uiPanel2.TabIndex = 7;
  999. this.uiPanel2.Text = null;
  1000. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1001. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1002. //
  1003. // cbTurnType
  1004. //
  1005. this.cbTurnType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1006. this.cbTurnType.FormattingEnabled = true;
  1007. this.cbTurnType.Items.AddRange(new object[] {
  1008. "9905.门慢转诊"});
  1009. this.cbTurnType.Location = new System.Drawing.Point(562, 3);
  1010. this.cbTurnType.Name = "cbTurnType";
  1011. this.cbTurnType.Size = new System.Drawing.Size(137, 27);
  1012. this.cbTurnType.TabIndex = 8;
  1013. //
  1014. // label4
  1015. //
  1016. this.label4.AutoSize = true;
  1017. this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1018. this.label4.Location = new System.Drawing.Point(495, 7);
  1019. this.label4.Name = "label4";
  1020. this.label4.Size = new System.Drawing.Size(61, 19);
  1021. this.label4.TabIndex = 7;
  1022. this.label4.Text = "转院类别";
  1023. //
  1024. // label3
  1025. //
  1026. this.label3.AutoSize = true;
  1027. this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1028. this.label3.Location = new System.Drawing.Point(250, 7);
  1029. this.label3.Name = "label3";
  1030. this.label3.Size = new System.Drawing.Size(61, 19);
  1031. this.label3.TabIndex = 6;
  1032. this.label3.Text = "结束日期";
  1033. //
  1034. // tbEndDate
  1035. //
  1036. this.tbEndDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1037. this.tbEndDate.Location = new System.Drawing.Point(317, 4);
  1038. this.tbEndDate.Name = "tbEndDate";
  1039. this.tbEndDate.Size = new System.Drawing.Size(154, 25);
  1040. this.tbEndDate.TabIndex = 5;
  1041. this.tbEndDate.Text = "2024-01-01 00:00:00";
  1042. //
  1043. // btTurnToOtherHosp
  1044. //
  1045. this.btTurnToOtherHosp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1046. | System.Windows.Forms.AnchorStyles.Left)));
  1047. this.btTurnToOtherHosp.Cursor = System.Windows.Forms.Cursors.Hand;
  1048. this.btTurnToOtherHosp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1049. this.btTurnToOtherHosp.Location = new System.Drawing.Point(730, 5);
  1050. this.btTurnToOtherHosp.MinimumSize = new System.Drawing.Size(1, 1);
  1051. this.btTurnToOtherHosp.Name = "btTurnToOtherHosp";
  1052. this.btTurnToOtherHosp.Size = new System.Drawing.Size(99, 24);
  1053. this.btTurnToOtherHosp.TabIndex = 4;
  1054. this.btTurnToOtherHosp.Text = "查询";
  1055. this.btTurnToOtherHosp.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1056. this.btTurnToOtherHosp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1057. this.btTurnToOtherHosp.Click += new System.EventHandler(this.btTurnToOtherHosp_Click);
  1058. //
  1059. // label2
  1060. //
  1061. this.label2.AutoSize = true;
  1062. this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1063. this.label2.Location = new System.Drawing.Point(17, 6);
  1064. this.label2.Name = "label2";
  1065. this.label2.Size = new System.Drawing.Size(61, 19);
  1066. this.label2.TabIndex = 2;
  1067. this.label2.Text = "开始日期";
  1068. //
  1069. // tbBeginDate
  1070. //
  1071. this.tbBeginDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1072. this.tbBeginDate.Location = new System.Drawing.Point(84, 4);
  1073. this.tbBeginDate.Name = "tbBeginDate";
  1074. this.tbBeginDate.Size = new System.Drawing.Size(154, 25);
  1075. this.tbBeginDate.TabIndex = 1;
  1076. this.tbBeginDate.Text = "2024-01-01 00:00:00";
  1077. //
  1078. // PatientInsuInfo
  1079. //
  1080. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1081. this.ClientSize = new System.Drawing.Size(1313, 681);
  1082. this.Controls.Add(this.tabControl1);
  1083. this.Controls.Add(this.pnlClient);
  1084. this.Controls.Add(this.pnlBottom);
  1085. this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1086. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1087. this.MaximizeBox = false;
  1088. this.MinimizeBox = false;
  1089. this.Name = "PatientInsuInfo";
  1090. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1091. this.Text = "患者参保信息";
  1092. this.pnlBottom.ResumeLayout(false);
  1093. this.pnlClient.ResumeLayout(false);
  1094. this.gbInsuInfo.ResumeLayout(false);
  1095. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).EndInit();
  1096. this.gbBaseInfo.ResumeLayout(false);
  1097. this.tabControl1.ResumeLayout(false);
  1098. this.tabPage1.ResumeLayout(false);
  1099. ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).EndInit();
  1100. this.tabPage2.ResumeLayout(false);
  1101. ((System.ComponentModel.ISupportInitialize)(this.dgvTreatment)).EndInit();
  1102. this.uiPanel3.ResumeLayout(false);
  1103. this.uiPanel3.PerformLayout();
  1104. this.tabPage3.ResumeLayout(false);
  1105. ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentDetail)).EndInit();
  1106. this.tabPage4.ResumeLayout(false);
  1107. ((System.ComponentModel.ISupportInitialize)(this.dgvAccumulativeInfo)).EndInit();
  1108. this.uiPanel1.ResumeLayout(false);
  1109. this.uiPanel1.PerformLayout();
  1110. this.tabPage5.ResumeLayout(false);
  1111. ((System.ComponentModel.ISupportInitialize)(this.dgvTurnToOtherHospInfo)).EndInit();
  1112. this.uiPanel2.ResumeLayout(false);
  1113. this.uiPanel2.PerformLayout();
  1114. this.ResumeLayout(false);
  1115. }
  1116. #endregion
  1117. private Sunny.UI.UIPanel pnlBottom;
  1118. private Sunny.UI.UIPanel pnlClient;
  1119. private Sunny.UI.UIGroupBox gbInsuInfo;
  1120. private Sunny.UI.UIGroupBox gbBaseInfo;
  1121. private Sunny.UI.UIButton uiButton1;
  1122. private Sunny.UI.UITextBox tbBirthDay;
  1123. private Sunny.UI.UITextBox tbAge;
  1124. private Sunny.UI.UILabel lbAge;
  1125. private Sunny.UI.UILabel lb1;
  1126. private Sunny.UI.UITextBox tbPsnNO;
  1127. private Sunny.UI.UITextBox tbNaty;
  1128. private Sunny.UI.UILabel uiLabel27;
  1129. private Sunny.UI.UILabel uiLabel28;
  1130. private Sunny.UI.UITextBox tbCertNO;
  1131. private Sunny.UI.UITextBox tbCertType;
  1132. private Sunny.UI.UILabel uiLabel25;
  1133. private Sunny.UI.UILabel uiLabel26;
  1134. private Sunny.UI.UITextBox tbGend;
  1135. private Sunny.UI.UITextBox tbName;
  1136. private Sunny.UI.UILabel uiLabel20;
  1137. private Sunny.UI.UILabel uiLabel21;
  1138. public Sunny.UI.UIDataGridView dgvInsuInfo;
  1139. private Sunny.UI.UIButton uiButton2;
  1140. private Sunny.UI.UIButton btnRYDY2001;
  1141. private System.Windows.Forms.TabControl tabControl1;
  1142. private System.Windows.Forms.TabPage tabPage1;
  1143. private Sunny.UI.UIDataGridView dgvIDInfo;
  1144. private System.Windows.Forms.TabPage tabPage2;
  1145. private System.Windows.Forms.TabPage tabPage3;
  1146. private System.Windows.Forms.TabPage tabPage4;
  1147. private System.Windows.Forms.TabPage tabPage5;
  1148. private Sunny.UI.UIDataGridView dgvPaymentDetail;
  1149. private Sunny.UI.UIDataGridView dgvAccumulativeInfo;
  1150. private Sunny.UI.UIDataGridView dgvTurnToOtherHospInfo;
  1151. private Sunny.UI.UIPanel uiPanel1;
  1152. private Sunny.UI.UIButton btAccumulate;
  1153. private System.Windows.Forms.Label label1;
  1154. private System.Windows.Forms.TextBox tbYear_PaymentDetail;
  1155. private Sunny.UI.UIPanel uiPanel2;
  1156. private System.Windows.Forms.ComboBox cbTurnType;
  1157. private System.Windows.Forms.Label label4;
  1158. private System.Windows.Forms.Label label3;
  1159. private System.Windows.Forms.TextBox tbEndDate;
  1160. private Sunny.UI.UIButton btTurnToOtherHosp;
  1161. private System.Windows.Forms.Label label2;
  1162. private System.Windows.Forms.TextBox tbBeginDate;
  1163. private Sunny.UI.UIDataGridView dgvTreatment;
  1164. private Sunny.UI.UIPanel uiPanel3;
  1165. private System.Windows.Forms.ComboBox cbxMedicalType;
  1166. private System.Windows.Forms.Label label5;
  1167. private System.Windows.Forms.Label label6;
  1168. private System.Windows.Forms.TextBox tbEndDate_treatment;
  1169. private Sunny.UI.UIButton btTreatment;
  1170. private System.Windows.Forms.Label label7;
  1171. private System.Windows.Forms.TextBox tbBeginDate_treatment;
  1172. }
  1173. }