ChooseCard.designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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.btCancle = new Sunny.UI.UIButton();
  30. this.btOk = new Sunny.UI.UIButton();
  31. this.uiPanel2 = new Sunny.UI.UIPanel();
  32. this.cbCardType = new Sunny.UI.UIComboBox();
  33. this.uiLabel5 = new Sunny.UI.UILabel();
  34. this.rbGuiYang = new System.Windows.Forms.RadioButton();
  35. this.rbGuiZhou = new System.Windows.Forms.RadioButton();
  36. this.rbGongShang = new System.Windows.Forms.RadioButton();
  37. this.uiPanel1.SuspendLayout();
  38. this.uiPanel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // uiPanel1
  42. //
  43. this.uiPanel1.Controls.Add(this.btCancle);
  44. this.uiPanel1.Controls.Add(this.btOk);
  45. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  46. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.uiPanel1.Location = new System.Drawing.Point(0, 115);
  48. this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  49. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  50. this.uiPanel1.Name = "uiPanel1";
  51. this.uiPanel1.Size = new System.Drawing.Size(508, 69);
  52. this.uiPanel1.TabIndex = 1;
  53. this.uiPanel1.Text = null;
  54. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  55. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  56. //
  57. // btCancle
  58. //
  59. this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
  60. this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.btCancle.Location = new System.Drawing.Point(382, 22);
  62. this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
  63. this.btCancle.Name = "btCancle";
  64. this.btCancle.Size = new System.Drawing.Size(100, 35);
  65. this.btCancle.TabIndex = 1;
  66. this.btCancle.Text = "放弃";
  67. this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  69. this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
  70. //
  71. // btOk
  72. //
  73. this.btOk.Cursor = System.Windows.Forms.Cursors.Hand;
  74. this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.btOk.Location = new System.Drawing.Point(244, 22);
  76. this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
  77. this.btOk.Name = "btOk";
  78. this.btOk.Size = new System.Drawing.Size(100, 35);
  79. this.btOk.TabIndex = 0;
  80. this.btOk.Text = "确定";
  81. this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.btOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  83. this.btOk.Click += new System.EventHandler(this.btOk_Click);
  84. //
  85. // uiPanel2
  86. //
  87. this.uiPanel2.Controls.Add(this.rbGongShang);
  88. this.uiPanel2.Controls.Add(this.rbGuiZhou);
  89. this.uiPanel2.Controls.Add(this.rbGuiYang);
  90. this.uiPanel2.Controls.Add(this.cbCardType);
  91. this.uiPanel2.Controls.Add(this.uiLabel5);
  92. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.uiPanel2.Location = new System.Drawing.Point(0, 0);
  95. this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  96. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  97. this.uiPanel2.Name = "uiPanel2";
  98. this.uiPanel2.Size = new System.Drawing.Size(508, 115);
  99. this.uiPanel2.TabIndex = 2;
  100. this.uiPanel2.Text = null;
  101. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  102. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  103. //
  104. // cbCardType
  105. //
  106. this.cbCardType.DataSource = null;
  107. this.cbCardType.FillColor = System.Drawing.Color.White;
  108. this.cbCardType.FilterMaxCount = 50;
  109. this.cbCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.cbCardType.Items.AddRange(new object[] {
  111. "01.药店结算",
  112. "02.门诊结算",
  113. "03.住院结算",
  114. "04.身份识别",
  115. "05.结算回退"});
  116. this.cbCardType.Location = new System.Drawing.Point(153, 22);
  117. this.cbCardType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  118. this.cbCardType.MinimumSize = new System.Drawing.Size(63, 0);
  119. this.cbCardType.Name = "cbCardType";
  120. this.cbCardType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  121. this.cbCardType.Size = new System.Drawing.Size(319, 29);
  122. this.cbCardType.TabIndex = 9;
  123. this.cbCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  124. this.cbCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  125. //
  126. // uiLabel5
  127. //
  128. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.uiLabel5.Location = new System.Drawing.Point(31, 22);
  130. this.uiLabel5.Name = "uiLabel5";
  131. this.uiLabel5.Size = new System.Drawing.Size(140, 23);
  132. this.uiLabel5.TabIndex = 8;
  133. this.uiLabel5.Text = "支付操作类别";
  134. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  135. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  136. //
  137. // rbGuiYang
  138. //
  139. this.rbGuiYang.AutoSize = true;
  140. this.rbGuiYang.Location = new System.Drawing.Point(35, 73);
  141. this.rbGuiYang.Name = "rbGuiYang";
  142. this.rbGuiYang.Size = new System.Drawing.Size(76, 25);
  143. this.rbGuiYang.TabIndex = 10;
  144. this.rbGuiYang.TabStop = true;
  145. this.rbGuiYang.Text = "市本级";
  146. this.rbGuiYang.UseVisualStyleBackColor = true;
  147. //
  148. // rbGuiZhou
  149. //
  150. this.rbGuiZhou.AutoSize = true;
  151. this.rbGuiZhou.Location = new System.Drawing.Point(184, 73);
  152. this.rbGuiZhou.Name = "rbGuiZhou";
  153. this.rbGuiZhou.Size = new System.Drawing.Size(76, 25);
  154. this.rbGuiZhou.TabIndex = 11;
  155. this.rbGuiZhou.TabStop = true;
  156. this.rbGuiZhou.Text = "省本级";
  157. this.rbGuiZhou.UseVisualStyleBackColor = true;
  158. //
  159. // rbGongShang
  160. //
  161. this.rbGongShang.AutoSize = true;
  162. this.rbGongShang.Location = new System.Drawing.Point(344, 73);
  163. this.rbGongShang.Name = "rbGongShang";
  164. this.rbGongShang.Size = new System.Drawing.Size(60, 25);
  165. this.rbGongShang.TabIndex = 12;
  166. this.rbGongShang.TabStop = true;
  167. this.rbGongShang.Text = "工伤";
  168. this.rbGongShang.UseVisualStyleBackColor = true;
  169. //
  170. // ChooseCard
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.ClientSize = new System.Drawing.Size(508, 184);
  175. this.Controls.Add(this.uiPanel2);
  176. this.Controls.Add(this.uiPanel1);
  177. this.Margin = new System.Windows.Forms.Padding(2);
  178. this.Name = "ChooseCard";
  179. this.Text = "读卡";
  180. this.uiPanel1.ResumeLayout(false);
  181. this.uiPanel2.ResumeLayout(false);
  182. this.uiPanel2.PerformLayout();
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private Sunny.UI.UIPanel uiPanel1;
  187. private Sunny.UI.UIPanel uiPanel2;
  188. private Sunny.UI.UIButton btCancle;
  189. private Sunny.UI.UIButton btOk;
  190. public Sunny.UI.UIComboBox cbCardType;
  191. private Sunny.UI.UILabel uiLabel5;
  192. private System.Windows.Forms.RadioButton rbGongShang;
  193. private System.Windows.Forms.RadioButton rbGuiZhou;
  194. private System.Windows.Forms.RadioButton rbGuiYang;
  195. }
  196. }