PrescriptionCirculation.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  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. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  45. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  46. this.tc_Main = new Sunny.UI.UITabControl();
  47. this.tb_PresUpload = new System.Windows.Forms.TabPage();
  48. this.gb_HISInsuReg = new Sunny.UI.UIGroupBox();
  49. this.dgv_HISRegInfo = new Sunny.UI.UIDataGridView();
  50. this.gb_Prescription = new Sunny.UI.UIGroupBox();
  51. this.dgv_PrescriptionInfo = new Sunny.UI.UIDataGridView();
  52. this.uiPanel1 = new Sunny.UI.UIPanel();
  53. this.uiLabel2 = new Sunny.UI.UILabel();
  54. this.uiLabel1 = new Sunny.UI.UILabel();
  55. this.dtED = new Sunny.UI.UIDatetimePicker();
  56. this.dtST = new Sunny.UI.UIDatetimePicker();
  57. this.tb_CertNo = new Sunny.UI.UITextBox();
  58. this.btnGetInfo = new Sunny.UI.UIButton();
  59. this.btnClose = new Sunny.UI.UIButton();
  60. this.btnPresUpload = new Sunny.UI.UIButton();
  61. this.tb_QueryPres = new System.Windows.Forms.TabPage();
  62. this.uiPanel2 = new Sunny.UI.UIPanel();
  63. this.cbx_DocInfo = new PTControl.DBLookupCombox();
  64. this.label4 = new System.Windows.Forms.Label();
  65. this.rtb_CancelReason = new Sunny.UI.UIRichTextBox();
  66. this.rg_type = new Sunny.UI.UIRadioButtonGroup();
  67. this.uiLabel3 = new Sunny.UI.UILabel();
  68. this.uiLabel4 = new Sunny.UI.UILabel();
  69. this.dt_Et = new Sunny.UI.UIDatetimePicker();
  70. this.dt_St = new Sunny.UI.UIDatetimePicker();
  71. this.tb_CertnoQuery = new Sunny.UI.UITextBox();
  72. this.btnQuery = new Sunny.UI.UIButton();
  73. this.uiButton3 = new Sunny.UI.UIButton();
  74. this.btnCancel = new Sunny.UI.UIButton();
  75. this.dgv_Master = new Sunny.UI.UIDataGridView();
  76. this.tc_Main.SuspendLayout();
  77. this.tb_PresUpload.SuspendLayout();
  78. this.gb_HISInsuReg.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).BeginInit();
  80. this.gb_Prescription.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).BeginInit();
  82. this.uiPanel1.SuspendLayout();
  83. this.tb_QueryPres.SuspendLayout();
  84. this.uiPanel2.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgv_Master)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // notifyIcon1
  89. //
  90. this.notifyIcon1.Text = "notifyIcon1";
  91. this.notifyIcon1.Visible = true;
  92. //
  93. // tc_Main
  94. //
  95. this.tc_Main.Controls.Add(this.tb_PresUpload);
  96. this.tc_Main.Controls.Add(this.tb_QueryPres);
  97. this.tc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.tc_Main.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  99. this.tc_Main.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.tc_Main.ItemSize = new System.Drawing.Size(180, 40);
  101. this.tc_Main.Location = new System.Drawing.Point(0, 0);
  102. this.tc_Main.MainPage = "";
  103. this.tc_Main.Name = "tc_Main";
  104. this.tc_Main.SelectedIndex = 0;
  105. this.tc_Main.Size = new System.Drawing.Size(1267, 724);
  106. this.tc_Main.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  107. this.tc_Main.TabIndex = 1;
  108. this.tc_Main.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.tc_Main.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  110. //
  111. // tb_PresUpload
  112. //
  113. this.tb_PresUpload.Controls.Add(this.gb_HISInsuReg);
  114. this.tb_PresUpload.Controls.Add(this.gb_Prescription);
  115. this.tb_PresUpload.Controls.Add(this.uiPanel1);
  116. this.tb_PresUpload.Location = new System.Drawing.Point(0, 40);
  117. this.tb_PresUpload.Name = "tb_PresUpload";
  118. this.tb_PresUpload.Size = new System.Drawing.Size(1267, 684);
  119. this.tb_PresUpload.TabIndex = 0;
  120. this.tb_PresUpload.Text = "外配处方上传";
  121. this.tb_PresUpload.UseVisualStyleBackColor = true;
  122. //
  123. // gb_HISInsuReg
  124. //
  125. this.gb_HISInsuReg.Controls.Add(this.dgv_HISRegInfo);
  126. this.gb_HISInsuReg.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.gb_HISInsuReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.gb_HISInsuReg.Location = new System.Drawing.Point(0, 0);
  129. this.gb_HISInsuReg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  130. this.gb_HISInsuReg.MinimumSize = new System.Drawing.Size(1, 1);
  131. this.gb_HISInsuReg.Name = "gb_HISInsuReg";
  132. this.gb_HISInsuReg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  133. this.gb_HISInsuReg.Size = new System.Drawing.Size(1267, 303);
  134. this.gb_HISInsuReg.TabIndex = 9;
  135. this.gb_HISInsuReg.Text = "HIS就诊信息(点击查看处方明细)";
  136. this.gb_HISInsuReg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  137. this.gb_HISInsuReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  138. //
  139. // dgv_HISRegInfo
  140. //
  141. this.dgv_HISRegInfo.AllowUserToAddRows = false;
  142. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  143. this.dgv_HISRegInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  144. this.dgv_HISRegInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  145. this.dgv_HISRegInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  146. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  147. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  148. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  150. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  151. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  152. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  153. this.dgv_HISRegInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  154. this.dgv_HISRegInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  155. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  156. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  157. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  159. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  160. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  161. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  162. this.dgv_HISRegInfo.DefaultCellStyle = dataGridViewCellStyle3;
  163. this.dgv_HISRegInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.dgv_HISRegInfo.EnableHeadersVisualStyles = false;
  165. this.dgv_HISRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.dgv_HISRegInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  167. this.dgv_HISRegInfo.Location = new System.Drawing.Point(0, 32);
  168. this.dgv_HISRegInfo.Name = "dgv_HISRegInfo";
  169. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  170. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  171. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  173. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  174. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  175. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  176. this.dgv_HISRegInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  177. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  178. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  180. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  181. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  182. this.dgv_HISRegInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  183. this.dgv_HISRegInfo.RowTemplate.Height = 23;
  184. this.dgv_HISRegInfo.SelectedIndex = -1;
  185. this.dgv_HISRegInfo.Size = new System.Drawing.Size(1267, 271);
  186. this.dgv_HISRegInfo.TabIndex = 4;
  187. this.dgv_HISRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  188. this.dgv_HISRegInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_HISRegInfo_CellClick);
  189. //
  190. // gb_Prescription
  191. //
  192. this.gb_Prescription.Controls.Add(this.dgv_PrescriptionInfo);
  193. this.gb_Prescription.Dock = System.Windows.Forms.DockStyle.Bottom;
  194. this.gb_Prescription.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.gb_Prescription.Location = new System.Drawing.Point(0, 303);
  196. this.gb_Prescription.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  197. this.gb_Prescription.MinimumSize = new System.Drawing.Size(1, 1);
  198. this.gb_Prescription.Name = "gb_Prescription";
  199. this.gb_Prescription.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  200. this.gb_Prescription.Size = new System.Drawing.Size(1267, 298);
  201. this.gb_Prescription.TabIndex = 6;
  202. this.gb_Prescription.Text = "处方信息";
  203. this.gb_Prescription.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  204. this.gb_Prescription.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  205. //
  206. // dgv_PrescriptionInfo
  207. //
  208. this.dgv_PrescriptionInfo.AllowUserToAddRows = false;
  209. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  210. this.dgv_PrescriptionInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  211. this.dgv_PrescriptionInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  212. this.dgv_PrescriptionInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  213. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  214. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  215. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  217. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  218. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  219. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  220. this.dgv_PrescriptionInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  221. this.dgv_PrescriptionInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  222. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  223. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  224. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  226. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  227. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  228. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  229. this.dgv_PrescriptionInfo.DefaultCellStyle = dataGridViewCellStyle8;
  230. this.dgv_PrescriptionInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.dgv_PrescriptionInfo.EnableHeadersVisualStyles = false;
  232. this.dgv_PrescriptionInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.dgv_PrescriptionInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  234. this.dgv_PrescriptionInfo.Location = new System.Drawing.Point(0, 32);
  235. this.dgv_PrescriptionInfo.Name = "dgv_PrescriptionInfo";
  236. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  237. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  238. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  240. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  241. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  242. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  243. this.dgv_PrescriptionInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  244. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  245. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  247. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  248. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  249. this.dgv_PrescriptionInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
  250. this.dgv_PrescriptionInfo.RowTemplate.Height = 23;
  251. this.dgv_PrescriptionInfo.SelectedIndex = -1;
  252. this.dgv_PrescriptionInfo.Size = new System.Drawing.Size(1267, 266);
  253. this.dgv_PrescriptionInfo.TabIndex = 5;
  254. this.dgv_PrescriptionInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  255. //
  256. // uiPanel1
  257. //
  258. this.uiPanel1.Controls.Add(this.uiLabel2);
  259. this.uiPanel1.Controls.Add(this.uiLabel1);
  260. this.uiPanel1.Controls.Add(this.dtED);
  261. this.uiPanel1.Controls.Add(this.dtST);
  262. this.uiPanel1.Controls.Add(this.tb_CertNo);
  263. this.uiPanel1.Controls.Add(this.btnGetInfo);
  264. this.uiPanel1.Controls.Add(this.btnClose);
  265. this.uiPanel1.Controls.Add(this.btnPresUpload);
  266. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  267. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.uiPanel1.Location = new System.Drawing.Point(0, 601);
  269. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  270. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  271. this.uiPanel1.Name = "uiPanel1";
  272. this.uiPanel1.Size = new System.Drawing.Size(1267, 83);
  273. this.uiPanel1.TabIndex = 0;
  274. this.uiPanel1.Text = null;
  275. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  276. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  277. //
  278. // uiLabel2
  279. //
  280. this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  281. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.uiLabel2.Location = new System.Drawing.Point(309, 11);
  283. this.uiLabel2.Name = "uiLabel2";
  284. this.uiLabel2.Size = new System.Drawing.Size(90, 23);
  285. this.uiLabel2.TabIndex = 39;
  286. this.uiLabel2.Text = "身份证号:";
  287. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  288. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  289. //
  290. // uiLabel1
  291. //
  292. this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  293. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.uiLabel1.Location = new System.Drawing.Point(16, 11);
  295. this.uiLabel1.Name = "uiLabel1";
  296. this.uiLabel1.Size = new System.Drawing.Size(90, 23);
  297. this.uiLabel1.TabIndex = 38;
  298. this.uiLabel1.Text = "查询时间:";
  299. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  300. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  301. //
  302. // dtED
  303. //
  304. this.dtED.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  305. this.dtED.FillColor = System.Drawing.Color.White;
  306. this.dtED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.dtED.Location = new System.Drawing.Point(109, 44);
  308. this.dtED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  309. this.dtED.MaxLength = 19;
  310. this.dtED.MinimumSize = new System.Drawing.Size(63, 0);
  311. this.dtED.Name = "dtED";
  312. this.dtED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  313. this.dtED.Size = new System.Drawing.Size(183, 29);
  314. this.dtED.SymbolDropDown = 61555;
  315. this.dtED.SymbolNormal = 61555;
  316. this.dtED.TabIndex = 37;
  317. this.dtED.Text = "2023-06-15 00:00:00";
  318. this.dtED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  319. this.dtED.Value = new System.DateTime(2023, 6, 15, 0, 0, 0, 0);
  320. this.dtED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  321. //
  322. // dtST
  323. //
  324. this.dtST.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  325. this.dtST.FillColor = System.Drawing.Color.White;
  326. this.dtST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.dtST.Location = new System.Drawing.Point(109, 9);
  328. this.dtST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  329. this.dtST.MaxLength = 19;
  330. this.dtST.MinimumSize = new System.Drawing.Size(63, 0);
  331. this.dtST.Name = "dtST";
  332. this.dtST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  333. this.dtST.Size = new System.Drawing.Size(183, 29);
  334. this.dtST.SymbolDropDown = 61555;
  335. this.dtST.SymbolNormal = 61555;
  336. this.dtST.TabIndex = 36;
  337. this.dtST.Text = "2023-06-14 00:00:00";
  338. this.dtST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  339. this.dtST.Value = new System.DateTime(2023, 6, 14, 0, 0, 0, 0);
  340. this.dtST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  341. //
  342. // tb_CertNo
  343. //
  344. this.tb_CertNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  345. this.tb_CertNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  346. this.tb_CertNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.tb_CertNo.Location = new System.Drawing.Point(307, 44);
  348. this.tb_CertNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  349. this.tb_CertNo.MinimumSize = new System.Drawing.Size(1, 16);
  350. this.tb_CertNo.Name = "tb_CertNo";
  351. this.tb_CertNo.ShowText = false;
  352. this.tb_CertNo.Size = new System.Drawing.Size(175, 29);
  353. this.tb_CertNo.TabIndex = 30;
  354. this.tb_CertNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  355. this.tb_CertNo.Watermark = "请输入身份证号";
  356. this.tb_CertNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  357. //
  358. // btnGetInfo
  359. //
  360. this.btnGetInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  361. this.btnGetInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  362. this.btnGetInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.btnGetInfo.Location = new System.Drawing.Point(916, 11);
  364. this.btnGetInfo.MinimumSize = new System.Drawing.Size(1, 1);
  365. this.btnGetInfo.Name = "btnGetInfo";
  366. this.btnGetInfo.Size = new System.Drawing.Size(120, 62);
  367. this.btnGetInfo.TabIndex = 29;
  368. this.btnGetInfo.Text = "1.查 询";
  369. this.btnGetInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.btnGetInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  371. this.btnGetInfo.Click += new System.EventHandler(this.btnGetInfo_Click);
  372. //
  373. // btnClose
  374. //
  375. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  376. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  377. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.btnClose.Location = new System.Drawing.Point(1168, 11);
  379. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  380. this.btnClose.Name = "btnClose";
  381. this.btnClose.Size = new System.Drawing.Size(95, 62);
  382. this.btnClose.TabIndex = 1;
  383. this.btnClose.Text = "退 出";
  384. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  386. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  387. //
  388. // btnPresUpload
  389. //
  390. this.btnPresUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  391. this.btnPresUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  392. this.btnPresUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.btnPresUpload.Location = new System.Drawing.Point(1042, 11);
  394. this.btnPresUpload.MinimumSize = new System.Drawing.Size(1, 1);
  395. this.btnPresUpload.Name = "btnPresUpload";
  396. this.btnPresUpload.Size = new System.Drawing.Size(120, 62);
  397. this.btnPresUpload.TabIndex = 0;
  398. this.btnPresUpload.Text = "2.确认上传";
  399. this.btnPresUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.btnPresUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  401. this.btnPresUpload.Click += new System.EventHandler(this.btnPresUpload_Click);
  402. //
  403. // tb_QueryPres
  404. //
  405. this.tb_QueryPres.Controls.Add(this.uiPanel2);
  406. this.tb_QueryPres.Controls.Add(this.dgv_Master);
  407. this.tb_QueryPres.Location = new System.Drawing.Point(0, 40);
  408. this.tb_QueryPres.Name = "tb_QueryPres";
  409. this.tb_QueryPres.Size = new System.Drawing.Size(1267, 684);
  410. this.tb_QueryPres.TabIndex = 1;
  411. this.tb_QueryPres.Text = "外配处方上传查询";
  412. this.tb_QueryPres.UseVisualStyleBackColor = true;
  413. //
  414. // uiPanel2
  415. //
  416. this.uiPanel2.Controls.Add(this.cbx_DocInfo);
  417. this.uiPanel2.Controls.Add(this.label4);
  418. this.uiPanel2.Controls.Add(this.rtb_CancelReason);
  419. this.uiPanel2.Controls.Add(this.rg_type);
  420. this.uiPanel2.Controls.Add(this.uiLabel3);
  421. this.uiPanel2.Controls.Add(this.uiLabel4);
  422. this.uiPanel2.Controls.Add(this.dt_Et);
  423. this.uiPanel2.Controls.Add(this.dt_St);
  424. this.uiPanel2.Controls.Add(this.tb_CertnoQuery);
  425. this.uiPanel2.Controls.Add(this.btnQuery);
  426. this.uiPanel2.Controls.Add(this.uiButton3);
  427. this.uiPanel2.Controls.Add(this.btnCancel);
  428. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  429. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.uiPanel2.Location = new System.Drawing.Point(0, 583);
  431. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  432. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  433. this.uiPanel2.Name = "uiPanel2";
  434. this.uiPanel2.Size = new System.Drawing.Size(1267, 101);
  435. this.uiPanel2.TabIndex = 7;
  436. this.uiPanel2.Text = null;
  437. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  438. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  439. //
  440. // cbx_DocInfo
  441. //
  442. this.cbx_DocInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  443. this.cbx_DocInfo.FormattingEnabled = true;
  444. this.cbx_DocInfo.Location = new System.Drawing.Point(649, 7);
  445. this.cbx_DocInfo.Name = "cbx_DocInfo";
  446. this.cbx_DocInfo.NullValue = "";
  447. this.cbx_DocInfo.PopupGridAutoSize = false;
  448. this.cbx_DocInfo.RowFilterVisible = false;
  449. this.cbx_DocInfo.sDisplayField = "";
  450. this.cbx_DocInfo.sDisplayMember = "";
  451. this.cbx_DocInfo.SeparatorChar = "|";
  452. this.cbx_DocInfo.Size = new System.Drawing.Size(230, 29);
  453. this.cbx_DocInfo.sKeyWords = "";
  454. this.cbx_DocInfo.sValueMember = "";
  455. this.cbx_DocInfo.TabIndex = 43;
  456. this.cbx_DocInfo.Value = "";
  457. //
  458. // label4
  459. //
  460. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  461. this.label4.AutoSize = true;
  462. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  463. this.label4.Location = new System.Drawing.Point(552, 11);
  464. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  465. this.label4.Name = "label4";
  466. this.label4.Size = new System.Drawing.Size(90, 21);
  467. this.label4.TabIndex = 42;
  468. this.label4.Text = "撤销医师:";
  469. //
  470. // rtb_CancelReason
  471. //
  472. this.rtb_CancelReason.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  473. this.rtb_CancelReason.FillColor = System.Drawing.Color.White;
  474. this.rtb_CancelReason.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.rtb_CancelReason.Location = new System.Drawing.Point(552, 37);
  476. this.rtb_CancelReason.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  477. this.rtb_CancelReason.MinimumSize = new System.Drawing.Size(1, 1);
  478. this.rtb_CancelReason.Name = "rtb_CancelReason";
  479. this.rtb_CancelReason.Padding = new System.Windows.Forms.Padding(2);
  480. this.rtb_CancelReason.ShowText = false;
  481. this.rtb_CancelReason.Size = new System.Drawing.Size(328, 58);
  482. this.rtb_CancelReason.TabIndex = 41;
  483. this.rtb_CancelReason.Text = "请输入撤销原因";
  484. this.rtb_CancelReason.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  485. this.rtb_CancelReason.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  486. //
  487. // rg_type
  488. //
  489. this.rg_type.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  490. | System.Windows.Forms.AnchorStyles.Left)));
  491. this.rg_type.ColumnCount = 2;
  492. this.rg_type.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  493. this.rg_type.Items.AddRange(new object[] {
  494. "全部",
  495. "已上传",
  496. "已撤销"});
  497. this.rg_type.ItemSize = new System.Drawing.Size(100, 35);
  498. this.rg_type.Location = new System.Drawing.Point(321, 1);
  499. this.rg_type.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  500. this.rg_type.MinimumSize = new System.Drawing.Size(1, 1);
  501. this.rg_type.Name = "rg_type";
  502. this.rg_type.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  503. this.rg_type.Size = new System.Drawing.Size(222, 95);
  504. this.rg_type.TabIndex = 40;
  505. this.rg_type.Text = "上传状态";
  506. this.rg_type.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  507. this.rg_type.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  508. //
  509. // uiLabel3
  510. //
  511. this.uiLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  512. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.uiLabel3.Location = new System.Drawing.Point(17, 70);
  514. this.uiLabel3.Name = "uiLabel3";
  515. this.uiLabel3.Size = new System.Drawing.Size(90, 23);
  516. this.uiLabel3.TabIndex = 39;
  517. this.uiLabel3.Text = "身份证号:";
  518. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  519. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  520. //
  521. // uiLabel4
  522. //
  523. this.uiLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  524. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.uiLabel4.Location = new System.Drawing.Point(17, 10);
  526. this.uiLabel4.Name = "uiLabel4";
  527. this.uiLabel4.Size = new System.Drawing.Size(90, 23);
  528. this.uiLabel4.TabIndex = 38;
  529. this.uiLabel4.Text = "查询时间:";
  530. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  531. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  532. //
  533. // dt_Et
  534. //
  535. this.dt_Et.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  536. this.dt_Et.FillColor = System.Drawing.Color.White;
  537. this.dt_Et.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.dt_Et.Location = new System.Drawing.Point(113, 37);
  539. this.dt_Et.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  540. this.dt_Et.MaxLength = 19;
  541. this.dt_Et.MinimumSize = new System.Drawing.Size(63, 0);
  542. this.dt_Et.Name = "dt_Et";
  543. this.dt_Et.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  544. this.dt_Et.Size = new System.Drawing.Size(198, 29);
  545. this.dt_Et.SymbolDropDown = 61555;
  546. this.dt_Et.SymbolNormal = 61555;
  547. this.dt_Et.TabIndex = 37;
  548. this.dt_Et.Text = "2023-06-15 00:00:00";
  549. this.dt_Et.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  550. this.dt_Et.Value = new System.DateTime(2023, 6, 15, 0, 0, 0, 0);
  551. this.dt_Et.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  552. //
  553. // dt_St
  554. //
  555. this.dt_St.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  556. this.dt_St.FillColor = System.Drawing.Color.White;
  557. this.dt_St.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.dt_St.Location = new System.Drawing.Point(113, 7);
  559. this.dt_St.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  560. this.dt_St.MaxLength = 19;
  561. this.dt_St.MinimumSize = new System.Drawing.Size(63, 0);
  562. this.dt_St.Name = "dt_St";
  563. this.dt_St.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  564. this.dt_St.Size = new System.Drawing.Size(198, 29);
  565. this.dt_St.SymbolDropDown = 61555;
  566. this.dt_St.SymbolNormal = 61555;
  567. this.dt_St.TabIndex = 36;
  568. this.dt_St.Text = "2023-06-14 00:00:00";
  569. this.dt_St.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  570. this.dt_St.Value = new System.DateTime(2023, 6, 14, 0, 0, 0, 0);
  571. this.dt_St.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  572. //
  573. // tb_CertnoQuery
  574. //
  575. this.tb_CertnoQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  576. this.tb_CertnoQuery.Cursor = System.Windows.Forms.Cursors.IBeam;
  577. this.tb_CertnoQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.tb_CertnoQuery.Location = new System.Drawing.Point(113, 67);
  579. this.tb_CertnoQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  580. this.tb_CertnoQuery.MinimumSize = new System.Drawing.Size(1, 16);
  581. this.tb_CertnoQuery.Name = "tb_CertnoQuery";
  582. this.tb_CertnoQuery.ShowText = false;
  583. this.tb_CertnoQuery.Size = new System.Drawing.Size(198, 29);
  584. this.tb_CertnoQuery.TabIndex = 30;
  585. this.tb_CertnoQuery.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  586. this.tb_CertnoQuery.Watermark = "请输入身份证号";
  587. this.tb_CertnoQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  588. //
  589. // btnQuery
  590. //
  591. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  592. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  593. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.btnQuery.Location = new System.Drawing.Point(926, 13);
  595. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  596. this.btnQuery.Name = "btnQuery";
  597. this.btnQuery.Size = new System.Drawing.Size(114, 75);
  598. this.btnQuery.TabIndex = 29;
  599. this.btnQuery.Text = "查 询";
  600. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  602. //
  603. // uiButton3
  604. //
  605. this.uiButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  606. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  607. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.uiButton3.Location = new System.Drawing.Point(1156, 13);
  609. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  610. this.uiButton3.Name = "uiButton3";
  611. this.uiButton3.Size = new System.Drawing.Size(106, 75);
  612. this.uiButton3.TabIndex = 1;
  613. this.uiButton3.Text = "退 出";
  614. this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  616. //
  617. // btnCancel
  618. //
  619. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  620. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  621. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.btnCancel.Location = new System.Drawing.Point(1041, 13);
  623. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  624. this.btnCancel.Name = "btnCancel";
  625. this.btnCancel.Size = new System.Drawing.Size(114, 75);
  626. this.btnCancel.TabIndex = 0;
  627. this.btnCancel.Text = "确认撤销";
  628. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  630. //
  631. // dgv_Master
  632. //
  633. this.dgv_Master.AllowUserToAddRows = false;
  634. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  635. this.dgv_Master.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  636. this.dgv_Master.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  637. this.dgv_Master.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  638. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  639. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  640. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  642. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  643. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  644. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  645. this.dgv_Master.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  646. this.dgv_Master.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  647. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  648. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  649. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  651. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  652. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  653. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  654. this.dgv_Master.DefaultCellStyle = dataGridViewCellStyle13;
  655. this.dgv_Master.Dock = System.Windows.Forms.DockStyle.Fill;
  656. this.dgv_Master.EnableHeadersVisualStyles = false;
  657. this.dgv_Master.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  658. this.dgv_Master.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  659. this.dgv_Master.Location = new System.Drawing.Point(0, 0);
  660. this.dgv_Master.Name = "dgv_Master";
  661. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  662. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  663. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  665. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  666. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  667. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  668. this.dgv_Master.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  669. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  670. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  672. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  673. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  674. this.dgv_Master.RowsDefaultCellStyle = dataGridViewCellStyle15;
  675. this.dgv_Master.RowTemplate.Height = 23;
  676. this.dgv_Master.SelectedIndex = -1;
  677. this.dgv_Master.Size = new System.Drawing.Size(1267, 684);
  678. this.dgv_Master.TabIndex = 6;
  679. this.dgv_Master.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  680. //
  681. // PrescriptionCirculation
  682. //
  683. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  684. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  685. this.ClientSize = new System.Drawing.Size(1267, 724);
  686. this.Controls.Add(this.tc_Main);
  687. this.Name = "PrescriptionCirculation";
  688. this.Text = "医保外配处方";
  689. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Other_FormClosed);
  690. this.Load += new System.EventHandler(this.Other_Load);
  691. this.tc_Main.ResumeLayout(false);
  692. this.tb_PresUpload.ResumeLayout(false);
  693. this.gb_HISInsuReg.ResumeLayout(false);
  694. ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).EndInit();
  695. this.gb_Prescription.ResumeLayout(false);
  696. ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).EndInit();
  697. this.uiPanel1.ResumeLayout(false);
  698. this.tb_QueryPres.ResumeLayout(false);
  699. this.uiPanel2.ResumeLayout(false);
  700. this.uiPanel2.PerformLayout();
  701. ((System.ComponentModel.ISupportInitialize)(this.dgv_Master)).EndInit();
  702. this.ResumeLayout(false);
  703. }
  704. #endregion
  705. private System.Windows.Forms.NotifyIcon notifyIcon1;
  706. private Sunny.UI.UITabControl tc_Main;
  707. private System.Windows.Forms.TabPage tb_PresUpload;
  708. private Sunny.UI.UIGroupBox gb_HISInsuReg;
  709. private Sunny.UI.UIDataGridView dgv_HISRegInfo;
  710. private Sunny.UI.UIGroupBox gb_Prescription;
  711. private Sunny.UI.UIDataGridView dgv_PrescriptionInfo;
  712. private Sunny.UI.UIPanel uiPanel1;
  713. private Sunny.UI.UILabel uiLabel2;
  714. private Sunny.UI.UILabel uiLabel1;
  715. private Sunny.UI.UIDatetimePicker dtED;
  716. private Sunny.UI.UIDatetimePicker dtST;
  717. private Sunny.UI.UITextBox tb_CertNo;
  718. private Sunny.UI.UIButton btnGetInfo;
  719. private Sunny.UI.UIButton btnClose;
  720. private Sunny.UI.UIButton btnPresUpload;
  721. private System.Windows.Forms.TabPage tb_QueryPres;
  722. private Sunny.UI.UIPanel uiPanel2;
  723. public PTControl.DBLookupCombox cbx_DocInfo;
  724. private System.Windows.Forms.Label label4;
  725. private Sunny.UI.UIRichTextBox rtb_CancelReason;
  726. private Sunny.UI.UIRadioButtonGroup rg_type;
  727. private Sunny.UI.UILabel uiLabel3;
  728. private Sunny.UI.UILabel uiLabel4;
  729. private Sunny.UI.UIDatetimePicker dt_Et;
  730. private Sunny.UI.UIDatetimePicker dt_St;
  731. private Sunny.UI.UITextBox tb_CertnoQuery;
  732. private Sunny.UI.UIButton btnQuery;
  733. private Sunny.UI.UIButton uiButton3;
  734. private Sunny.UI.UIButton btnCancel;
  735. private Sunny.UI.UIDataGridView dgv_Master;
  736. }
  737. }