PatientInsuInfo.designer.cs 93 KB

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