PatientInsuInfo.designer.cs 36 KB

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