ChooseCard.designer.cs 24 KB

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