MedInsuFee.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class MedInsuFee
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.uiPanel1 = new Sunny.UI.UIPanel();
  35. this.dgvMedInsuFee = new Sunny.UI.UIDataGridView();
  36. this.uiPanel2 = new Sunny.UI.UIPanel();
  37. this.btnOK = new Sunny.UI.UIButton();
  38. this.uiPanel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgvMedInsuFee)).BeginInit();
  40. this.uiPanel2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // uiPanel1
  44. //
  45. this.uiPanel1.Controls.Add(this.dgvMedInsuFee);
  46. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  49. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  50. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  51. this.uiPanel1.Name = "uiPanel1";
  52. this.uiPanel1.Size = new System.Drawing.Size(1271, 402);
  53. this.uiPanel1.TabIndex = 0;
  54. this.uiPanel1.Text = "uiPanel1";
  55. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  56. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  57. //
  58. // dgvMedInsuFee
  59. //
  60. this.dgvMedInsuFee.AllowUserToAddRows = false;
  61. this.dgvMedInsuFee.AllowUserToDeleteRows = false;
  62. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  63. this.dgvMedInsuFee.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  64. this.dgvMedInsuFee.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  65. this.dgvMedInsuFee.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  66. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  67. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  68. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  70. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  71. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  72. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  73. this.dgvMedInsuFee.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  74. this.dgvMedInsuFee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  75. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  76. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  77. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  79. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  80. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  81. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  82. this.dgvMedInsuFee.DefaultCellStyle = dataGridViewCellStyle3;
  83. this.dgvMedInsuFee.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.dgvMedInsuFee.EnableHeadersVisualStyles = false;
  85. this.dgvMedInsuFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.dgvMedInsuFee.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  87. this.dgvMedInsuFee.Location = new System.Drawing.Point(0, 0);
  88. this.dgvMedInsuFee.Name = "dgvMedInsuFee";
  89. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  90. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  91. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  93. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  94. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  95. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  96. this.dgvMedInsuFee.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  97. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  98. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  100. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  101. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  102. this.dgvMedInsuFee.RowsDefaultCellStyle = dataGridViewCellStyle5;
  103. this.dgvMedInsuFee.RowTemplate.Height = 23;
  104. this.dgvMedInsuFee.SelectedIndex = -1;
  105. this.dgvMedInsuFee.Size = new System.Drawing.Size(1271, 402);
  106. this.dgvMedInsuFee.TabIndex = 0;
  107. this.dgvMedInsuFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  108. //
  109. // uiPanel2
  110. //
  111. this.uiPanel2.Controls.Add(this.btnOK);
  112. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  113. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.uiPanel2.Location = new System.Drawing.Point(0, 338);
  115. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  116. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  117. this.uiPanel2.Name = "uiPanel2";
  118. this.uiPanel2.Size = new System.Drawing.Size(1271, 64);
  119. this.uiPanel2.TabIndex = 1;
  120. this.uiPanel2.Text = null;
  121. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  122. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  123. //
  124. // btnOK
  125. //
  126. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  127. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  128. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 13F);
  129. this.btnOK.Location = new System.Drawing.Point(1140, 6);
  130. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  131. this.btnOK.Name = "btnOK";
  132. this.btnOK.Size = new System.Drawing.Size(126, 52);
  133. this.btnOK.TabIndex = 55;
  134. this.btnOK.Text = "确 定";
  135. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  137. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  138. //
  139. // MedInsuFee
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(1271, 402);
  144. this.Controls.Add(this.uiPanel2);
  145. this.Controls.Add(this.uiPanel1);
  146. this.Name = "MedInsuFee";
  147. this.Text = "医保返回费用明细信息";
  148. this.Load += new System.EventHandler(this.MedInsuFee_Load);
  149. this.uiPanel1.ResumeLayout(false);
  150. ((System.ComponentModel.ISupportInitialize)(this.dgvMedInsuFee)).EndInit();
  151. this.uiPanel2.ResumeLayout(false);
  152. this.ResumeLayout(false);
  153. }
  154. #endregion
  155. private Sunny.UI.UIPanel uiPanel1;
  156. private Sunny.UI.UIDataGridView dgvMedInsuFee;
  157. private Sunny.UI.UIPanel uiPanel2;
  158. private Sunny.UI.UIButton btnOK;
  159. }
  160. }