namespace JJMediSys { partial class STATS { /// /// 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() { this.RadioZX = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.BSTATS = new System.Windows.Forms.Button(); this.时间设置 = new System.Windows.Forms.GroupBox(); this.dateStart = new DevExpress.XtraEditors.DateEdit(); this.label16 = new System.Windows.Forms.Label(); this.dateEnd = new DevExpress.XtraEditors.DateEdit(); this.label15 = new System.Windows.Forms.Label(); this.BSearch = new System.Windows.Forms.Button(); this.LabNote = new System.Windows.Forms.Label(); this.PatSex = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.XH = new DevExpress.XtraGrid.Columns.GridColumn(); this.PatID = new DevExpress.XtraGrid.Columns.GridColumn(); this.PatName = new DevExpress.XtraGrid.Columns.GridColumn(); this.PatAge = new DevExpress.XtraGrid.Columns.GridColumn(); this.Barcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.Tuble = new DevExpress.XtraGrid.Columns.GridColumn(); this.ItemName = new DevExpress.XtraGrid.Columns.GridColumn(); this.ItemCount = new DevExpress.XtraGrid.Columns.GridColumn(); this.Status = new DevExpress.XtraGrid.Columns.GridColumn(); this.JYType = new DevExpress.XtraGrid.Columns.GridColumn(); this.DoDept = new DevExpress.XtraGrid.Columns.GridColumn(); this.OperTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.OperDept = new DevExpress.XtraGrid.Columns.GridColumn(); this.PrintTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.PrintDev = new DevExpress.XtraGrid.Columns.GridColumn(); this.ItemDetails = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1.SuspendLayout(); this.时间设置.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // RadioZX // this.RadioZX.AutoSize = true; this.RadioZX.Location = new System.Drawing.Point(16, 31); this.RadioZX.Name = "RadioZX"; this.RadioZX.Size = new System.Drawing.Size(83, 24); this.RadioZX.TabIndex = 49; this.RadioZX.Text = "执行时间"; this.RadioZX.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.BSTATS); this.groupBox1.Controls.Add(this.时间设置); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.BSearch); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.ForeColor = System.Drawing.Color.DarkTurquoise; this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1459, 100); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "搜索参数设置"; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // // button1 // this.button1.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1; this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.SystemColors.ButtonFace; this.button1.Location = new System.Drawing.Point(1009, 30); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(124, 46); this.button1.TabIndex = 54; this.button1.Text = "统计项配置"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // BSTATS // this.BSTATS.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1; this.BSTATS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BSTATS.FlatAppearance.BorderSize = 0; this.BSTATS.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BSTATS.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BSTATS.ForeColor = System.Drawing.SystemColors.ButtonFace; this.BSTATS.Location = new System.Drawing.Point(722, 30); this.BSTATS.Name = "BSTATS"; this.BSTATS.Size = new System.Drawing.Size(124, 46); this.BSTATS.TabIndex = 53; this.BSTATS.Text = "统 计"; this.BSTATS.UseVisualStyleBackColor = true; this.BSTATS.Click += new System.EventHandler(this.BSTATS_Click); // // 时间设置 // this.时间设置.Controls.Add(this.RadioZX); this.时间设置.Controls.Add(this.dateStart); this.时间设置.Controls.Add(this.label16); this.时间设置.Controls.Add(this.dateEnd); this.时间设置.Location = new System.Drawing.Point(105, 12); this.时间设置.Name = "时间设置"; this.时间设置.Size = new System.Drawing.Size(416, 79); this.时间设置.TabIndex = 52; this.时间设置.TabStop = false; this.时间设置.Text = "时间设置"; // // dateStart // this.dateStart.EditValue = null; this.dateStart.Location = new System.Drawing.Point(136, 30); this.dateStart.Name = "dateStart"; this.dateStart.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateStart.Properties.Appearance.Options.UseFont = true; this.dateStart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.dateStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateStart.Size = new System.Drawing.Size(103, 26); this.dateStart.TabIndex = 46; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label16.ForeColor = System.Drawing.Color.CadetBlue; this.label16.Location = new System.Drawing.Point(242, 29); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(20, 26); this.label16.TabIndex = 45; this.label16.Text = "-"; // // dateEnd // this.dateEnd.EditValue = null; this.dateEnd.Location = new System.Drawing.Point(262, 30); this.dateEnd.Name = "dateEnd"; this.dateEnd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateEnd.Properties.Appearance.Options.UseFont = true; this.dateEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.dateEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEnd.Size = new System.Drawing.Size(103, 26); this.dateEnd.TabIndex = 47; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.ForeColor = System.Drawing.Color.CadetBlue; this.label15.Location = new System.Drawing.Point(6, 41); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(93, 26); this.label15.TabIndex = 44; this.label15.Text = "时间范围:"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // BSearch // this.BSearch.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1; this.BSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BSearch.FlatAppearance.BorderSize = 0; this.BSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BSearch.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BSearch.ForeColor = System.Drawing.SystemColors.ButtonFace; this.BSearch.Location = new System.Drawing.Point(547, 30); this.BSearch.Name = "BSearch"; this.BSearch.Size = new System.Drawing.Size(124, 46); this.BSearch.TabIndex = 3; this.BSearch.Text = "搜 索"; this.BSearch.UseVisualStyleBackColor = true; this.BSearch.Click += new System.EventHandler(this.BSearch_Click); // // LabNote // this.LabNote.AutoSize = true; this.LabNote.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabNote.ForeColor = System.Drawing.Color.SteelBlue; this.LabNote.Location = new System.Drawing.Point(3, 640); this.LabNote.Name = "LabNote"; this.LabNote.Size = new System.Drawing.Size(0, 14); this.LabNote.TabIndex = 2; // // PatSex // this.PatSex.Caption = "性别"; this.PatSex.FieldName = "PatSex"; this.PatSex.Name = "PatSex"; this.PatSex.Visible = true; this.PatSex.VisibleIndex = 4; this.PatSex.Width = 23; // // gridControl1 // this.gridControl1.EmbeddedNavigator.AllowDrop = true; this.gridControl1.Location = new System.Drawing.Point(3, 3); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1459, 630); this.gridControl1.TabIndex = 1; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.WhiteSmoke; this.gridView1.Appearance.EvenRow.Font = new System.Drawing.Font("Tahoma", 12F); this.gridView1.Appearance.EvenRow.Options.UseBackColor = true; this.gridView1.Appearance.EvenRow.Options.UseFont = true; this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.AliceBlue; this.gridView1.Appearance.OddRow.Font = new System.Drawing.Font("Tahoma", 12F); this.gridView1.Appearance.OddRow.Options.UseBackColor = true; this.gridView1.Appearance.OddRow.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.XH, this.PatID, this.PatName, this.PatAge, this.PatSex, this.Barcode, this.Tuble, this.ItemName, this.ItemCount, this.Status, this.JYType, this.DoDept, this.OperTime, this.OperDept, this.PrintTime, this.PrintDev, this.ItemDetails}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsPrint.EnableAppearanceEvenRow = true; this.gridView1.OptionsPrint.EnableAppearanceOddRow = true; this.gridView1.OptionsView.EnableAppearanceEvenRow = true; this.gridView1.OptionsView.EnableAppearanceOddRow = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle); this.gridView1.CustomFilterDisplayText += new DevExpress.XtraEditors.Controls.ConvertEditValueEventHandler(this.gridView1_CustomFilterDisplayText); this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText); this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick); // // XH // this.XH.Caption = "序号"; this.XH.FieldName = "ID"; this.XH.Name = "XH"; this.XH.Visible = true; this.XH.VisibleIndex = 0; this.XH.Width = 21; // // PatID // this.PatID.Caption = "卡号"; this.PatID.FieldName = "PatID"; this.PatID.Name = "PatID"; this.PatID.Visible = true; this.PatID.VisibleIndex = 1; this.PatID.Width = 48; // // PatName // this.PatName.Caption = "姓名"; this.PatName.FieldName = "PatName"; this.PatName.Name = "PatName"; this.PatName.Visible = true; this.PatName.VisibleIndex = 2; this.PatName.Width = 43; // // PatAge // this.PatAge.Caption = "年龄"; this.PatAge.FieldName = "PatAge"; this.PatAge.Name = "PatAge"; this.PatAge.Visible = true; this.PatAge.VisibleIndex = 3; this.PatAge.Width = 21; // // Barcode // this.Barcode.Caption = "标本条码"; this.Barcode.FieldName = "Barcode"; this.Barcode.Name = "Barcode"; this.Barcode.Visible = true; this.Barcode.VisibleIndex = 5; this.Barcode.Width = 48; // // Tuble // this.Tuble.Caption = "试管"; this.Tuble.FieldName = "Tuble"; this.Tuble.Name = "Tuble"; this.Tuble.Visible = true; this.Tuble.VisibleIndex = 6; this.Tuble.Width = 33; // // ItemName // this.ItemName.Caption = "检验项目"; this.ItemName.FieldName = "ItemName"; this.ItemName.Name = "ItemName"; this.ItemName.Visible = true; this.ItemName.VisibleIndex = 7; this.ItemName.Width = 127; // // ItemCount // this.ItemCount.Caption = "数量"; this.ItemCount.FieldName = "ItemCount"; this.ItemCount.Name = "ItemCount"; this.ItemCount.Visible = true; this.ItemCount.VisibleIndex = 8; this.ItemCount.Width = 20; // // Status // this.Status.Caption = "执行状态"; this.Status.FieldName = "ItemStatus"; this.Status.Name = "Status"; this.Status.Visible = true; this.Status.VisibleIndex = 9; this.Status.Width = 41; // // JYType // this.JYType.Caption = "样本类型"; this.JYType.FieldName = "ItemType"; this.JYType.Name = "JYType"; this.JYType.Visible = true; this.JYType.VisibleIndex = 10; this.JYType.Width = 33; // // DoDept // this.DoDept.Caption = "执行科室"; this.DoDept.FieldName = "DoDept"; this.DoDept.Name = "DoDept"; this.DoDept.Visible = true; this.DoDept.VisibleIndex = 11; this.DoDept.Width = 34; // // OperTime // this.OperTime.Caption = "开单时间"; this.OperTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.OperTime.FieldName = "OprTime"; this.OperTime.Name = "OperTime"; this.OperTime.Visible = true; this.OperTime.VisibleIndex = 12; this.OperTime.Width = 99; // // OperDept // this.OperDept.Caption = "开单科室"; this.OperDept.FieldName = "OprDept"; this.OperDept.Name = "OperDept"; this.OperDept.Visible = true; this.OperDept.VisibleIndex = 13; this.OperDept.Width = 69; // // PrintTime // this.PrintTime.Caption = "打印时间"; this.PrintTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.PrintTime.FieldName = "PrintTime"; this.PrintTime.Name = "PrintTime"; this.PrintTime.Visible = true; this.PrintTime.VisibleIndex = 14; this.PrintTime.Width = 92; // // PrintDev // this.PrintDev.Caption = "打印人"; this.PrintDev.FieldName = "PrinterDev"; this.PrintDev.Name = "PrintDev"; this.PrintDev.Visible = true; this.PrintDev.VisibleIndex = 15; this.PrintDev.Width = 55; // // ItemDetails // this.ItemDetails.Caption = "明细"; this.ItemDetails.FieldName = "ItemsDetails"; this.ItemDetails.Name = "ItemDetails"; // // panel2 // this.panel2.Controls.Add(this.LabNote); this.panel2.Controls.Add(this.gridControl1); this.panel2.Location = new System.Drawing.Point(12, 139); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1475, 654); this.panel2.TabIndex = 16; // // panel1 // this.panel1.Controls.Add(this.groupBox1); this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1475, 121); this.panel1.TabIndex = 15; // // STATS // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1500, 1061); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "STATS"; this.Text = "数据统计"; this.Load += new System.EventHandler(this.STATS_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.时间设置.ResumeLayout(false); this.时间设置.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RadioButton RadioZX; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox 时间设置; private DevExpress.XtraEditors.DateEdit dateStart; private System.Windows.Forms.Label label16; private DevExpress.XtraEditors.DateEdit dateEnd; private System.Windows.Forms.Label label15; private System.Windows.Forms.Button BSearch; private System.Windows.Forms.Label LabNote; private DevExpress.XtraGrid.Columns.GridColumn PatSex; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn XH; private DevExpress.XtraGrid.Columns.GridColumn PatID; private DevExpress.XtraGrid.Columns.GridColumn PatName; private DevExpress.XtraGrid.Columns.GridColumn PatAge; private DevExpress.XtraGrid.Columns.GridColumn Barcode; private DevExpress.XtraGrid.Columns.GridColumn Tuble; private DevExpress.XtraGrid.Columns.GridColumn ItemName; private DevExpress.XtraGrid.Columns.GridColumn ItemCount; private DevExpress.XtraGrid.Columns.GridColumn Status; private DevExpress.XtraGrid.Columns.GridColumn JYType; private DevExpress.XtraGrid.Columns.GridColumn DoDept; private DevExpress.XtraGrid.Columns.GridColumn OperTime; private DevExpress.XtraGrid.Columns.GridColumn OperDept; private DevExpress.XtraGrid.Columns.GridColumn PrintTime; private DevExpress.XtraGrid.Columns.GridColumn PrintDev; private DevExpress.XtraGrid.Columns.GridColumn ItemDetails; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button BSTATS; private System.Windows.Forms.Button button1; } }