PatientInjuryForm.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class PatientInjuryForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tbBirthDay = new Sunny.UI.UITextBox();
  35. this.tbAge = new Sunny.UI.UITextBox();
  36. this.lbAge = new Sunny.UI.UILabel();
  37. this.lb1 = new Sunny.UI.UILabel();
  38. this.tbPsnNO = new Sunny.UI.UITextBox();
  39. this.tbNaty = new Sunny.UI.UITextBox();
  40. this.uiLabel27 = new Sunny.UI.UILabel();
  41. this.uiLabel28 = new Sunny.UI.UILabel();
  42. this.tbCertNO = new Sunny.UI.UITextBox();
  43. this.tbCertType = new Sunny.UI.UITextBox();
  44. this.uiLabel25 = new Sunny.UI.UILabel();
  45. this.uiLabel26 = new Sunny.UI.UILabel();
  46. this.tbGend = new Sunny.UI.UITextBox();
  47. this.tbName = new Sunny.UI.UITextBox();
  48. this.uiLabel20 = new Sunny.UI.UILabel();
  49. this.uiLabel21 = new Sunny.UI.UILabel();
  50. this.gbInsuInfo = new Sunny.UI.UIGroupBox();
  51. this.dgvWorkInjuryInfo = new Sunny.UI.UIDataGridView();
  52. this.pnlClient = new Sunny.UI.UIPanel();
  53. this.gbBaseInfo = new Sunny.UI.UIGroupBox();
  54. this.btnCancel = new Sunny.UI.UIButton();
  55. this.btnOK = new Sunny.UI.UIButton();
  56. this.pnlBottom = new Sunny.UI.UIPanel();
  57. this.gbInsuInfo.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvWorkInjuryInfo)).BeginInit();
  59. this.pnlClient.SuspendLayout();
  60. this.gbBaseInfo.SuspendLayout();
  61. this.pnlBottom.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // tbBirthDay
  65. //
  66. this.tbBirthDay.Cursor = System.Windows.Forms.Cursors.IBeam;
  67. this.tbBirthDay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.tbBirthDay.Location = new System.Drawing.Point(747, 32);
  69. this.tbBirthDay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  70. this.tbBirthDay.MinimumSize = new System.Drawing.Size(1, 16);
  71. this.tbBirthDay.Name = "tbBirthDay";
  72. this.tbBirthDay.ShowText = false;
  73. this.tbBirthDay.Size = new System.Drawing.Size(126, 25);
  74. this.tbBirthDay.TabIndex = 75;
  75. this.tbBirthDay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  76. this.tbBirthDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  77. //
  78. // tbAge
  79. //
  80. this.tbAge.Cursor = System.Windows.Forms.Cursors.IBeam;
  81. this.tbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.tbAge.Location = new System.Drawing.Point(747, 65);
  83. this.tbAge.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  84. this.tbAge.MinimumSize = new System.Drawing.Size(1, 16);
  85. this.tbAge.Name = "tbAge";
  86. this.tbAge.ShowText = false;
  87. this.tbAge.Size = new System.Drawing.Size(126, 25);
  88. this.tbAge.TabIndex = 77;
  89. this.tbAge.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  90. this.tbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  91. //
  92. // lbAge
  93. //
  94. this.lbAge.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.lbAge.Location = new System.Drawing.Point(672, 67);
  96. this.lbAge.Name = "lbAge";
  97. this.lbAge.Size = new System.Drawing.Size(68, 23);
  98. this.lbAge.TabIndex = 78;
  99. this.lbAge.Text = "年龄";
  100. this.lbAge.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  101. this.lbAge.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  102. //
  103. // lb1
  104. //
  105. this.lb1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.lb1.Location = new System.Drawing.Point(672, 34);
  107. this.lb1.Name = "lb1";
  108. this.lb1.Size = new System.Drawing.Size(68, 23);
  109. this.lb1.TabIndex = 76;
  110. this.lb1.Text = "出生日期";
  111. this.lb1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  112. this.lb1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  113. //
  114. // tbPsnNO
  115. //
  116. this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  117. this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tbPsnNO.Location = new System.Drawing.Point(465, 32);
  119. this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  120. this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  121. this.tbPsnNO.Name = "tbPsnNO";
  122. this.tbPsnNO.ShowText = false;
  123. this.tbPsnNO.Size = new System.Drawing.Size(200, 25);
  124. this.tbPsnNO.TabIndex = 74;
  125. this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  126. this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  127. //
  128. // tbNaty
  129. //
  130. this.tbNaty.Cursor = System.Windows.Forms.Cursors.IBeam;
  131. this.tbNaty.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.tbNaty.Location = new System.Drawing.Point(273, 32);
  133. this.tbNaty.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  134. this.tbNaty.MinimumSize = new System.Drawing.Size(1, 16);
  135. this.tbNaty.Name = "tbNaty";
  136. this.tbNaty.ShowText = false;
  137. this.tbNaty.Size = new System.Drawing.Size(100, 25);
  138. this.tbNaty.TabIndex = 73;
  139. this.tbNaty.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  140. this.tbNaty.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  141. //
  142. // uiLabel27
  143. //
  144. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.uiLabel27.Location = new System.Drawing.Point(380, 34);
  146. this.uiLabel27.Name = "uiLabel27";
  147. this.uiLabel27.Size = new System.Drawing.Size(78, 23);
  148. this.uiLabel27.TabIndex = 72;
  149. this.uiLabel27.Text = "人员编号";
  150. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  151. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  152. //
  153. // uiLabel28
  154. //
  155. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.uiLabel28.Location = new System.Drawing.Point(193, 34);
  157. this.uiLabel28.Name = "uiLabel28";
  158. this.uiLabel28.Size = new System.Drawing.Size(73, 23);
  159. this.uiLabel28.TabIndex = 71;
  160. this.uiLabel28.Text = "民族";
  161. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  162. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  163. //
  164. // tbCertNO
  165. //
  166. this.tbCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  167. this.tbCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.tbCertNO.Location = new System.Drawing.Point(465, 65);
  169. this.tbCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  170. this.tbCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  171. this.tbCertNO.Name = "tbCertNO";
  172. this.tbCertNO.ShowText = false;
  173. this.tbCertNO.Size = new System.Drawing.Size(200, 25);
  174. this.tbCertNO.TabIndex = 70;
  175. this.tbCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  176. this.tbCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  177. //
  178. // tbCertType
  179. //
  180. this.tbCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  181. this.tbCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.tbCertType.Location = new System.Drawing.Point(273, 65);
  183. this.tbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  184. this.tbCertType.MinimumSize = new System.Drawing.Size(1, 16);
  185. this.tbCertType.Name = "tbCertType";
  186. this.tbCertType.ShowText = false;
  187. this.tbCertType.Size = new System.Drawing.Size(100, 25);
  188. this.tbCertType.TabIndex = 69;
  189. this.tbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  190. this.tbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  191. //
  192. // uiLabel25
  193. //
  194. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.uiLabel25.Location = new System.Drawing.Point(380, 67);
  196. this.uiLabel25.Name = "uiLabel25";
  197. this.uiLabel25.Size = new System.Drawing.Size(78, 23);
  198. this.uiLabel25.TabIndex = 68;
  199. this.uiLabel25.Text = "证件号码";
  200. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  201. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  202. //
  203. // uiLabel26
  204. //
  205. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.uiLabel26.Location = new System.Drawing.Point(193, 67);
  207. this.uiLabel26.Name = "uiLabel26";
  208. this.uiLabel26.Size = new System.Drawing.Size(73, 23);
  209. this.uiLabel26.TabIndex = 67;
  210. this.uiLabel26.Text = "证件类型";
  211. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  212. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  213. //
  214. // tbGend
  215. //
  216. this.tbGend.Cursor = System.Windows.Forms.Cursors.IBeam;
  217. this.tbGend.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.tbGend.Location = new System.Drawing.Point(80, 65);
  219. this.tbGend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  220. this.tbGend.MinimumSize = new System.Drawing.Size(1, 16);
  221. this.tbGend.Name = "tbGend";
  222. this.tbGend.ShowText = false;
  223. this.tbGend.Size = new System.Drawing.Size(100, 25);
  224. this.tbGend.TabIndex = 66;
  225. this.tbGend.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  226. this.tbGend.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  227. //
  228. // tbName
  229. //
  230. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  231. this.tbName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.tbName.Location = new System.Drawing.Point(80, 32);
  233. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  234. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  235. this.tbName.Name = "tbName";
  236. this.tbName.ShowText = false;
  237. this.tbName.Size = new System.Drawing.Size(100, 25);
  238. this.tbName.TabIndex = 65;
  239. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  240. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  241. //
  242. // uiLabel20
  243. //
  244. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.uiLabel20.Location = new System.Drawing.Point(12, 67);
  246. this.uiLabel20.Name = "uiLabel20";
  247. this.uiLabel20.Size = new System.Drawing.Size(61, 23);
  248. this.uiLabel20.TabIndex = 64;
  249. this.uiLabel20.Text = "性别";
  250. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  251. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  252. //
  253. // uiLabel21
  254. //
  255. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.uiLabel21.Location = new System.Drawing.Point(12, 34);
  257. this.uiLabel21.Name = "uiLabel21";
  258. this.uiLabel21.Size = new System.Drawing.Size(61, 23);
  259. this.uiLabel21.TabIndex = 63;
  260. this.uiLabel21.Text = "姓名";
  261. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  262. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  263. //
  264. // gbInsuInfo
  265. //
  266. this.gbInsuInfo.Controls.Add(this.dgvWorkInjuryInfo);
  267. this.gbInsuInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.gbInsuInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.gbInsuInfo.Location = new System.Drawing.Point(0, 105);
  270. this.gbInsuInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  271. this.gbInsuInfo.MinimumSize = new System.Drawing.Size(1, 1);
  272. this.gbInsuInfo.Name = "gbInsuInfo";
  273. this.gbInsuInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  274. this.gbInsuInfo.Size = new System.Drawing.Size(1095, 428);
  275. this.gbInsuInfo.TabIndex = 1;
  276. this.gbInsuInfo.Text = "工伤认定信息列表";
  277. this.gbInsuInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  278. this.gbInsuInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  279. //
  280. // dgvWorkInjuryInfo
  281. //
  282. this.dgvWorkInjuryInfo.AllowUserToAddRows = false;
  283. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  284. this.dgvWorkInjuryInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  285. this.dgvWorkInjuryInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  286. this.dgvWorkInjuryInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
  287. this.dgvWorkInjuryInfo.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
  288. this.dgvWorkInjuryInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  289. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  290. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  291. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  293. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  294. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  295. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  296. this.dgvWorkInjuryInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  297. this.dgvWorkInjuryInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  298. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  299. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  300. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  302. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  303. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  304. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  305. this.dgvWorkInjuryInfo.DefaultCellStyle = dataGridViewCellStyle3;
  306. this.dgvWorkInjuryInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.dgvWorkInjuryInfo.EnableHeadersVisualStyles = false;
  308. this.dgvWorkInjuryInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.dgvWorkInjuryInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  310. this.dgvWorkInjuryInfo.Location = new System.Drawing.Point(0, 32);
  311. this.dgvWorkInjuryInfo.Name = "dgvWorkInjuryInfo";
  312. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  313. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  314. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  316. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  317. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  318. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  319. this.dgvWorkInjuryInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  320. this.dgvWorkInjuryInfo.RowHeadersWidth = 62;
  321. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  322. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  324. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  325. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  326. this.dgvWorkInjuryInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  327. this.dgvWorkInjuryInfo.RowTemplate.Height = 23;
  328. this.dgvWorkInjuryInfo.SelectedIndex = -1;
  329. this.dgvWorkInjuryInfo.ShowGridLine = false;
  330. this.dgvWorkInjuryInfo.ShowRect = false;
  331. this.dgvWorkInjuryInfo.Size = new System.Drawing.Size(1095, 396);
  332. this.dgvWorkInjuryInfo.TabIndex = 2;
  333. this.dgvWorkInjuryInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  334. //
  335. // pnlClient
  336. //
  337. this.pnlClient.Controls.Add(this.gbInsuInfo);
  338. this.pnlClient.Controls.Add(this.gbBaseInfo);
  339. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  342. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  343. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  344. this.pnlClient.Name = "pnlClient";
  345. this.pnlClient.Size = new System.Drawing.Size(1095, 533);
  346. this.pnlClient.TabIndex = 3;
  347. this.pnlClient.Text = null;
  348. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  349. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  350. //
  351. // gbBaseInfo
  352. //
  353. this.gbBaseInfo.Controls.Add(this.tbBirthDay);
  354. this.gbBaseInfo.Controls.Add(this.tbAge);
  355. this.gbBaseInfo.Controls.Add(this.lbAge);
  356. this.gbBaseInfo.Controls.Add(this.lb1);
  357. this.gbBaseInfo.Controls.Add(this.tbPsnNO);
  358. this.gbBaseInfo.Controls.Add(this.tbNaty);
  359. this.gbBaseInfo.Controls.Add(this.uiLabel27);
  360. this.gbBaseInfo.Controls.Add(this.uiLabel28);
  361. this.gbBaseInfo.Controls.Add(this.tbCertNO);
  362. this.gbBaseInfo.Controls.Add(this.tbCertType);
  363. this.gbBaseInfo.Controls.Add(this.uiLabel25);
  364. this.gbBaseInfo.Controls.Add(this.uiLabel26);
  365. this.gbBaseInfo.Controls.Add(this.tbGend);
  366. this.gbBaseInfo.Controls.Add(this.tbName);
  367. this.gbBaseInfo.Controls.Add(this.uiLabel20);
  368. this.gbBaseInfo.Controls.Add(this.uiLabel21);
  369. this.gbBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
  370. this.gbBaseInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.gbBaseInfo.Location = new System.Drawing.Point(0, 0);
  372. this.gbBaseInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  373. this.gbBaseInfo.MinimumSize = new System.Drawing.Size(1, 1);
  374. this.gbBaseInfo.Name = "gbBaseInfo";
  375. this.gbBaseInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  376. this.gbBaseInfo.Size = new System.Drawing.Size(1095, 105);
  377. this.gbBaseInfo.TabIndex = 0;
  378. this.gbBaseInfo.Text = "基本信息";
  379. this.gbBaseInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  380. this.gbBaseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  381. //
  382. // btnCancel
  383. //
  384. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  385. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.btnCancel.Location = new System.Drawing.Point(980, 6);
  387. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  388. this.btnCancel.Name = "btnCancel";
  389. this.btnCancel.Size = new System.Drawing.Size(90, 26);
  390. this.btnCancel.TabIndex = 2;
  391. this.btnCancel.Text = "放弃";
  392. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  394. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  395. //
  396. // btnOK
  397. //
  398. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  399. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.btnOK.Location = new System.Drawing.Point(861, 6);
  401. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  402. this.btnOK.Name = "btnOK";
  403. this.btnOK.Size = new System.Drawing.Size(90, 26);
  404. this.btnOK.TabIndex = 1;
  405. this.btnOK.Text = "确定";
  406. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  408. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  409. //
  410. // pnlBottom
  411. //
  412. this.pnlBottom.Controls.Add(this.btnCancel);
  413. this.pnlBottom.Controls.Add(this.btnOK);
  414. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  415. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.pnlBottom.Location = new System.Drawing.Point(0, 533);
  417. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  418. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  419. this.pnlBottom.Name = "pnlBottom";
  420. this.pnlBottom.Size = new System.Drawing.Size(1095, 40);
  421. this.pnlBottom.TabIndex = 2;
  422. this.pnlBottom.Text = null;
  423. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  424. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  425. //
  426. // PatientInjuryForm
  427. //
  428. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  429. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  430. this.ClientSize = new System.Drawing.Size(1095, 573);
  431. this.Controls.Add(this.pnlClient);
  432. this.Controls.Add(this.pnlBottom);
  433. this.Name = "PatientInjuryForm";
  434. this.Text = "工伤信息";
  435. this.gbInsuInfo.ResumeLayout(false);
  436. ((System.ComponentModel.ISupportInitialize)(this.dgvWorkInjuryInfo)).EndInit();
  437. this.pnlClient.ResumeLayout(false);
  438. this.gbBaseInfo.ResumeLayout(false);
  439. this.pnlBottom.ResumeLayout(false);
  440. this.ResumeLayout(false);
  441. }
  442. #endregion
  443. private Sunny.UI.UITextBox tbBirthDay;
  444. private Sunny.UI.UITextBox tbAge;
  445. private Sunny.UI.UILabel lbAge;
  446. private Sunny.UI.UILabel lb1;
  447. private Sunny.UI.UITextBox tbPsnNO;
  448. private Sunny.UI.UITextBox tbNaty;
  449. private Sunny.UI.UILabel uiLabel27;
  450. private Sunny.UI.UILabel uiLabel28;
  451. private Sunny.UI.UITextBox tbCertNO;
  452. private Sunny.UI.UITextBox tbCertType;
  453. private Sunny.UI.UILabel uiLabel25;
  454. private Sunny.UI.UILabel uiLabel26;
  455. private Sunny.UI.UITextBox tbGend;
  456. private Sunny.UI.UITextBox tbName;
  457. private Sunny.UI.UILabel uiLabel20;
  458. private Sunny.UI.UILabel uiLabel21;
  459. private Sunny.UI.UIGroupBox gbInsuInfo;
  460. public Sunny.UI.UIDataGridView dgvWorkInjuryInfo;
  461. private Sunny.UI.UIPanel pnlClient;
  462. private Sunny.UI.UIGroupBox gbBaseInfo;
  463. private Sunny.UI.UIButton btnCancel;
  464. private Sunny.UI.UIButton btnOK;
  465. private Sunny.UI.UIPanel pnlBottom;
  466. }
  467. }