MutualAidChooser.designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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.tbMutualAidPay = new Sunny.UI.UITextBox();
  30. this.uiLabel3 = new Sunny.UI.UILabel();
  31. this.uiPanel2 = new Sunny.UI.UIPanel();
  32. this.btNO = new Sunny.UI.UIButton();
  33. this.btYes = new Sunny.UI.UIButton();
  34. this.uiPanel1.SuspendLayout();
  35. this.uiPanel2.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // uiPanel1
  39. //
  40. this.uiPanel1.Controls.Add(this.tbMutualAidPay);
  41. this.uiPanel1.Controls.Add(this.uiLabel3);
  42. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  45. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  46. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  47. this.uiPanel1.Name = "uiPanel1";
  48. this.uiPanel1.Size = new System.Drawing.Size(343, 148);
  49. this.uiPanel1.TabIndex = 0;
  50. this.uiPanel1.Text = null;
  51. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  52. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  53. //
  54. // tbMutualAidPay
  55. //
  56. this.tbMutualAidPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  57. this.tbMutualAidPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.tbMutualAidPay.Location = new System.Drawing.Point(113, 34);
  59. this.tbMutualAidPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  60. this.tbMutualAidPay.MinimumSize = new System.Drawing.Size(1, 16);
  61. this.tbMutualAidPay.Name = "tbMutualAidPay";
  62. this.tbMutualAidPay.ShowText = false;
  63. this.tbMutualAidPay.Size = new System.Drawing.Size(206, 25);
  64. this.tbMutualAidPay.TabIndex = 6;
  65. this.tbMutualAidPay.Text = "0";
  66. this.tbMutualAidPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  67. this.tbMutualAidPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  68. //
  69. // uiLabel3
  70. //
  71. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.uiLabel3.Location = new System.Drawing.Point(16, 33);
  73. this.uiLabel3.Name = "uiLabel3";
  74. this.uiLabel3.Size = new System.Drawing.Size(86, 23);
  75. this.uiLabel3.TabIndex = 5;
  76. this.uiLabel3.Text = "共济金额";
  77. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  78. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  79. //
  80. // uiPanel2
  81. //
  82. this.uiPanel2.Controls.Add(this.btNO);
  83. this.uiPanel2.Controls.Add(this.btYes);
  84. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  85. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.uiPanel2.Location = new System.Drawing.Point(0, 86);
  87. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  88. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  89. this.uiPanel2.Name = "uiPanel2";
  90. this.uiPanel2.Size = new System.Drawing.Size(343, 62);
  91. this.uiPanel2.TabIndex = 1;
  92. this.uiPanel2.Text = null;
  93. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  94. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  95. //
  96. // btNO
  97. //
  98. this.btNO.Cursor = System.Windows.Forms.Cursors.Hand;
  99. this.btNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btNO.Location = new System.Drawing.Point(237, 17);
  101. this.btNO.MinimumSize = new System.Drawing.Size(1, 1);
  102. this.btNO.Name = "btNO";
  103. this.btNO.Size = new System.Drawing.Size(78, 33);
  104. this.btNO.TabIndex = 4;
  105. this.btNO.Text = "放弃";
  106. this.btNO.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.btNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  108. this.btNO.Click += new System.EventHandler(this.btNO_Click);
  109. //
  110. // btYes
  111. //
  112. this.btYes.Cursor = System.Windows.Forms.Cursors.Hand;
  113. this.btYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btYes.Location = new System.Drawing.Point(127, 17);
  115. this.btYes.MinimumSize = new System.Drawing.Size(1, 1);
  116. this.btYes.Name = "btYes";
  117. this.btYes.Size = new System.Drawing.Size(82, 33);
  118. this.btYes.TabIndex = 3;
  119. this.btYes.Text = "确定";
  120. this.btYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.btYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  122. this.btYes.Click += new System.EventHandler(this.btYes_Click);
  123. //
  124. // MutualAidChooser
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(343, 148);
  129. this.Controls.Add(this.uiPanel2);
  130. this.Controls.Add(this.uiPanel1);
  131. this.Name = "MutualAidChooser";
  132. this.Text = "共济结算选择框";
  133. this.uiPanel1.ResumeLayout(false);
  134. this.uiPanel2.ResumeLayout(false);
  135. this.ResumeLayout(false);
  136. }
  137. #endregion
  138. private Sunny.UI.UIPanel uiPanel1;
  139. private Sunny.UI.UIPanel uiPanel2;
  140. private Sunny.UI.UITextBox tbMutualAidPay;
  141. private Sunny.UI.UILabel uiLabel3;
  142. private Sunny.UI.UIButton btYes;
  143. private Sunny.UI.UIButton btNO;
  144. }
  145. }