PrescriptionCirculation.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class PrescriptionCirculation
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.uiTabControl1 = new Sunny.UI.UITabControl();
  40. this.tb_PresUpload = new System.Windows.Forms.TabPage();
  41. this.gb_HISInsuReg = new Sunny.UI.UIGroupBox();
  42. this.dgv_HISRegInfo = new Sunny.UI.UIDataGridView();
  43. this.gb_Prescription = new Sunny.UI.UIGroupBox();
  44. this.dgv_PrescriptionInfo = new Sunny.UI.UIDataGridView();
  45. this.uiPanel1 = new Sunny.UI.UIPanel();
  46. this.uiLabel2 = new Sunny.UI.UILabel();
  47. this.uiLabel1 = new Sunny.UI.UILabel();
  48. this.dtED = new Sunny.UI.UIDatetimePicker();
  49. this.dtST = new Sunny.UI.UIDatetimePicker();
  50. this.tb_CertNo = new Sunny.UI.UITextBox();
  51. this.btnGetInfo = new Sunny.UI.UIButton();
  52. this.btnUpload_Pre = new Sunny.UI.UIButton();
  53. this.btnClose = new Sunny.UI.UIButton();
  54. this.btnPresUpload = new Sunny.UI.UIButton();
  55. this.tb_CancelPres = new System.Windows.Forms.TabPage();
  56. this.tb_PresInfo = new System.Windows.Forms.TabPage();
  57. this.tb_PresToExaInfo = new System.Windows.Forms.TabPage();
  58. this.tb_PresMediRes = new System.Windows.Forms.TabPage();
  59. this.uiTabControl1.SuspendLayout();
  60. this.tb_PresUpload.SuspendLayout();
  61. this.gb_HISInsuReg.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).BeginInit();
  63. this.gb_Prescription.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).BeginInit();
  65. this.uiPanel1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // uiTabControl1
  69. //
  70. this.uiTabControl1.Controls.Add(this.tb_PresUpload);
  71. this.uiTabControl1.Controls.Add(this.tb_CancelPres);
  72. this.uiTabControl1.Controls.Add(this.tb_PresInfo);
  73. this.uiTabControl1.Controls.Add(this.tb_PresToExaInfo);
  74. this.uiTabControl1.Controls.Add(this.tb_PresMediRes);
  75. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  77. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.uiTabControl1.ItemSize = new System.Drawing.Size(180, 40);
  79. this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
  80. this.uiTabControl1.MainPage = "";
  81. this.uiTabControl1.Name = "uiTabControl1";
  82. this.uiTabControl1.SelectedIndex = 0;
  83. this.uiTabControl1.Size = new System.Drawing.Size(1249, 762);
  84. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  85. this.uiTabControl1.TabIndex = 0;
  86. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  88. //
  89. // tb_PresUpload
  90. //
  91. this.tb_PresUpload.Controls.Add(this.gb_HISInsuReg);
  92. this.tb_PresUpload.Controls.Add(this.gb_Prescription);
  93. this.tb_PresUpload.Controls.Add(this.uiPanel1);
  94. this.tb_PresUpload.Location = new System.Drawing.Point(0, 40);
  95. this.tb_PresUpload.Name = "tb_PresUpload";
  96. this.tb_PresUpload.Size = new System.Drawing.Size(1249, 722);
  97. this.tb_PresUpload.TabIndex = 0;
  98. this.tb_PresUpload.Text = "医保电子处方上传";
  99. this.tb_PresUpload.UseVisualStyleBackColor = true;
  100. //
  101. // gb_HISInsuReg
  102. //
  103. this.gb_HISInsuReg.Controls.Add(this.dgv_HISRegInfo);
  104. this.gb_HISInsuReg.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.gb_HISInsuReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.gb_HISInsuReg.Location = new System.Drawing.Point(0, 0);
  107. this.gb_HISInsuReg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  108. this.gb_HISInsuReg.MinimumSize = new System.Drawing.Size(1, 1);
  109. this.gb_HISInsuReg.Name = "gb_HISInsuReg";
  110. this.gb_HISInsuReg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  111. this.gb_HISInsuReg.Size = new System.Drawing.Size(1249, 296);
  112. this.gb_HISInsuReg.TabIndex = 9;
  113. this.gb_HISInsuReg.Text = "HIS就诊信息(双击查看处方明细)";
  114. this.gb_HISInsuReg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  115. this.gb_HISInsuReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  116. //
  117. // dgv_HISRegInfo
  118. //
  119. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  120. this.dgv_HISRegInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  121. this.dgv_HISRegInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  122. this.dgv_HISRegInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  123. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  124. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  125. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  127. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  128. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  129. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  130. this.dgv_HISRegInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  131. this.dgv_HISRegInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  132. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  133. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  134. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  136. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  137. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  138. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  139. this.dgv_HISRegInfo.DefaultCellStyle = dataGridViewCellStyle3;
  140. this.dgv_HISRegInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.dgv_HISRegInfo.EnableHeadersVisualStyles = false;
  142. this.dgv_HISRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.dgv_HISRegInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  144. this.dgv_HISRegInfo.Location = new System.Drawing.Point(0, 32);
  145. this.dgv_HISRegInfo.Name = "dgv_HISRegInfo";
  146. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  147. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  148. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  150. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  151. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  152. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  153. this.dgv_HISRegInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  154. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  155. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  157. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  158. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  159. this.dgv_HISRegInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  160. this.dgv_HISRegInfo.RowTemplate.Height = 23;
  161. this.dgv_HISRegInfo.SelectedIndex = -1;
  162. this.dgv_HISRegInfo.Size = new System.Drawing.Size(1249, 264);
  163. this.dgv_HISRegInfo.TabIndex = 4;
  164. this.dgv_HISRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  165. this.dgv_HISRegInfo.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_HISRegInfo_CellDoubleClick);
  166. //
  167. // gb_Prescription
  168. //
  169. this.gb_Prescription.Controls.Add(this.dgv_PrescriptionInfo);
  170. this.gb_Prescription.Dock = System.Windows.Forms.DockStyle.Bottom;
  171. this.gb_Prescription.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.gb_Prescription.Location = new System.Drawing.Point(0, 296);
  173. this.gb_Prescription.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  174. this.gb_Prescription.MinimumSize = new System.Drawing.Size(1, 1);
  175. this.gb_Prescription.Name = "gb_Prescription";
  176. this.gb_Prescription.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  177. this.gb_Prescription.Size = new System.Drawing.Size(1249, 347);
  178. this.gb_Prescription.TabIndex = 6;
  179. this.gb_Prescription.Text = "处方信息";
  180. this.gb_Prescription.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  181. this.gb_Prescription.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  182. //
  183. // dgv_PrescriptionInfo
  184. //
  185. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  186. this.dgv_PrescriptionInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  187. this.dgv_PrescriptionInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  188. this.dgv_PrescriptionInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  189. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  190. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  191. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  193. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  194. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  195. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  196. this.dgv_PrescriptionInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  197. this.dgv_PrescriptionInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  198. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  199. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  200. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  202. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  203. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  204. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  205. this.dgv_PrescriptionInfo.DefaultCellStyle = dataGridViewCellStyle8;
  206. this.dgv_PrescriptionInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.dgv_PrescriptionInfo.EnableHeadersVisualStyles = false;
  208. this.dgv_PrescriptionInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.dgv_PrescriptionInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  210. this.dgv_PrescriptionInfo.Location = new System.Drawing.Point(0, 32);
  211. this.dgv_PrescriptionInfo.Name = "dgv_PrescriptionInfo";
  212. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  213. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  214. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  216. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  217. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  218. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  219. this.dgv_PrescriptionInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  220. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  221. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  223. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  224. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  225. this.dgv_PrescriptionInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
  226. this.dgv_PrescriptionInfo.RowTemplate.Height = 23;
  227. this.dgv_PrescriptionInfo.SelectedIndex = -1;
  228. this.dgv_PrescriptionInfo.Size = new System.Drawing.Size(1249, 315);
  229. this.dgv_PrescriptionInfo.TabIndex = 5;
  230. this.dgv_PrescriptionInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  231. //
  232. // uiPanel1
  233. //
  234. this.uiPanel1.Controls.Add(this.uiLabel2);
  235. this.uiPanel1.Controls.Add(this.uiLabel1);
  236. this.uiPanel1.Controls.Add(this.dtED);
  237. this.uiPanel1.Controls.Add(this.dtST);
  238. this.uiPanel1.Controls.Add(this.tb_CertNo);
  239. this.uiPanel1.Controls.Add(this.btnGetInfo);
  240. this.uiPanel1.Controls.Add(this.btnUpload_Pre);
  241. this.uiPanel1.Controls.Add(this.btnClose);
  242. this.uiPanel1.Controls.Add(this.btnPresUpload);
  243. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  244. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.uiPanel1.Location = new System.Drawing.Point(0, 643);
  246. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  248. this.uiPanel1.Name = "uiPanel1";
  249. this.uiPanel1.Size = new System.Drawing.Size(1249, 79);
  250. this.uiPanel1.TabIndex = 0;
  251. this.uiPanel1.Text = null;
  252. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  253. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  254. //
  255. // uiLabel2
  256. //
  257. this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  258. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.uiLabel2.Location = new System.Drawing.Point(475, 29);
  260. this.uiLabel2.Name = "uiLabel2";
  261. this.uiLabel2.Size = new System.Drawing.Size(90, 23);
  262. this.uiLabel2.TabIndex = 39;
  263. this.uiLabel2.Text = "身份证号:";
  264. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  265. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  266. //
  267. // uiLabel1
  268. //
  269. this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  270. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.uiLabel1.Location = new System.Drawing.Point(7, 29);
  272. this.uiLabel1.Name = "uiLabel1";
  273. this.uiLabel1.Size = new System.Drawing.Size(90, 23);
  274. this.uiLabel1.TabIndex = 38;
  275. this.uiLabel1.Text = "查询时间:";
  276. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  277. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  278. //
  279. // dtED
  280. //
  281. this.dtED.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  282. this.dtED.FillColor = System.Drawing.Color.White;
  283. this.dtED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.dtED.Location = new System.Drawing.Point(283, 26);
  285. this.dtED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  286. this.dtED.MaxLength = 19;
  287. this.dtED.MinimumSize = new System.Drawing.Size(63, 0);
  288. this.dtED.Name = "dtED";
  289. this.dtED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  290. this.dtED.Size = new System.Drawing.Size(184, 29);
  291. this.dtED.SymbolDropDown = 61555;
  292. this.dtED.SymbolNormal = 61555;
  293. this.dtED.TabIndex = 37;
  294. this.dtED.Text = "2023-06-15 00:00:00";
  295. this.dtED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  296. this.dtED.Value = new System.DateTime(2023, 6, 15, 0, 0, 0, 0);
  297. this.dtED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  298. //
  299. // dtST
  300. //
  301. this.dtST.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  302. this.dtST.FillColor = System.Drawing.Color.White;
  303. this.dtST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.dtST.Location = new System.Drawing.Point(97, 26);
  305. this.dtST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  306. this.dtST.MaxLength = 19;
  307. this.dtST.MinimumSize = new System.Drawing.Size(63, 0);
  308. this.dtST.Name = "dtST";
  309. this.dtST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  310. this.dtST.Size = new System.Drawing.Size(184, 29);
  311. this.dtST.SymbolDropDown = 61555;
  312. this.dtST.SymbolNormal = 61555;
  313. this.dtST.TabIndex = 36;
  314. this.dtST.Text = "2023-06-14 00:00:00";
  315. this.dtST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  316. this.dtST.Value = new System.DateTime(2023, 6, 14, 0, 0, 0, 0);
  317. this.dtST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  318. //
  319. // tb_CertNo
  320. //
  321. this.tb_CertNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  322. this.tb_CertNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  323. this.tb_CertNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.tb_CertNo.Location = new System.Drawing.Point(565, 26);
  325. this.tb_CertNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  326. this.tb_CertNo.MinimumSize = new System.Drawing.Size(1, 16);
  327. this.tb_CertNo.Name = "tb_CertNo";
  328. this.tb_CertNo.ShowText = false;
  329. this.tb_CertNo.Size = new System.Drawing.Size(175, 29);
  330. this.tb_CertNo.TabIndex = 30;
  331. this.tb_CertNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  332. this.tb_CertNo.Watermark = "请输入身份证号";
  333. this.tb_CertNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  334. //
  335. // btnGetInfo
  336. //
  337. this.btnGetInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  338. this.btnGetInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  339. this.btnGetInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.btnGetInfo.Location = new System.Drawing.Point(743, 14);
  341. this.btnGetInfo.MinimumSize = new System.Drawing.Size(1, 1);
  342. this.btnGetInfo.Name = "btnGetInfo";
  343. this.btnGetInfo.Size = new System.Drawing.Size(120, 50);
  344. this.btnGetInfo.TabIndex = 29;
  345. this.btnGetInfo.Text = "1.查询患者信息";
  346. this.btnGetInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.btnGetInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  348. this.btnGetInfo.Click += new System.EventHandler(this.btnReadCard_Click);
  349. //
  350. // btnUpload_Pre
  351. //
  352. this.btnUpload_Pre.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  353. this.btnUpload_Pre.Cursor = System.Windows.Forms.Cursors.Hand;
  354. this.btnUpload_Pre.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.btnUpload_Pre.Location = new System.Drawing.Point(922, 14);
  356. this.btnUpload_Pre.MinimumSize = new System.Drawing.Size(1, 1);
  357. this.btnUpload_Pre.Name = "btnUpload_Pre";
  358. this.btnUpload_Pre.Size = new System.Drawing.Size(106, 50);
  359. this.btnUpload_Pre.TabIndex = 2;
  360. this.btnUpload_Pre.Text = "2.预核验";
  361. this.btnUpload_Pre.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.btnUpload_Pre.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  363. this.btnUpload_Pre.Click += new System.EventHandler(this.btnUpload_Pre_Click);
  364. //
  365. // btnClose
  366. //
  367. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  368. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  369. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.btnClose.Location = new System.Drawing.Point(1138, 14);
  371. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  372. this.btnClose.Name = "btnClose";
  373. this.btnClose.Size = new System.Drawing.Size(108, 50);
  374. this.btnClose.TabIndex = 1;
  375. this.btnClose.Text = "退 出";
  376. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  378. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  379. //
  380. // btnPresUpload
  381. //
  382. this.btnPresUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  383. this.btnPresUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  384. this.btnPresUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btnPresUpload.Location = new System.Drawing.Point(1030, 14);
  386. this.btnPresUpload.MinimumSize = new System.Drawing.Size(1, 1);
  387. this.btnPresUpload.Name = "btnPresUpload";
  388. this.btnPresUpload.Size = new System.Drawing.Size(106, 50);
  389. this.btnPresUpload.TabIndex = 0;
  390. this.btnPresUpload.Text = "3.确认上传";
  391. this.btnPresUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.btnPresUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  393. this.btnPresUpload.Click += new System.EventHandler(this.btnPresUpload_Click);
  394. //
  395. // tb_CancelPres
  396. //
  397. this.tb_CancelPres.Location = new System.Drawing.Point(0, 40);
  398. this.tb_CancelPres.Name = "tb_CancelPres";
  399. this.tb_CancelPres.Size = new System.Drawing.Size(1249, 722);
  400. this.tb_CancelPres.TabIndex = 1;
  401. this.tb_CancelPres.Text = "电子处方已上传撤销";
  402. this.tb_CancelPres.UseVisualStyleBackColor = true;
  403. //
  404. // tb_PresInfo
  405. //
  406. this.tb_PresInfo.Location = new System.Drawing.Point(0, 40);
  407. this.tb_PresInfo.Name = "tb_PresInfo";
  408. this.tb_PresInfo.Size = new System.Drawing.Size(1249, 722);
  409. this.tb_PresInfo.TabIndex = 2;
  410. this.tb_PresInfo.Text = "电子处方信息查询";
  411. this.tb_PresInfo.UseVisualStyleBackColor = true;
  412. //
  413. // tb_PresToExaInfo
  414. //
  415. this.tb_PresToExaInfo.Location = new System.Drawing.Point(0, 40);
  416. this.tb_PresToExaInfo.Name = "tb_PresToExaInfo";
  417. this.tb_PresToExaInfo.Size = new System.Drawing.Size(1249, 722);
  418. this.tb_PresToExaInfo.TabIndex = 3;
  419. this.tb_PresToExaInfo.Text = "电子处方审核结果查询";
  420. this.tb_PresToExaInfo.UseVisualStyleBackColor = true;
  421. //
  422. // tb_PresMediRes
  423. //
  424. this.tb_PresMediRes.Location = new System.Drawing.Point(0, 40);
  425. this.tb_PresMediRes.Name = "tb_PresMediRes";
  426. this.tb_PresMediRes.Size = new System.Drawing.Size(1249, 722);
  427. this.tb_PresMediRes.TabIndex = 4;
  428. this.tb_PresMediRes.Text = "电子处方取药结果查询";
  429. this.tb_PresMediRes.UseVisualStyleBackColor = true;
  430. //
  431. // PrescriptionCirculation
  432. //
  433. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  434. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  435. this.ClientSize = new System.Drawing.Size(1249, 762);
  436. this.Controls.Add(this.uiTabControl1);
  437. this.Name = "PrescriptionCirculation";
  438. this.Text = "医保处方流转";
  439. this.uiTabControl1.ResumeLayout(false);
  440. this.tb_PresUpload.ResumeLayout(false);
  441. this.gb_HISInsuReg.ResumeLayout(false);
  442. ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).EndInit();
  443. this.gb_Prescription.ResumeLayout(false);
  444. ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).EndInit();
  445. this.uiPanel1.ResumeLayout(false);
  446. this.ResumeLayout(false);
  447. }
  448. #endregion
  449. private Sunny.UI.UITabControl uiTabControl1;
  450. private System.Windows.Forms.TabPage tb_PresUpload;
  451. private Sunny.UI.UIPanel uiPanel1;
  452. private Sunny.UI.UIButton btnClose;
  453. private Sunny.UI.UIButton btnPresUpload;
  454. private System.Windows.Forms.TabPage tb_CancelPres;
  455. private System.Windows.Forms.TabPage tb_PresInfo;
  456. private System.Windows.Forms.TabPage tb_PresToExaInfo;
  457. private System.Windows.Forms.TabPage tb_PresMediRes;
  458. private Sunny.UI.UIButton btnUpload_Pre;
  459. private Sunny.UI.UIButton btnGetInfo;
  460. private Sunny.UI.UIGroupBox gb_Prescription;
  461. private Sunny.UI.UITextBox tb_CertNo;
  462. private Sunny.UI.UILabel uiLabel2;
  463. private Sunny.UI.UILabel uiLabel1;
  464. private Sunny.UI.UIDatetimePicker dtED;
  465. private Sunny.UI.UIDatetimePicker dtST;
  466. private Sunny.UI.UIDataGridView dgv_PrescriptionInfo;
  467. private Sunny.UI.UIGroupBox gb_HISInsuReg;
  468. private Sunny.UI.UIDataGridView dgv_HISRegInfo;
  469. }
  470. }