PatientInsuInfo.designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  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. this.pnlBottom = new Sunny.UI.UIPanel();
  49. this.btnRYDY2001 = new Sunny.UI.UIButton();
  50. this.uiButton2 = new Sunny.UI.UIButton();
  51. this.uiButton1 = new Sunny.UI.UIButton();
  52. this.pnlClient = new Sunny.UI.UIPanel();
  53. this.gbInsuInfo = new Sunny.UI.UIGroupBox();
  54. this.dgvInsuInfo = new Sunny.UI.UIDataGridView();
  55. this.gbIDinfo = new Sunny.UI.UIGroupBox();
  56. this.tabControl1 = new System.Windows.Forms.TabControl();
  57. this.tabPage1 = new System.Windows.Forms.TabPage();
  58. this.dgvIDInfo = new Sunny.UI.UIDataGridView();
  59. this.tabPage2 = new System.Windows.Forms.TabPage();
  60. this.dgv5301 = new Sunny.UI.UIDataGridView();
  61. this.gbBaseInfo = new Sunny.UI.UIGroupBox();
  62. this.tbBirthDay = new Sunny.UI.UITextBox();
  63. this.tbAge = new Sunny.UI.UITextBox();
  64. this.lbAge = new Sunny.UI.UILabel();
  65. this.lb1 = new Sunny.UI.UILabel();
  66. this.tbPsnNO = new Sunny.UI.UITextBox();
  67. this.tbNaty = new Sunny.UI.UITextBox();
  68. this.uiLabel27 = new Sunny.UI.UILabel();
  69. this.uiLabel28 = new Sunny.UI.UILabel();
  70. this.tbCertNO = new Sunny.UI.UITextBox();
  71. this.tbCertType = new Sunny.UI.UITextBox();
  72. this.uiLabel25 = new Sunny.UI.UILabel();
  73. this.uiLabel26 = new Sunny.UI.UILabel();
  74. this.tbGend = new Sunny.UI.UITextBox();
  75. this.tbName = new Sunny.UI.UITextBox();
  76. this.uiLabel20 = new Sunny.UI.UILabel();
  77. this.uiLabel21 = new Sunny.UI.UILabel();
  78. this.tabPage3 = new System.Windows.Forms.TabPage();
  79. this.dgv2001 = new Sunny.UI.UIDataGridView();
  80. this.pnlBottom.SuspendLayout();
  81. this.pnlClient.SuspendLayout();
  82. this.gbInsuInfo.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).BeginInit();
  84. this.gbIDinfo.SuspendLayout();
  85. this.tabControl1.SuspendLayout();
  86. this.tabPage1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).BeginInit();
  88. this.tabPage2.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.dgv5301)).BeginInit();
  90. this.gbBaseInfo.SuspendLayout();
  91. this.tabPage3.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.dgv2001)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // pnlBottom
  96. //
  97. this.pnlBottom.Controls.Add(this.btnRYDY2001);
  98. this.pnlBottom.Controls.Add(this.uiButton2);
  99. this.pnlBottom.Controls.Add(this.uiButton1);
  100. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  101. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.pnlBottom.Location = new System.Drawing.Point(0, 451);
  103. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  104. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  105. this.pnlBottom.Name = "pnlBottom";
  106. this.pnlBottom.Size = new System.Drawing.Size(1121, 49);
  107. this.pnlBottom.TabIndex = 0;
  108. this.pnlBottom.Text = null;
  109. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  110. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  111. //
  112. // btnRYDY2001
  113. //
  114. this.btnRYDY2001.Cursor = System.Windows.Forms.Cursors.Hand;
  115. this.btnRYDY2001.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btnRYDY2001.Location = new System.Drawing.Point(4, 4);
  117. this.btnRYDY2001.MinimumSize = new System.Drawing.Size(1, 1);
  118. this.btnRYDY2001.Name = "btnRYDY2001";
  119. this.btnRYDY2001.Size = new System.Drawing.Size(142, 40);
  120. this.btnRYDY2001.TabIndex = 3;
  121. this.btnRYDY2001.Text = "人员待遇享受检查";
  122. this.btnRYDY2001.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.btnRYDY2001.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  124. this.btnRYDY2001.Click += new System.EventHandler(this.btnRYDY2001_Click);
  125. //
  126. // uiButton2
  127. //
  128. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  129. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  130. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.uiButton2.Location = new System.Drawing.Point(1019, 4);
  132. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  133. this.uiButton2.Name = "uiButton2";
  134. this.uiButton2.Size = new System.Drawing.Size(98, 40);
  135. this.uiButton2.TabIndex = 2;
  136. this.uiButton2.Text = "放 弃";
  137. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  139. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  140. //
  141. // uiButton1
  142. //
  143. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  144. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  145. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.uiButton1.Location = new System.Drawing.Point(918, 4);
  147. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  148. this.uiButton1.Name = "uiButton1";
  149. this.uiButton1.Size = new System.Drawing.Size(98, 40);
  150. this.uiButton1.TabIndex = 1;
  151. this.uiButton1.Text = "确 定";
  152. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  154. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  155. //
  156. // pnlClient
  157. //
  158. this.pnlClient.Controls.Add(this.gbInsuInfo);
  159. this.pnlClient.Controls.Add(this.gbIDinfo);
  160. this.pnlClient.Controls.Add(this.gbBaseInfo);
  161. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  164. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  165. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  166. this.pnlClient.Name = "pnlClient";
  167. this.pnlClient.Size = new System.Drawing.Size(1121, 451);
  168. this.pnlClient.TabIndex = 1;
  169. this.pnlClient.Text = null;
  170. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  171. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  172. //
  173. // gbInsuInfo
  174. //
  175. this.gbInsuInfo.Controls.Add(this.dgvInsuInfo);
  176. this.gbInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.gbInsuInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.gbInsuInfo.Location = new System.Drawing.Point(0, 102);
  179. this.gbInsuInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  180. this.gbInsuInfo.MinimumSize = new System.Drawing.Size(1, 1);
  181. this.gbInsuInfo.Name = "gbInsuInfo";
  182. this.gbInsuInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  183. this.gbInsuInfo.Size = new System.Drawing.Size(1121, 186);
  184. this.gbInsuInfo.TabIndex = 1;
  185. this.gbInsuInfo.Text = "参保信息";
  186. this.gbInsuInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  187. this.gbInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  188. //
  189. // dgvInsuInfo
  190. //
  191. this.dgvInsuInfo.AllowUserToAddRows = false;
  192. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  193. this.dgvInsuInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  194. this.dgvInsuInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  195. this.dgvInsuInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  196. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  197. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  198. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  200. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  201. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  202. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  203. this.dgvInsuInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  204. this.dgvInsuInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  205. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  206. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  207. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  209. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  210. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  211. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  212. this.dgvInsuInfo.DefaultCellStyle = dataGridViewCellStyle3;
  213. this.dgvInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.dgvInsuInfo.EnableHeadersVisualStyles = false;
  215. this.dgvInsuInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.dgvInsuInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  217. this.dgvInsuInfo.Location = new System.Drawing.Point(0, 32);
  218. this.dgvInsuInfo.Name = "dgvInsuInfo";
  219. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  220. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  221. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  223. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  224. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  225. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  226. this.dgvInsuInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  227. this.dgvInsuInfo.RowHeadersWidth = 51;
  228. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  229. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  231. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  232. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  233. this.dgvInsuInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  234. this.dgvInsuInfo.RowTemplate.Height = 23;
  235. this.dgvInsuInfo.SelectedIndex = -1;
  236. this.dgvInsuInfo.Size = new System.Drawing.Size(1121, 154);
  237. this.dgvInsuInfo.TabIndex = 2;
  238. this.dgvInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  239. //
  240. // gbIDinfo
  241. //
  242. this.gbIDinfo.Controls.Add(this.tabControl1);
  243. this.gbIDinfo.Dock = System.Windows.Forms.DockStyle.Bottom;
  244. this.gbIDinfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.gbIDinfo.Location = new System.Drawing.Point(0, 288);
  246. this.gbIDinfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.gbIDinfo.MinimumSize = new System.Drawing.Size(1, 1);
  248. this.gbIDinfo.Name = "gbIDinfo";
  249. this.gbIDinfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  250. this.gbIDinfo.Size = new System.Drawing.Size(1121, 163);
  251. this.gbIDinfo.TabIndex = 2;
  252. this.gbIDinfo.Text = null;
  253. this.gbIDinfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  254. this.gbIDinfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  255. //
  256. // tabControl1
  257. //
  258. this.tabControl1.Controls.Add(this.tabPage1);
  259. this.tabControl1.Controls.Add(this.tabPage2);
  260. this.tabControl1.Controls.Add(this.tabPage3);
  261. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.tabControl1.Location = new System.Drawing.Point(0, 32);
  263. this.tabControl1.Name = "tabControl1";
  264. this.tabControl1.SelectedIndex = 0;
  265. this.tabControl1.Size = new System.Drawing.Size(1121, 131);
  266. this.tabControl1.TabIndex = 0;
  267. //
  268. // tabPage1
  269. //
  270. this.tabPage1.Controls.Add(this.dgvIDInfo);
  271. this.tabPage1.Location = new System.Drawing.Point(4, 28);
  272. this.tabPage1.Name = "tabPage1";
  273. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  274. this.tabPage1.Size = new System.Drawing.Size(1113, 91);
  275. this.tabPage1.TabIndex = 0;
  276. this.tabPage1.Text = "身份信息";
  277. this.tabPage1.UseVisualStyleBackColor = true;
  278. //
  279. // dgvIDInfo
  280. //
  281. this.dgvIDInfo.AllowUserToAddRows = false;
  282. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  283. this.dgvIDInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  284. this.dgvIDInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  285. this.dgvIDInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  286. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  287. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  288. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  290. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  291. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  292. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  293. this.dgvIDInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  294. this.dgvIDInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  295. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  296. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  297. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  299. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  300. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  301. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  302. this.dgvIDInfo.DefaultCellStyle = dataGridViewCellStyle8;
  303. this.dgvIDInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.dgvIDInfo.EnableHeadersVisualStyles = false;
  305. this.dgvIDInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.dgvIDInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  307. this.dgvIDInfo.Location = new System.Drawing.Point(3, 3);
  308. this.dgvIDInfo.Name = "dgvIDInfo";
  309. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  310. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  311. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  313. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  314. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  315. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  316. this.dgvIDInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  317. this.dgvIDInfo.RowHeadersWidth = 51;
  318. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  319. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  321. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  322. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  323. this.dgvIDInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
  324. this.dgvIDInfo.RowTemplate.Height = 23;
  325. this.dgvIDInfo.SelectedIndex = -1;
  326. this.dgvIDInfo.Size = new System.Drawing.Size(1107, 85);
  327. this.dgvIDInfo.TabIndex = 2;
  328. this.dgvIDInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  329. //
  330. // tabPage2
  331. //
  332. this.tabPage2.Controls.Add(this.dgv5301);
  333. this.tabPage2.Location = new System.Drawing.Point(4, 28);
  334. this.tabPage2.Name = "tabPage2";
  335. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  336. this.tabPage2.Size = new System.Drawing.Size(1113, 91);
  337. this.tabPage2.TabIndex = 1;
  338. this.tabPage2.Text = "人员慢特病备案查询";
  339. this.tabPage2.UseVisualStyleBackColor = true;
  340. //
  341. // dgv5301
  342. //
  343. this.dgv5301.AllowUserToAddRows = false;
  344. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  345. this.dgv5301.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  346. this.dgv5301.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  347. this.dgv5301.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  348. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  349. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  350. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  352. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  353. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  354. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  355. this.dgv5301.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  356. this.dgv5301.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  357. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  358. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  359. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  361. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  362. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  363. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  364. this.dgv5301.DefaultCellStyle = dataGridViewCellStyle13;
  365. this.dgv5301.Dock = System.Windows.Forms.DockStyle.Fill;
  366. this.dgv5301.EnableHeadersVisualStyles = false;
  367. this.dgv5301.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.dgv5301.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  369. this.dgv5301.Location = new System.Drawing.Point(3, 3);
  370. this.dgv5301.Name = "dgv5301";
  371. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  372. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  373. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  375. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  376. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  377. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  378. this.dgv5301.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  379. this.dgv5301.RowHeadersWidth = 51;
  380. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  381. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  383. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  384. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  385. this.dgv5301.RowsDefaultCellStyle = dataGridViewCellStyle15;
  386. this.dgv5301.RowTemplate.Height = 23;
  387. this.dgv5301.SelectedIndex = -1;
  388. this.dgv5301.Size = new System.Drawing.Size(1107, 85);
  389. this.dgv5301.TabIndex = 3;
  390. this.dgv5301.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  391. //
  392. // gbBaseInfo
  393. //
  394. this.gbBaseInfo.Controls.Add(this.tbBirthDay);
  395. this.gbBaseInfo.Controls.Add(this.tbAge);
  396. this.gbBaseInfo.Controls.Add(this.lbAge);
  397. this.gbBaseInfo.Controls.Add(this.lb1);
  398. this.gbBaseInfo.Controls.Add(this.tbPsnNO);
  399. this.gbBaseInfo.Controls.Add(this.tbNaty);
  400. this.gbBaseInfo.Controls.Add(this.uiLabel27);
  401. this.gbBaseInfo.Controls.Add(this.uiLabel28);
  402. this.gbBaseInfo.Controls.Add(this.tbCertNO);
  403. this.gbBaseInfo.Controls.Add(this.tbCertType);
  404. this.gbBaseInfo.Controls.Add(this.uiLabel25);
  405. this.gbBaseInfo.Controls.Add(this.uiLabel26);
  406. this.gbBaseInfo.Controls.Add(this.tbGend);
  407. this.gbBaseInfo.Controls.Add(this.tbName);
  408. this.gbBaseInfo.Controls.Add(this.uiLabel20);
  409. this.gbBaseInfo.Controls.Add(this.uiLabel21);
  410. this.gbBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
  411. this.gbBaseInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.gbBaseInfo.Location = new System.Drawing.Point(0, 0);
  413. this.gbBaseInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  414. this.gbBaseInfo.MinimumSize = new System.Drawing.Size(1, 1);
  415. this.gbBaseInfo.Name = "gbBaseInfo";
  416. this.gbBaseInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  417. this.gbBaseInfo.Size = new System.Drawing.Size(1121, 102);
  418. this.gbBaseInfo.TabIndex = 0;
  419. this.gbBaseInfo.Text = "基本信息";
  420. this.gbBaseInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  421. this.gbBaseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  422. //
  423. // tbBirthDay
  424. //
  425. this.tbBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
  426. this.tbBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.tbBirthDay.Location = new System.Drawing.Point(940, 30);
  428. this.tbBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  429. this.tbBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
  430. this.tbBirthDay.Name = "tbBirthDay";
  431. this.tbBirthDay.ShowText = false;
  432. this.tbBirthDay.Size = new System.Drawing.Size(126, 25);
  433. this.tbBirthDay.TabIndex = 75;
  434. this.tbBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  435. this.tbBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  436. //
  437. // tbAge
  438. //
  439. this.tbAge.Cursor = System.Windows.Forms.Cursors.IBeam;
  440. this.tbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.tbAge.Location = new System.Drawing.Point(940, 63);
  442. this.tbAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  443. this.tbAge.MinimumSize = new System.Drawing.Size(1, 16);
  444. this.tbAge.Name = "tbAge";
  445. this.tbAge.ShowText = false;
  446. this.tbAge.Size = new System.Drawing.Size(126, 25);
  447. this.tbAge.TabIndex = 77;
  448. this.tbAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  449. this.tbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  450. //
  451. // lbAge
  452. //
  453. this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.lbAge.Location = new System.Drawing.Point(861, 65);
  455. this.lbAge.Name = "lbAge";
  456. this.lbAge.Size = new System.Drawing.Size(68, 23);
  457. this.lbAge.TabIndex = 78;
  458. this.lbAge.Text = "年龄";
  459. this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  460. this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  461. //
  462. // lb1
  463. //
  464. this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.lb1.Location = new System.Drawing.Point(863, 32);
  466. this.lb1.Name = "lb1";
  467. this.lb1.Size = new System.Drawing.Size(68, 23);
  468. this.lb1.TabIndex = 76;
  469. this.lb1.Text = "出生日期";
  470. this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  471. this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  472. //
  473. // tbPsnNO
  474. //
  475. this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  476. this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.tbPsnNO.Location = new System.Drawing.Point(604, 30);
  478. this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  479. this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  480. this.tbPsnNO.Name = "tbPsnNO";
  481. this.tbPsnNO.ShowText = false;
  482. this.tbPsnNO.Size = new System.Drawing.Size(229, 25);
  483. this.tbPsnNO.TabIndex = 74;
  484. this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  485. this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  486. //
  487. // tbNaty
  488. //
  489. this.tbNaty.Cursor = System.Windows.Forms.Cursors.IBeam;
  490. this.tbNaty.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.tbNaty.Location = new System.Drawing.Point(322, 30);
  492. this.tbNaty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  493. this.tbNaty.MinimumSize = new System.Drawing.Size(1, 16);
  494. this.tbNaty.Name = "tbNaty";
  495. this.tbNaty.ShowText = false;
  496. this.tbNaty.Size = new System.Drawing.Size(163, 25);
  497. this.tbNaty.TabIndex = 73;
  498. this.tbNaty.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  499. this.tbNaty.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  500. //
  501. // uiLabel27
  502. //
  503. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.uiLabel27.Location = new System.Drawing.Point(518, 32);
  505. this.uiLabel27.Name = "uiLabel27";
  506. this.uiLabel27.Size = new System.Drawing.Size(78, 23);
  507. this.uiLabel27.TabIndex = 72;
  508. this.uiLabel27.Text = "人员编号";
  509. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  510. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  511. //
  512. // uiLabel28
  513. //
  514. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.uiLabel28.Location = new System.Drawing.Point(243, 32);
  516. this.uiLabel28.Name = "uiLabel28";
  517. this.uiLabel28.Size = new System.Drawing.Size(73, 23);
  518. this.uiLabel28.TabIndex = 71;
  519. this.uiLabel28.Text = "民族";
  520. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  521. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  522. //
  523. // tbCertNO
  524. //
  525. this.tbCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  526. this.tbCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.tbCertNO.Location = new System.Drawing.Point(604, 63);
  528. this.tbCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  529. this.tbCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  530. this.tbCertNO.Name = "tbCertNO";
  531. this.tbCertNO.ShowText = false;
  532. this.tbCertNO.Size = new System.Drawing.Size(229, 25);
  533. this.tbCertNO.TabIndex = 70;
  534. this.tbCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  535. this.tbCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  536. //
  537. // tbCertType
  538. //
  539. this.tbCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  540. this.tbCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.tbCertType.Location = new System.Drawing.Point(322, 63);
  542. this.tbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  543. this.tbCertType.MinimumSize = new System.Drawing.Size(1, 16);
  544. this.tbCertType.Name = "tbCertType";
  545. this.tbCertType.ShowText = false;
  546. this.tbCertType.Size = new System.Drawing.Size(163, 25);
  547. this.tbCertType.TabIndex = 69;
  548. this.tbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  549. this.tbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  550. //
  551. // uiLabel25
  552. //
  553. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.uiLabel25.Location = new System.Drawing.Point(518, 65);
  555. this.uiLabel25.Name = "uiLabel25";
  556. this.uiLabel25.Size = new System.Drawing.Size(78, 23);
  557. this.uiLabel25.TabIndex = 68;
  558. this.uiLabel25.Text = "证件号码";
  559. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  560. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  561. //
  562. // uiLabel26
  563. //
  564. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.uiLabel26.Location = new System.Drawing.Point(243, 65);
  566. this.uiLabel26.Name = "uiLabel26";
  567. this.uiLabel26.Size = new System.Drawing.Size(73, 23);
  568. this.uiLabel26.TabIndex = 67;
  569. this.uiLabel26.Text = "证件类型";
  570. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  571. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  572. //
  573. // tbGend
  574. //
  575. this.tbGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  576. this.tbGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.tbGend.Location = new System.Drawing.Point(112, 63);
  578. this.tbGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  579. this.tbGend.MinimumSize = new System.Drawing.Size(1, 16);
  580. this.tbGend.Name = "tbGend";
  581. this.tbGend.ShowText = false;
  582. this.tbGend.Size = new System.Drawing.Size(100, 25);
  583. this.tbGend.TabIndex = 66;
  584. this.tbGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  585. this.tbGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  586. //
  587. // tbName
  588. //
  589. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  590. this.tbName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.tbName.Location = new System.Drawing.Point(112, 30);
  592. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  593. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  594. this.tbName.Name = "tbName";
  595. this.tbName.ShowText = false;
  596. this.tbName.Size = new System.Drawing.Size(100, 25);
  597. this.tbName.TabIndex = 65;
  598. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  599. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  600. //
  601. // uiLabel20
  602. //
  603. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. this.uiLabel20.Location = new System.Drawing.Point(50, 65);
  605. this.uiLabel20.Name = "uiLabel20";
  606. this.uiLabel20.Size = new System.Drawing.Size(61, 23);
  607. this.uiLabel20.TabIndex = 64;
  608. this.uiLabel20.Text = "性别";
  609. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  610. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  611. //
  612. // uiLabel21
  613. //
  614. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.uiLabel21.Location = new System.Drawing.Point(50, 32);
  616. this.uiLabel21.Name = "uiLabel21";
  617. this.uiLabel21.Size = new System.Drawing.Size(61, 23);
  618. this.uiLabel21.TabIndex = 63;
  619. this.uiLabel21.Text = "姓名";
  620. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  621. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  622. //
  623. // tabPage3
  624. //
  625. this.tabPage3.Controls.Add(this.dgv2001);
  626. this.tabPage3.Location = new System.Drawing.Point(4, 28);
  627. this.tabPage3.Name = "tabPage3";
  628. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  629. this.tabPage3.Size = new System.Drawing.Size(1113, 99);
  630. this.tabPage3.TabIndex = 2;
  631. this.tabPage3.Text = "人员待遇享受检查";
  632. this.tabPage3.UseVisualStyleBackColor = true;
  633. //
  634. // dgv2001
  635. //
  636. this.dgv2001.AllowUserToAddRows = false;
  637. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  638. this.dgv2001.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  639. this.dgv2001.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  640. this.dgv2001.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  641. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  642. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  643. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  644. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  645. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  646. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  647. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  648. this.dgv2001.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  649. this.dgv2001.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  650. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  651. dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
  652. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  654. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  655. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  656. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  657. this.dgv2001.DefaultCellStyle = dataGridViewCellStyle18;
  658. this.dgv2001.Dock = System.Windows.Forms.DockStyle.Fill;
  659. this.dgv2001.EnableHeadersVisualStyles = false;
  660. this.dgv2001.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.dgv2001.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  662. this.dgv2001.Location = new System.Drawing.Point(3, 3);
  663. this.dgv2001.Name = "dgv2001";
  664. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  665. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  666. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  667. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  668. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  669. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  670. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  671. this.dgv2001.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  672. this.dgv2001.RowHeadersWidth = 51;
  673. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  674. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  676. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  677. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  678. this.dgv2001.RowsDefaultCellStyle = dataGridViewCellStyle20;
  679. this.dgv2001.RowTemplate.Height = 23;
  680. this.dgv2001.SelectedIndex = -1;
  681. this.dgv2001.Size = new System.Drawing.Size(1107, 93);
  682. this.dgv2001.TabIndex = 4;
  683. this.dgv2001.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  684. //
  685. // PatientInsuInfo
  686. //
  687. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
  688. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  689. this.ClientSize = new System.Drawing.Size(1121, 500);
  690. this.Controls.Add(this.pnlClient);
  691. this.Controls.Add(this.pnlBottom);
  692. this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.Name = "PatientInsuInfo";
  694. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  695. this.Text = "患者参保信息";
  696. this.pnlBottom.ResumeLayout(false);
  697. this.pnlClient.ResumeLayout(false);
  698. this.gbInsuInfo.ResumeLayout(false);
  699. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuInfo)).EndInit();
  700. this.gbIDinfo.ResumeLayout(false);
  701. this.tabControl1.ResumeLayout(false);
  702. this.tabPage1.ResumeLayout(false);
  703. ((System.ComponentModel.ISupportInitialize)(this.dgvIDInfo)).EndInit();
  704. this.tabPage2.ResumeLayout(false);
  705. ((System.ComponentModel.ISupportInitialize)(this.dgv5301)).EndInit();
  706. this.gbBaseInfo.ResumeLayout(false);
  707. this.tabPage3.ResumeLayout(false);
  708. ((System.ComponentModel.ISupportInitialize)(this.dgv2001)).EndInit();
  709. this.ResumeLayout(false);
  710. }
  711. #endregion
  712. private Sunny.UI.UIPanel pnlBottom;
  713. private Sunny.UI.UIPanel pnlClient;
  714. private Sunny.UI.UIGroupBox gbInsuInfo;
  715. private Sunny.UI.UIGroupBox gbBaseInfo;
  716. private Sunny.UI.UIButton uiButton1;
  717. private Sunny.UI.UITextBox tbBirthDay;
  718. private Sunny.UI.UITextBox tbAge;
  719. private Sunny.UI.UILabel lbAge;
  720. private Sunny.UI.UILabel lb1;
  721. private Sunny.UI.UITextBox tbPsnNO;
  722. private Sunny.UI.UITextBox tbNaty;
  723. private Sunny.UI.UILabel uiLabel27;
  724. private Sunny.UI.UILabel uiLabel28;
  725. private Sunny.UI.UITextBox tbCertNO;
  726. private Sunny.UI.UITextBox tbCertType;
  727. private Sunny.UI.UILabel uiLabel25;
  728. private Sunny.UI.UILabel uiLabel26;
  729. private Sunny.UI.UITextBox tbGend;
  730. private Sunny.UI.UITextBox tbName;
  731. private Sunny.UI.UILabel uiLabel20;
  732. private Sunny.UI.UILabel uiLabel21;
  733. public Sunny.UI.UIDataGridView dgvInsuInfo;
  734. private Sunny.UI.UIButton uiButton2;
  735. private Sunny.UI.UIButton btnRYDY2001;
  736. private Sunny.UI.UIGroupBox gbIDinfo;
  737. private System.Windows.Forms.TabControl tabControl1;
  738. private System.Windows.Forms.TabPage tabPage1;
  739. private Sunny.UI.UIDataGridView dgvIDInfo;
  740. private System.Windows.Forms.TabPage tabPage2;
  741. private Sunny.UI.UIDataGridView dgv5301;
  742. private System.Windows.Forms.TabPage tabPage3;
  743. private Sunny.UI.UIDataGridView dgv2001;
  744. }
  745. }