ChooseCard.designer.cs 24 KB

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