PatientMIInfo.Designer.cs 83 KB

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