ChooseCard.designer.cs 23 KB

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