PatientInsuInfo.designer.cs 46 KB

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