MutualAidChooser.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class MutualAidChooser
  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.uiLabel1 = new Sunny.UI.UILabel();
  30. this.cbxInterface = new Sunny.UI.UIComboBox();
  31. this.uiLabel4 = new Sunny.UI.UILabel();
  32. this.tbMutualAidPay = new Sunny.UI.UITextBox();
  33. this.uiLabel3 = new Sunny.UI.UILabel();
  34. this.uiPanel2 = new Sunny.UI.UIPanel();
  35. this.btNO = new Sunny.UI.UIButton();
  36. this.btYes = new Sunny.UI.UIButton();
  37. this.uiPanel1.SuspendLayout();
  38. this.uiPanel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // uiPanel1
  42. //
  43. this.uiPanel1.Controls.Add(this.uiLabel1);
  44. this.uiPanel1.Controls.Add(this.cbxInterface);
  45. this.uiPanel1.Controls.Add(this.uiLabel4);
  46. this.uiPanel1.Controls.Add(this.tbMutualAidPay);
  47. this.uiPanel1.Controls.Add(this.uiLabel3);
  48. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  51. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  52. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  53. this.uiPanel1.Name = "uiPanel1";
  54. this.uiPanel1.Size = new System.Drawing.Size(332, 191);
  55. this.uiPanel1.TabIndex = 0;
  56. this.uiPanel1.Text = null;
  57. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  58. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  59. //
  60. // uiLabel1
  61. //
  62. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.uiLabel1.Location = new System.Drawing.Point(20, 88);
  64. this.uiLabel1.Name = "uiLabel1";
  65. this.uiLabel1.Size = new System.Drawing.Size(295, 53);
  66. this.uiLabel1.TabIndex = 14;
  67. this.uiLabel1.Text = "注意:该窗体选择账户代支授权人的医保归属类别和授权人账户代支金额";
  68. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  69. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  70. //
  71. // cbxInterface
  72. //
  73. this.cbxInterface.DataSource = null;
  74. this.cbxInterface.FillColor = System.Drawing.Color.White;
  75. this.cbxInterface.FilterMaxCount = 50;
  76. this.cbxInterface.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.cbxInterface.ItemHeight = 20;
  78. this.cbxInterface.Items.AddRange(new object[] {
  79. "1",
  80. "2"});
  81. this.cbxInterface.Location = new System.Drawing.Point(109, 14);
  82. this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  83. this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
  84. this.cbxInterface.Name = "cbxInterface";
  85. this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  86. this.cbxInterface.Size = new System.Drawing.Size(206, 25);
  87. this.cbxInterface.TabIndex = 13;
  88. this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  89. this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  90. //
  91. // uiLabel4
  92. //
  93. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.uiLabel4.Location = new System.Drawing.Point(16, 14);
  95. this.uiLabel4.Name = "uiLabel4";
  96. this.uiLabel4.Size = new System.Drawing.Size(86, 23);
  97. this.uiLabel4.TabIndex = 12;
  98. this.uiLabel4.Text = "接口目录";
  99. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  100. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  101. //
  102. // tbMutualAidPay
  103. //
  104. this.tbMutualAidPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  105. this.tbMutualAidPay.DoubleValue = 16D;
  106. this.tbMutualAidPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.tbMutualAidPay.IntValue = 16;
  108. this.tbMutualAidPay.Location = new System.Drawing.Point(109, 53);
  109. this.tbMutualAidPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  110. this.tbMutualAidPay.MinimumSize = new System.Drawing.Size(1, 16);
  111. this.tbMutualAidPay.Name = "tbMutualAidPay";
  112. this.tbMutualAidPay.ShowText = false;
  113. this.tbMutualAidPay.Size = new System.Drawing.Size(206, 25);
  114. this.tbMutualAidPay.TabIndex = 6;
  115. this.tbMutualAidPay.Text = "16";
  116. this.tbMutualAidPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  117. this.tbMutualAidPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  118. //
  119. // uiLabel3
  120. //
  121. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.uiLabel3.Location = new System.Drawing.Point(16, 54);
  123. this.uiLabel3.Name = "uiLabel3";
  124. this.uiLabel3.Size = new System.Drawing.Size(86, 23);
  125. this.uiLabel3.TabIndex = 5;
  126. this.uiLabel3.Text = "代支金额";
  127. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  128. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  129. //
  130. // uiPanel2
  131. //
  132. this.uiPanel2.Controls.Add(this.btNO);
  133. this.uiPanel2.Controls.Add(this.btYes);
  134. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  135. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.uiPanel2.Location = new System.Drawing.Point(0, 146);
  137. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  138. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  139. this.uiPanel2.Name = "uiPanel2";
  140. this.uiPanel2.Size = new System.Drawing.Size(332, 45);
  141. this.uiPanel2.TabIndex = 1;
  142. this.uiPanel2.Text = null;
  143. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  144. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  145. //
  146. // btNO
  147. //
  148. this.btNO.Cursor = System.Windows.Forms.Cursors.Hand;
  149. this.btNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.btNO.Location = new System.Drawing.Point(237, 6);
  151. this.btNO.MinimumSize = new System.Drawing.Size(1, 1);
  152. this.btNO.Name = "btNO";
  153. this.btNO.Size = new System.Drawing.Size(78, 33);
  154. this.btNO.TabIndex = 4;
  155. this.btNO.Text = "放弃";
  156. this.btNO.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.btNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  158. this.btNO.Click += new System.EventHandler(this.btNO_Click);
  159. //
  160. // btYes
  161. //
  162. this.btYes.Cursor = System.Windows.Forms.Cursors.Hand;
  163. this.btYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.btYes.Location = new System.Drawing.Point(142, 6);
  165. this.btYes.MinimumSize = new System.Drawing.Size(1, 1);
  166. this.btYes.Name = "btYes";
  167. this.btYes.Size = new System.Drawing.Size(82, 33);
  168. this.btYes.TabIndex = 3;
  169. this.btYes.Text = "确定";
  170. this.btYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.btYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  172. this.btYes.Click += new System.EventHandler(this.btYes_Click);
  173. //
  174. // MutualAidChooser
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.ClientSize = new System.Drawing.Size(332, 191);
  179. this.Controls.Add(this.uiPanel2);
  180. this.Controls.Add(this.uiPanel1);
  181. this.Name = "MutualAidChooser";
  182. this.Text = "账户代支授权人读卡选择";
  183. this.TopMost = true;
  184. this.uiPanel1.ResumeLayout(false);
  185. this.uiPanel2.ResumeLayout(false);
  186. this.ResumeLayout(false);
  187. }
  188. #endregion
  189. private Sunny.UI.UIPanel uiPanel1;
  190. private Sunny.UI.UIPanel uiPanel2;
  191. private Sunny.UI.UITextBox tbMutualAidPay;
  192. private Sunny.UI.UILabel uiLabel3;
  193. private Sunny.UI.UIButton btYes;
  194. private Sunny.UI.UIButton btNO;
  195. public Sunny.UI.UIComboBox cbxInterface;
  196. private Sunny.UI.UILabel uiLabel4;
  197. private Sunny.UI.UILabel uiLabel1;
  198. }
  199. }