MutualAidChooser.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. namespace MedicalInsurance.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.cbxInterface = new Sunny.UI.UIComboBox();
  30. this.uiLabel4 = new Sunny.UI.UILabel();
  31. this.tbMutualAidPay = new Sunny.UI.UITextBox();
  32. this.uiLabel3 = new Sunny.UI.UILabel();
  33. this.uiLabel2 = new Sunny.UI.UILabel();
  34. this.cbSettlFlag = new Sunny.UI.UIComboBox();
  35. this.uiLabel1 = new Sunny.UI.UILabel();
  36. this.cbRelation = new Sunny.UI.UIComboBox();
  37. this.uiPanel2 = new Sunny.UI.UIPanel();
  38. this.btNO = new Sunny.UI.UIButton();
  39. this.btYes = new Sunny.UI.UIButton();
  40. this.uiPanel1.SuspendLayout();
  41. this.uiPanel2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // uiPanel1
  45. //
  46. this.uiPanel1.Controls.Add(this.cbxInterface);
  47. this.uiPanel1.Controls.Add(this.uiLabel4);
  48. this.uiPanel1.Controls.Add(this.tbMutualAidPay);
  49. this.uiPanel1.Controls.Add(this.uiLabel3);
  50. this.uiPanel1.Controls.Add(this.uiLabel2);
  51. this.uiPanel1.Controls.Add(this.cbSettlFlag);
  52. this.uiPanel1.Controls.Add(this.uiLabel1);
  53. this.uiPanel1.Controls.Add(this.cbRelation);
  54. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  57. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  58. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  59. this.uiPanel1.Name = "uiPanel1";
  60. this.uiPanel1.Size = new System.Drawing.Size(332, 279);
  61. this.uiPanel1.TabIndex = 0;
  62. this.uiPanel1.Text = null;
  63. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  64. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  65. //
  66. // cbxInterface
  67. //
  68. this.cbxInterface.DataSource = null;
  69. this.cbxInterface.FillColor = System.Drawing.Color.White;
  70. this.cbxInterface.FilterMaxCount = 50;
  71. this.cbxInterface.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.cbxInterface.ItemHeight = 20;
  73. this.cbxInterface.Items.AddRange(new object[] {
  74. "1",
  75. "2"});
  76. this.cbxInterface.Location = new System.Drawing.Point(109, 24);
  77. this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  78. this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
  79. this.cbxInterface.Name = "cbxInterface";
  80. this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  81. this.cbxInterface.Size = new System.Drawing.Size(206, 25);
  82. this.cbxInterface.TabIndex = 13;
  83. this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  84. this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  85. //
  86. // uiLabel4
  87. //
  88. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.uiLabel4.Location = new System.Drawing.Point(12, 26);
  90. this.uiLabel4.Name = "uiLabel4";
  91. this.uiLabel4.Size = new System.Drawing.Size(86, 23);
  92. this.uiLabel4.TabIndex = 12;
  93. this.uiLabel4.Text = "接口目录";
  94. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  95. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  96. //
  97. // tbMutualAidPay
  98. //
  99. this.tbMutualAidPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  100. this.tbMutualAidPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.tbMutualAidPay.Location = new System.Drawing.Point(109, 181);
  102. this.tbMutualAidPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  103. this.tbMutualAidPay.MinimumSize = new System.Drawing.Size(1, 16);
  104. this.tbMutualAidPay.Name = "tbMutualAidPay";
  105. this.tbMutualAidPay.ShowText = false;
  106. this.tbMutualAidPay.Size = new System.Drawing.Size(206, 25);
  107. this.tbMutualAidPay.TabIndex = 6;
  108. this.tbMutualAidPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  109. this.tbMutualAidPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  110. //
  111. // uiLabel3
  112. //
  113. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.uiLabel3.Location = new System.Drawing.Point(12, 180);
  115. this.uiLabel3.Name = "uiLabel3";
  116. this.uiLabel3.Size = new System.Drawing.Size(86, 23);
  117. this.uiLabel3.TabIndex = 5;
  118. this.uiLabel3.Text = "共济金额";
  119. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  120. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  121. //
  122. // uiLabel2
  123. //
  124. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.uiLabel2.Location = new System.Drawing.Point(12, 134);
  126. this.uiLabel2.Name = "uiLabel2";
  127. this.uiLabel2.Size = new System.Drawing.Size(86, 23);
  128. this.uiLabel2.TabIndex = 3;
  129. this.uiLabel2.Text = "结算类型";
  130. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  131. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  132. //
  133. // cbSettlFlag
  134. //
  135. this.cbSettlFlag.DataSource = null;
  136. this.cbSettlFlag.FillColor = System.Drawing.Color.White;
  137. this.cbSettlFlag.FilterMaxCount = 50;
  138. this.cbSettlFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.cbSettlFlag.Items.AddRange(new object[] {
  140. "00.预结算",
  141. "11.结算"});
  142. this.cbSettlFlag.Location = new System.Drawing.Point(109, 129);
  143. this.cbSettlFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  144. this.cbSettlFlag.MinimumSize = new System.Drawing.Size(63, 0);
  145. this.cbSettlFlag.Name = "cbSettlFlag";
  146. this.cbSettlFlag.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  147. this.cbSettlFlag.Size = new System.Drawing.Size(206, 25);
  148. this.cbSettlFlag.TabIndex = 2;
  149. this.cbSettlFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  150. this.cbSettlFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  151. //
  152. // uiLabel1
  153. //
  154. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.uiLabel1.Location = new System.Drawing.Point(12, 82);
  156. this.uiLabel1.Name = "uiLabel1";
  157. this.uiLabel1.Size = new System.Drawing.Size(86, 23);
  158. this.uiLabel1.TabIndex = 1;
  159. this.uiLabel1.Text = "亲属关系";
  160. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  161. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  162. //
  163. // cbRelation
  164. //
  165. this.cbRelation.DataSource = null;
  166. this.cbRelation.FillColor = System.Drawing.Color.White;
  167. this.cbRelation.FilterMaxCount = 50;
  168. this.cbRelation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.cbRelation.Items.AddRange(new object[] {
  170. "1.父母",
  171. "2.配偶",
  172. "3.子女",
  173. "4.兄弟姐妹",
  174. "5.祖父母",
  175. "6.外祖父母",
  176. "7.孙子女",
  177. "8.外孙子女"});
  178. this.cbRelation.Location = new System.Drawing.Point(109, 77);
  179. this.cbRelation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  180. this.cbRelation.MinimumSize = new System.Drawing.Size(63, 0);
  181. this.cbRelation.Name = "cbRelation";
  182. this.cbRelation.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  183. this.cbRelation.Size = new System.Drawing.Size(206, 25);
  184. this.cbRelation.TabIndex = 0;
  185. this.cbRelation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  186. this.cbRelation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  187. //
  188. // uiPanel2
  189. //
  190. this.uiPanel2.Controls.Add(this.btNO);
  191. this.uiPanel2.Controls.Add(this.btYes);
  192. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  193. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.uiPanel2.Location = new System.Drawing.Point(0, 217);
  195. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  196. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  197. this.uiPanel2.Name = "uiPanel2";
  198. this.uiPanel2.Size = new System.Drawing.Size(332, 62);
  199. this.uiPanel2.TabIndex = 1;
  200. this.uiPanel2.Text = null;
  201. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  202. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  203. //
  204. // btNO
  205. //
  206. this.btNO.Cursor = System.Windows.Forms.Cursors.Hand;
  207. this.btNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.btNO.Location = new System.Drawing.Point(237, 17);
  209. this.btNO.MinimumSize = new System.Drawing.Size(1, 1);
  210. this.btNO.Name = "btNO";
  211. this.btNO.Size = new System.Drawing.Size(78, 33);
  212. this.btNO.TabIndex = 4;
  213. this.btNO.Text = "放弃";
  214. this.btNO.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.btNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  216. this.btNO.Click += new System.EventHandler(this.btNO_Click);
  217. //
  218. // btYes
  219. //
  220. this.btYes.Cursor = System.Windows.Forms.Cursors.Hand;
  221. this.btYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.btYes.Location = new System.Drawing.Point(127, 17);
  223. this.btYes.MinimumSize = new System.Drawing.Size(1, 1);
  224. this.btYes.Name = "btYes";
  225. this.btYes.Size = new System.Drawing.Size(82, 33);
  226. this.btYes.TabIndex = 3;
  227. this.btYes.Text = "确定";
  228. this.btYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.btYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  230. this.btYes.Click += new System.EventHandler(this.btYes_Click);
  231. //
  232. // MutualAidChooser
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.ClientSize = new System.Drawing.Size(332, 279);
  237. this.Controls.Add(this.uiPanel2);
  238. this.Controls.Add(this.uiPanel1);
  239. this.Name = "MutualAidChooser";
  240. this.Text = "共济结算选择框";
  241. this.uiPanel1.ResumeLayout(false);
  242. this.uiPanel2.ResumeLayout(false);
  243. this.ResumeLayout(false);
  244. }
  245. #endregion
  246. private Sunny.UI.UIPanel uiPanel1;
  247. private Sunny.UI.UILabel uiLabel1;
  248. private Sunny.UI.UIComboBox cbRelation;
  249. private Sunny.UI.UIPanel uiPanel2;
  250. private Sunny.UI.UITextBox tbMutualAidPay;
  251. private Sunny.UI.UILabel uiLabel3;
  252. private Sunny.UI.UILabel uiLabel2;
  253. private Sunny.UI.UIComboBox cbSettlFlag;
  254. private Sunny.UI.UIButton btYes;
  255. private Sunny.UI.UIButton btNO;
  256. public Sunny.UI.UIComboBox cbxInterface;
  257. private Sunny.UI.UILabel uiLabel4;
  258. }
  259. }