PrescriptionForm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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 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.txtNo = new Sunny.UI.UITextBox();
  40. this.txtName = new Sunny.UI.UITextBox();
  41. this.uiLabel2 = new Sunny.UI.UILabel();
  42. this.uiLabel1 = new Sunny.UI.UILabel();
  43. this.dgvHistory = new Sunny.UI.UIDataGridView();
  44. this.uiPanel1 = new Sunny.UI.UIPanel();
  45. this.btnQuery = new System.Windows.Forms.Button();
  46. this.txtDoctorNo = new Sunny.UI.UITextBox();
  47. this.uiLabel4 = new Sunny.UI.UILabel();
  48. this.txtAdmID = new Sunny.UI.UITextBox();
  49. this.uiLabel3 = new Sunny.UI.UILabel();
  50. this.dgvAdm = new Sunny.UI.UIDataGridView();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();
  52. this.uiPanel1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvAdm)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // txtNo
  57. //
  58. this.txtNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  59. this.txtNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.txtNo.Location = new System.Drawing.Point(421, 26);
  61. this.txtNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.txtNo.MinimumSize = new System.Drawing.Size(1, 16);
  63. this.txtNo.Name = "txtNo";
  64. this.txtNo.ShowText = false;
  65. this.txtNo.Size = new System.Drawing.Size(186, 33);
  66. this.txtNo.TabIndex = 17;
  67. this.txtNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  68. this.txtNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  69. //
  70. // txtName
  71. //
  72. this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
  73. this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.txtName.Location = new System.Drawing.Point(127, 26);
  75. this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  76. this.txtName.MinimumSize = new System.Drawing.Size(1, 16);
  77. this.txtName.Name = "txtName";
  78. this.txtName.ShowText = false;
  79. this.txtName.Size = new System.Drawing.Size(147, 33);
  80. this.txtName.TabIndex = 16;
  81. this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  82. this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  83. //
  84. // uiLabel2
  85. //
  86. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.uiLabel2.Location = new System.Drawing.Point(301, 26);
  88. this.uiLabel2.Name = "uiLabel2";
  89. this.uiLabel2.Size = new System.Drawing.Size(113, 33);
  90. this.uiLabel2.TabIndex = 15;
  91. this.uiLabel2.Text = "身份证号码";
  92. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  93. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  94. //
  95. // uiLabel1
  96. //
  97. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.uiLabel1.Location = new System.Drawing.Point(12, 26);
  99. this.uiLabel1.Name = "uiLabel1";
  100. this.uiLabel1.Size = new System.Drawing.Size(108, 33);
  101. this.uiLabel1.TabIndex = 14;
  102. this.uiLabel1.Text = "病人姓名:";
  103. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight;
  104. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  105. //
  106. // dgvHistory
  107. //
  108. this.dgvHistory.AllowUserToAddRows = false;
  109. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  110. this.dgvHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  111. this.dgvHistory.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  112. this.dgvHistory.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.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  118. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  119. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.dgvHistory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  121. this.dgvHistory.ColumnHeadersHeight = 32;
  122. this.dgvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  123. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  124. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  125. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  127. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  128. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  129. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  130. this.dgvHistory.DefaultCellStyle = dataGridViewCellStyle13;
  131. this.dgvHistory.Dock = System.Windows.Forms.DockStyle.Bottom;
  132. this.dgvHistory.EnableHeadersVisualStyles = false;
  133. this.dgvHistory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.dgvHistory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  135. this.dgvHistory.Location = new System.Drawing.Point(0, 297);
  136. this.dgvHistory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  137. this.dgvHistory.Name = "dgvHistory";
  138. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  139. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  140. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  142. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  143. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  144. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  145. this.dgvHistory.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  146. this.dgvHistory.RowHeadersWidth = 62;
  147. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  148. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  150. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  151. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  152. this.dgvHistory.RowsDefaultCellStyle = dataGridViewCellStyle15;
  153. this.dgvHistory.RowTemplate.Height = 23;
  154. this.dgvHistory.SelectedIndex = -1;
  155. this.dgvHistory.Size = new System.Drawing.Size(1824, 432);
  156. this.dgvHistory.TabIndex = 18;
  157. this.dgvHistory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  158. //
  159. // uiPanel1
  160. //
  161. this.uiPanel1.Controls.Add(this.btnQuery);
  162. this.uiPanel1.Controls.Add(this.txtDoctorNo);
  163. this.uiPanel1.Controls.Add(this.txtName);
  164. this.uiPanel1.Controls.Add(this.uiLabel4);
  165. this.uiPanel1.Controls.Add(this.uiLabel1);
  166. this.uiPanel1.Controls.Add(this.txtAdmID);
  167. this.uiPanel1.Controls.Add(this.txtNo);
  168. this.uiPanel1.Controls.Add(this.uiLabel3);
  169. this.uiPanel1.Controls.Add(this.uiLabel2);
  170. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  171. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  173. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4);
  174. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  175. this.uiPanel1.Name = "uiPanel1";
  176. this.uiPanel1.Size = new System.Drawing.Size(1824, 87);
  177. this.uiPanel1.TabIndex = 19;
  178. this.uiPanel1.Text = null;
  179. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  180. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  181. //
  182. // btnQuery
  183. //
  184. this.btnQuery.Location = new System.Drawing.Point(1200, 24);
  185. this.btnQuery.Name = "btnQuery";
  186. this.btnQuery.Size = new System.Drawing.Size(119, 44);
  187. this.btnQuery.TabIndex = 18;
  188. this.btnQuery.Text = "查询(&S)";
  189. this.btnQuery.UseVisualStyleBackColor = true;
  190. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  191. //
  192. // txtDoctorNo
  193. //
  194. this.txtDoctorNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  195. this.txtDoctorNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.txtDoctorNo.Location = new System.Drawing.Point(748, 28);
  197. this.txtDoctorNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  198. this.txtDoctorNo.MinimumSize = new System.Drawing.Size(1, 16);
  199. this.txtDoctorNo.Name = "txtDoctorNo";
  200. this.txtDoctorNo.ShowText = false;
  201. this.txtDoctorNo.Size = new System.Drawing.Size(147, 33);
  202. this.txtDoctorNo.TabIndex = 16;
  203. this.txtDoctorNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  204. this.txtDoctorNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  205. //
  206. // uiLabel4
  207. //
  208. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.uiLabel4.Location = new System.Drawing.Point(630, 28);
  210. this.uiLabel4.Name = "uiLabel4";
  211. this.uiLabel4.Size = new System.Drawing.Size(102, 33);
  212. this.uiLabel4.TabIndex = 14;
  213. this.uiLabel4.Text = "医师编号:";
  214. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.TopRight;
  215. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  216. //
  217. // txtAdmID
  218. //
  219. this.txtAdmID.Cursor = System.Windows.Forms.Cursors.IBeam;
  220. this.txtAdmID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.txtAdmID.Location = new System.Drawing.Point(1014, 30);
  222. this.txtAdmID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  223. this.txtAdmID.MinimumSize = new System.Drawing.Size(1, 16);
  224. this.txtAdmID.Name = "txtAdmID";
  225. this.txtAdmID.ShowText = false;
  226. this.txtAdmID.Size = new System.Drawing.Size(157, 33);
  227. this.txtAdmID.TabIndex = 17;
  228. this.txtAdmID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  229. this.txtAdmID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  230. //
  231. // uiLabel3
  232. //
  233. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.uiLabel3.Location = new System.Drawing.Point(915, 28);
  235. this.uiLabel3.Name = "uiLabel3";
  236. this.uiLabel3.Size = new System.Drawing.Size(79, 33);
  237. this.uiLabel3.TabIndex = 15;
  238. this.uiLabel3.Text = "就诊ID:";
  239. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  240. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  241. //
  242. // dgvAdm
  243. //
  244. this.dgvAdm.AllowUserToAddRows = false;
  245. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  246. this.dgvAdm.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  247. this.dgvAdm.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  248. this.dgvAdm.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  249. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  250. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  251. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  253. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  254. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  255. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  256. this.dgvAdm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  257. this.dgvAdm.ColumnHeadersHeight = 32;
  258. this.dgvAdm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  259. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  260. dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
  261. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  263. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  264. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  265. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  266. this.dgvAdm.DefaultCellStyle = dataGridViewCellStyle18;
  267. this.dgvAdm.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.dgvAdm.EnableHeadersVisualStyles = false;
  269. this.dgvAdm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.dgvAdm.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  271. this.dgvAdm.Location = new System.Drawing.Point(0, 87);
  272. this.dgvAdm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  273. this.dgvAdm.Name = "dgvAdm";
  274. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  275. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  276. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  278. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  279. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  280. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  281. this.dgvAdm.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  282. this.dgvAdm.RowHeadersWidth = 62;
  283. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  284. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  286. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  287. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  288. this.dgvAdm.RowsDefaultCellStyle = dataGridViewCellStyle20;
  289. this.dgvAdm.RowTemplate.Height = 23;
  290. this.dgvAdm.SelectedIndex = -1;
  291. this.dgvAdm.Size = new System.Drawing.Size(1824, 210);
  292. this.dgvAdm.TabIndex = 20;
  293. this.dgvAdm.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  294. this.dgvAdm.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.dgvAdm_SelectIndexChange);
  295. //
  296. // PrescriptionForm
  297. //
  298. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  299. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  300. this.ClientSize = new System.Drawing.Size(1824, 729);
  301. this.Controls.Add(this.dgvAdm);
  302. this.Controls.Add(this.uiPanel1);
  303. this.Controls.Add(this.dgvHistory);
  304. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  305. this.Name = "PrescriptionForm";
  306. this.Text = "历史处方信息";
  307. this.Load += new System.EventHandler(this.PrescriptionForm_Load);
  308. ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).EndInit();
  309. this.uiPanel1.ResumeLayout(false);
  310. ((System.ComponentModel.ISupportInitialize)(this.dgvAdm)).EndInit();
  311. this.ResumeLayout(false);
  312. }
  313. #endregion
  314. private Sunny.UI.UITextBox txtNo;
  315. private Sunny.UI.UITextBox txtName;
  316. private Sunny.UI.UILabel uiLabel2;
  317. private Sunny.UI.UILabel uiLabel1;
  318. private Sunny.UI.UIDataGridView dgvHistory;
  319. private Sunny.UI.UIPanel uiPanel1;
  320. private System.Windows.Forms.Button btnQuery;
  321. private Sunny.UI.UITextBox txtDoctorNo;
  322. private Sunny.UI.UILabel uiLabel4;
  323. private Sunny.UI.UITextBox txtAdmID;
  324. private Sunny.UI.UILabel uiLabel3;
  325. private Sunny.UI.UIDataGridView dgvAdm;
  326. }
  327. }