PatientInsuInfo.designer.cs 56 KB

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