ChooseCard.designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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.btnUpdatePassWord = new Sunny.UI.UIButton();
  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.rbWorkerInsu = new Sunny.UI.UIRadioButton();
  36. this.rbBaseInsu = new Sunny.UI.UIRadioButton();
  37. this.uiPanel1.SuspendLayout();
  38. this.uiPanel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // uiPanel1
  42. //
  43. this.uiPanel1.Controls.Add(this.btnUpdatePassWord);
  44. this.uiPanel1.Controls.Add(this.btCancle);
  45. this.uiPanel1.Controls.Add(this.btOk);
  46. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  47. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.uiPanel1.Location = new System.Drawing.Point(0, 102);
  49. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  50. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  51. this.uiPanel1.Name = "uiPanel1";
  52. this.uiPanel1.Size = new System.Drawing.Size(538, 62);
  53. this.uiPanel1.TabIndex = 1;
  54. this.uiPanel1.Text = null;
  55. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  56. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  57. //
  58. // btnUpdatePassWord
  59. //
  60. this.btnUpdatePassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  61. this.btnUpdatePassWord.Cursor = System.Windows.Forms.Cursors.Hand;
  62. this.btnUpdatePassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.btnUpdatePassWord.Location = new System.Drawing.Point(10, 9);
  64. this.btnUpdatePassWord.MinimumSize = new System.Drawing.Size(1, 1);
  65. this.btnUpdatePassWord.Name = "btnUpdatePassWord";
  66. this.btnUpdatePassWord.Size = new System.Drawing.Size(158, 41);
  67. this.btnUpdatePassWord.TabIndex = 2;
  68. this.btnUpdatePassWord.Text = "修改社保卡密码";
  69. this.btnUpdatePassWord.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.btnUpdatePassWord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  71. this.btnUpdatePassWord.Click += new System.EventHandler(this.uiButton1_Click);
  72. //
  73. // btCancle
  74. //
  75. this.btCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  76. this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  77. this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.btCancle.Location = new System.Drawing.Point(388, 9);
  79. this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
  80. this.btCancle.Name = "btCancle";
  81. this.btCancle.Size = new System.Drawing.Size(109, 41);
  82. this.btCancle.TabIndex = 1;
  83. this.btCancle.Text = "放弃";
  84. this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  86. this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
  87. //
  88. // btOk
  89. //
  90. this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  91. this.btOk.Cursor = System.Windows.Forms.Cursors.Hand;
  92. this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.btOk.Location = new System.Drawing.Point(270, 9);
  94. this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
  95. this.btOk.Name = "btOk";
  96. this.btOk.Size = new System.Drawing.Size(109, 41);
  97. this.btOk.TabIndex = 0;
  98. this.btOk.Text = "确定";
  99. this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  101. this.btOk.Click += new System.EventHandler(this.btOk_Click);
  102. //
  103. // uiPanel2
  104. //
  105. this.uiPanel2.Controls.Add(this.rbBaseInsu);
  106. this.uiPanel2.Controls.Add(this.rbWorkerInsu);
  107. this.uiPanel2.Controls.Add(this.cbBusinessType);
  108. this.uiPanel2.Controls.Add(this.uiLabel3);
  109. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  112. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  113. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  114. this.uiPanel2.Name = "uiPanel2";
  115. this.uiPanel2.Size = new System.Drawing.Size(538, 102);
  116. this.uiPanel2.TabIndex = 2;
  117. this.uiPanel2.Text = null;
  118. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  119. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  120. //
  121. // cbBusinessType
  122. //
  123. this.cbBusinessType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  124. | System.Windows.Forms.AnchorStyles.Left)));
  125. this.cbBusinessType.DataSource = null;
  126. this.cbBusinessType.FillColor = System.Drawing.Color.White;
  127. this.cbBusinessType.FilterMaxCount = 50;
  128. this.cbBusinessType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.cbBusinessType.Items.AddRange(new object[] {
  130. "101 挂号 ",
  131. "102 住院建档 ",
  132. "103 入院登记 ",
  133. "104 缴纳预缴金 ",
  134. "201 问诊 ",
  135. "202 预约检查",
  136. "203 检查 ",
  137. "204 治疗 ",
  138. "301 结算 ",
  139. "302 取药 ",
  140. "303 取报告",
  141. "304 打印票据和清单",
  142. "305 病历材料复印"});
  143. this.cbBusinessType.Location = new System.Drawing.Point(197, 24);
  144. this.cbBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  145. this.cbBusinessType.MinimumSize = new System.Drawing.Size(63, 0);
  146. this.cbBusinessType.Name = "cbBusinessType";
  147. this.cbBusinessType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  148. this.cbBusinessType.Size = new System.Drawing.Size(300, 29);
  149. this.cbBusinessType.TabIndex = 5;
  150. this.cbBusinessType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  151. this.cbBusinessType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  152. //
  153. // uiLabel3
  154. //
  155. this.uiLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  156. | System.Windows.Forms.AnchorStyles.Left)));
  157. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.uiLabel3.Location = new System.Drawing.Point(33, 24);
  159. this.uiLabel3.Name = "uiLabel3";
  160. this.uiLabel3.Size = new System.Drawing.Size(140, 23);
  161. this.uiLabel3.TabIndex = 4;
  162. this.uiLabel3.Text = "用码业务类型";
  163. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  164. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  165. //
  166. // rbWorkerInsu
  167. //
  168. this.rbWorkerInsu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)));
  170. this.rbWorkerInsu.Cursor = System.Windows.Forms.Cursors.Hand;
  171. this.rbWorkerInsu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.rbWorkerInsu.Location = new System.Drawing.Point(197, 62);
  173. this.rbWorkerInsu.MinimumSize = new System.Drawing.Size(1, 1);
  174. this.rbWorkerInsu.Name = "rbWorkerInsu";
  175. this.rbWorkerInsu.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  176. this.rbWorkerInsu.Size = new System.Drawing.Size(150, 29);
  177. this.rbWorkerInsu.TabIndex = 6;
  178. this.rbWorkerInsu.Text = "工伤";
  179. this.rbWorkerInsu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  180. //
  181. // rbBaseInsu
  182. //
  183. this.rbBaseInsu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  184. | System.Windows.Forms.AnchorStyles.Left)));
  185. this.rbBaseInsu.Cursor = System.Windows.Forms.Cursors.Hand;
  186. this.rbBaseInsu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.rbBaseInsu.Location = new System.Drawing.Point(37, 61);
  188. this.rbBaseInsu.MinimumSize = new System.Drawing.Size(1, 1);
  189. this.rbBaseInsu.Name = "rbBaseInsu";
  190. this.rbBaseInsu.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  191. this.rbBaseInsu.Size = new System.Drawing.Size(150, 29);
  192. this.rbBaseInsu.TabIndex = 7;
  193. this.rbBaseInsu.Text = "医保";
  194. this.rbBaseInsu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  195. //
  196. // ChooseCard
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.ClientSize = new System.Drawing.Size(538, 164);
  201. this.Controls.Add(this.uiPanel2);
  202. this.Controls.Add(this.uiPanel1);
  203. this.Margin = new System.Windows.Forms.Padding(2);
  204. this.Name = "ChooseCard";
  205. this.Text = "医保读卡";
  206. this.Load += new System.EventHandler(this.ChooseCard_Load);
  207. this.uiPanel1.ResumeLayout(false);
  208. this.uiPanel2.ResumeLayout(false);
  209. this.ResumeLayout(false);
  210. }
  211. #endregion
  212. private Sunny.UI.UIPanel uiPanel1;
  213. private Sunny.UI.UIPanel uiPanel2;
  214. private Sunny.UI.UIButton btCancle;
  215. private Sunny.UI.UIButton btOk;
  216. private Sunny.UI.UILabel uiLabel3;
  217. private Sunny.UI.UIButton btnUpdatePassWord;
  218. private Sunny.UI.UIComboBox cbBusinessType;
  219. private Sunny.UI.UIRadioButton rbBaseInsu;
  220. private Sunny.UI.UIRadioButton rbWorkerInsu;
  221. }
  222. }