ChooseCard.designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. namespace BJShouXinYB_Demo
  2. {
  3. partial class ChooseCard
  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. this.uiPanel1 = new Sunny.UI.UIPanel();
  29. this.btn_Search = new Sunny.UI.UIButton();
  30. this.btCancle = new Sunny.UI.UIButton();
  31. this.btOk = new Sunny.UI.UIButton();
  32. this.uiPanel2 = new Sunny.UI.UIPanel();
  33. this.uiRichTextBox1 = new Sunny.UI.UIRichTextBox();
  34. this.chk_ZHZF = new Sunny.UI.UICheckBox();
  35. this.chk_WSBZ = new Sunny.UI.UICheckBox();
  36. this.chk_SJDSFBZ = new Sunny.UI.UICheckBox();
  37. this.cbb_JZRQLX = new Sunny.UI.UIComboBox();
  38. this.uiLabel10 = new Sunny.UI.UILabel();
  39. this.cbb_YMYWLX = new Sunny.UI.UIComboBox();
  40. this.uiLabel3 = new Sunny.UI.UILabel();
  41. this.edt_QrCode = new Sunny.UI.UITextBox();
  42. this.uiLabel9 = new Sunny.UI.UILabel();
  43. this.rbgMdtrtCertType = new Sunny.UI.UIRadioButtonGroup();
  44. this.rbgOtherProv = new Sunny.UI.UIRadioButtonGroup();
  45. this.uiPanel1.SuspendLayout();
  46. this.uiPanel2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // uiPanel1
  50. //
  51. this.uiPanel1.Controls.Add(this.btn_Search);
  52. this.uiPanel1.Controls.Add(this.btCancle);
  53. this.uiPanel1.Controls.Add(this.btOk);
  54. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  55. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  56. this.uiPanel1.Location = new System.Drawing.Point(0, 473);
  57. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  58. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  59. this.uiPanel1.Name = "uiPanel1";
  60. this.uiPanel1.Size = new System.Drawing.Size(523, 61);
  61. this.uiPanel1.TabIndex = 1;
  62. this.uiPanel1.Text = null;
  63. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  64. //
  65. // btn_Search
  66. //
  67. this.btn_Search.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  68. this.btn_Search.Cursor = System.Windows.Forms.Cursors.Hand;
  69. this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 12F);
  70. this.btn_Search.Location = new System.Drawing.Point(291, 11);
  71. this.btn_Search.MinimumSize = new System.Drawing.Size(1, 1);
  72. this.btn_Search.Name = "btn_Search";
  73. this.btn_Search.Size = new System.Drawing.Size(109, 41);
  74. this.btn_Search.TabIndex = 2;
  75. this.btn_Search.Text = "查询";
  76. this.btn_Search.TipsFont = new System.Drawing.Font("微软雅黑", 9F);
  77. this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
  78. //
  79. // btCancle
  80. //
  81. this.btCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  82. this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  83. this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F);
  84. this.btCancle.Location = new System.Drawing.Point(407, 11);
  85. this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
  86. this.btCancle.Name = "btCancle";
  87. this.btCancle.Size = new System.Drawing.Size(109, 41);
  88. this.btCancle.TabIndex = 1;
  89. this.btCancle.Text = "放弃";
  90. this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F);
  91. this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
  92. //
  93. // btOk
  94. //
  95. this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  96. this.btOk.Cursor = System.Windows.Forms.Cursors.Hand;
  97. this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F);
  98. this.btOk.Location = new System.Drawing.Point(175, 11);
  99. this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
  100. this.btOk.Name = "btOk";
  101. this.btOk.Size = new System.Drawing.Size(109, 41);
  102. this.btOk.TabIndex = 0;
  103. this.btOk.Text = "读卡";
  104. this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F);
  105. this.btOk.Click += new System.EventHandler(this.btOk_Click);
  106. //
  107. // uiPanel2
  108. //
  109. this.uiPanel2.Controls.Add(this.uiRichTextBox1);
  110. this.uiPanel2.Controls.Add(this.chk_ZHZF);
  111. this.uiPanel2.Controls.Add(this.chk_WSBZ);
  112. this.uiPanel2.Controls.Add(this.chk_SJDSFBZ);
  113. this.uiPanel2.Controls.Add(this.cbb_JZRQLX);
  114. this.uiPanel2.Controls.Add(this.uiLabel10);
  115. this.uiPanel2.Controls.Add(this.cbb_YMYWLX);
  116. this.uiPanel2.Controls.Add(this.uiLabel3);
  117. this.uiPanel2.Controls.Add(this.edt_QrCode);
  118. this.uiPanel2.Controls.Add(this.uiLabel9);
  119. this.uiPanel2.Controls.Add(this.rbgMdtrtCertType);
  120. this.uiPanel2.Controls.Add(this.rbgOtherProv);
  121. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  123. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  124. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  125. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  126. this.uiPanel2.Name = "uiPanel2";
  127. this.uiPanel2.Size = new System.Drawing.Size(523, 473);
  128. this.uiPanel2.TabIndex = 2;
  129. this.uiPanel2.Text = null;
  130. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  131. //
  132. // uiRichTextBox1
  133. //
  134. this.uiRichTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  135. this.uiRichTextBox1.FillColor = System.Drawing.Color.White;
  136. this.uiRichTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  137. this.uiRichTextBox1.Location = new System.Drawing.Point(0, 409);
  138. this.uiRichTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  139. this.uiRichTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
  140. this.uiRichTextBox1.Name = "uiRichTextBox1";
  141. this.uiRichTextBox1.Padding = new System.Windows.Forms.Padding(2);
  142. this.uiRichTextBox1.ScrollBarStyleInherited = false;
  143. this.uiRichTextBox1.ShowText = false;
  144. this.uiRichTextBox1.Size = new System.Drawing.Size(523, 64);
  145. this.uiRichTextBox1.TabIndex = 33;
  146. this.uiRichTextBox1.Text = "如果是无卡病人,请先输入医保号再点击\"查询\"按钮; 如果是有卡病人,请直接点击\"读卡\"按钮";
  147. this.uiRichTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  148. //
  149. // chk_ZHZF
  150. //
  151. this.chk_ZHZF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  152. this.chk_ZHZF.Cursor = System.Windows.Forms.Cursors.Hand;
  153. this.chk_ZHZF.Font = new System.Drawing.Font("微软雅黑", 12F);
  154. this.chk_ZHZF.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  155. this.chk_ZHZF.Location = new System.Drawing.Point(341, 316);
  156. this.chk_ZHZF.MinimumSize = new System.Drawing.Size(1, 1);
  157. this.chk_ZHZF.Name = "chk_ZHZF";
  158. this.chk_ZHZF.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  159. this.chk_ZHZF.Size = new System.Drawing.Size(140, 23);
  160. this.chk_ZHZF.TabIndex = 31;
  161. this.chk_ZHZF.Text = "使用账户支付";
  162. //
  163. // chk_WSBZ
  164. //
  165. this.chk_WSBZ.Cursor = System.Windows.Forms.Cursors.Hand;
  166. this.chk_WSBZ.Font = new System.Drawing.Font("微软雅黑", 12F);
  167. this.chk_WSBZ.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  168. this.chk_WSBZ.Location = new System.Drawing.Point(35, 316);
  169. this.chk_WSBZ.MinimumSize = new System.Drawing.Size(1, 1);
  170. this.chk_WSBZ.Name = "chk_WSBZ";
  171. this.chk_WSBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  172. this.chk_WSBZ.Size = new System.Drawing.Size(140, 23);
  173. this.chk_WSBZ.TabIndex = 30;
  174. this.chk_WSBZ.Text = "外伤标志";
  175. //
  176. // chk_SJDSFBZ
  177. //
  178. this.chk_SJDSFBZ.Cursor = System.Windows.Forms.Cursors.Hand;
  179. this.chk_SJDSFBZ.Font = new System.Drawing.Font("微软雅黑", 12F);
  180. this.chk_SJDSFBZ.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  181. this.chk_SJDSFBZ.Location = new System.Drawing.Point(35, 360);
  182. this.chk_SJDSFBZ.MinimumSize = new System.Drawing.Size(1, 1);
  183. this.chk_SJDSFBZ.Name = "chk_SJDSFBZ";
  184. this.chk_SJDSFBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  185. this.chk_SJDSFBZ.Size = new System.Drawing.Size(140, 23);
  186. this.chk_SJDSFBZ.TabIndex = 29;
  187. this.chk_SJDSFBZ.Text = "涉及第三方标志";
  188. //
  189. // cbb_JZRQLX
  190. //
  191. this.cbb_JZRQLX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  192. this.cbb_JZRQLX.DataSource = null;
  193. this.cbb_JZRQLX.FillColor = System.Drawing.Color.White;
  194. this.cbb_JZRQLX.FilterMaxCount = 50;
  195. this.cbb_JZRQLX.Font = new System.Drawing.Font("微软雅黑", 12F);
  196. this.cbb_JZRQLX.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  197. this.cbb_JZRQLX.Items.AddRange(new object[] {
  198. "1.新冠肺炎患者",
  199. "2.其他国家突发公共事件",
  200. "3.新冠肺炎疑似患者",
  201. "4.无症状感染者"});
  202. this.cbb_JZRQLX.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  203. this.cbb_JZRQLX.Location = new System.Drawing.Point(181, 267);
  204. this.cbb_JZRQLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  205. this.cbb_JZRQLX.MinimumSize = new System.Drawing.Size(63, 0);
  206. this.cbb_JZRQLX.Name = "cbb_JZRQLX";
  207. this.cbb_JZRQLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  208. this.cbb_JZRQLX.Size = new System.Drawing.Size(300, 29);
  209. this.cbb_JZRQLX.TabIndex = 28;
  210. this.cbb_JZRQLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  211. this.cbb_JZRQLX.Watermark = "";
  212. //
  213. // uiLabel10
  214. //
  215. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F);
  216. this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  217. this.uiLabel10.Location = new System.Drawing.Point(35, 267);
  218. this.uiLabel10.Name = "uiLabel10";
  219. this.uiLabel10.Size = new System.Drawing.Size(140, 23);
  220. this.uiLabel10.TabIndex = 27;
  221. this.uiLabel10.Text = "就诊人群类型";
  222. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  223. //
  224. // cbb_YMYWLX
  225. //
  226. this.cbb_YMYWLX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  227. this.cbb_YMYWLX.DataSource = null;
  228. this.cbb_YMYWLX.Enabled = false;
  229. this.cbb_YMYWLX.FillColor = System.Drawing.Color.White;
  230. this.cbb_YMYWLX.FilterMaxCount = 50;
  231. this.cbb_YMYWLX.Font = new System.Drawing.Font("微软雅黑", 12F);
  232. this.cbb_YMYWLX.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  233. this.cbb_YMYWLX.Items.AddRange(new object[] {
  234. "01101\t挂号",
  235. "01102\t住院建档",
  236. "01103\t入院登记",
  237. "01104\t缴纳预缴金",
  238. "01201\t问诊",
  239. "01202\t预约检查",
  240. "01203\t检查",
  241. "01204\t治疗",
  242. "01301\t结算",
  243. "01302\t取药",
  244. "01303\t取报告",
  245. "01304\t打印票据和清单",
  246. "01305\t病历材料复印",
  247. "03131\t医疗类APP线上身份认证",
  248. "03132\t医疗类APP线上结算"});
  249. this.cbb_YMYWLX.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  250. this.cbb_YMYWLX.Location = new System.Drawing.Point(181, 218);
  251. this.cbb_YMYWLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  252. this.cbb_YMYWLX.MinimumSize = new System.Drawing.Size(63, 0);
  253. this.cbb_YMYWLX.Name = "cbb_YMYWLX";
  254. this.cbb_YMYWLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  255. this.cbb_YMYWLX.Size = new System.Drawing.Size(300, 29);
  256. this.cbb_YMYWLX.TabIndex = 26;
  257. this.cbb_YMYWLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  258. this.cbb_YMYWLX.Watermark = "";
  259. //
  260. // uiLabel3
  261. //
  262. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
  263. this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  264. this.uiLabel3.Location = new System.Drawing.Point(35, 218);
  265. this.uiLabel3.Name = "uiLabel3";
  266. this.uiLabel3.Size = new System.Drawing.Size(140, 23);
  267. this.uiLabel3.TabIndex = 25;
  268. this.uiLabel3.Text = "用码业务类型";
  269. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  270. //
  271. // edt_QrCode
  272. //
  273. this.edt_QrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  274. this.edt_QrCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  275. this.edt_QrCode.Enabled = false;
  276. this.edt_QrCode.Font = new System.Drawing.Font("微软雅黑", 12F);
  277. this.edt_QrCode.Location = new System.Drawing.Point(181, 169);
  278. this.edt_QrCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  279. this.edt_QrCode.MinimumSize = new System.Drawing.Size(1, 16);
  280. this.edt_QrCode.Name = "edt_QrCode";
  281. this.edt_QrCode.Padding = new System.Windows.Forms.Padding(5);
  282. this.edt_QrCode.ShowText = false;
  283. this.edt_QrCode.Size = new System.Drawing.Size(300, 29);
  284. this.edt_QrCode.TabIndex = 24;
  285. this.edt_QrCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  286. this.edt_QrCode.Watermark = "";
  287. //
  288. // uiLabel9
  289. //
  290. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F);
  291. this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  292. this.uiLabel9.Location = new System.Drawing.Point(35, 169);
  293. this.uiLabel9.Name = "uiLabel9";
  294. this.uiLabel9.Size = new System.Drawing.Size(140, 23);
  295. this.uiLabel9.TabIndex = 23;
  296. this.uiLabel9.Text = "电子凭证二维码";
  297. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  298. //
  299. // rbgMdtrtCertType
  300. //
  301. this.rbgMdtrtCertType.ColumnCount = 3;
  302. this.rbgMdtrtCertType.Dock = System.Windows.Forms.DockStyle.Top;
  303. this.rbgMdtrtCertType.Font = new System.Drawing.Font("微软雅黑", 12F);
  304. this.rbgMdtrtCertType.Items.AddRange(new object[] {
  305. "社保卡",
  306. "电子凭证",
  307. "专用终端采集设备"});
  308. this.rbgMdtrtCertType.ItemSize = new System.Drawing.Size(155, 35);
  309. this.rbgMdtrtCertType.Location = new System.Drawing.Point(0, 70);
  310. this.rbgMdtrtCertType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  311. this.rbgMdtrtCertType.MinimumSize = new System.Drawing.Size(1, 1);
  312. this.rbgMdtrtCertType.Name = "rbgMdtrtCertType";
  313. this.rbgMdtrtCertType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  314. this.rbgMdtrtCertType.Size = new System.Drawing.Size(523, 75);
  315. this.rbgMdtrtCertType.TabIndex = 22;
  316. this.rbgMdtrtCertType.Text = "就诊凭证类型";
  317. this.rbgMdtrtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  318. this.rbgMdtrtCertType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgMdtrtCertType_ValueChanged);
  319. //
  320. // rbgOtherProv
  321. //
  322. this.rbgOtherProv.ColumnCount = 3;
  323. this.rbgOtherProv.Dock = System.Windows.Forms.DockStyle.Top;
  324. this.rbgOtherProv.Font = new System.Drawing.Font("微软雅黑", 12F);
  325. this.rbgOtherProv.Items.AddRange(new object[] {
  326. "本地",
  327. "异地"});
  328. this.rbgOtherProv.ItemSize = new System.Drawing.Size(155, 35);
  329. this.rbgOtherProv.Location = new System.Drawing.Point(0, 0);
  330. this.rbgOtherProv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  331. this.rbgOtherProv.MinimumSize = new System.Drawing.Size(1, 1);
  332. this.rbgOtherProv.Name = "rbgOtherProv";
  333. this.rbgOtherProv.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  334. this.rbgOtherProv.Size = new System.Drawing.Size(523, 70);
  335. this.rbgOtherProv.TabIndex = 19;
  336. this.rbgOtherProv.Text = "参保区域类型";
  337. this.rbgOtherProv.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  338. //
  339. // ChooseCard
  340. //
  341. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  342. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  343. this.ClientSize = new System.Drawing.Size(523, 534);
  344. this.Controls.Add(this.uiPanel2);
  345. this.Controls.Add(this.uiPanel1);
  346. this.Margin = new System.Windows.Forms.Padding(2);
  347. this.Name = "ChooseCard";
  348. this.Text = "医保读卡";
  349. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ChooseCard_FormClosed);
  350. this.Load += new System.EventHandler(this.ChooseCard_Load);
  351. this.uiPanel1.ResumeLayout(false);
  352. this.uiPanel2.ResumeLayout(false);
  353. this.ResumeLayout(false);
  354. }
  355. #endregion
  356. private Sunny.UI.UIPanel uiPanel1;
  357. private Sunny.UI.UIPanel uiPanel2;
  358. private Sunny.UI.UIButton btCancle;
  359. private Sunny.UI.UIButton btOk;
  360. private Sunny.UI.UIRadioButtonGroup rbgOtherProv;
  361. private Sunny.UI.UIComboBox cbb_YMYWLX;
  362. private Sunny.UI.UILabel uiLabel3;
  363. private Sunny.UI.UITextBox edt_QrCode;
  364. private Sunny.UI.UILabel uiLabel9;
  365. private Sunny.UI.UIRadioButtonGroup rbgMdtrtCertType;
  366. private Sunny.UI.UICheckBox chk_ZHZF;
  367. private Sunny.UI.UICheckBox chk_WSBZ;
  368. private Sunny.UI.UICheckBox chk_SJDSFBZ;
  369. public Sunny.UI.UIComboBox cbb_JZRQLX;
  370. private Sunny.UI.UILabel uiLabel10;
  371. private Sunny.UI.UIButton btn_Search;
  372. private Sunny.UI.UIRichTextBox uiRichTextBox1;
  373. }
  374. }