ChooseCard.designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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.rbgCardType = 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.uiLabel7 = new Sunny.UI.UILabel();
  36. this.cbCBD = new Sunny.UI.UITextBox();
  37. this.cbCardLevel = new Sunny.UI.UIComboBox();
  38. this.uiLabel6 = new Sunny.UI.UILabel();
  39. this.cbCardType = new Sunny.UI.UIComboBox();
  40. this.uiLabel5 = new Sunny.UI.UILabel();
  41. this.tbPassword = new Sunny.UI.UITextBox();
  42. this.uiLabel4 = new Sunny.UI.UILabel();
  43. this.cbBusinessType = new Sunny.UI.UIComboBox();
  44. this.uiLabel3 = new Sunny.UI.UILabel();
  45. this.uiLabel2 = new Sunny.UI.UILabel();
  46. this.tbID = new Sunny.UI.UITextBox();
  47. this.uiLabel1 = new Sunny.UI.UILabel();
  48. this.rbgOtherProv = new Sunny.UI.UIRadioButtonGroup();
  49. this.uiPanel1.SuspendLayout();
  50. this.uiPanel2.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // rbgCardType
  54. //
  55. this.rbgCardType.ColumnCount = 3;
  56. this.rbgCardType.Dock = System.Windows.Forms.DockStyle.Top;
  57. this.rbgCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.rbgCardType.Items.AddRange(new object[] {
  59. "电子凭证",
  60. "身份证",
  61. "社保卡"});
  62. this.rbgCardType.ItemSize = new System.Drawing.Size(180, 35);
  63. this.rbgCardType.Location = new System.Drawing.Point(0, 0);
  64. this.rbgCardType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  65. this.rbgCardType.MinimumSize = new System.Drawing.Size(1, 1);
  66. this.rbgCardType.Name = "rbgCardType";
  67. this.rbgCardType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  68. this.rbgCardType.Size = new System.Drawing.Size(530, 65);
  69. this.rbgCardType.TabIndex = 0;
  70. this.rbgCardType.Text = "就诊凭证类型";
  71. this.rbgCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  72. this.rbgCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  73. this.rbgCardType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgCardType_ValueChanged);
  74. //
  75. // uiPanel1
  76. //
  77. this.uiPanel1.Controls.Add(this.btnUpdatePassWord);
  78. this.uiPanel1.Controls.Add(this.btCancle);
  79. this.uiPanel1.Controls.Add(this.btOk);
  80. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  81. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.uiPanel1.Location = new System.Drawing.Point(0, 469);
  83. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  84. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  85. this.uiPanel1.Name = "uiPanel1";
  86. this.uiPanel1.Size = new System.Drawing.Size(530, 70);
  87. this.uiPanel1.TabIndex = 1;
  88. this.uiPanel1.Text = null;
  89. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  90. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  91. //
  92. // btnUpdatePassWord
  93. //
  94. this.btnUpdatePassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  95. this.btnUpdatePassWord.Cursor = System.Windows.Forms.Cursors.Hand;
  96. this.btnUpdatePassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.btnUpdatePassWord.Location = new System.Drawing.Point(10, 17);
  98. this.btnUpdatePassWord.MinimumSize = new System.Drawing.Size(1, 1);
  99. this.btnUpdatePassWord.Name = "btnUpdatePassWord";
  100. this.btnUpdatePassWord.Size = new System.Drawing.Size(158, 41);
  101. this.btnUpdatePassWord.TabIndex = 2;
  102. this.btnUpdatePassWord.Text = "修改社保卡密码";
  103. this.btnUpdatePassWord.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btnUpdatePassWord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  105. this.btnUpdatePassWord.Click += new System.EventHandler(this.uiButton1_Click);
  106. //
  107. // btCancle
  108. //
  109. this.btCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  110. this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  111. this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.btCancle.Location = new System.Drawing.Point(380, 17);
  113. this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
  114. this.btCancle.Name = "btCancle";
  115. this.btCancle.Size = new System.Drawing.Size(109, 41);
  116. this.btCancle.TabIndex = 1;
  117. this.btCancle.Text = "放弃";
  118. this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  120. this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
  121. //
  122. // btOk
  123. //
  124. this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  125. this.btOk.Cursor = System.Windows.Forms.Cursors.Hand;
  126. this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.btOk.Location = new System.Drawing.Point(262, 17);
  128. this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
  129. this.btOk.Name = "btOk";
  130. this.btOk.Size = new System.Drawing.Size(109, 41);
  131. this.btOk.TabIndex = 0;
  132. this.btOk.Text = "确定";
  133. this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.btOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  135. this.btOk.Click += new System.EventHandler(this.btOk_Click);
  136. //
  137. // uiPanel2
  138. //
  139. this.uiPanel2.Controls.Add(this.tbName);
  140. this.uiPanel2.Controls.Add(this.uiLabel7);
  141. this.uiPanel2.Controls.Add(this.cbCBD);
  142. this.uiPanel2.Controls.Add(this.cbCardLevel);
  143. this.uiPanel2.Controls.Add(this.uiLabel6);
  144. this.uiPanel2.Controls.Add(this.cbCardType);
  145. this.uiPanel2.Controls.Add(this.uiLabel5);
  146. this.uiPanel2.Controls.Add(this.tbPassword);
  147. this.uiPanel2.Controls.Add(this.uiLabel4);
  148. this.uiPanel2.Controls.Add(this.cbBusinessType);
  149. this.uiPanel2.Controls.Add(this.uiLabel3);
  150. this.uiPanel2.Controls.Add(this.uiLabel2);
  151. this.uiPanel2.Controls.Add(this.tbID);
  152. this.uiPanel2.Controls.Add(this.uiLabel1);
  153. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.uiPanel2.Location = new System.Drawing.Point(0, 65);
  156. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  158. this.uiPanel2.Name = "uiPanel2";
  159. this.uiPanel2.Size = new System.Drawing.Size(530, 404);
  160. this.uiPanel2.TabIndex = 2;
  161. this.uiPanel2.Text = null;
  162. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  163. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  164. //
  165. // tbName
  166. //
  167. this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  168. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  169. this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.tbName.Location = new System.Drawing.Point(189, 351);
  171. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  172. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  173. this.tbName.Name = "tbName";
  174. this.tbName.ShowText = false;
  175. this.tbName.Size = new System.Drawing.Size(300, 29);
  176. this.tbName.TabIndex = 14;
  177. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  178. this.tbName.Watermark = "就诊凭证类型选择身份证时必填";
  179. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  180. //
  181. // uiLabel7
  182. //
  183. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.uiLabel7.Location = new System.Drawing.Point(32, 357);
  185. this.uiLabel7.Name = "uiLabel7";
  186. this.uiLabel7.Size = new System.Drawing.Size(140, 23);
  187. this.uiLabel7.TabIndex = 13;
  188. this.uiLabel7.Text = "姓名";
  189. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  190. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  191. //
  192. // cbCBD
  193. //
  194. this.cbCBD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  195. this.cbCBD.Cursor = System.Windows.Forms.Cursors.IBeam;
  196. this.cbCBD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.cbCBD.Location = new System.Drawing.Point(189, 85);
  198. this.cbCBD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  199. this.cbCBD.MinimumSize = new System.Drawing.Size(1, 16);
  200. this.cbCBD.Name = "cbCBD";
  201. this.cbCBD.ShowText = false;
  202. this.cbCBD.Size = new System.Drawing.Size(300, 29);
  203. this.cbCBD.TabIndex = 12;
  204. this.cbCBD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  205. this.cbCBD.Watermark = "请输入参保地名称按下Enter键进行查找";
  206. this.cbCBD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  207. this.cbCBD.DoEnter += new System.EventHandler(this.cbCBD_DoEnter);
  208. //
  209. // cbCardLevel
  210. //
  211. this.cbCardLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  212. this.cbCardLevel.DataSource = null;
  213. this.cbCardLevel.FillColor = System.Drawing.Color.White;
  214. this.cbCardLevel.FilterMaxCount = 50;
  215. this.cbCardLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.cbCardLevel.Items.AddRange(new object[] {
  217. "一代卡",
  218. "二代卡",
  219. "三代卡"});
  220. this.cbCardLevel.Location = new System.Drawing.Point(189, 264);
  221. this.cbCardLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  222. this.cbCardLevel.MinimumSize = new System.Drawing.Size(63, 0);
  223. this.cbCardLevel.Name = "cbCardLevel";
  224. this.cbCardLevel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  225. this.cbCardLevel.Size = new System.Drawing.Size(300, 29);
  226. this.cbCardLevel.TabIndex = 11;
  227. this.cbCardLevel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  228. this.cbCardLevel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  229. //
  230. // uiLabel6
  231. //
  232. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.uiLabel6.Location = new System.Drawing.Point(32, 267);
  234. this.uiLabel6.Name = "uiLabel6";
  235. this.uiLabel6.Size = new System.Drawing.Size(140, 23);
  236. this.uiLabel6.TabIndex = 10;
  237. this.uiLabel6.Text = "卡等级";
  238. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  239. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  240. //
  241. // cbCardType
  242. //
  243. this.cbCardType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  244. this.cbCardType.DataSource = null;
  245. this.cbCardType.FillColor = System.Drawing.Color.White;
  246. this.cbCardType.FilterMaxCount = 50;
  247. this.cbCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.cbCardType.Items.AddRange(new object[] {
  249. "1-接触式操作卡;",
  250. "2-非接触式操作卡;",
  251. "3-自动寻卡,接触式操作卡优先;",
  252. "4-自动寻卡,非接触式操作卡优先"});
  253. this.cbCardType.Location = new System.Drawing.Point(189, 220);
  254. this.cbCardType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  255. this.cbCardType.MinimumSize = new System.Drawing.Size(63, 0);
  256. this.cbCardType.Name = "cbCardType";
  257. this.cbCardType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  258. this.cbCardType.Size = new System.Drawing.Size(300, 29);
  259. this.cbCardType.TabIndex = 9;
  260. this.cbCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  261. this.cbCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  262. //
  263. // uiLabel5
  264. //
  265. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.uiLabel5.Location = new System.Drawing.Point(32, 223);
  267. this.uiLabel5.Name = "uiLabel5";
  268. this.uiLabel5.Size = new System.Drawing.Size(140, 23);
  269. this.uiLabel5.TabIndex = 8;
  270. this.uiLabel5.Text = "卡类型";
  271. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  272. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  273. //
  274. // tbPassword
  275. //
  276. this.tbPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.tbPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
  278. this.tbPassword.DoubleValue = 860228D;
  279. this.tbPassword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.tbPassword.IntValue = 860228;
  281. this.tbPassword.Location = new System.Drawing.Point(189, 308);
  282. this.tbPassword.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  283. this.tbPassword.MinimumSize = new System.Drawing.Size(1, 16);
  284. this.tbPassword.Name = "tbPassword";
  285. this.tbPassword.PasswordChar = '*';
  286. this.tbPassword.ShowText = false;
  287. this.tbPassword.Size = new System.Drawing.Size(300, 29);
  288. this.tbPassword.TabIndex = 7;
  289. this.tbPassword.Text = "860228";
  290. this.tbPassword.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  291. this.tbPassword.Watermark = "手工输入";
  292. this.tbPassword.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  293. //
  294. // uiLabel4
  295. //
  296. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.uiLabel4.Location = new System.Drawing.Point(32, 311);
  298. this.uiLabel4.Name = "uiLabel4";
  299. this.uiLabel4.Size = new System.Drawing.Size(140, 23);
  300. this.uiLabel4.TabIndex = 6;
  301. this.uiLabel4.Text = "密码";
  302. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  303. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  304. //
  305. // cbBusinessType
  306. //
  307. this.cbBusinessType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  308. this.cbBusinessType.DataSource = null;
  309. this.cbBusinessType.Enabled = false;
  310. this.cbBusinessType.FillColor = System.Drawing.Color.White;
  311. this.cbBusinessType.FilterMaxCount = 50;
  312. this.cbBusinessType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.cbBusinessType.Items.AddRange(new object[] {
  314. "101 挂号 ",
  315. "102 住院建档 ",
  316. "103 入院登记 ",
  317. "104 缴纳预缴金 ",
  318. "201 问诊 ",
  319. "202 预约检查",
  320. "203 检查 ",
  321. "204 治疗 ",
  322. "301 结算 ",
  323. "302 取药 ",
  324. "303 取报告",
  325. "304 打印票据和清单",
  326. "305 病历材料复印"});
  327. this.cbBusinessType.Location = new System.Drawing.Point(189, 176);
  328. this.cbBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  329. this.cbBusinessType.MinimumSize = new System.Drawing.Size(63, 0);
  330. this.cbBusinessType.Name = "cbBusinessType";
  331. this.cbBusinessType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  332. this.cbBusinessType.Size = new System.Drawing.Size(300, 29);
  333. this.cbBusinessType.TabIndex = 5;
  334. this.cbBusinessType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  335. this.cbBusinessType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  336. //
  337. // uiLabel3
  338. //
  339. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.uiLabel3.Location = new System.Drawing.Point(32, 179);
  341. this.uiLabel3.Name = "uiLabel3";
  342. this.uiLabel3.Size = new System.Drawing.Size(140, 23);
  343. this.uiLabel3.TabIndex = 4;
  344. this.uiLabel3.Text = "用码业务类型";
  345. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  346. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  347. //
  348. // uiLabel2
  349. //
  350. this.uiLabel2.BackColor = System.Drawing.SystemColors.Control;
  351. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.uiLabel2.Location = new System.Drawing.Point(32, 91);
  353. this.uiLabel2.Name = "uiLabel2";
  354. this.uiLabel2.Size = new System.Drawing.Size(140, 23);
  355. this.uiLabel2.TabIndex = 2;
  356. this.uiLabel2.Text = "参保地";
  357. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  358. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  359. //
  360. // tbID
  361. //
  362. this.tbID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  363. this.tbID.Cursor = System.Windows.Forms.Cursors.IBeam;
  364. this.tbID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.tbID.Location = new System.Drawing.Point(189, 132);
  366. this.tbID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  367. this.tbID.MinimumSize = new System.Drawing.Size(1, 16);
  368. this.tbID.Name = "tbID";
  369. this.tbID.ShowText = false;
  370. this.tbID.Size = new System.Drawing.Size(300, 29);
  371. this.tbID.TabIndex = 1;
  372. this.tbID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  373. this.tbID.Watermark = "手工输入";
  374. this.tbID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  375. this.tbID.TextChanged += new System.EventHandler(this.tbID_TextChanged);
  376. //
  377. // uiLabel1
  378. //
  379. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.uiLabel1.Location = new System.Drawing.Point(32, 135);
  381. this.uiLabel1.Name = "uiLabel1";
  382. this.uiLabel1.Size = new System.Drawing.Size(140, 23);
  383. this.uiLabel1.TabIndex = 0;
  384. this.uiLabel1.Text = "身份证号";
  385. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  386. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  387. //
  388. // rbgOtherProv
  389. //
  390. this.rbgOtherProv.ColumnCount = 3;
  391. this.rbgOtherProv.Dock = System.Windows.Forms.DockStyle.Top;
  392. this.rbgOtherProv.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.rbgOtherProv.Items.AddRange(new object[] {
  394. "本地",
  395. "异地(参保地必选)"});
  396. this.rbgOtherProv.ItemSize = new System.Drawing.Size(180, 35);
  397. this.rbgOtherProv.Location = new System.Drawing.Point(0, 65);
  398. this.rbgOtherProv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  399. this.rbgOtherProv.MinimumSize = new System.Drawing.Size(1, 1);
  400. this.rbgOtherProv.Name = "rbgOtherProv";
  401. this.rbgOtherProv.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  402. this.rbgOtherProv.Size = new System.Drawing.Size(530, 63);
  403. this.rbgOtherProv.TabIndex = 3;
  404. this.rbgOtherProv.Text = null;
  405. this.rbgOtherProv.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  406. this.rbgOtherProv.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  407. this.rbgOtherProv.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgOtherProv_ValueChanged);
  408. //
  409. // ChooseCard
  410. //
  411. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  412. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  413. this.ClientSize = new System.Drawing.Size(530, 539);
  414. this.Controls.Add(this.rbgOtherProv);
  415. this.Controls.Add(this.uiPanel2);
  416. this.Controls.Add(this.uiPanel1);
  417. this.Controls.Add(this.rbgCardType);
  418. this.Margin = new System.Windows.Forms.Padding(2);
  419. this.Name = "ChooseCard";
  420. this.Text = "医保读卡";
  421. this.Load += new System.EventHandler(this.ChooseCard_Load);
  422. this.uiPanel1.ResumeLayout(false);
  423. this.uiPanel2.ResumeLayout(false);
  424. this.ResumeLayout(false);
  425. }
  426. #endregion
  427. private Sunny.UI.UIRadioButtonGroup rbgCardType;
  428. private Sunny.UI.UIPanel uiPanel1;
  429. private Sunny.UI.UIPanel uiPanel2;
  430. private Sunny.UI.UIRadioButtonGroup rbgOtherProv;
  431. private Sunny.UI.UILabel uiLabel2;
  432. private Sunny.UI.UITextBox tbID;
  433. private Sunny.UI.UILabel uiLabel1;
  434. private Sunny.UI.UIButton btCancle;
  435. private Sunny.UI.UIButton btOk;
  436. private Sunny.UI.UIComboBox cbBusinessType;
  437. private Sunny.UI.UILabel uiLabel3;
  438. public Sunny.UI.UITextBox tbPassword;
  439. private Sunny.UI.UILabel uiLabel4;
  440. public Sunny.UI.UIComboBox cbCardType;
  441. private Sunny.UI.UILabel uiLabel5;
  442. public Sunny.UI.UIComboBox cbCardLevel;
  443. private Sunny.UI.UILabel uiLabel6;
  444. private Sunny.UI.UIButton btnUpdatePassWord;
  445. private Sunny.UI.UITextBox cbCBD;
  446. private Sunny.UI.UITextBox tbName;
  447. private Sunny.UI.UILabel uiLabel7;
  448. }
  449. }