ChooseCard.designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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.uiPanel1 = new Sunny.UI.UIPanel();
  29. this.chk_MedInsuShare = new Sunny.UI.UICheckBox();
  30. this.btn_Search = new Sunny.UI.UIButton();
  31. this.btCancle = new Sunny.UI.UIButton();
  32. this.btnOk = new Sunny.UI.UIButton();
  33. this.uiPanel2 = new Sunny.UI.UIPanel();
  34. this.uiRichTextBox1 = new Sunny.UI.UIRichTextBox();
  35. this.cbb_YMYWLX = new Sunny.UI.UIComboBox();
  36. this.uiLabel3 = new Sunny.UI.UILabel();
  37. this.edt_QrCode = new Sunny.UI.UITextBox();
  38. this.uiLabel9 = new Sunny.UI.UILabel();
  39. this.rbgMdtrtCertType = new Sunny.UI.UIRadioButtonGroup();
  40. this.uiPanel1.SuspendLayout();
  41. this.uiPanel2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // uiPanel1
  45. //
  46. this.uiPanel1.Controls.Add(this.chk_MedInsuShare);
  47. this.uiPanel1.Controls.Add(this.btn_Search);
  48. this.uiPanel1.Controls.Add(this.btCancle);
  49. this.uiPanel1.Controls.Add(this.btnOk);
  50. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  51. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.uiPanel1.Location = new System.Drawing.Point(0, 280);
  53. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  54. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  55. this.uiPanel1.Name = "uiPanel1";
  56. this.uiPanel1.Size = new System.Drawing.Size(527, 79);
  57. this.uiPanel1.TabIndex = 1;
  58. this.uiPanel1.Text = null;
  59. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  60. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  61. //
  62. // chk_MedInsuShare
  63. //
  64. this.chk_MedInsuShare.Cursor = System.Windows.Forms.Cursors.Hand;
  65. this.chk_MedInsuShare.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.chk_MedInsuShare.Location = new System.Drawing.Point(20, 28);
  67. this.chk_MedInsuShare.MinimumSize = new System.Drawing.Size(1, 1);
  68. this.chk_MedInsuShare.Name = "chk_MedInsuShare";
  69. this.chk_MedInsuShare.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  70. this.chk_MedInsuShare.Size = new System.Drawing.Size(127, 29);
  71. this.chk_MedInsuShare.TabIndex = 35;
  72. this.chk_MedInsuShare.Text = "医嘱共享查询";
  73. this.chk_MedInsuShare.Visible = false;
  74. this.chk_MedInsuShare.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  75. //
  76. // btn_Search
  77. //
  78. this.btn_Search.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  79. this.btn_Search.Cursor = System.Windows.Forms.Cursors.Hand;
  80. this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.btn_Search.Location = new System.Drawing.Point(300, 20);
  82. this.btn_Search.MinimumSize = new System.Drawing.Size(1, 1);
  83. this.btn_Search.Name = "btn_Search";
  84. this.btn_Search.Size = new System.Drawing.Size(109, 45);
  85. this.btn_Search.TabIndex = 2;
  86. this.btn_Search.Text = "查 询";
  87. this.btn_Search.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.btn_Search.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  89. this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
  90. //
  91. // btCancle
  92. //
  93. this.btCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  94. this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  95. this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btCancle.Location = new System.Drawing.Point(411, 20);
  97. this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
  98. this.btCancle.Name = "btCancle";
  99. this.btCancle.Size = new System.Drawing.Size(109, 45);
  100. this.btCancle.TabIndex = 1;
  101. this.btCancle.Text = "放 弃";
  102. this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  104. this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
  105. //
  106. // btnOk
  107. //
  108. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  109. this.btnOk.Cursor = System.Windows.Forms.Cursors.Hand;
  110. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.btnOk.Location = new System.Drawing.Point(189, 20);
  112. this.btnOk.MinimumSize = new System.Drawing.Size(1, 1);
  113. this.btnOk.Name = "btnOk";
  114. this.btnOk.Size = new System.Drawing.Size(109, 45);
  115. this.btnOk.TabIndex = 0;
  116. this.btnOk.Text = "读 卡";
  117. this.btnOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.btnOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  119. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  120. //
  121. // uiPanel2
  122. //
  123. this.uiPanel2.Controls.Add(this.uiRichTextBox1);
  124. this.uiPanel2.Controls.Add(this.cbb_YMYWLX);
  125. this.uiPanel2.Controls.Add(this.uiLabel3);
  126. this.uiPanel2.Controls.Add(this.edt_QrCode);
  127. this.uiPanel2.Controls.Add(this.uiLabel9);
  128. this.uiPanel2.Controls.Add(this.rbgMdtrtCertType);
  129. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  132. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  133. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  134. this.uiPanel2.Name = "uiPanel2";
  135. this.uiPanel2.Size = new System.Drawing.Size(527, 280);
  136. this.uiPanel2.TabIndex = 2;
  137. this.uiPanel2.Text = null;
  138. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  139. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  140. //
  141. // uiRichTextBox1
  142. //
  143. this.uiRichTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  144. this.uiRichTextBox1.FillColor = System.Drawing.Color.White;
  145. this.uiRichTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.uiRichTextBox1.Location = new System.Drawing.Point(0, 212);
  147. this.uiRichTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  148. this.uiRichTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
  149. this.uiRichTextBox1.Name = "uiRichTextBox1";
  150. this.uiRichTextBox1.Padding = new System.Windows.Forms.Padding(2);
  151. this.uiRichTextBox1.ShowText = false;
  152. this.uiRichTextBox1.Size = new System.Drawing.Size(527, 68);
  153. this.uiRichTextBox1.TabIndex = 33;
  154. this.uiRichTextBox1.Text = "如果是无卡病人,请先输入医保号再点击\"查询\"按钮; 如果是有卡病人,请直接点击\"读卡\"按钮";
  155. this.uiRichTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  156. this.uiRichTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  157. //
  158. // cbb_YMYWLX
  159. //
  160. this.cbb_YMYWLX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  161. this.cbb_YMYWLX.DataSource = null;
  162. this.cbb_YMYWLX.Enabled = false;
  163. this.cbb_YMYWLX.FillColor = System.Drawing.Color.White;
  164. this.cbb_YMYWLX.FilterMaxCount = 50;
  165. this.cbb_YMYWLX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.cbb_YMYWLX.Items.AddRange(new object[] {
  167. "01101\t挂号",
  168. "01102\t住院建档",
  169. "01103\t入院登记",
  170. "01104\t缴纳预缴金",
  171. "01201\t问诊",
  172. "01202\t预约检查",
  173. "01203\t检查",
  174. "01204\t治疗",
  175. "01301\t结算",
  176. "01302\t取药",
  177. "01303\t取报告",
  178. "01304\t打印票据和清单",
  179. "01305\t病历材料复印",
  180. "03131\t医疗类APP线上身份认证",
  181. "03132\t医疗类APP线上结算"});
  182. this.cbb_YMYWLX.Location = new System.Drawing.Point(175, 156);
  183. this.cbb_YMYWLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  184. this.cbb_YMYWLX.MinimumSize = new System.Drawing.Size(63, 0);
  185. this.cbb_YMYWLX.Name = "cbb_YMYWLX";
  186. this.cbb_YMYWLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  187. this.cbb_YMYWLX.Size = new System.Drawing.Size(327, 29);
  188. this.cbb_YMYWLX.TabIndex = 26;
  189. this.cbb_YMYWLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  190. this.cbb_YMYWLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  191. //
  192. // uiLabel3
  193. //
  194. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.uiLabel3.Location = new System.Drawing.Point(23, 158);
  196. this.uiLabel3.Name = "uiLabel3";
  197. this.uiLabel3.Size = new System.Drawing.Size(127, 23);
  198. this.uiLabel3.TabIndex = 25;
  199. this.uiLabel3.Text = "用码业务类型";
  200. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  201. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  202. //
  203. // edt_QrCode
  204. //
  205. this.edt_QrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  206. this.edt_QrCode.Cursor = System.Windows.Forms.Cursors.IBeam;
  207. this.edt_QrCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.edt_QrCode.Location = new System.Drawing.Point(175, 107);
  209. this.edt_QrCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  210. this.edt_QrCode.MinimumSize = new System.Drawing.Size(1, 16);
  211. this.edt_QrCode.Name = "edt_QrCode";
  212. this.edt_QrCode.ShowText = false;
  213. this.edt_QrCode.Size = new System.Drawing.Size(327, 29);
  214. this.edt_QrCode.TabIndex = 24;
  215. this.edt_QrCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  216. this.edt_QrCode.Watermark = "";
  217. this.edt_QrCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  218. this.edt_QrCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.edt_QrCode_KeyPress);
  219. //
  220. // uiLabel9
  221. //
  222. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.uiLabel9.Location = new System.Drawing.Point(23, 109);
  224. this.uiLabel9.Name = "uiLabel9";
  225. this.uiLabel9.Size = new System.Drawing.Size(127, 23);
  226. this.uiLabel9.TabIndex = 23;
  227. this.uiLabel9.Text = "二维码/医保号";
  228. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  229. this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  230. //
  231. // rbgMdtrtCertType
  232. //
  233. this.rbgMdtrtCertType.ColumnCount = 3;
  234. this.rbgMdtrtCertType.Dock = System.Windows.Forms.DockStyle.Top;
  235. this.rbgMdtrtCertType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.rbgMdtrtCertType.Items.AddRange(new object[] {
  237. "社保卡",
  238. "电子凭证",
  239. "专用终端采集设备"});
  240. this.rbgMdtrtCertType.ItemSize = new System.Drawing.Size(155, 35);
  241. this.rbgMdtrtCertType.Location = new System.Drawing.Point(0, 0);
  242. this.rbgMdtrtCertType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  243. this.rbgMdtrtCertType.MinimumSize = new System.Drawing.Size(1, 1);
  244. this.rbgMdtrtCertType.Name = "rbgMdtrtCertType";
  245. this.rbgMdtrtCertType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  246. this.rbgMdtrtCertType.Size = new System.Drawing.Size(527, 79);
  247. this.rbgMdtrtCertType.TabIndex = 22;
  248. this.rbgMdtrtCertType.Text = "就诊凭证类型";
  249. this.rbgMdtrtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  250. this.rbgMdtrtCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  251. this.rbgMdtrtCertType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgMdtrtCertType_ValueChanged);
  252. //
  253. // ChooseCard
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.ClientSize = new System.Drawing.Size(527, 359);
  258. this.Controls.Add(this.uiPanel2);
  259. this.Controls.Add(this.uiPanel1);
  260. this.Margin = new System.Windows.Forms.Padding(2);
  261. this.Name = "ChooseCard";
  262. this.Text = "医保读卡";
  263. this.Load += new System.EventHandler(this.ChooseCard_Load);
  264. this.uiPanel1.ResumeLayout(false);
  265. this.uiPanel2.ResumeLayout(false);
  266. this.ResumeLayout(false);
  267. }
  268. #endregion
  269. private Sunny.UI.UIPanel uiPanel1;
  270. private Sunny.UI.UIPanel uiPanel2;
  271. private Sunny.UI.UIButton btCancle;
  272. private Sunny.UI.UIButton btnOk;
  273. private Sunny.UI.UIComboBox cbb_YMYWLX;
  274. private Sunny.UI.UILabel uiLabel3;
  275. private Sunny.UI.UITextBox edt_QrCode;
  276. private Sunny.UI.UILabel uiLabel9;
  277. private Sunny.UI.UIRadioButtonGroup rbgMdtrtCertType;
  278. private Sunny.UI.UIButton btn_Search;
  279. private Sunny.UI.UIRichTextBox uiRichTextBox1;
  280. private Sunny.UI.UICheckBox chk_MedInsuShare;
  281. }
  282. }