namespace AnHuiMI.Forms { partial class SpecialDrugSelect { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle(); this.uiTabControl1 = new Sunny.UI.UITabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.uiDataGridView1 = new Sunny.UI.UIDataGridView(); this.uiPanel1 = new Sunny.UI.UIPanel(); this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker(); this.uiLabel1 = new Sunny.UI.UILabel(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiDatetimePicker2 = new Sunny.UI.UIDatetimePicker(); this.uiButton1 = new Sunny.UI.UIButton(); this.uiDataGridView2 = new Sunny.UI.UIDataGridView(); this.uiPanel2 = new Sunny.UI.UIPanel(); this.uiLabel3 = new Sunny.UI.UILabel(); this.uiLabel4 = new Sunny.UI.UILabel(); this.uiDatetimePicker3 = new Sunny.UI.UIDatetimePicker(); this.uiDatetimePicker4 = new Sunny.UI.UIDatetimePicker(); this.uiButton3 = new Sunny.UI.UIButton(); this.uiTextBox1 = new Sunny.UI.UITextBox(); this.uiTextBox2 = new Sunny.UI.UITextBox(); this.uiLabel5 = new Sunny.UI.UILabel(); this.uiLabel6 = new Sunny.UI.UILabel(); this.uiLabel7 = new Sunny.UI.UILabel(); this.uiLabel8 = new Sunny.UI.UILabel(); this.uiTextBox3 = new Sunny.UI.UITextBox(); this.uiTextBox4 = new Sunny.UI.UITextBox(); this.uiTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit(); this.uiPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).BeginInit(); this.uiPanel2.SuspendLayout(); this.SuspendLayout(); // // uiTabControl1 // this.uiTabControl1.Controls.Add(this.tabPage1); this.uiTabControl1.Controls.Add(this.tabPage2); this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTabControl1.ItemSize = new System.Drawing.Size(250, 40); this.uiTabControl1.Location = new System.Drawing.Point(2, 3); this.uiTabControl1.MainPage = ""; this.uiTabControl1.Name = "uiTabControl1"; this.uiTabControl1.SelectedIndex = 0; this.uiTabControl1.Size = new System.Drawing.Size(1413, 628); this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.uiTabControl1.TabIndex = 0; this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // tabPage1 // this.tabPage1.Controls.Add(this.uiPanel2); this.tabPage1.Controls.Add(this.uiDataGridView2); this.tabPage1.Location = new System.Drawing.Point(0, 40); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(1413, 588); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "慢特病用药记录数据查询"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.uiPanel1); this.tabPage2.Controls.Add(this.uiDataGridView1); this.tabPage2.Location = new System.Drawing.Point(0, 40); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(1413, 588); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "慢特病用药记录数据统计"; this.tabPage2.UseVisualStyleBackColor = true; // // uiDataGridView1 // dataGridViewCellStyle41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41; this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White; this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle42.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle42.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle42.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42; this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle43.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle43; this.uiDataGridView1.EnableHeadersVisualStyles = false; this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.uiDataGridView1.Location = new System.Drawing.Point(3, 3); this.uiDataGridView1.Name = "uiDataGridView1"; dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle44.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle44.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle44.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle44; dataGridViewCellStyle45.BackColor = System.Drawing.Color.White; dataGridViewCellStyle45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle45; this.uiDataGridView1.RowTemplate.Height = 23; this.uiDataGridView1.SelectedIndex = -1; this.uiDataGridView1.Size = new System.Drawing.Size(1407, 478); this.uiDataGridView1.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiDataGridView1.TabIndex = 0; this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPanel1 // this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.uiPanel1.Controls.Add(this.uiTextBox4); this.uiPanel1.Controls.Add(this.uiTextBox3); this.uiPanel1.Controls.Add(this.uiLabel8); this.uiPanel1.Controls.Add(this.uiLabel7); this.uiPanel1.Controls.Add(this.uiButton1); this.uiPanel1.Controls.Add(this.uiDatetimePicker2); this.uiPanel1.Controls.Add(this.uiLabel2); this.uiPanel1.Controls.Add(this.uiLabel1); this.uiPanel1.Controls.Add(this.uiDatetimePicker1); this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Location = new System.Drawing.Point(0, 480); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Size = new System.Drawing.Size(1410, 108); this.uiPanel1.TabIndex = 1; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiDatetimePicker1 // this.uiDatetimePicker1.FillColor = System.Drawing.Color.White; this.uiDatetimePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDatetimePicker1.Location = new System.Drawing.Point(226, 9); this.uiDatetimePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiDatetimePicker1.MaxLength = 19; this.uiDatetimePicker1.MinimumSize = new System.Drawing.Size(63, 0); this.uiDatetimePicker1.Name = "uiDatetimePicker1"; this.uiDatetimePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.uiDatetimePicker1.Size = new System.Drawing.Size(200, 29); this.uiDatetimePicker1.SymbolDropDown = 61555; this.uiDatetimePicker1.SymbolNormal = 61555; this.uiDatetimePicker1.TabIndex = 0; this.uiDatetimePicker1.Text = "uiDatetimePicker1"; this.uiDatetimePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiDatetimePicker1.Value = new System.DateTime(2025, 12, 30, 9, 52, 6, 281); this.uiDatetimePicker1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel1 // this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel1.Location = new System.Drawing.Point(76, 15); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(100, 23); this.uiLabel1.TabIndex = 1; this.uiLabel1.Text = "开始时间"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel2 // this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel2.Location = new System.Drawing.Point(76, 70); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(100, 23); this.uiLabel2.TabIndex = 2; this.uiLabel2.Text = "结束时间"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiDatetimePicker2 // this.uiDatetimePicker2.FillColor = System.Drawing.Color.White; this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDatetimePicker2.Location = new System.Drawing.Point(226, 64); this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiDatetimePicker2.MaxLength = 19; this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0); this.uiDatetimePicker2.Name = "uiDatetimePicker2"; this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.uiDatetimePicker2.Size = new System.Drawing.Size(200, 29); this.uiDatetimePicker2.SymbolDropDown = 61555; this.uiDatetimePicker2.SymbolNormal = 61555; this.uiDatetimePicker2.TabIndex = 3; this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiDatetimePicker2.Value = new System.DateTime(2025, 12, 30, 9, 52, 6, 281); this.uiDatetimePicker2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiButton1 // this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton1.Location = new System.Drawing.Point(844, 33); this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton1.Name = "uiButton1"; this.uiButton1.Size = new System.Drawing.Size(185, 48); this.uiButton1.TabIndex = 4; this.uiButton1.Text = "查询"; this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click); // // uiDataGridView2 // dataGridViewCellStyle46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiDataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle46; this.uiDataGridView2.BackgroundColor = System.Drawing.Color.White; this.uiDataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle47.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle47.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle47.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle47.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle47.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uiDataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle47; this.uiDataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle48.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle48.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle48.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle48.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle48.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle48.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.uiDataGridView2.DefaultCellStyle = dataGridViewCellStyle48; this.uiDataGridView2.EnableHeadersVisualStyles = false; this.uiDataGridView2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.uiDataGridView2.Location = new System.Drawing.Point(0, 0); this.uiDataGridView2.Name = "uiDataGridView2"; dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle49.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle49.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle49.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle49.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uiDataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle49; dataGridViewCellStyle50.BackColor = System.Drawing.Color.White; dataGridViewCellStyle50.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle50; this.uiDataGridView2.RowTemplate.Height = 23; this.uiDataGridView2.SelectedIndex = -1; this.uiDataGridView2.Size = new System.Drawing.Size(1410, 473); this.uiDataGridView2.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiDataGridView2.TabIndex = 0; this.uiDataGridView2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPanel2 // this.uiPanel2.Controls.Add(this.uiLabel6); this.uiPanel2.Controls.Add(this.uiLabel5); this.uiPanel2.Controls.Add(this.uiTextBox2); this.uiPanel2.Controls.Add(this.uiTextBox1); this.uiPanel2.Controls.Add(this.uiButton3); this.uiPanel2.Controls.Add(this.uiDatetimePicker4); this.uiPanel2.Controls.Add(this.uiDatetimePicker3); this.uiPanel2.Controls.Add(this.uiLabel4); this.uiPanel2.Controls.Add(this.uiLabel3); this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel2.Location = new System.Drawing.Point(0, 472); this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel2.Name = "uiPanel2"; this.uiPanel2.Size = new System.Drawing.Size(1410, 116); this.uiPanel2.TabIndex = 1; this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiPanel2.Click += new System.EventHandler(this.uiPanel2_Click); // // uiLabel3 // this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel3.Location = new System.Drawing.Point(104, 25); this.uiLabel3.Name = "uiLabel3"; this.uiLabel3.Size = new System.Drawing.Size(100, 23); this.uiLabel3.TabIndex = 0; this.uiLabel3.Text = "开始时间"; this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel4 // this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel4.Location = new System.Drawing.Point(104, 72); this.uiLabel4.Name = "uiLabel4"; this.uiLabel4.Size = new System.Drawing.Size(100, 23); this.uiLabel4.TabIndex = 1; this.uiLabel4.Text = "截止时间"; this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiDatetimePicker3 // this.uiDatetimePicker3.FillColor = System.Drawing.Color.White; this.uiDatetimePicker3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDatetimePicker3.Location = new System.Drawing.Point(233, 25); this.uiDatetimePicker3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiDatetimePicker3.MaxLength = 19; this.uiDatetimePicker3.MinimumSize = new System.Drawing.Size(63, 0); this.uiDatetimePicker3.Name = "uiDatetimePicker3"; this.uiDatetimePicker3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.uiDatetimePicker3.Size = new System.Drawing.Size(200, 29); this.uiDatetimePicker3.SymbolDropDown = 61555; this.uiDatetimePicker3.SymbolNormal = 61555; this.uiDatetimePicker3.TabIndex = 2; this.uiDatetimePicker3.Text = "uiDatetimePicker3"; this.uiDatetimePicker3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiDatetimePicker3.Value = new System.DateTime(2025, 12, 30, 10, 1, 45, 211); this.uiDatetimePicker3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiDatetimePicker4 // this.uiDatetimePicker4.FillColor = System.Drawing.Color.White; this.uiDatetimePicker4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDatetimePicker4.Location = new System.Drawing.Point(233, 72); this.uiDatetimePicker4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiDatetimePicker4.MaxLength = 19; this.uiDatetimePicker4.MinimumSize = new System.Drawing.Size(63, 0); this.uiDatetimePicker4.Name = "uiDatetimePicker4"; this.uiDatetimePicker4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2); this.uiDatetimePicker4.Size = new System.Drawing.Size(200, 29); this.uiDatetimePicker4.SymbolDropDown = 61555; this.uiDatetimePicker4.SymbolNormal = 61555; this.uiDatetimePicker4.TabIndex = 3; this.uiDatetimePicker4.Text = "2025-12-30 10:01:45"; this.uiDatetimePicker4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiDatetimePicker4.Value = new System.DateTime(2025, 12, 30, 10, 1, 45, 211); this.uiDatetimePicker4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiButton3 // this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton3.Location = new System.Drawing.Point(951, 43); this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton3.Name = "uiButton3"; this.uiButton3.Size = new System.Drawing.Size(100, 35); this.uiButton3.TabIndex = 4; this.uiButton3.Text = "查询"; this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click); // // uiTextBox1 // this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox1.DoubleValue = 1D; this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTextBox1.IntValue = 1; this.uiTextBox1.Location = new System.Drawing.Point(586, 25); this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16); this.uiTextBox1.Name = "uiTextBox1"; this.uiTextBox1.ShowText = false; this.uiTextBox1.Size = new System.Drawing.Size(150, 29); this.uiTextBox1.TabIndex = 5; this.uiTextBox1.Text = "1"; this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiTextBox2 // this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox2.DoubleValue = 100D; this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTextBox2.IntValue = 100; this.uiTextBox2.Location = new System.Drawing.Point(586, 72); this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16); this.uiTextBox2.Name = "uiTextBox2"; this.uiTextBox2.ShowText = false; this.uiTextBox2.Size = new System.Drawing.Size(150, 29); this.uiTextBox2.TabIndex = 6; this.uiTextBox2.Text = "100"; this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiTextBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel5 // this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel5.Location = new System.Drawing.Point(479, 31); this.uiLabel5.Name = "uiLabel5"; this.uiLabel5.Size = new System.Drawing.Size(100, 23); this.uiLabel5.TabIndex = 7; this.uiLabel5.Text = "页数"; this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel6 // this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel6.Location = new System.Drawing.Point(479, 78); this.uiLabel6.Name = "uiLabel6"; this.uiLabel6.Size = new System.Drawing.Size(100, 23); this.uiLabel6.TabIndex = 8; this.uiLabel6.Text = "页记录数"; this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel7 // this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel7.Location = new System.Drawing.Point(479, 15); this.uiLabel7.Name = "uiLabel7"; this.uiLabel7.Size = new System.Drawing.Size(100, 23); this.uiLabel7.TabIndex = 8; this.uiLabel7.Text = "页数"; this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel8 // this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel8.Location = new System.Drawing.Point(479, 70); this.uiLabel8.Name = "uiLabel8"; this.uiLabel8.Size = new System.Drawing.Size(100, 23); this.uiLabel8.TabIndex = 9; this.uiLabel8.Text = "页记录数"; this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiTextBox3 // this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox3.DoubleValue = 1D; this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTextBox3.IntValue = 1; this.uiTextBox3.Location = new System.Drawing.Point(571, 15); this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16); this.uiTextBox3.Name = "uiTextBox3"; this.uiTextBox3.ShowText = false; this.uiTextBox3.Size = new System.Drawing.Size(150, 29); this.uiTextBox3.TabIndex = 10; this.uiTextBox3.Text = "1"; this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiTextBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiTextBox4 // this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox4.DoubleValue = 100D; this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTextBox4.IntValue = 100; this.uiTextBox4.Location = new System.Drawing.Point(571, 64); this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16); this.uiTextBox4.Name = "uiTextBox4"; this.uiTextBox4.ShowText = false; this.uiTextBox4.Size = new System.Drawing.Size(150, 29); this.uiTextBox4.TabIndex = 11; this.uiTextBox4.Text = "100"; this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiTextBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // SpecialDrugSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1413, 630); this.Controls.Add(this.uiTabControl1); this.Name = "SpecialDrugSelect"; this.Text = "Form1"; this.Load += new System.EventHandler(this.SpecialDrugSelect_Load); this.uiTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit(); this.uiPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).EndInit(); this.uiPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UITabControl uiTabControl1; private System.Windows.Forms.TabPage tabPage1; private Sunny.UI.UIPanel uiPanel2; private Sunny.UI.UIButton uiButton3; private Sunny.UI.UIDatetimePicker uiDatetimePicker4; private Sunny.UI.UIDatetimePicker uiDatetimePicker3; private Sunny.UI.UILabel uiLabel4; private Sunny.UI.UILabel uiLabel3; private Sunny.UI.UIDataGridView uiDataGridView2; private System.Windows.Forms.TabPage tabPage2; private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UIButton uiButton1; private Sunny.UI.UIDatetimePicker uiDatetimePicker2; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UIDatetimePicker uiDatetimePicker1; private Sunny.UI.UIDataGridView uiDataGridView1; private Sunny.UI.UILabel uiLabel6; private Sunny.UI.UILabel uiLabel5; private Sunny.UI.UITextBox uiTextBox2; private Sunny.UI.UITextBox uiTextBox1; private Sunny.UI.UITextBox uiTextBox4; private Sunny.UI.UITextBox uiTextBox3; private Sunny.UI.UILabel uiLabel8; private Sunny.UI.UILabel uiLabel7; } }