PatientInsuInfo.designer.cs 84 KB

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