LimitPriceAndSelfpayPropInfo.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. 
  2. namespace PTMedicalInsurance.Forms.BasicDatas
  3. {
  4. partial class LimitPriceAndSelfpayPropInfo
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.uiPanel5 = new Sunny.UI.UIPanel();
  40. this.btnOK = new Sunny.UI.UIButton();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.groupBox2 = new System.Windows.Forms.GroupBox();
  43. this.dgvSelfPayProp = new Sunny.UI.UIDataGridView();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.dgvLimitPrice = new Sunny.UI.UIDataGridView();
  46. this.uiPanel5.SuspendLayout();
  47. this.panel1.SuspendLayout();
  48. this.groupBox2.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvSelfPayProp)).BeginInit();
  50. this.groupBox1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvLimitPrice)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // uiPanel5
  55. //
  56. this.uiPanel5.Controls.Add(this.btnOK);
  57. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  58. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.uiPanel5.Location = new System.Drawing.Point(0, 596);
  60. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  61. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  62. this.uiPanel5.Name = "uiPanel5";
  63. this.uiPanel5.Size = new System.Drawing.Size(1502, 115);
  64. this.uiPanel5.TabIndex = 4;
  65. this.uiPanel5.Text = null;
  66. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  67. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  68. //
  69. // btnOK
  70. //
  71. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  74. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.btnOK.Location = new System.Drawing.Point(1261, 23);
  76. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  77. this.btnOK.Name = "btnOK";
  78. this.btnOK.Size = new System.Drawing.Size(148, 61);
  79. this.btnOK.TabIndex = 24;
  80. this.btnOK.Text = "确定";
  81. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  83. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  84. //
  85. // panel1
  86. //
  87. this.panel1.Controls.Add(this.groupBox2);
  88. this.panel1.Controls.Add(this.groupBox1);
  89. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.panel1.Location = new System.Drawing.Point(0, 0);
  91. this.panel1.Name = "panel1";
  92. this.panel1.Size = new System.Drawing.Size(1502, 596);
  93. this.panel1.TabIndex = 5;
  94. //
  95. // groupBox2
  96. //
  97. this.groupBox2.Controls.Add(this.dgvSelfPayProp);
  98. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.groupBox2.Location = new System.Drawing.Point(0, 314);
  100. this.groupBox2.Name = "groupBox2";
  101. this.groupBox2.Size = new System.Drawing.Size(1502, 282);
  102. this.groupBox2.TabIndex = 1;
  103. this.groupBox2.TabStop = false;
  104. this.groupBox2.Text = "自付比例信息";
  105. //
  106. // dgvSelfPayProp
  107. //
  108. this.dgvSelfPayProp.AllowUserToAddRows = false;
  109. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  110. this.dgvSelfPayProp.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  111. this.dgvSelfPayProp.BackgroundColor = System.Drawing.Color.White;
  112. this.dgvSelfPayProp.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  113. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  114. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  115. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  117. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  118. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  119. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.dgvSelfPayProp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  121. this.dgvSelfPayProp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  122. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  123. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  124. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  126. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  127. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  128. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  129. this.dgvSelfPayProp.DefaultCellStyle = dataGridViewCellStyle13;
  130. this.dgvSelfPayProp.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.dgvSelfPayProp.EnableHeadersVisualStyles = false;
  132. this.dgvSelfPayProp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.dgvSelfPayProp.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  134. this.dgvSelfPayProp.Location = new System.Drawing.Point(3, 17);
  135. this.dgvSelfPayProp.Name = "dgvSelfPayProp";
  136. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  138. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  140. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  141. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
  142. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  143. this.dgvSelfPayProp.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  144. this.dgvSelfPayProp.RowHeadersWidth = 51;
  145. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  146. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.dgvSelfPayProp.RowsDefaultCellStyle = dataGridViewCellStyle15;
  148. this.dgvSelfPayProp.RowTemplate.Height = 23;
  149. this.dgvSelfPayProp.SelectedIndex = -1;
  150. this.dgvSelfPayProp.Size = new System.Drawing.Size(1496, 262);
  151. this.dgvSelfPayProp.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  152. this.dgvSelfPayProp.TabIndex = 3;
  153. this.dgvSelfPayProp.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  154. //
  155. // groupBox1
  156. //
  157. this.groupBox1.Controls.Add(this.dgvLimitPrice);
  158. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  159. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  160. this.groupBox1.Name = "groupBox1";
  161. this.groupBox1.Size = new System.Drawing.Size(1502, 314);
  162. this.groupBox1.TabIndex = 0;
  163. this.groupBox1.TabStop = false;
  164. this.groupBox1.Text = "限价信息";
  165. //
  166. // dgvLimitPrice
  167. //
  168. this.dgvLimitPrice.AllowUserToAddRows = false;
  169. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  170. this.dgvLimitPrice.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  171. this.dgvLimitPrice.BackgroundColor = System.Drawing.Color.White;
  172. this.dgvLimitPrice.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  173. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  174. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  175. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  177. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  178. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  179. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  180. this.dgvLimitPrice.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  181. this.dgvLimitPrice.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  182. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  183. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
  184. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
  186. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  187. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  188. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  189. this.dgvLimitPrice.DefaultCellStyle = dataGridViewCellStyle18;
  190. this.dgvLimitPrice.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.dgvLimitPrice.EnableHeadersVisualStyles = false;
  192. this.dgvLimitPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.dgvLimitPrice.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  194. this.dgvLimitPrice.Location = new System.Drawing.Point(3, 17);
  195. this.dgvLimitPrice.Name = "dgvLimitPrice";
  196. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  197. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  198. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  200. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  201. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
  202. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  203. this.dgvLimitPrice.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  204. this.dgvLimitPrice.RowHeadersWidth = 51;
  205. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  206. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.dgvLimitPrice.RowsDefaultCellStyle = dataGridViewCellStyle20;
  208. this.dgvLimitPrice.RowTemplate.Height = 23;
  209. this.dgvLimitPrice.SelectedIndex = -1;
  210. this.dgvLimitPrice.Size = new System.Drawing.Size(1496, 294);
  211. this.dgvLimitPrice.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  212. this.dgvLimitPrice.TabIndex = 3;
  213. this.dgvLimitPrice.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  214. //
  215. // LimitPriceAndSelfpayPropInfo
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.ClientSize = new System.Drawing.Size(1502, 711);
  220. this.Controls.Add(this.panel1);
  221. this.Controls.Add(this.uiPanel5);
  222. this.Name = "LimitPriceAndSelfpayPropInfo";
  223. this.Text = "LimitPriceAndSelfpayPropInfo";
  224. this.Shown += new System.EventHandler(this.LimitPriceAndSelfpayPropInfo_Shown);
  225. this.uiPanel5.ResumeLayout(false);
  226. this.panel1.ResumeLayout(false);
  227. this.groupBox2.ResumeLayout(false);
  228. ((System.ComponentModel.ISupportInitialize)(this.dgvSelfPayProp)).EndInit();
  229. this.groupBox1.ResumeLayout(false);
  230. ((System.ComponentModel.ISupportInitialize)(this.dgvLimitPrice)).EndInit();
  231. this.ResumeLayout(false);
  232. }
  233. #endregion
  234. private Sunny.UI.UIPanel uiPanel5;
  235. private Sunny.UI.UIButton btnOK;
  236. private System.Windows.Forms.Panel panel1;
  237. private System.Windows.Forms.GroupBox groupBox2;
  238. private Sunny.UI.UIDataGridView dgvSelfPayProp;
  239. private System.Windows.Forms.GroupBox groupBox1;
  240. private Sunny.UI.UIDataGridView dgvLimitPrice;
  241. }
  242. }