ChooseCardNew.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class ChooseCardNew
  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. this.uiPanel1 = new Sunny.UI.UIPanel();
  34. this.uiLabel1 = new Sunny.UI.UILabel();
  35. this.uiPanel2 = new Sunny.UI.UIPanel();
  36. this.rbSocialCard = new Sunny.UI.UIRadioButton();
  37. this.rbIDCard = new Sunny.UI.UIRadioButton();
  38. this.rbECToken = new Sunny.UI.UIRadioButton();
  39. this.rbFace = new Sunny.UI.UIRadioButton();
  40. this.uiPanel7 = new Sunny.UI.UIPanel();
  41. this.cbxNoCardTag = new System.Windows.Forms.CheckBox();
  42. this.lblCertNo = new System.Windows.Forms.Label();
  43. this.txtCertNo = new System.Windows.Forms.TextBox();
  44. this.lblCertType = new System.Windows.Forms.Label();
  45. this.cbCertType = new Sunny.UI.UIComboBox();
  46. this.cbBetaFlag = new System.Windows.Forms.CheckBox();
  47. this.uiPanel4 = new Sunny.UI.UIPanel();
  48. this.dgvPatientInfo = new Sunny.UI.UIDataGridView();
  49. this.uiPanel5 = new Sunny.UI.UIPanel();
  50. this.uiLabel2 = new Sunny.UI.UILabel();
  51. this.cbBusinessType = new Sunny.UI.UIComboBox();
  52. this.rbMedicalInsurance = new Sunny.UI.UIRadioButton();
  53. this.rbWorkInjury = new Sunny.UI.UIRadioButton();
  54. this.uiPanel6 = new Sunny.UI.UIPanel();
  55. this.btnReadCard = new Sunny.UI.UIButton();
  56. this.btnPasswordModify = new Sunny.UI.UIButton();
  57. this.btnCancel = new Sunny.UI.UIButton();
  58. this.btnConfirm = new Sunny.UI.UIButton();
  59. this.uiPanel1.SuspendLayout();
  60. this.uiPanel2.SuspendLayout();
  61. this.uiPanel7.SuspendLayout();
  62. this.uiPanel4.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvPatientInfo)).BeginInit();
  64. this.uiPanel5.SuspendLayout();
  65. this.uiPanel6.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // uiPanel1
  69. //
  70. this.uiPanel1.Controls.Add(this.uiLabel1);
  71. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  74. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  75. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  76. this.uiPanel1.Name = "uiPanel1";
  77. this.uiPanel1.Size = new System.Drawing.Size(1240, 55);
  78. this.uiPanel1.TabIndex = 0;
  79. this.uiPanel1.Text = null;
  80. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  81. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  82. //
  83. // uiLabel1
  84. //
  85. this.uiLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.uiLabel1.Location = new System.Drawing.Point(0, 0);
  88. this.uiLabel1.Name = "uiLabel1";
  89. this.uiLabel1.Size = new System.Drawing.Size(1240, 55);
  90. this.uiLabel1.TabIndex = 0;
  91. this.uiLabel1.Text = "医保读卡";
  92. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  93. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  94. //
  95. // uiPanel2
  96. //
  97. this.uiPanel2.Controls.Add(this.rbSocialCard);
  98. this.uiPanel2.Controls.Add(this.rbIDCard);
  99. this.uiPanel2.Controls.Add(this.rbECToken);
  100. this.uiPanel2.Controls.Add(this.rbFace);
  101. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  102. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.uiPanel2.Location = new System.Drawing.Point(0, 55);
  104. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  106. this.uiPanel2.Name = "uiPanel2";
  107. this.uiPanel2.Size = new System.Drawing.Size(1240, 50);
  108. this.uiPanel2.TabIndex = 1;
  109. this.uiPanel2.Text = null;
  110. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  111. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  112. //
  113. // rbSocialCard
  114. //
  115. this.rbSocialCard.Checked = true;
  116. this.rbSocialCard.Cursor = System.Windows.Forms.Cursors.Hand;
  117. this.rbSocialCard.Font = new System.Drawing.Font("微软雅黑", 13F);
  118. this.rbSocialCard.Location = new System.Drawing.Point(55, 10);
  119. this.rbSocialCard.MinimumSize = new System.Drawing.Size(1, 1);
  120. this.rbSocialCard.Name = "rbSocialCard";
  121. this.rbSocialCard.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  122. this.rbSocialCard.Size = new System.Drawing.Size(171, 32);
  123. this.rbSocialCard.TabIndex = 0;
  124. this.rbSocialCard.Text = "社会保障卡";
  125. this.rbSocialCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  126. //
  127. // rbIDCard
  128. //
  129. this.rbIDCard.Cursor = System.Windows.Forms.Cursors.Hand;
  130. this.rbIDCard.Font = new System.Drawing.Font("微软雅黑", 13F);
  131. this.rbIDCard.Location = new System.Drawing.Point(288, 10);
  132. this.rbIDCard.MinimumSize = new System.Drawing.Size(1, 1);
  133. this.rbIDCard.Name = "rbIDCard";
  134. this.rbIDCard.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  135. this.rbIDCard.Size = new System.Drawing.Size(171, 32);
  136. this.rbIDCard.TabIndex = 1;
  137. this.rbIDCard.Text = "居民身份证";
  138. this.rbIDCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  139. //
  140. // rbECToken
  141. //
  142. this.rbECToken.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.rbECToken.Font = new System.Drawing.Font("微软雅黑", 13F);
  144. this.rbECToken.Location = new System.Drawing.Point(529, 10);
  145. this.rbECToken.MinimumSize = new System.Drawing.Size(1, 1);
  146. this.rbECToken.Name = "rbECToken";
  147. this.rbECToken.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  148. this.rbECToken.Size = new System.Drawing.Size(171, 32);
  149. this.rbECToken.TabIndex = 2;
  150. this.rbECToken.Text = "医保电子凭证";
  151. this.rbECToken.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  152. //
  153. // rbFace
  154. //
  155. this.rbFace.Cursor = System.Windows.Forms.Cursors.Hand;
  156. this.rbFace.Font = new System.Drawing.Font("微软雅黑", 13F);
  157. this.rbFace.Location = new System.Drawing.Point(794, 10);
  158. this.rbFace.MinimumSize = new System.Drawing.Size(1, 1);
  159. this.rbFace.Name = "rbFace";
  160. this.rbFace.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  161. this.rbFace.Size = new System.Drawing.Size(171, 32);
  162. this.rbFace.TabIndex = 3;
  163. this.rbFace.Text = "终端扫脸";
  164. this.rbFace.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  165. this.rbFace.CheckedChanged += new System.EventHandler(this.rbFace_CheckedChanged);
  166. //
  167. // uiPanel7
  168. //
  169. this.uiPanel7.Controls.Add(this.cbxNoCardTag);
  170. this.uiPanel7.Controls.Add(this.lblCertNo);
  171. this.uiPanel7.Controls.Add(this.txtCertNo);
  172. this.uiPanel7.Controls.Add(this.lblCertType);
  173. this.uiPanel7.Controls.Add(this.cbCertType);
  174. this.uiPanel7.Dock = System.Windows.Forms.DockStyle.Top;
  175. this.uiPanel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.uiPanel7.Location = new System.Drawing.Point(0, 105);
  177. this.uiPanel7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  178. this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1);
  179. this.uiPanel7.Name = "uiPanel7";
  180. this.uiPanel7.Size = new System.Drawing.Size(1240, 50);
  181. this.uiPanel7.TabIndex = 6;
  182. this.uiPanel7.Text = null;
  183. this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  184. this.uiPanel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  185. //
  186. // cbxNoCardTag
  187. //
  188. this.cbxNoCardTag.AutoSize = true;
  189. this.cbxNoCardTag.Cursor = System.Windows.Forms.Cursors.Hand;
  190. this.cbxNoCardTag.Font = new System.Drawing.Font("微软雅黑", 12F);
  191. this.cbxNoCardTag.Location = new System.Drawing.Point(10, 10);
  192. this.cbxNoCardTag.Name = "cbxNoCardTag";
  193. this.cbxNoCardTag.Size = new System.Drawing.Size(93, 25);
  194. this.cbxNoCardTag.TabIndex = 0;
  195. this.cbxNoCardTag.Text = "无卡结算";
  196. this.cbxNoCardTag.UseVisualStyleBackColor = true;
  197. this.cbxNoCardTag.CheckedChanged += new System.EventHandler(this.cbxNoCardTag_CheckedChanged);
  198. //
  199. // lblCertNo
  200. //
  201. this.lblCertNo.AutoSize = true;
  202. this.lblCertNo.Font = new System.Drawing.Font("微软雅黑", 12F);
  203. this.lblCertNo.Location = new System.Drawing.Point(120, 12);
  204. this.lblCertNo.Name = "lblCertNo";
  205. this.lblCertNo.Size = new System.Drawing.Size(74, 21);
  206. this.lblCertNo.TabIndex = 2;
  207. this.lblCertNo.Text = "证件号:";
  208. //
  209. // txtCertNo
  210. //
  211. this.txtCertNo.Font = new System.Drawing.Font("微软雅黑", 12F);
  212. this.txtCertNo.Location = new System.Drawing.Point(200, 10);
  213. this.txtCertNo.Name = "txtCertNo";
  214. this.txtCertNo.Size = new System.Drawing.Size(308, 29);
  215. this.txtCertNo.TabIndex = 3;
  216. //
  217. // lblCertType
  218. //
  219. this.lblCertType.AutoSize = true;
  220. this.lblCertType.Font = new System.Drawing.Font("微软雅黑", 12F);
  221. this.lblCertType.Location = new System.Drawing.Point(530, 13);
  222. this.lblCertType.Name = "lblCertType";
  223. this.lblCertType.Size = new System.Drawing.Size(90, 21);
  224. this.lblCertType.TabIndex = 4;
  225. this.lblCertType.Text = "证件类型:";
  226. //
  227. // cbCertType
  228. //
  229. this.cbCertType.DataSource = null;
  230. this.cbCertType.FillColor = System.Drawing.Color.White;
  231. this.cbCertType.FilterMaxCount = 50;
  232. this.cbCertType.Font = new System.Drawing.Font("微软雅黑", 12F);
  233. this.cbCertType.Location = new System.Drawing.Point(635, 9);
  234. this.cbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  235. this.cbCertType.MinimumSize = new System.Drawing.Size(50, 0);
  236. this.cbCertType.Name = "cbCertType";
  237. this.cbCertType.Padding = new System.Windows.Forms.Padding(0, 0, 40, 3);
  238. this.cbCertType.Size = new System.Drawing.Size(330, 33);
  239. this.cbCertType.TabIndex = 5;
  240. this.cbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  241. this.cbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  242. //
  243. // cbBetaFlag
  244. //
  245. this.cbBetaFlag.AutoSize = true;
  246. this.cbBetaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  247. this.cbBetaFlag.Font = new System.Drawing.Font("微软雅黑", 12F);
  248. this.cbBetaFlag.Location = new System.Drawing.Point(957, 15);
  249. this.cbBetaFlag.Name = "cbBetaFlag";
  250. this.cbBetaFlag.Size = new System.Drawing.Size(93, 25);
  251. this.cbBetaFlag.TabIndex = 8;
  252. this.cbBetaFlag.Text = "测试环境";
  253. this.cbBetaFlag.UseVisualStyleBackColor = true;
  254. //
  255. // uiPanel4
  256. //
  257. this.uiPanel4.Controls.Add(this.dgvPatientInfo);
  258. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  259. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.uiPanel4.Location = new System.Drawing.Point(0, 155);
  261. this.uiPanel4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  262. this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
  263. this.uiPanel4.Name = "uiPanel4";
  264. this.uiPanel4.Size = new System.Drawing.Size(1240, 349);
  265. this.uiPanel4.TabIndex = 7;
  266. this.uiPanel4.Text = "患者信息";
  267. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  268. this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  269. //
  270. // dgvPatientInfo
  271. //
  272. this.dgvPatientInfo.AllowUserToAddRows = false;
  273. this.dgvPatientInfo.AllowUserToDeleteRows = false;
  274. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  275. this.dgvPatientInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  276. this.dgvPatientInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  277. this.dgvPatientInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  278. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  279. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  280. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  282. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  283. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  284. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  285. this.dgvPatientInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  286. this.dgvPatientInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  287. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  288. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  289. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  291. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  292. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  293. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  294. this.dgvPatientInfo.DefaultCellStyle = dataGridViewCellStyle3;
  295. this.dgvPatientInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.dgvPatientInfo.EnableHeadersVisualStyles = false;
  297. this.dgvPatientInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.dgvPatientInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  299. this.dgvPatientInfo.Location = new System.Drawing.Point(0, 0);
  300. this.dgvPatientInfo.MultiSelect = false;
  301. this.dgvPatientInfo.Name = "dgvPatientInfo";
  302. this.dgvPatientInfo.ReadOnly = true;
  303. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  304. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  305. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  307. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  308. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  309. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  310. this.dgvPatientInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  311. this.dgvPatientInfo.RowHeadersVisible = false;
  312. this.dgvPatientInfo.RowHeight = 0;
  313. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  314. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  316. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  317. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  318. this.dgvPatientInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  319. this.dgvPatientInfo.RowTemplate.Height = 30;
  320. this.dgvPatientInfo.SelectedIndex = -1;
  321. this.dgvPatientInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  322. this.dgvPatientInfo.ShowGridLine = false;
  323. this.dgvPatientInfo.ShowRect = false;
  324. this.dgvPatientInfo.Size = new System.Drawing.Size(1240, 349);
  325. this.dgvPatientInfo.TabIndex = 0;
  326. this.dgvPatientInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  327. this.dgvPatientInfo.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPatientInfo_CellContentClick);
  328. this.dgvPatientInfo.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dgvPatientInfo_ColumnAdded);
  329. this.dgvPatientInfo.SelectionChanged += new System.EventHandler(this.dgvPatientInfo_SelectionChanged);
  330. //
  331. // uiPanel5
  332. //
  333. this.uiPanel5.Controls.Add(this.cbBetaFlag);
  334. this.uiPanel5.Controls.Add(this.uiLabel2);
  335. this.uiPanel5.Controls.Add(this.cbBusinessType);
  336. this.uiPanel5.Controls.Add(this.rbMedicalInsurance);
  337. this.uiPanel5.Controls.Add(this.rbWorkInjury);
  338. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  339. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.uiPanel5.Location = new System.Drawing.Point(0, 504);
  341. this.uiPanel5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  342. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  343. this.uiPanel5.Name = "uiPanel5";
  344. this.uiPanel5.Size = new System.Drawing.Size(1240, 70);
  345. this.uiPanel5.TabIndex = 8;
  346. this.uiPanel5.Text = null;
  347. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  348. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  349. this.uiPanel5.Click += new System.EventHandler(this.uiPanel5_Click);
  350. //
  351. // uiLabel2
  352. //
  353. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 13F);
  354. this.uiLabel2.Location = new System.Drawing.Point(30, 15);
  355. this.uiLabel2.Name = "uiLabel2";
  356. this.uiLabel2.Size = new System.Drawing.Size(100, 30);
  357. this.uiLabel2.TabIndex = 0;
  358. this.uiLabel2.Text = "业务类型:";
  359. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  360. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  361. //
  362. // cbBusinessType
  363. //
  364. this.cbBusinessType.DataSource = null;
  365. this.cbBusinessType.FillColor = System.Drawing.Color.White;
  366. this.cbBusinessType.FilterMaxCount = 50;
  367. this.cbBusinessType.Font = new System.Drawing.Font("微软雅黑", 13F);
  368. this.cbBusinessType.Location = new System.Drawing.Point(130, 14);
  369. this.cbBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  370. this.cbBusinessType.MinimumSize = new System.Drawing.Size(50, 0);
  371. this.cbBusinessType.Name = "cbBusinessType";
  372. this.cbBusinessType.Padding = new System.Windows.Forms.Padding(0, 0, 40, 3);
  373. this.cbBusinessType.Size = new System.Drawing.Size(200, 33);
  374. this.cbBusinessType.TabIndex = 1;
  375. this.cbBusinessType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  376. this.cbBusinessType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  377. //
  378. // rbMedicalInsurance
  379. //
  380. this.rbMedicalInsurance.Checked = true;
  381. this.rbMedicalInsurance.Cursor = System.Windows.Forms.Cursors.Hand;
  382. this.rbMedicalInsurance.Font = new System.Drawing.Font("微软雅黑", 13F);
  383. this.rbMedicalInsurance.Location = new System.Drawing.Point(730, 13);
  384. this.rbMedicalInsurance.MinimumSize = new System.Drawing.Size(1, 1);
  385. this.rbMedicalInsurance.Name = "rbMedicalInsurance";
  386. this.rbMedicalInsurance.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  387. this.rbMedicalInsurance.Size = new System.Drawing.Size(80, 32);
  388. this.rbMedicalInsurance.TabIndex = 2;
  389. this.rbMedicalInsurance.Text = "医保";
  390. this.rbMedicalInsurance.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  391. //
  392. // rbWorkInjury
  393. //
  394. this.rbWorkInjury.Cursor = System.Windows.Forms.Cursors.Hand;
  395. this.rbWorkInjury.Font = new System.Drawing.Font("微软雅黑", 13F);
  396. this.rbWorkInjury.Location = new System.Drawing.Point(844, 13);
  397. this.rbWorkInjury.MinimumSize = new System.Drawing.Size(1, 1);
  398. this.rbWorkInjury.Name = "rbWorkInjury";
  399. this.rbWorkInjury.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  400. this.rbWorkInjury.Size = new System.Drawing.Size(80, 32);
  401. this.rbWorkInjury.TabIndex = 3;
  402. this.rbWorkInjury.Text = "工伤";
  403. this.rbWorkInjury.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  404. //
  405. // uiPanel6
  406. //
  407. this.uiPanel6.Controls.Add(this.btnReadCard);
  408. this.uiPanel6.Controls.Add(this.btnPasswordModify);
  409. this.uiPanel6.Controls.Add(this.btnCancel);
  410. this.uiPanel6.Controls.Add(this.btnConfirm);
  411. this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Bottom;
  412. this.uiPanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.uiPanel6.Location = new System.Drawing.Point(0, 574);
  414. this.uiPanel6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  415. this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);
  416. this.uiPanel6.Name = "uiPanel6";
  417. this.uiPanel6.Size = new System.Drawing.Size(1240, 80);
  418. this.uiPanel6.TabIndex = 9;
  419. this.uiPanel6.Text = null;
  420. this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  421. this.uiPanel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  422. //
  423. // btnReadCard
  424. //
  425. this.btnReadCard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
  426. this.btnReadCard.Cursor = System.Windows.Forms.Cursors.Hand;
  427. this.btnReadCard.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.btnReadCard.Location = new System.Drawing.Point(593, 17);
  429. this.btnReadCard.MinimumSize = new System.Drawing.Size(1, 1);
  430. this.btnReadCard.Name = "btnReadCard";
  431. this.btnReadCard.Size = new System.Drawing.Size(130, 45);
  432. this.btnReadCard.TabIndex = 4;
  433. this.btnReadCard.Text = "读 卡";
  434. this.btnReadCard.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.btnReadCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  436. this.btnReadCard.Click += new System.EventHandler(this.btnReadCard_Click);
  437. //
  438. // btnPasswordModify
  439. //
  440. this.btnPasswordModify.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  441. this.btnPasswordModify.Cursor = System.Windows.Forms.Cursors.Hand;
  442. this.btnPasswordModify.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.btnPasswordModify.Location = new System.Drawing.Point(745, 17);
  444. this.btnPasswordModify.MinimumSize = new System.Drawing.Size(1, 1);
  445. this.btnPasswordModify.Name = "btnPasswordModify";
  446. this.btnPasswordModify.Size = new System.Drawing.Size(130, 45);
  447. this.btnPasswordModify.TabIndex = 5;
  448. this.btnPasswordModify.Text = "修改密码";
  449. this.btnPasswordModify.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.btnPasswordModify.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  451. //
  452. // btnCancel
  453. //
  454. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  455. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  456. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 14F);
  457. this.btnCancel.Location = new System.Drawing.Point(1049, 17);
  458. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  459. this.btnCancel.Name = "btnCancel";
  460. this.btnCancel.Size = new System.Drawing.Size(130, 45);
  461. this.btnCancel.TabIndex = 3;
  462. this.btnCancel.Text = "取消";
  463. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  465. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  466. //
  467. // btnConfirm
  468. //
  469. this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
  470. this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
  471. this.btnConfirm.Font = new System.Drawing.Font("微软雅黑", 14F);
  472. this.btnConfirm.Location = new System.Drawing.Point(897, 17);
  473. this.btnConfirm.MinimumSize = new System.Drawing.Size(1, 1);
  474. this.btnConfirm.Name = "btnConfirm";
  475. this.btnConfirm.Size = new System.Drawing.Size(130, 45);
  476. this.btnConfirm.TabIndex = 2;
  477. this.btnConfirm.Text = "确定";
  478. this.btnConfirm.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.btnConfirm.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  480. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  481. //
  482. // ChooseCardNew
  483. //
  484. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  485. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  486. this.ClientSize = new System.Drawing.Size(1240, 654);
  487. this.Controls.Add(this.uiPanel4);
  488. this.Controls.Add(this.uiPanel7);
  489. this.Controls.Add(this.uiPanel5);
  490. this.Controls.Add(this.uiPanel6);
  491. this.Controls.Add(this.uiPanel2);
  492. this.Controls.Add(this.uiPanel1);
  493. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  494. this.Margin = new System.Windows.Forms.Padding(2);
  495. this.MaximizeBox = false;
  496. this.MinimizeBox = false;
  497. this.Name = "ChooseCardNew";
  498. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  499. this.Text = "医保读卡";
  500. this.Load += new System.EventHandler(this.ChooseCardNew_Load);
  501. this.uiPanel1.ResumeLayout(false);
  502. this.uiPanel2.ResumeLayout(false);
  503. this.uiPanel7.ResumeLayout(false);
  504. this.uiPanel7.PerformLayout();
  505. this.uiPanel4.ResumeLayout(false);
  506. ((System.ComponentModel.ISupportInitialize)(this.dgvPatientInfo)).EndInit();
  507. this.uiPanel5.ResumeLayout(false);
  508. this.uiPanel5.PerformLayout();
  509. this.uiPanel6.ResumeLayout(false);
  510. this.ResumeLayout(false);
  511. }
  512. #endregion
  513. private Sunny.UI.UIPanel uiPanel1;
  514. private Sunny.UI.UILabel uiLabel1;
  515. private Sunny.UI.UIPanel uiPanel2;
  516. private Sunny.UI.UIRadioButton rbSocialCard;
  517. private Sunny.UI.UIRadioButton rbIDCard;
  518. private Sunny.UI.UIRadioButton rbECToken;
  519. private Sunny.UI.UIRadioButton rbFace;
  520. private Sunny.UI.UIPanel uiPanel7;
  521. private System.Windows.Forms.CheckBox cbxNoCardTag;
  522. private System.Windows.Forms.Label lblCertNo;
  523. private System.Windows.Forms.TextBox txtCertNo;
  524. private System.Windows.Forms.Label lblCertType;
  525. private Sunny.UI.UIComboBox cbCertType;
  526. private Sunny.UI.UIPanel uiPanel4;
  527. private Sunny.UI.UIDataGridView dgvPatientInfo;
  528. private Sunny.UI.UIPanel uiPanel5;
  529. private Sunny.UI.UILabel uiLabel2;
  530. private Sunny.UI.UIComboBox cbBusinessType;
  531. private Sunny.UI.UIRadioButton rbMedicalInsurance;
  532. private Sunny.UI.UIRadioButton rbWorkInjury;
  533. private Sunny.UI.UIPanel uiPanel6;
  534. private Sunny.UI.UIButton btnConfirm;
  535. private Sunny.UI.UIButton btnCancel;
  536. private System.Windows.Forms.CheckBox cbBetaFlag;
  537. private Sunny.UI.UIButton btnReadCard;
  538. private Sunny.UI.UIButton btnPasswordModify;
  539. }
  540. }