SpecialDrugSelect.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. namespace AnHuiMI.Forms
  2. {
  3. partial class SpecialDrugSelect
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.uiTabControl1 = new Sunny.UI.UITabControl();
  39. this.tabPage1 = new System.Windows.Forms.TabPage();
  40. this.tabPage2 = new System.Windows.Forms.TabPage();
  41. this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
  42. this.uiPanel1 = new Sunny.UI.UIPanel();
  43. this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker();
  44. this.uiLabel1 = new Sunny.UI.UILabel();
  45. this.uiLabel2 = new Sunny.UI.UILabel();
  46. this.uiDatetimePicker2 = new Sunny.UI.UIDatetimePicker();
  47. this.uiButton1 = new Sunny.UI.UIButton();
  48. this.uiDataGridView2 = new Sunny.UI.UIDataGridView();
  49. this.uiPanel2 = new Sunny.UI.UIPanel();
  50. this.uiLabel3 = new Sunny.UI.UILabel();
  51. this.uiLabel4 = new Sunny.UI.UILabel();
  52. this.uiDatetimePicker3 = new Sunny.UI.UIDatetimePicker();
  53. this.uiDatetimePicker4 = new Sunny.UI.UIDatetimePicker();
  54. this.uiButton3 = new Sunny.UI.UIButton();
  55. this.uiTextBox1 = new Sunny.UI.UITextBox();
  56. this.uiTextBox2 = new Sunny.UI.UITextBox();
  57. this.uiLabel5 = new Sunny.UI.UILabel();
  58. this.uiLabel6 = new Sunny.UI.UILabel();
  59. this.uiLabel7 = new Sunny.UI.UILabel();
  60. this.uiLabel8 = new Sunny.UI.UILabel();
  61. this.uiTextBox3 = new Sunny.UI.UITextBox();
  62. this.uiTextBox4 = new Sunny.UI.UITextBox();
  63. this.uiTabControl1.SuspendLayout();
  64. this.tabPage1.SuspendLayout();
  65. this.tabPage2.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  67. this.uiPanel1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).BeginInit();
  69. this.uiPanel2.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // uiTabControl1
  73. //
  74. this.uiTabControl1.Controls.Add(this.tabPage1);
  75. this.uiTabControl1.Controls.Add(this.tabPage2);
  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(250, 40);
  79. this.uiTabControl1.Location = new System.Drawing.Point(2, 3);
  80. this.uiTabControl1.MainPage = "";
  81. this.uiTabControl1.Name = "uiTabControl1";
  82. this.uiTabControl1.SelectedIndex = 0;
  83. this.uiTabControl1.Size = new System.Drawing.Size(1413, 628);
  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. // tabPage1
  90. //
  91. this.tabPage1.Controls.Add(this.uiPanel2);
  92. this.tabPage1.Controls.Add(this.uiDataGridView2);
  93. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  94. this.tabPage1.Name = "tabPage1";
  95. this.tabPage1.Size = new System.Drawing.Size(1413, 588);
  96. this.tabPage1.TabIndex = 0;
  97. this.tabPage1.Text = "慢特病用药记录数据查询";
  98. this.tabPage1.UseVisualStyleBackColor = true;
  99. //
  100. // tabPage2
  101. //
  102. this.tabPage2.Controls.Add(this.uiPanel1);
  103. this.tabPage2.Controls.Add(this.uiDataGridView1);
  104. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  105. this.tabPage2.Name = "tabPage2";
  106. this.tabPage2.Size = new System.Drawing.Size(1413, 588);
  107. this.tabPage2.TabIndex = 1;
  108. this.tabPage2.Text = "慢特病用药记录数据统计";
  109. this.tabPage2.UseVisualStyleBackColor = true;
  110. //
  111. // uiDataGridView1
  112. //
  113. dataGridViewCellStyle41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  114. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41;
  115. this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
  116. this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  117. dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  118. dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  119. dataGridViewCellStyle42.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. dataGridViewCellStyle42.ForeColor = System.Drawing.Color.White;
  121. dataGridViewCellStyle42.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  122. dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  123. dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  124. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42;
  125. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  126. dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  127. dataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Window;
  128. dataGridViewCellStyle43.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.ControlText;
  130. dataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  133. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle43;
  134. this.uiDataGridView1.EnableHeadersVisualStyles = false;
  135. this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  137. this.uiDataGridView1.Location = new System.Drawing.Point(3, 3);
  138. this.uiDataGridView1.Name = "uiDataGridView1";
  139. dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  140. dataGridViewCellStyle44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  141. dataGridViewCellStyle44.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. dataGridViewCellStyle44.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  143. dataGridViewCellStyle44.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  144. dataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.White;
  145. dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  146. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle44;
  147. dataGridViewCellStyle45.BackColor = System.Drawing.Color.White;
  148. dataGridViewCellStyle45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle45;
  150. this.uiDataGridView1.RowTemplate.Height = 23;
  151. this.uiDataGridView1.SelectedIndex = -1;
  152. this.uiDataGridView1.Size = new System.Drawing.Size(1407, 478);
  153. this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  154. this.uiDataGridView1.TabIndex = 0;
  155. this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  156. //
  157. // uiPanel1
  158. //
  159. this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  160. | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.uiPanel1.Controls.Add(this.uiTextBox4);
  163. this.uiPanel1.Controls.Add(this.uiTextBox3);
  164. this.uiPanel1.Controls.Add(this.uiLabel8);
  165. this.uiPanel1.Controls.Add(this.uiLabel7);
  166. this.uiPanel1.Controls.Add(this.uiButton1);
  167. this.uiPanel1.Controls.Add(this.uiDatetimePicker2);
  168. this.uiPanel1.Controls.Add(this.uiLabel2);
  169. this.uiPanel1.Controls.Add(this.uiLabel1);
  170. this.uiPanel1.Controls.Add(this.uiDatetimePicker1);
  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, 480);
  173. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  174. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  175. this.uiPanel1.Name = "uiPanel1";
  176. this.uiPanel1.Size = new System.Drawing.Size(1410, 108);
  177. this.uiPanel1.TabIndex = 1;
  178. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  179. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  180. //
  181. // uiDatetimePicker1
  182. //
  183. this.uiDatetimePicker1.FillColor = System.Drawing.Color.White;
  184. this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.uiDatetimePicker1.Location = new System.Drawing.Point(226, 9);
  186. this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  187. this.uiDatetimePicker1.MaxLength = 19;
  188. this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0);
  189. this.uiDatetimePicker1.Name = "uiDatetimePicker1";
  190. this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  191. this.uiDatetimePicker1.Size = new System.Drawing.Size(200, 29);
  192. this.uiDatetimePicker1.SymbolDropDown = 61555;
  193. this.uiDatetimePicker1.SymbolNormal = 61555;
  194. this.uiDatetimePicker1.TabIndex = 0;
  195. this.uiDatetimePicker1.Text = "uiDatetimePicker1";
  196. this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  197. this.uiDatetimePicker1.Value = new System.DateTime(2025, 12, 30, 9, 52, 6, 281);
  198. this.uiDatetimePicker1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  199. //
  200. // uiLabel1
  201. //
  202. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.uiLabel1.Location = new System.Drawing.Point(76, 15);
  204. this.uiLabel1.Name = "uiLabel1";
  205. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  206. this.uiLabel1.TabIndex = 1;
  207. this.uiLabel1.Text = "开始时间";
  208. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  209. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  210. //
  211. // uiLabel2
  212. //
  213. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.uiLabel2.Location = new System.Drawing.Point(76, 70);
  215. this.uiLabel2.Name = "uiLabel2";
  216. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  217. this.uiLabel2.TabIndex = 2;
  218. this.uiLabel2.Text = "结束时间";
  219. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  220. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  221. //
  222. // uiDatetimePicker2
  223. //
  224. this.uiDatetimePicker2.FillColor = System.Drawing.Color.White;
  225. this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.uiDatetimePicker2.Location = new System.Drawing.Point(226, 64);
  227. this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  228. this.uiDatetimePicker2.MaxLength = 19;
  229. this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0);
  230. this.uiDatetimePicker2.Name = "uiDatetimePicker2";
  231. this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  232. this.uiDatetimePicker2.Size = new System.Drawing.Size(200, 29);
  233. this.uiDatetimePicker2.SymbolDropDown = 61555;
  234. this.uiDatetimePicker2.SymbolNormal = 61555;
  235. this.uiDatetimePicker2.TabIndex = 3;
  236. this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  237. this.uiDatetimePicker2.Value = new System.DateTime(2025, 12, 30, 9, 52, 6, 281);
  238. this.uiDatetimePicker2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  239. //
  240. // uiButton1
  241. //
  242. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  243. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.uiButton1.Location = new System.Drawing.Point(844, 33);
  245. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  246. this.uiButton1.Name = "uiButton1";
  247. this.uiButton1.Size = new System.Drawing.Size(185, 48);
  248. this.uiButton1.TabIndex = 4;
  249. this.uiButton1.Text = "查询";
  250. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  252. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  253. //
  254. // uiDataGridView2
  255. //
  256. dataGridViewCellStyle46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  257. this.uiDataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle46;
  258. this.uiDataGridView2.BackgroundColor = System.Drawing.Color.White;
  259. this.uiDataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  260. dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  261. dataGridViewCellStyle47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  262. dataGridViewCellStyle47.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. dataGridViewCellStyle47.ForeColor = System.Drawing.Color.White;
  264. dataGridViewCellStyle47.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  265. dataGridViewCellStyle47.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  266. dataGridViewCellStyle47.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  267. this.uiDataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle47;
  268. this.uiDataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  269. dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  270. dataGridViewCellStyle48.BackColor = System.Drawing.SystemColors.Window;
  271. dataGridViewCellStyle48.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. dataGridViewCellStyle48.ForeColor = System.Drawing.SystemColors.ControlText;
  273. dataGridViewCellStyle48.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  274. dataGridViewCellStyle48.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  275. dataGridViewCellStyle48.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  276. this.uiDataGridView2.DefaultCellStyle = dataGridViewCellStyle48;
  277. this.uiDataGridView2.EnableHeadersVisualStyles = false;
  278. this.uiDataGridView2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.uiDataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  280. this.uiDataGridView2.Location = new System.Drawing.Point(0, 0);
  281. this.uiDataGridView2.Name = "uiDataGridView2";
  282. dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  283. dataGridViewCellStyle49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  284. dataGridViewCellStyle49.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. dataGridViewCellStyle49.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  286. dataGridViewCellStyle49.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  287. dataGridViewCellStyle49.SelectionForeColor = System.Drawing.Color.White;
  288. dataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  289. this.uiDataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle49;
  290. dataGridViewCellStyle50.BackColor = System.Drawing.Color.White;
  291. dataGridViewCellStyle50.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.uiDataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle50;
  293. this.uiDataGridView2.RowTemplate.Height = 23;
  294. this.uiDataGridView2.SelectedIndex = -1;
  295. this.uiDataGridView2.Size = new System.Drawing.Size(1410, 473);
  296. this.uiDataGridView2.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  297. this.uiDataGridView2.TabIndex = 0;
  298. this.uiDataGridView2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  299. //
  300. // uiPanel2
  301. //
  302. this.uiPanel2.Controls.Add(this.uiLabel6);
  303. this.uiPanel2.Controls.Add(this.uiLabel5);
  304. this.uiPanel2.Controls.Add(this.uiTextBox2);
  305. this.uiPanel2.Controls.Add(this.uiTextBox1);
  306. this.uiPanel2.Controls.Add(this.uiButton3);
  307. this.uiPanel2.Controls.Add(this.uiDatetimePicker4);
  308. this.uiPanel2.Controls.Add(this.uiDatetimePicker3);
  309. this.uiPanel2.Controls.Add(this.uiLabel4);
  310. this.uiPanel2.Controls.Add(this.uiLabel3);
  311. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.uiPanel2.Location = new System.Drawing.Point(0, 472);
  313. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  314. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  315. this.uiPanel2.Name = "uiPanel2";
  316. this.uiPanel2.Size = new System.Drawing.Size(1410, 116);
  317. this.uiPanel2.TabIndex = 1;
  318. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  319. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  320. this.uiPanel2.Click += new System.EventHandler(this.uiPanel2_Click);
  321. //
  322. // uiLabel3
  323. //
  324. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.uiLabel3.Location = new System.Drawing.Point(104, 25);
  326. this.uiLabel3.Name = "uiLabel3";
  327. this.uiLabel3.Size = new System.Drawing.Size(100, 23);
  328. this.uiLabel3.TabIndex = 0;
  329. this.uiLabel3.Text = "开始时间";
  330. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  331. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  332. //
  333. // uiLabel4
  334. //
  335. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.uiLabel4.Location = new System.Drawing.Point(104, 72);
  337. this.uiLabel4.Name = "uiLabel4";
  338. this.uiLabel4.Size = new System.Drawing.Size(100, 23);
  339. this.uiLabel4.TabIndex = 1;
  340. this.uiLabel4.Text = "截止时间";
  341. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  342. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  343. //
  344. // uiDatetimePicker3
  345. //
  346. this.uiDatetimePicker3.FillColor = System.Drawing.Color.White;
  347. this.uiDatetimePicker3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.uiDatetimePicker3.Location = new System.Drawing.Point(233, 25);
  349. this.uiDatetimePicker3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  350. this.uiDatetimePicker3.MaxLength = 19;
  351. this.uiDatetimePicker3.MinimumSize = new System.Drawing.Size(63, 0);
  352. this.uiDatetimePicker3.Name = "uiDatetimePicker3";
  353. this.uiDatetimePicker3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  354. this.uiDatetimePicker3.Size = new System.Drawing.Size(200, 29);
  355. this.uiDatetimePicker3.SymbolDropDown = 61555;
  356. this.uiDatetimePicker3.SymbolNormal = 61555;
  357. this.uiDatetimePicker3.TabIndex = 2;
  358. this.uiDatetimePicker3.Text = "uiDatetimePicker3";
  359. this.uiDatetimePicker3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  360. this.uiDatetimePicker3.Value = new System.DateTime(2025, 12, 30, 10, 1, 45, 211);
  361. this.uiDatetimePicker3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  362. //
  363. // uiDatetimePicker4
  364. //
  365. this.uiDatetimePicker4.FillColor = System.Drawing.Color.White;
  366. this.uiDatetimePicker4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.uiDatetimePicker4.Location = new System.Drawing.Point(233, 72);
  368. this.uiDatetimePicker4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  369. this.uiDatetimePicker4.MaxLength = 19;
  370. this.uiDatetimePicker4.MinimumSize = new System.Drawing.Size(63, 0);
  371. this.uiDatetimePicker4.Name = "uiDatetimePicker4";
  372. this.uiDatetimePicker4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  373. this.uiDatetimePicker4.Size = new System.Drawing.Size(200, 29);
  374. this.uiDatetimePicker4.SymbolDropDown = 61555;
  375. this.uiDatetimePicker4.SymbolNormal = 61555;
  376. this.uiDatetimePicker4.TabIndex = 3;
  377. this.uiDatetimePicker4.Text = "2025-12-30 10:01:45";
  378. this.uiDatetimePicker4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  379. this.uiDatetimePicker4.Value = new System.DateTime(2025, 12, 30, 10, 1, 45, 211);
  380. this.uiDatetimePicker4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  381. //
  382. // uiButton3
  383. //
  384. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  385. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.uiButton3.Location = new System.Drawing.Point(951, 43);
  387. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  388. this.uiButton3.Name = "uiButton3";
  389. this.uiButton3.Size = new System.Drawing.Size(100, 35);
  390. this.uiButton3.TabIndex = 4;
  391. this.uiButton3.Text = "查询";
  392. this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  394. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  395. //
  396. // uiTextBox1
  397. //
  398. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  399. this.uiTextBox1.DoubleValue = 1D;
  400. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.uiTextBox1.IntValue = 1;
  402. this.uiTextBox1.Location = new System.Drawing.Point(586, 25);
  403. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  404. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  405. this.uiTextBox1.Name = "uiTextBox1";
  406. this.uiTextBox1.ShowText = false;
  407. this.uiTextBox1.Size = new System.Drawing.Size(150, 29);
  408. this.uiTextBox1.TabIndex = 5;
  409. this.uiTextBox1.Text = "1";
  410. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  411. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  412. //
  413. // uiTextBox2
  414. //
  415. this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
  416. this.uiTextBox2.DoubleValue = 100D;
  417. this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.uiTextBox2.IntValue = 100;
  419. this.uiTextBox2.Location = new System.Drawing.Point(586, 72);
  420. this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  421. this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
  422. this.uiTextBox2.Name = "uiTextBox2";
  423. this.uiTextBox2.ShowText = false;
  424. this.uiTextBox2.Size = new System.Drawing.Size(150, 29);
  425. this.uiTextBox2.TabIndex = 6;
  426. this.uiTextBox2.Text = "100";
  427. this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  428. this.uiTextBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  429. //
  430. // uiLabel5
  431. //
  432. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.uiLabel5.Location = new System.Drawing.Point(479, 31);
  434. this.uiLabel5.Name = "uiLabel5";
  435. this.uiLabel5.Size = new System.Drawing.Size(100, 23);
  436. this.uiLabel5.TabIndex = 7;
  437. this.uiLabel5.Text = "页数";
  438. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  439. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  440. //
  441. // uiLabel6
  442. //
  443. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.uiLabel6.Location = new System.Drawing.Point(479, 78);
  445. this.uiLabel6.Name = "uiLabel6";
  446. this.uiLabel6.Size = new System.Drawing.Size(100, 23);
  447. this.uiLabel6.TabIndex = 8;
  448. this.uiLabel6.Text = "页记录数";
  449. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  450. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  451. //
  452. // uiLabel7
  453. //
  454. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.uiLabel7.Location = new System.Drawing.Point(479, 15);
  456. this.uiLabel7.Name = "uiLabel7";
  457. this.uiLabel7.Size = new System.Drawing.Size(100, 23);
  458. this.uiLabel7.TabIndex = 8;
  459. this.uiLabel7.Text = "页数";
  460. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  461. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  462. //
  463. // uiLabel8
  464. //
  465. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.uiLabel8.Location = new System.Drawing.Point(479, 70);
  467. this.uiLabel8.Name = "uiLabel8";
  468. this.uiLabel8.Size = new System.Drawing.Size(100, 23);
  469. this.uiLabel8.TabIndex = 9;
  470. this.uiLabel8.Text = "页记录数";
  471. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  472. this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  473. //
  474. // uiTextBox3
  475. //
  476. this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
  477. this.uiTextBox3.DoubleValue = 1D;
  478. this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.uiTextBox3.IntValue = 1;
  480. this.uiTextBox3.Location = new System.Drawing.Point(571, 15);
  481. this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  482. this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
  483. this.uiTextBox3.Name = "uiTextBox3";
  484. this.uiTextBox3.ShowText = false;
  485. this.uiTextBox3.Size = new System.Drawing.Size(150, 29);
  486. this.uiTextBox3.TabIndex = 10;
  487. this.uiTextBox3.Text = "1";
  488. this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  489. this.uiTextBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  490. //
  491. // uiTextBox4
  492. //
  493. this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
  494. this.uiTextBox4.DoubleValue = 100D;
  495. this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.uiTextBox4.IntValue = 100;
  497. this.uiTextBox4.Location = new System.Drawing.Point(571, 64);
  498. this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  499. this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
  500. this.uiTextBox4.Name = "uiTextBox4";
  501. this.uiTextBox4.ShowText = false;
  502. this.uiTextBox4.Size = new System.Drawing.Size(150, 29);
  503. this.uiTextBox4.TabIndex = 11;
  504. this.uiTextBox4.Text = "100";
  505. this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  506. this.uiTextBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  507. //
  508. // SpecialDrugSelect
  509. //
  510. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  511. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  512. this.ClientSize = new System.Drawing.Size(1413, 630);
  513. this.Controls.Add(this.uiTabControl1);
  514. this.Name = "SpecialDrugSelect";
  515. this.Text = "Form1";
  516. this.Load += new System.EventHandler(this.SpecialDrugSelect_Load);
  517. this.uiTabControl1.ResumeLayout(false);
  518. this.tabPage1.ResumeLayout(false);
  519. this.tabPage2.ResumeLayout(false);
  520. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  521. this.uiPanel1.ResumeLayout(false);
  522. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).EndInit();
  523. this.uiPanel2.ResumeLayout(false);
  524. this.ResumeLayout(false);
  525. }
  526. #endregion
  527. private Sunny.UI.UITabControl uiTabControl1;
  528. private System.Windows.Forms.TabPage tabPage1;
  529. private Sunny.UI.UIPanel uiPanel2;
  530. private Sunny.UI.UIButton uiButton3;
  531. private Sunny.UI.UIDatetimePicker uiDatetimePicker4;
  532. private Sunny.UI.UIDatetimePicker uiDatetimePicker3;
  533. private Sunny.UI.UILabel uiLabel4;
  534. private Sunny.UI.UILabel uiLabel3;
  535. private Sunny.UI.UIDataGridView uiDataGridView2;
  536. private System.Windows.Forms.TabPage tabPage2;
  537. private Sunny.UI.UIPanel uiPanel1;
  538. private Sunny.UI.UIButton uiButton1;
  539. private Sunny.UI.UIDatetimePicker uiDatetimePicker2;
  540. private Sunny.UI.UILabel uiLabel2;
  541. private Sunny.UI.UILabel uiLabel1;
  542. private Sunny.UI.UIDatetimePicker uiDatetimePicker1;
  543. private Sunny.UI.UIDataGridView uiDataGridView1;
  544. private Sunny.UI.UILabel uiLabel6;
  545. private Sunny.UI.UILabel uiLabel5;
  546. private Sunny.UI.UITextBox uiTextBox2;
  547. private Sunny.UI.UITextBox uiTextBox1;
  548. private Sunny.UI.UITextBox uiTextBox4;
  549. private Sunny.UI.UITextBox uiTextBox3;
  550. private Sunny.UI.UILabel uiLabel8;
  551. private Sunny.UI.UILabel uiLabel7;
  552. }
  553. }