SelfpayPercentForm.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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(158, 55);
  46. this.chkType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  47. this.chkType.MinimumSize = new System.Drawing.Size(63, 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(299, 29);
  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(30, 55);
  60. this.uiLabel1.Name = "uiLabel1";
  61. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  62. this.uiLabel1.TabIndex = 1;
  63. this.uiLabel1.Text = "人群类别:";
  64. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  65. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  66. //
  67. // uiLabel2
  68. //
  69. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.uiLabel2.Location = new System.Drawing.Point(30, 113);
  71. this.uiLabel2.Name = "uiLabel2";
  72. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  73. this.uiLabel2.TabIndex = 1;
  74. this.uiLabel2.Text = "自付比例:";
  75. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  76. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  77. //
  78. // txtPercent
  79. //
  80. this.txtPercent.Cursor = System.Windows.Forms.Cursors.IBeam;
  81. this.txtPercent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.txtPercent.Location = new System.Drawing.Point(158, 113);
  83. this.txtPercent.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  84. this.txtPercent.MinimumSize = new System.Drawing.Size(1, 16);
  85. this.txtPercent.Name = "txtPercent";
  86. this.txtPercent.ShowText = false;
  87. this.txtPercent.Size = new System.Drawing.Size(299, 29);
  88. this.txtPercent.TabIndex = 2;
  89. this.txtPercent.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  90. this.txtPercent.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  91. //
  92. // btnSave
  93. //
  94. this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
  95. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btnSave.Location = new System.Drawing.Point(85, 190);
  97. this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
  98. this.btnSave.Name = "btnSave";
  99. this.btnSave.Size = new System.Drawing.Size(141, 35);
  100. this.btnSave.TabIndex = 3;
  101. this.btnSave.Text = "保存";
  102. this.btnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.btnSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  104. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  105. //
  106. // btnCancel
  107. //
  108. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  109. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.btnCancel.Location = new System.Drawing.Point(316, 190);
  111. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  112. this.btnCancel.Name = "btnCancel";
  113. this.btnCancel.Size = new System.Drawing.Size(141, 35);
  114. this.btnCancel.TabIndex = 3;
  115. this.btnCancel.Text = "关闭";
  116. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  118. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  119. //
  120. // uiLabel3
  121. //
  122. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.uiLabel3.Location = new System.Drawing.Point(30, 9);
  124. this.uiLabel3.Name = "uiLabel3";
  125. this.uiLabel3.Size = new System.Drawing.Size(100, 23);
  126. this.uiLabel3.TabIndex = 1;
  127. this.uiLabel3.Text = "中心编码:";
  128. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  129. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  130. //
  131. // lblCode
  132. //
  133. this.lblCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.lblCode.Location = new System.Drawing.Point(153, 9);
  135. this.lblCode.Name = "lblCode";
  136. this.lblCode.Size = new System.Drawing.Size(304, 23);
  137. this.lblCode.TabIndex = 4;
  138. this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  139. this.lblCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  140. //
  141. // SelfpayPercentForm
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(570, 272);
  146. this.Controls.Add(this.lblCode);
  147. this.Controls.Add(this.btnCancel);
  148. this.Controls.Add(this.btnSave);
  149. this.Controls.Add(this.txtPercent);
  150. this.Controls.Add(this.uiLabel2);
  151. this.Controls.Add(this.uiLabel3);
  152. this.Controls.Add(this.uiLabel1);
  153. this.Controls.Add(this.chkType);
  154. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  155. this.Name = "SelfpayPercentForm";
  156. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  157. this.Text = "自付比例调整";
  158. this.Load += new System.EventHandler(this.SelfpayPercentForm_Load);
  159. this.ResumeLayout(false);
  160. }
  161. #endregion
  162. private Sunny.UI.UIComboBox chkType;
  163. private Sunny.UI.UILabel uiLabel1;
  164. private Sunny.UI.UILabel uiLabel2;
  165. private Sunny.UI.UITextBox txtPercent;
  166. private Sunny.UI.UIButton btnSave;
  167. private Sunny.UI.UIButton btnCancel;
  168. private Sunny.UI.UILabel uiLabel3;
  169. private Sunny.UI.UILabel lblCode;
  170. }
  171. }