PrescriptionForm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. this.btnQuery = new System.Windows.Forms.Button();
  41. this.uiLabel3 = new Sunny.UI.UILabel();
  42. this.txtAdmID = new Sunny.UI.UITextBox();
  43. this.uiLabel4 = new Sunny.UI.UILabel();
  44. this.txtDoctorNo = new Sunny.UI.UITextBox();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();
  46. this.uiPanel1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // txtNo
  50. //
  51. this.txtNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  52. this.txtNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.txtNo.Location = new System.Drawing.Point(477, 29);
  54. this.txtNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  55. this.txtNo.MinimumSize = new System.Drawing.Size(1, 16);
  56. this.txtNo.Name = "txtNo";
  57. this.txtNo.ShowText = false;
  58. this.txtNo.Size = new System.Drawing.Size(186, 33);
  59. this.txtNo.TabIndex = 17;
  60. this.txtNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  61. this.txtNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  62. //
  63. // txtName
  64. //
  65. this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
  66. this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.txtName.Location = new System.Drawing.Point(159, 29);
  68. this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  69. this.txtName.MinimumSize = new System.Drawing.Size(1, 16);
  70. this.txtName.Name = "txtName";
  71. this.txtName.ShowText = false;
  72. this.txtName.Size = new System.Drawing.Size(147, 33);
  73. this.txtName.TabIndex = 16;
  74. this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  75. this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  76. //
  77. // uiLabel2
  78. //
  79. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.uiLabel2.Location = new System.Drawing.Point(325, 29);
  81. this.uiLabel2.Name = "uiLabel2";
  82. this.uiLabel2.Size = new System.Drawing.Size(130, 33);
  83. this.uiLabel2.TabIndex = 15;
  84. this.uiLabel2.Text = "身份证号码";
  85. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  86. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  87. //
  88. // uiLabel1
  89. //
  90. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.uiLabel1.Location = new System.Drawing.Point(12, 30);
  92. this.uiLabel1.Name = "uiLabel1";
  93. this.uiLabel1.Size = new System.Drawing.Size(131, 33);
  94. this.uiLabel1.TabIndex = 14;
  95. this.uiLabel1.Text = "病人姓名:";
  96. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight;
  97. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  98. //
  99. // dgvHistory
  100. //
  101. this.dgvHistory.AllowUserToAddRows = false;
  102. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  103. this.dgvHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  104. this.dgvHistory.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  105. this.dgvHistory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  107. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  108. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  111. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  113. this.dgvHistory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  114. this.dgvHistory.ColumnHeadersHeight = 32;
  115. this.dgvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  116. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  117. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  118. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  120. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  121. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  122. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  123. this.dgvHistory.DefaultCellStyle = dataGridViewCellStyle3;
  124. this.dgvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.dgvHistory.EnableHeadersVisualStyles = false;
  126. this.dgvHistory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.dgvHistory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  128. this.dgvHistory.Location = new System.Drawing.Point(0, 0);
  129. this.dgvHistory.Name = "dgvHistory";
  130. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  131. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  132. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  134. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  135. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  136. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  137. this.dgvHistory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  138. this.dgvHistory.RowHeadersWidth = 62;
  139. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  140. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  142. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  143. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  144. this.dgvHistory.RowsDefaultCellStyle = dataGridViewCellStyle5;
  145. this.dgvHistory.RowTemplate.Height = 23;
  146. this.dgvHistory.SelectedIndex = -1;
  147. this.dgvHistory.Size = new System.Drawing.Size(1465, 555);
  148. this.dgvHistory.TabIndex = 18;
  149. this.dgvHistory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  150. //
  151. // uiPanel1
  152. //
  153. this.uiPanel1.Controls.Add(this.btnQuery);
  154. this.uiPanel1.Controls.Add(this.txtDoctorNo);
  155. this.uiPanel1.Controls.Add(this.txtName);
  156. this.uiPanel1.Controls.Add(this.uiLabel4);
  157. this.uiPanel1.Controls.Add(this.uiLabel1);
  158. this.uiPanel1.Controls.Add(this.txtAdmID);
  159. this.uiPanel1.Controls.Add(this.txtNo);
  160. this.uiPanel1.Controls.Add(this.uiLabel3);
  161. this.uiPanel1.Controls.Add(this.uiLabel2);
  162. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  163. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  165. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  166. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  167. this.uiPanel1.Name = "uiPanel1";
  168. this.uiPanel1.Size = new System.Drawing.Size(1465, 92);
  169. this.uiPanel1.TabIndex = 19;
  170. this.uiPanel1.Text = null;
  171. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  172. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  173. //
  174. // btnQuery
  175. //
  176. this.btnQuery.Location = new System.Drawing.Point(1334, 23);
  177. this.btnQuery.Name = "btnQuery";
  178. this.btnQuery.Size = new System.Drawing.Size(119, 44);
  179. this.btnQuery.TabIndex = 18;
  180. this.btnQuery.Text = "查询(&S)";
  181. this.btnQuery.UseVisualStyleBackColor = true;
  182. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  183. //
  184. // uiLabel3
  185. //
  186. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.uiLabel3.Location = new System.Drawing.Point(1007, 29);
  188. this.uiLabel3.Name = "uiLabel3";
  189. this.uiLabel3.Size = new System.Drawing.Size(130, 33);
  190. this.uiLabel3.TabIndex = 15;
  191. this.uiLabel3.Text = "就诊ID:";
  192. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  193. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  194. //
  195. // txtAdmID
  196. //
  197. this.txtAdmID.Cursor = System.Windows.Forms.Cursors.IBeam;
  198. this.txtAdmID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.txtAdmID.Location = new System.Drawing.Point(1159, 29);
  200. this.txtAdmID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  201. this.txtAdmID.MinimumSize = new System.Drawing.Size(1, 16);
  202. this.txtAdmID.Name = "txtAdmID";
  203. this.txtAdmID.ShowText = false;
  204. this.txtAdmID.Size = new System.Drawing.Size(157, 33);
  205. this.txtAdmID.TabIndex = 17;
  206. this.txtAdmID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  207. this.txtAdmID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  208. //
  209. // uiLabel4
  210. //
  211. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.uiLabel4.Location = new System.Drawing.Point(694, 30);
  213. this.uiLabel4.Name = "uiLabel4";
  214. this.uiLabel4.Size = new System.Drawing.Size(131, 33);
  215. this.uiLabel4.TabIndex = 14;
  216. this.uiLabel4.Text = "医师编号:";
  217. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.TopRight;
  218. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  219. //
  220. // txtDoctorNo
  221. //
  222. this.txtDoctorNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  223. this.txtDoctorNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.txtDoctorNo.Location = new System.Drawing.Point(841, 29);
  225. this.txtDoctorNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  226. this.txtDoctorNo.MinimumSize = new System.Drawing.Size(1, 16);
  227. this.txtDoctorNo.Name = "txtDoctorNo";
  228. this.txtDoctorNo.ShowText = false;
  229. this.txtDoctorNo.Size = new System.Drawing.Size(147, 33);
  230. this.txtDoctorNo.TabIndex = 16;
  231. this.txtDoctorNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  232. this.txtDoctorNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  233. //
  234. // PrescriptionForm
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.ClientSize = new System.Drawing.Size(1465, 555);
  239. this.Controls.Add(this.uiPanel1);
  240. this.Controls.Add(this.dgvHistory);
  241. this.Name = "PrescriptionForm";
  242. this.Text = "历史处方信息";
  243. this.Load += new System.EventHandler(this.PrescriptionForm_Load);
  244. ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).EndInit();
  245. this.uiPanel1.ResumeLayout(false);
  246. this.ResumeLayout(false);
  247. }
  248. #endregion
  249. private Sunny.UI.UITextBox txtNo;
  250. private Sunny.UI.UITextBox txtName;
  251. private Sunny.UI.UILabel uiLabel2;
  252. private Sunny.UI.UILabel uiLabel1;
  253. private Sunny.UI.UIDataGridView dgvHistory;
  254. private Sunny.UI.UIPanel uiPanel1;
  255. private System.Windows.Forms.Button btnQuery;
  256. private Sunny.UI.UITextBox txtDoctorNo;
  257. private Sunny.UI.UILabel uiLabel4;
  258. private Sunny.UI.UITextBox txtAdmID;
  259. private Sunny.UI.UILabel uiLabel3;
  260. }
  261. }