SelfpayPercentForm.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class SelfpayPercentForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.chkType = new Sunny.UI.UIComboBox();
  30. this.uiLabel1 = new Sunny.UI.UILabel();
  31. this.uiLabel2 = new Sunny.UI.UILabel();
  32. this.txtPercent = new Sunny.UI.UITextBox();
  33. this.btnSave = new Sunny.UI.UIButton();
  34. this.btnCancel = new Sunny.UI.UIButton();
  35. this.uiLabel3 = new Sunny.UI.UILabel();
  36. this.lblCode = new Sunny.UI.UILabel();
  37. this.SuspendLayout();
  38. //
  39. // chkType
  40. //
  41. this.chkType.DataSource = null;
  42. this.chkType.FillColor = System.Drawing.Color.White;
  43. this.chkType.FilterMaxCount = 50;
  44. this.chkType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.chkType.Location = new System.Drawing.Point(118, 44);
  46. this.chkType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  47. this.chkType.MinimumSize = new System.Drawing.Size(47, 0);
  48. this.chkType.Name = "chkType";
  49. this.chkType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  50. this.chkType.Size = new System.Drawing.Size(224, 23);
  51. this.chkType.TabIndex = 0;
  52. this.chkType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  53. this.chkType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  54. this.chkType.SelectedIndexChanged += new System.EventHandler(this.chkType_SelectedIndexChanged);
  55. //
  56. // uiLabel1
  57. //
  58. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.uiLabel1.Location = new System.Drawing.Point(22, 44);
  60. this.uiLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  61. this.uiLabel1.Name = "uiLabel1";
  62. this.uiLabel1.Size = new System.Drawing.Size(75, 18);
  63. this.uiLabel1.TabIndex = 1;
  64. this.uiLabel1.Text = "人群类别:";
  65. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  66. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  67. //
  68. // uiLabel2
  69. //
  70. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.uiLabel2.Location = new System.Drawing.Point(22, 90);
  72. this.uiLabel2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  73. this.uiLabel2.Name = "uiLabel2";
  74. this.uiLabel2.Size = new System.Drawing.Size(75, 18);
  75. this.uiLabel2.TabIndex = 1;
  76. this.uiLabel2.Text = "自付比例:";
  77. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  78. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  79. //
  80. // txtPercent
  81. //
  82. this.txtPercent.Cursor = System.Windows.Forms.Cursors.IBeam;
  83. this.txtPercent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.txtPercent.Location = new System.Drawing.Point(118, 90);
  85. this.txtPercent.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  86. this.txtPercent.MinimumSize = new System.Drawing.Size(1, 13);
  87. this.txtPercent.Name = "txtPercent";
  88. this.txtPercent.ShowText = false;
  89. this.txtPercent.Size = new System.Drawing.Size(224, 23);
  90. this.txtPercent.TabIndex = 2;
  91. this.txtPercent.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  92. this.txtPercent.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  93. //
  94. // btnSave
  95. //
  96. this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
  97. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.btnSave.Location = new System.Drawing.Point(64, 152);
  99. this.btnSave.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  100. this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
  101. this.btnSave.Name = "btnSave";
  102. this.btnSave.Size = new System.Drawing.Size(106, 28);
  103. this.btnSave.TabIndex = 3;
  104. this.btnSave.Text = "保存";
  105. this.btnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.btnSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  107. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  108. //
  109. // btnCancel
  110. //
  111. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  112. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.btnCancel.Location = new System.Drawing.Point(237, 152);
  114. this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  115. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  116. this.btnCancel.Name = "btnCancel";
  117. this.btnCancel.Size = new System.Drawing.Size(106, 28);
  118. this.btnCancel.TabIndex = 3;
  119. this.btnCancel.Text = "关闭";
  120. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  122. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  123. //
  124. // uiLabel3
  125. //
  126. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.uiLabel3.Location = new System.Drawing.Point(22, 7);
  128. this.uiLabel3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  129. this.uiLabel3.Name = "uiLabel3";
  130. this.uiLabel3.Size = new System.Drawing.Size(75, 18);
  131. this.uiLabel3.TabIndex = 1;
  132. this.uiLabel3.Text = "中心编码:";
  133. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  134. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  135. //
  136. // lblCode
  137. //
  138. this.lblCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.lblCode.Location = new System.Drawing.Point(115, 7);
  140. this.lblCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  141. this.lblCode.Name = "lblCode";
  142. this.lblCode.Size = new System.Drawing.Size(228, 18);
  143. this.lblCode.TabIndex = 4;
  144. this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  145. this.lblCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  146. //
  147. // SelfpayPercentForm
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(596, 243);
  152. this.Controls.Add(this.lblCode);
  153. this.Controls.Add(this.btnCancel);
  154. this.Controls.Add(this.btnSave);
  155. this.Controls.Add(this.txtPercent);
  156. this.Controls.Add(this.uiLabel2);
  157. this.Controls.Add(this.uiLabel3);
  158. this.Controls.Add(this.uiLabel1);
  159. this.Controls.Add(this.chkType);
  160. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  161. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  162. this.Name = "SelfpayPercentForm";
  163. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  164. this.Text = "自付比例调整";
  165. this.Load += new System.EventHandler(this.SelfpayPercentForm_Load);
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. private Sunny.UI.UIComboBox chkType;
  170. private Sunny.UI.UILabel uiLabel1;
  171. private Sunny.UI.UILabel uiLabel2;
  172. private Sunny.UI.UITextBox txtPercent;
  173. private Sunny.UI.UIButton btnSave;
  174. private Sunny.UI.UIButton btnCancel;
  175. private Sunny.UI.UILabel uiLabel3;
  176. private Sunny.UI.UILabel lblCode;
  177. }
  178. }