PrescriptionForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class PrescriptionForm
  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.txtNo = new Sunny.UI.UITextBox();
  35. this.txtName = new Sunny.UI.UITextBox();
  36. this.uiLabel2 = new Sunny.UI.UILabel();
  37. this.uiLabel1 = new Sunny.UI.UILabel();
  38. this.dgvHistory = new Sunny.UI.UIDataGridView();
  39. this.uiPanel1 = new Sunny.UI.UIPanel();
  40. ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();
  41. this.uiPanel1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // txtNo
  45. //
  46. this.txtNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  47. this.txtNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.txtNo.Location = new System.Drawing.Point(731, 30);
  49. this.txtNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  50. this.txtNo.MinimumSize = new System.Drawing.Size(1, 16);
  51. this.txtNo.Name = "txtNo";
  52. this.txtNo.ShowText = false;
  53. this.txtNo.Size = new System.Drawing.Size(327, 33);
  54. this.txtNo.TabIndex = 17;
  55. this.txtNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  56. this.txtNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  57. //
  58. // txtName
  59. //
  60. this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
  61. this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.txtName.Location = new System.Drawing.Point(228, 30);
  63. this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  64. this.txtName.MinimumSize = new System.Drawing.Size(1, 16);
  65. this.txtName.Name = "txtName";
  66. this.txtName.ShowText = false;
  67. this.txtName.Size = new System.Drawing.Size(267, 33);
  68. this.txtName.TabIndex = 16;
  69. this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  70. this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  71. //
  72. // uiLabel2
  73. //
  74. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.uiLabel2.Location = new System.Drawing.Point(579, 30);
  76. this.uiLabel2.Name = "uiLabel2";
  77. this.uiLabel2.Size = new System.Drawing.Size(130, 33);
  78. this.uiLabel2.TabIndex = 15;
  79. this.uiLabel2.Text = "身份证号码";
  80. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  81. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  82. //
  83. // uiLabel1
  84. //
  85. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.uiLabel1.Location = new System.Drawing.Point(64, 30);
  87. this.uiLabel1.Name = "uiLabel1";
  88. this.uiLabel1.Size = new System.Drawing.Size(131, 33);
  89. this.uiLabel1.TabIndex = 14;
  90. this.uiLabel1.Text = "病人姓名:";
  91. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight;
  92. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  93. //
  94. // dgvHistory
  95. //
  96. this.dgvHistory.AllowUserToAddRows = false;
  97. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  98. this.dgvHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  99. this.dgvHistory.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  100. this.dgvHistory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  101. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  102. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  103. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  105. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  106. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  107. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  108. this.dgvHistory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  109. this.dgvHistory.ColumnHeadersHeight = 32;
  110. this.dgvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  111. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  112. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  113. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  115. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  116. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  117. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  118. this.dgvHistory.DefaultCellStyle = dataGridViewCellStyle3;
  119. this.dgvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.dgvHistory.EnableHeadersVisualStyles = false;
  121. this.dgvHistory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.dgvHistory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  123. this.dgvHistory.Location = new System.Drawing.Point(0, 0);
  124. this.dgvHistory.Name = "dgvHistory";
  125. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  126. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  127. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  129. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  130. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  131. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  132. this.dgvHistory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  133. this.dgvHistory.RowHeadersWidth = 62;
  134. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  137. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  138. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  139. this.dgvHistory.RowsDefaultCellStyle = dataGridViewCellStyle5;
  140. this.dgvHistory.RowTemplate.Height = 23;
  141. this.dgvHistory.SelectedIndex = -1;
  142. this.dgvHistory.Size = new System.Drawing.Size(1186, 555);
  143. this.dgvHistory.TabIndex = 18;
  144. this.dgvHistory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  145. //
  146. // uiPanel1
  147. //
  148. this.uiPanel1.Controls.Add(this.txtName);
  149. this.uiPanel1.Controls.Add(this.uiLabel1);
  150. this.uiPanel1.Controls.Add(this.txtNo);
  151. this.uiPanel1.Controls.Add(this.uiLabel2);
  152. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  153. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  155. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  156. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  157. this.uiPanel1.Name = "uiPanel1";
  158. this.uiPanel1.Size = new System.Drawing.Size(1186, 98);
  159. this.uiPanel1.TabIndex = 19;
  160. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  161. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  162. //
  163. // PrescriptionForm
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.ClientSize = new System.Drawing.Size(1186, 555);
  168. this.Controls.Add(this.uiPanel1);
  169. this.Controls.Add(this.dgvHistory);
  170. this.Name = "PrescriptionForm";
  171. this.Text = "历史处方信息";
  172. this.Load += new System.EventHandler(this.PrescriptionForm_Load);
  173. ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).EndInit();
  174. this.uiPanel1.ResumeLayout(false);
  175. this.ResumeLayout(false);
  176. }
  177. #endregion
  178. private Sunny.UI.UITextBox txtNo;
  179. private Sunny.UI.UITextBox txtName;
  180. private Sunny.UI.UILabel uiLabel2;
  181. private Sunny.UI.UILabel uiLabel1;
  182. private Sunny.UI.UIDataGridView dgvHistory;
  183. private Sunny.UI.UIPanel uiPanel1;
  184. }
  185. }