ChooseCard.designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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.cbBusinessType = new Sunny.UI.UIComboBox();
  34. this.uiLabel3 = new Sunny.UI.UILabel();
  35. this.cbCBD = new Sunny.UI.UIComboBox();
  36. this.uiLabel2 = new Sunny.UI.UILabel();
  37. this.tbID = new Sunny.UI.UITextBox();
  38. this.uiLabel1 = new Sunny.UI.UILabel();
  39. this.rbgOtherProv = new Sunny.UI.UIRadioButtonGroup();
  40. this.uiPanel1.SuspendLayout();
  41. this.uiPanel2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // rbgCardType
  45. //
  46. this.rbgCardType.ColumnCount = 3;
  47. this.rbgCardType.Dock = System.Windows.Forms.DockStyle.Top;
  48. this.rbgCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.rbgCardType.Items.AddRange(new object[] {
  50. "电子凭证",
  51. "身份证",
  52. "社保卡"});
  53. this.rbgCardType.ItemSize = new System.Drawing.Size(180, 35);
  54. this.rbgCardType.Location = new System.Drawing.Point(0, 0);
  55. this.rbgCardType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  56. this.rbgCardType.MinimumSize = new System.Drawing.Size(1, 1);
  57. this.rbgCardType.Name = "rbgCardType";
  58. this.rbgCardType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  59. this.rbgCardType.Size = new System.Drawing.Size(524, 61);
  60. this.rbgCardType.TabIndex = 0;
  61. this.rbgCardType.Text = "卡类型";
  62. this.rbgCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  63. this.rbgCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  64. this.rbgCardType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgCardType_ValueChanged);
  65. //
  66. // uiPanel1
  67. //
  68. this.uiPanel1.Controls.Add(this.btCancle);
  69. this.uiPanel1.Controls.Add(this.btOk);
  70. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  71. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.uiPanel1.Location = new System.Drawing.Point(0, 348);
  73. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  74. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  75. this.uiPanel1.Name = "uiPanel1";
  76. this.uiPanel1.Size = new System.Drawing.Size(524, 90);
  77. this.uiPanel1.TabIndex = 1;
  78. this.uiPanel1.Text = null;
  79. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  80. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  81. //
  82. // btCancle
  83. //
  84. this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  85. this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.btCancle.Location = new System.Drawing.Point(378, 46);
  87. this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
  88. this.btCancle.Name = "btCancle";
  89. this.btCancle.Size = new System.Drawing.Size(100, 35);
  90. this.btCancle.TabIndex = 1;
  91. this.btCancle.Text = "放弃";
  92. this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  94. this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
  95. //
  96. // btOk
  97. //
  98. this.btOk.Cursor = System.Windows.Forms.Cursors.Hand;
  99. this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btOk.Location = new System.Drawing.Point(241, 46);
  101. this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
  102. this.btOk.Name = "btOk";
  103. this.btOk.Size = new System.Drawing.Size(100, 35);
  104. this.btOk.TabIndex = 0;
  105. this.btOk.Text = "确定";
  106. this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.btOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  108. this.btOk.Click += new System.EventHandler(this.btOk_Click);
  109. //
  110. // uiPanel2
  111. //
  112. this.uiPanel2.Controls.Add(this.cbBusinessType);
  113. this.uiPanel2.Controls.Add(this.uiLabel3);
  114. this.uiPanel2.Controls.Add(this.cbCBD);
  115. this.uiPanel2.Controls.Add(this.uiLabel2);
  116. this.uiPanel2.Controls.Add(this.tbID);
  117. this.uiPanel2.Controls.Add(this.uiLabel1);
  118. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.uiPanel2.Location = new System.Drawing.Point(0, 61);
  121. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  122. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  123. this.uiPanel2.Name = "uiPanel2";
  124. this.uiPanel2.Size = new System.Drawing.Size(524, 287);
  125. this.uiPanel2.TabIndex = 2;
  126. this.uiPanel2.Text = null;
  127. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  128. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  129. this.uiPanel2.Click += new System.EventHandler(this.uiPanel2_Click);
  130. //
  131. // cbBusinessType
  132. //
  133. this.cbBusinessType.DataSource = null;
  134. this.cbBusinessType.Enabled = false;
  135. this.cbBusinessType.FillColor = System.Drawing.Color.White;
  136. this.cbBusinessType.FilterMaxCount = 50;
  137. this.cbBusinessType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.cbBusinessType.Items.AddRange(new object[] {
  139. "101 挂号 ",
  140. "102 住院建档 ",
  141. "103 入院登记 ",
  142. "104 缴纳预缴金 ",
  143. "201 问诊 ",
  144. "202 预约检查",
  145. "203 检查 ",
  146. "204 治疗 ",
  147. "301 结算 ",
  148. "302 取药 ",
  149. "303 取报告",
  150. "304 打印票据和清单",
  151. "305 病历材料复印"});
  152. this.cbBusinessType.Location = new System.Drawing.Point(159, 184);
  153. this.cbBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  154. this.cbBusinessType.MinimumSize = new System.Drawing.Size(63, 0);
  155. this.cbBusinessType.Name = "cbBusinessType";
  156. this.cbBusinessType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  157. this.cbBusinessType.Size = new System.Drawing.Size(319, 29);
  158. this.cbBusinessType.TabIndex = 5;
  159. this.cbBusinessType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  160. this.cbBusinessType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  161. //
  162. // uiLabel3
  163. //
  164. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.uiLabel3.Location = new System.Drawing.Point(12, 186);
  166. this.uiLabel3.Name = "uiLabel3";
  167. this.uiLabel3.Size = new System.Drawing.Size(140, 23);
  168. this.uiLabel3.TabIndex = 4;
  169. this.uiLabel3.Text = "用码业务类型";
  170. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  171. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  172. //
  173. // cbCBD
  174. //
  175. this.cbCBD.DataSource = null;
  176. this.cbCBD.FillColor = System.Drawing.Color.White;
  177. this.cbCBD.FilterMaxCount = 50;
  178. this.cbCBD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.cbCBD.Location = new System.Drawing.Point(159, 92);
  180. this.cbCBD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  181. this.cbCBD.MinimumSize = new System.Drawing.Size(63, 0);
  182. this.cbCBD.Name = "cbCBD";
  183. this.cbCBD.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  184. this.cbCBD.Size = new System.Drawing.Size(319, 29);
  185. this.cbCBD.TabIndex = 3;
  186. this.cbCBD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  187. this.cbCBD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  188. //
  189. // uiLabel2
  190. //
  191. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.uiLabel2.Location = new System.Drawing.Point(12, 92);
  193. this.uiLabel2.Name = "uiLabel2";
  194. this.uiLabel2.Size = new System.Drawing.Size(140, 23);
  195. this.uiLabel2.TabIndex = 2;
  196. this.uiLabel2.Text = "参保地";
  197. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  198. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  199. //
  200. // tbID
  201. //
  202. this.tbID.Cursor = System.Windows.Forms.Cursors.IBeam;
  203. this.tbID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.tbID.Location = new System.Drawing.Point(159, 138);
  205. this.tbID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  206. this.tbID.MinimumSize = new System.Drawing.Size(1, 16);
  207. this.tbID.Name = "tbID";
  208. this.tbID.ShowText = false;
  209. this.tbID.Size = new System.Drawing.Size(319, 29);
  210. this.tbID.TabIndex = 1;
  211. this.tbID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  212. this.tbID.Watermark = "手工输入";
  213. this.tbID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  214. //
  215. // uiLabel1
  216. //
  217. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.uiLabel1.Location = new System.Drawing.Point(12, 139);
  219. this.uiLabel1.Name = "uiLabel1";
  220. this.uiLabel1.Size = new System.Drawing.Size(140, 23);
  221. this.uiLabel1.TabIndex = 0;
  222. this.uiLabel1.Text = "身份证号";
  223. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  224. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  225. //
  226. // rbgOtherProv
  227. //
  228. this.rbgOtherProv.ColumnCount = 3;
  229. this.rbgOtherProv.Dock = System.Windows.Forms.DockStyle.Top;
  230. this.rbgOtherProv.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.rbgOtherProv.Items.AddRange(new object[] {
  232. "本地",
  233. "异地"});
  234. this.rbgOtherProv.ItemSize = new System.Drawing.Size(180, 35);
  235. this.rbgOtherProv.Location = new System.Drawing.Point(0, 61);
  236. this.rbgOtherProv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  237. this.rbgOtherProv.MinimumSize = new System.Drawing.Size(1, 1);
  238. this.rbgOtherProv.Name = "rbgOtherProv";
  239. this.rbgOtherProv.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  240. this.rbgOtherProv.Size = new System.Drawing.Size(524, 61);
  241. this.rbgOtherProv.TabIndex = 3;
  242. this.rbgOtherProv.Text = null;
  243. this.rbgOtherProv.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  244. this.rbgOtherProv.Visible = false;
  245. this.rbgOtherProv.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  246. //
  247. // ChooseCard
  248. //
  249. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  251. this.ClientSize = new System.Drawing.Size(524, 438);
  252. this.Controls.Add(this.rbgOtherProv);
  253. this.Controls.Add(this.uiPanel2);
  254. this.Controls.Add(this.uiPanel1);
  255. this.Controls.Add(this.rbgCardType);
  256. this.Margin = new System.Windows.Forms.Padding(2);
  257. this.Name = "ChooseCard";
  258. this.Text = "读卡";
  259. this.Load += new System.EventHandler(this.ChooseCard_Load);
  260. this.uiPanel1.ResumeLayout(false);
  261. this.uiPanel2.ResumeLayout(false);
  262. this.ResumeLayout(false);
  263. }
  264. #endregion
  265. private Sunny.UI.UIRadioButtonGroup rbgCardType;
  266. private Sunny.UI.UIPanel uiPanel1;
  267. private Sunny.UI.UIPanel uiPanel2;
  268. private Sunny.UI.UIRadioButtonGroup rbgOtherProv;
  269. private Sunny.UI.UIComboBox cbCBD;
  270. private Sunny.UI.UILabel uiLabel2;
  271. private Sunny.UI.UITextBox tbID;
  272. private Sunny.UI.UILabel uiLabel1;
  273. private Sunny.UI.UIButton btCancle;
  274. private Sunny.UI.UIButton btOk;
  275. private Sunny.UI.UIComboBox cbBusinessType;
  276. private Sunny.UI.UILabel uiLabel3;
  277. }
  278. }