ChooseCard.designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. namespace PTMedicalInsurance.Forms
  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.rbgMdtrtCertType = new Sunny.UI.UIRadioButtonGroup();
  29. this.uiPanel1 = new Sunny.UI.UIPanel();
  30. this.btnUpdatePassWord = new Sunny.UI.UIButton();
  31. this.btCancle = new Sunny.UI.UIButton();
  32. this.btOk = new Sunny.UI.UIButton();
  33. this.uiPanel2 = new Sunny.UI.UIPanel();
  34. this.tbName = new Sunny.UI.UITextBox();
  35. this.uiLabel8 = new Sunny.UI.UILabel();
  36. this.rbgOtherProv = new Sunny.UI.UIRadioButtonGroup();
  37. this.rbgEcCertDecodeType = new Sunny.UI.UIRadioButtonGroup();
  38. this.tbPZLP = new Sunny.UI.UITextBox();
  39. this.uiLabel4 = new Sunny.UI.UILabel();
  40. this.tbCardSN = new Sunny.UI.UITextBox();
  41. this.uiLabel7 = new Sunny.UI.UILabel();
  42. this.cbCBD = new Sunny.UI.UITextBox();
  43. this.cbDocumentType = new Sunny.UI.UIComboBox();
  44. this.uiLabel6 = new Sunny.UI.UILabel();
  45. this.cbCardType = new Sunny.UI.UIComboBox();
  46. this.uiLabel5 = new Sunny.UI.UILabel();
  47. this.cbYMYWLX = new Sunny.UI.UIComboBox();
  48. this.uiLabel3 = new Sunny.UI.UILabel();
  49. this.uiLabel2 = new Sunny.UI.UILabel();
  50. this.tbZJHM = new Sunny.UI.UITextBox();
  51. this.uiLabel1 = new Sunny.UI.UILabel();
  52. this.uiPanel1.SuspendLayout();
  53. this.uiPanel2.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // rbgMdtrtCertType
  57. //
  58. this.rbgMdtrtCertType.ColumnCount = 3;
  59. this.rbgMdtrtCertType.Dock = System.Windows.Forms.DockStyle.Top;
  60. this.rbgMdtrtCertType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.rbgMdtrtCertType.Items.AddRange(new object[] {
  62. "电子凭证",
  63. "身份证",
  64. "社保卡"});
  65. this.rbgMdtrtCertType.ItemSize = new System.Drawing.Size(180, 35);
  66. this.rbgMdtrtCertType.Location = new System.Drawing.Point(0, 0);
  67. this.rbgMdtrtCertType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  68. this.rbgMdtrtCertType.MinimumSize = new System.Drawing.Size(1, 1);
  69. this.rbgMdtrtCertType.Name = "rbgMdtrtCertType";
  70. this.rbgMdtrtCertType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  71. this.rbgMdtrtCertType.Size = new System.Drawing.Size(530, 69);
  72. this.rbgMdtrtCertType.TabIndex = 0;
  73. this.rbgMdtrtCertType.Text = "就诊凭证类型";
  74. this.rbgMdtrtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  75. this.rbgMdtrtCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  76. this.rbgMdtrtCertType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgMdtrtCertType_ValueChanged);
  77. //
  78. // uiPanel1
  79. //
  80. this.uiPanel1.Controls.Add(this.btnUpdatePassWord);
  81. this.uiPanel1.Controls.Add(this.btCancle);
  82. this.uiPanel1.Controls.Add(this.btOk);
  83. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  84. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.uiPanel1.Location = new System.Drawing.Point(0, 537);
  86. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  87. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  88. this.uiPanel1.Name = "uiPanel1";
  89. this.uiPanel1.Size = new System.Drawing.Size(530, 70);
  90. this.uiPanel1.TabIndex = 1;
  91. this.uiPanel1.Text = null;
  92. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  93. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  94. //
  95. // btnUpdatePassWord
  96. //
  97. this.btnUpdatePassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  98. this.btnUpdatePassWord.Cursor = System.Windows.Forms.Cursors.Hand;
  99. this.btnUpdatePassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btnUpdatePassWord.Location = new System.Drawing.Point(10, 15);
  101. this.btnUpdatePassWord.MinimumSize = new System.Drawing.Size(1, 1);
  102. this.btnUpdatePassWord.Name = "btnUpdatePassWord";
  103. this.btnUpdatePassWord.Size = new System.Drawing.Size(158, 41);
  104. this.btnUpdatePassWord.TabIndex = 2;
  105. this.btnUpdatePassWord.Text = "修改社保卡密码";
  106. this.btnUpdatePassWord.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.btnUpdatePassWord.Visible = false;
  108. this.btnUpdatePassWord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  109. this.btnUpdatePassWord.Click += new System.EventHandler(this.uiButton1_Click);
  110. //
  111. // btCancle
  112. //
  113. this.btCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  114. this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  115. this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btCancle.Location = new System.Drawing.Point(380, 15);
  117. this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
  118. this.btCancle.Name = "btCancle";
  119. this.btCancle.Size = new System.Drawing.Size(109, 41);
  120. this.btCancle.TabIndex = 1;
  121. this.btCancle.Text = "放弃";
  122. this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  124. this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
  125. //
  126. // btOk
  127. //
  128. this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  129. this.btOk.Cursor = System.Windows.Forms.Cursors.Hand;
  130. this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btOk.Location = new System.Drawing.Point(262, 15);
  132. this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
  133. this.btOk.Name = "btOk";
  134. this.btOk.Size = new System.Drawing.Size(109, 41);
  135. this.btOk.TabIndex = 0;
  136. this.btOk.Text = "确定";
  137. this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.btOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  139. this.btOk.Click += new System.EventHandler(this.btOk_Click);
  140. //
  141. // uiPanel2
  142. //
  143. this.uiPanel2.Controls.Add(this.tbName);
  144. this.uiPanel2.Controls.Add(this.uiLabel8);
  145. this.uiPanel2.Controls.Add(this.rbgOtherProv);
  146. this.uiPanel2.Controls.Add(this.rbgEcCertDecodeType);
  147. this.uiPanel2.Controls.Add(this.tbPZLP);
  148. this.uiPanel2.Controls.Add(this.uiLabel4);
  149. this.uiPanel2.Controls.Add(this.tbCardSN);
  150. this.uiPanel2.Controls.Add(this.uiLabel7);
  151. this.uiPanel2.Controls.Add(this.cbCBD);
  152. this.uiPanel2.Controls.Add(this.cbDocumentType);
  153. this.uiPanel2.Controls.Add(this.uiLabel6);
  154. this.uiPanel2.Controls.Add(this.cbCardType);
  155. this.uiPanel2.Controls.Add(this.uiLabel5);
  156. this.uiPanel2.Controls.Add(this.cbYMYWLX);
  157. this.uiPanel2.Controls.Add(this.uiLabel3);
  158. this.uiPanel2.Controls.Add(this.uiLabel2);
  159. this.uiPanel2.Controls.Add(this.tbZJHM);
  160. this.uiPanel2.Controls.Add(this.uiLabel1);
  161. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.uiPanel2.Location = new System.Drawing.Point(0, 69);
  164. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  165. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  166. this.uiPanel2.Name = "uiPanel2";
  167. this.uiPanel2.Size = new System.Drawing.Size(530, 468);
  168. this.uiPanel2.TabIndex = 2;
  169. this.uiPanel2.Text = null;
  170. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  171. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  172. //
  173. // tbName
  174. //
  175. this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  176. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  177. this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.tbName.Location = new System.Drawing.Point(189, 232);
  179. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  180. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  181. this.tbName.Name = "tbName";
  182. this.tbName.ShowText = false;
  183. this.tbName.Size = new System.Drawing.Size(300, 29);
  184. this.tbName.TabIndex = 21;
  185. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  186. this.tbName.Watermark = "";
  187. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  188. //
  189. // uiLabel8
  190. //
  191. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.uiLabel8.Location = new System.Drawing.Point(32, 234);
  193. this.uiLabel8.Name = "uiLabel8";
  194. this.uiLabel8.Size = new System.Drawing.Size(140, 23);
  195. this.uiLabel8.TabIndex = 20;
  196. this.uiLabel8.Text = " 姓 名";
  197. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  198. this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  199. //
  200. // rbgOtherProv
  201. //
  202. this.rbgOtherProv.ColumnCount = 3;
  203. this.rbgOtherProv.Dock = System.Windows.Forms.DockStyle.Top;
  204. this.rbgOtherProv.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.rbgOtherProv.Items.AddRange(new object[] {
  206. "本地",
  207. "异地"});
  208. this.rbgOtherProv.ItemSize = new System.Drawing.Size(180, 35);
  209. this.rbgOtherProv.Location = new System.Drawing.Point(0, 72);
  210. this.rbgOtherProv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  211. this.rbgOtherProv.MinimumSize = new System.Drawing.Size(1, 1);
  212. this.rbgOtherProv.Name = "rbgOtherProv";
  213. this.rbgOtherProv.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  214. this.rbgOtherProv.Size = new System.Drawing.Size(530, 69);
  215. this.rbgOtherProv.TabIndex = 19;
  216. this.rbgOtherProv.Text = "参保区域类型";
  217. this.rbgOtherProv.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  218. this.rbgOtherProv.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  219. //
  220. // rbgEcCertDecodeType
  221. //
  222. this.rbgEcCertDecodeType.ColumnCount = 3;
  223. this.rbgEcCertDecodeType.Dock = System.Windows.Forms.DockStyle.Top;
  224. this.rbgEcCertDecodeType.Enabled = false;
  225. this.rbgEcCertDecodeType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.rbgEcCertDecodeType.Items.AddRange(new object[] {
  227. "二维码",
  228. "电子凭证",
  229. "刷脸验证"});
  230. this.rbgEcCertDecodeType.ItemSize = new System.Drawing.Size(180, 35);
  231. this.rbgEcCertDecodeType.Location = new System.Drawing.Point(0, 0);
  232. this.rbgEcCertDecodeType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  233. this.rbgEcCertDecodeType.MinimumSize = new System.Drawing.Size(1, 1);
  234. this.rbgEcCertDecodeType.Name = "rbgEcCertDecodeType";
  235. this.rbgEcCertDecodeType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  236. this.rbgEcCertDecodeType.Size = new System.Drawing.Size(530, 72);
  237. this.rbgEcCertDecodeType.TabIndex = 18;
  238. this.rbgEcCertDecodeType.Text = "电子凭证解码方式";
  239. this.rbgEcCertDecodeType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  240. this.rbgEcCertDecodeType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  241. //
  242. // tbPZLP
  243. //
  244. this.tbPZLP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  245. this.tbPZLP.Cursor = System.Windows.Forms.Cursors.IBeam;
  246. this.tbPZLP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.tbPZLP.Location = new System.Drawing.Point(189, 271);
  248. this.tbPZLP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  249. this.tbPZLP.MinimumSize = new System.Drawing.Size(1, 16);
  250. this.tbPZLP.Name = "tbPZLP";
  251. this.tbPZLP.ShowText = false;
  252. this.tbPZLP.Size = new System.Drawing.Size(300, 29);
  253. this.tbPZLP.TabIndex = 16;
  254. this.tbPZLP.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  255. this.tbPZLP.Watermark = "";
  256. this.tbPZLP.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  257. //
  258. // uiLabel4
  259. //
  260. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.uiLabel4.Location = new System.Drawing.Point(32, 273);
  262. this.uiLabel4.Name = "uiLabel4";
  263. this.uiLabel4.Size = new System.Drawing.Size(140, 23);
  264. this.uiLabel4.TabIndex = 15;
  265. this.uiLabel4.Text = "凭证令牌";
  266. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  267. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  268. //
  269. // tbCardSN
  270. //
  271. this.tbCardSN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  272. this.tbCardSN.Cursor = System.Windows.Forms.Cursors.IBeam;
  273. this.tbCardSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.tbCardSN.Location = new System.Drawing.Point(189, 388);
  275. this.tbCardSN.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  276. this.tbCardSN.MinimumSize = new System.Drawing.Size(1, 16);
  277. this.tbCardSN.Name = "tbCardSN";
  278. this.tbCardSN.ShowText = false;
  279. this.tbCardSN.Size = new System.Drawing.Size(300, 29);
  280. this.tbCardSN.TabIndex = 14;
  281. this.tbCardSN.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  282. this.tbCardSN.Watermark = "";
  283. this.tbCardSN.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  284. //
  285. // uiLabel7
  286. //
  287. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.uiLabel7.Location = new System.Drawing.Point(32, 390);
  289. this.uiLabel7.Name = "uiLabel7";
  290. this.uiLabel7.Size = new System.Drawing.Size(140, 23);
  291. this.uiLabel7.TabIndex = 13;
  292. this.uiLabel7.Text = "卡识别码";
  293. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  294. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  295. //
  296. // cbCBD
  297. //
  298. this.cbCBD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  299. this.cbCBD.Cursor = System.Windows.Forms.Cursors.IBeam;
  300. this.cbCBD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.cbCBD.Location = new System.Drawing.Point(189, 154);
  302. this.cbCBD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  303. this.cbCBD.MinimumSize = new System.Drawing.Size(1, 16);
  304. this.cbCBD.Name = "cbCBD";
  305. this.cbCBD.ShowText = false;
  306. this.cbCBD.Size = new System.Drawing.Size(300, 29);
  307. this.cbCBD.TabIndex = 12;
  308. this.cbCBD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  309. this.cbCBD.Watermark = "请输入参保地名称按下Enter键进行查找";
  310. this.cbCBD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  311. this.cbCBD.DoEnter += new System.EventHandler(this.cbCBD_DoEnter);
  312. //
  313. // cbDocumentType
  314. //
  315. this.cbDocumentType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  316. this.cbDocumentType.DataSource = null;
  317. this.cbDocumentType.FillColor = System.Drawing.Color.White;
  318. this.cbDocumentType.FilterMaxCount = 50;
  319. this.cbDocumentType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.cbDocumentType.Items.AddRange(new object[] {
  321. "01 居民身份证(户口簿)",
  322. "02 中国人民解放军军官证",
  323. "03 中国人民武装警察警官证",
  324. "04 香港特区护照/港澳居民来往内地通行证",
  325. "05 澳门特区护照/港澳居民来往内地通行证",
  326. "06 台湾居民来往大陆通行证",
  327. "07 外国人永久居留证",
  328. "08 外国人护照",
  329. "09 残疾人证",
  330. "10 军烈属证明",
  331. "11 外国人就业证",
  332. "12 外国专家证",
  333. "13 外国人常驻记者证",
  334. "14 台港澳人员就业证",
  335. "15 回国(来华)定居专家证",
  336. "16 中国护照",
  337. "17 港澳台居民居住证",
  338. "90 社会保障卡",
  339. "99 其他身份证件",
  340. "9901 暂住证",
  341. "990102 扶贫人口编码",
  342. "9902 保密人员证件",
  343. "990201 医学出生证明"});
  344. this.cbDocumentType.Location = new System.Drawing.Point(189, 310);
  345. this.cbDocumentType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  346. this.cbDocumentType.MinimumSize = new System.Drawing.Size(63, 0);
  347. this.cbDocumentType.Name = "cbDocumentType";
  348. this.cbDocumentType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  349. this.cbDocumentType.Size = new System.Drawing.Size(300, 29);
  350. this.cbDocumentType.TabIndex = 11;
  351. this.cbDocumentType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  352. this.cbDocumentType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  353. //
  354. // uiLabel6
  355. //
  356. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.uiLabel6.Location = new System.Drawing.Point(32, 312);
  358. this.uiLabel6.Name = "uiLabel6";
  359. this.uiLabel6.Size = new System.Drawing.Size(140, 23);
  360. this.uiLabel6.TabIndex = 10;
  361. this.uiLabel6.Text = "证件类型";
  362. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  363. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  364. //
  365. // cbCardType
  366. //
  367. this.cbCardType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  368. this.cbCardType.DataSource = null;
  369. this.cbCardType.FillColor = System.Drawing.Color.White;
  370. this.cbCardType.FilterMaxCount = 50;
  371. this.cbCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.cbCardType.Items.AddRange(new object[] {
  373. "1-接触式操作卡;",
  374. "2-非接触式操作卡;",
  375. "3-自动寻卡,接触式操作卡优先;",
  376. "4-自动寻卡,非接触式操作卡优先"});
  377. this.cbCardType.Location = new System.Drawing.Point(189, 193);
  378. this.cbCardType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  379. this.cbCardType.MinimumSize = new System.Drawing.Size(63, 0);
  380. this.cbCardType.Name = "cbCardType";
  381. this.cbCardType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  382. this.cbCardType.Size = new System.Drawing.Size(300, 29);
  383. this.cbCardType.TabIndex = 9;
  384. this.cbCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  385. this.cbCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  386. //
  387. // uiLabel5
  388. //
  389. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.uiLabel5.Location = new System.Drawing.Point(32, 195);
  391. this.uiLabel5.Name = "uiLabel5";
  392. this.uiLabel5.Size = new System.Drawing.Size(140, 23);
  393. this.uiLabel5.TabIndex = 8;
  394. this.uiLabel5.Text = "卡类型";
  395. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  396. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  397. //
  398. // cbYMYWLX
  399. //
  400. this.cbYMYWLX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  401. this.cbYMYWLX.DataSource = null;
  402. this.cbYMYWLX.Enabled = false;
  403. this.cbYMYWLX.FillColor = System.Drawing.Color.White;
  404. this.cbYMYWLX.FilterMaxCount = 50;
  405. this.cbYMYWLX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.cbYMYWLX.Items.AddRange(new object[] {
  407. "101 挂号 ",
  408. "102 住院建档 ",
  409. "103 入院登记 ",
  410. "104 缴纳预缴金 ",
  411. "201 问诊 ",
  412. "202 预约检查",
  413. "203 检查 ",
  414. "204 治疗 ",
  415. "301 结算 ",
  416. "302 取药 ",
  417. "303 取报告",
  418. "304 打印票据和清单",
  419. "305 病历材料复印"});
  420. this.cbYMYWLX.Location = new System.Drawing.Point(189, 427);
  421. this.cbYMYWLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  422. this.cbYMYWLX.MinimumSize = new System.Drawing.Size(63, 0);
  423. this.cbYMYWLX.Name = "cbYMYWLX";
  424. this.cbYMYWLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  425. this.cbYMYWLX.Size = new System.Drawing.Size(300, 29);
  426. this.cbYMYWLX.TabIndex = 5;
  427. this.cbYMYWLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  428. this.cbYMYWLX.Visible = false;
  429. this.cbYMYWLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  430. //
  431. // uiLabel3
  432. //
  433. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.uiLabel3.Location = new System.Drawing.Point(32, 429);
  435. this.uiLabel3.Name = "uiLabel3";
  436. this.uiLabel3.Size = new System.Drawing.Size(140, 23);
  437. this.uiLabel3.TabIndex = 4;
  438. this.uiLabel3.Text = "用码业务类型";
  439. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  440. this.uiLabel3.Visible = false;
  441. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  442. //
  443. // uiLabel2
  444. //
  445. this.uiLabel2.BackColor = System.Drawing.SystemColors.Control;
  446. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.uiLabel2.Location = new System.Drawing.Point(32, 156);
  448. this.uiLabel2.Name = "uiLabel2";
  449. this.uiLabel2.Size = new System.Drawing.Size(140, 23);
  450. this.uiLabel2.TabIndex = 2;
  451. this.uiLabel2.Text = "参保地";
  452. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  453. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  454. //
  455. // tbZJHM
  456. //
  457. this.tbZJHM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  458. this.tbZJHM.Cursor = System.Windows.Forms.Cursors.IBeam;
  459. this.tbZJHM.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.tbZJHM.Location = new System.Drawing.Point(189, 349);
  461. this.tbZJHM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  462. this.tbZJHM.MinimumSize = new System.Drawing.Size(1, 16);
  463. this.tbZJHM.Name = "tbZJHM";
  464. this.tbZJHM.ShowText = false;
  465. this.tbZJHM.Size = new System.Drawing.Size(300, 29);
  466. this.tbZJHM.TabIndex = 1;
  467. this.tbZJHM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  468. this.tbZJHM.Watermark = "手工输入";
  469. this.tbZJHM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  470. //
  471. // uiLabel1
  472. //
  473. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.uiLabel1.Location = new System.Drawing.Point(32, 351);
  475. this.uiLabel1.Name = "uiLabel1";
  476. this.uiLabel1.Size = new System.Drawing.Size(140, 23);
  477. this.uiLabel1.TabIndex = 0;
  478. this.uiLabel1.Text = "证件号码";
  479. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  480. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  481. //
  482. // ChooseCard
  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(530, 607);
  487. this.Controls.Add(this.uiPanel2);
  488. this.Controls.Add(this.uiPanel1);
  489. this.Controls.Add(this.rbgMdtrtCertType);
  490. this.Margin = new System.Windows.Forms.Padding(2);
  491. this.Name = "ChooseCard";
  492. this.Text = "医保读卡";
  493. this.Load += new System.EventHandler(this.ChooseCard_Load);
  494. this.uiPanel1.ResumeLayout(false);
  495. this.uiPanel2.ResumeLayout(false);
  496. this.ResumeLayout(false);
  497. }
  498. #endregion
  499. private Sunny.UI.UIRadioButtonGroup rbgMdtrtCertType;
  500. private Sunny.UI.UIPanel uiPanel1;
  501. private Sunny.UI.UIPanel uiPanel2;
  502. private Sunny.UI.UILabel uiLabel2;
  503. private Sunny.UI.UITextBox tbZJHM;
  504. private Sunny.UI.UILabel uiLabel1;
  505. private Sunny.UI.UIButton btCancle;
  506. private Sunny.UI.UIButton btOk;
  507. private Sunny.UI.UIComboBox cbYMYWLX;
  508. private Sunny.UI.UILabel uiLabel3;
  509. public Sunny.UI.UIComboBox cbCardType;
  510. private Sunny.UI.UILabel uiLabel5;
  511. public Sunny.UI.UIComboBox cbDocumentType;
  512. private Sunny.UI.UILabel uiLabel6;
  513. private Sunny.UI.UIButton btnUpdatePassWord;
  514. private Sunny.UI.UITextBox cbCBD;
  515. private Sunny.UI.UITextBox tbCardSN;
  516. private Sunny.UI.UILabel uiLabel7;
  517. private Sunny.UI.UITextBox tbPZLP;
  518. private Sunny.UI.UILabel uiLabel4;
  519. private Sunny.UI.UIRadioButtonGroup rbgOtherProv;
  520. private Sunny.UI.UIRadioButtonGroup rbgEcCertDecodeType;
  521. private Sunny.UI.UITextBox tbName;
  522. private Sunny.UI.UILabel uiLabel8;
  523. }
  524. }