namespace JJMediSys { partial class DataHistory { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.PicClear4 = new System.Windows.Forms.PictureBox(); this.PicClear3 = new System.Windows.Forms.PictureBox(); this.PicClear2 = new System.Windows.Forms.PictureBox(); this.PicClear1 = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.TextCAOZY = new System.Windows.Forms.TextBox(); this.时间设置 = new System.Windows.Forms.GroupBox(); this.RadioZX = new System.Windows.Forms.RadioButton(); this.RadioKD = new System.Windows.Forms.RadioButton(); this.dateStart = new DevExpress.XtraEditors.DateEdit(); this.label16 = new System.Windows.Forms.Label(); this.dateEnd = new DevExpress.XtraEditors.DateEdit(); this.label3 = new System.Windows.Forms.Label(); this.TextSearhName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.TextSearhItemID = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.TextSearhCardNo = new System.Windows.Forms.TextBox(); this.BSearch = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.LabNote = new System.Windows.Forms.Label(); 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.PatSex = 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.RecpOnly = new DevExpress.XtraEditors.CheckEdit(); this.bDistory = new System.Windows.Forms.Button(); this.bPrint = new System.Windows.Forms.Button(); this.PanelAction = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicClear4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PicClear3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PicClear2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PicClear1)).BeginInit(); 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(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RecpOnly.Properties)).BeginInit(); this.PanelAction.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.groupBox1); this.panel1.Location = new System.Drawing.Point(1, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1666, 145); this.panel1.TabIndex = 0; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // groupBox1 // this.groupBox1.Controls.Add(this.PicClear4); this.groupBox1.Controls.Add(this.PicClear3); this.groupBox1.Controls.Add(this.PicClear2); this.groupBox1.Controls.Add(this.PicClear1); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.TextCAOZY); this.groupBox1.Controls.Add(this.时间设置); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.TextSearhName); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.TextSearhItemID); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.TextSearhCardNo); 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(1648, 132); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "搜索参数设置"; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // // PicClear4 // this.PicClear4.BackColor = System.Drawing.Color.Transparent; this.PicClear4.BackgroundImage = global::JJMediSys.Properties.Resources.删除__1_; this.PicClear4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PicClear4.Location = new System.Drawing.Point(1120, 91); this.PicClear4.Name = "PicClear4"; this.PicClear4.Size = new System.Drawing.Size(29, 29); this.PicClear4.TabIndex = 58; this.PicClear4.TabStop = false; this.PicClear4.Click += new System.EventHandler(this.PicClear4_Click); // // PicClear3 // this.PicClear3.BackColor = System.Drawing.Color.Transparent; this.PicClear3.BackgroundImage = global::JJMediSys.Properties.Resources.删除__1_; this.PicClear3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PicClear3.Location = new System.Drawing.Point(820, 93); this.PicClear3.Name = "PicClear3"; this.PicClear3.Size = new System.Drawing.Size(29, 29); this.PicClear3.TabIndex = 57; this.PicClear3.TabStop = false; this.PicClear3.Click += new System.EventHandler(this.PicClear3_Click); // // PicClear2 // this.PicClear2.BackColor = System.Drawing.Color.Transparent; this.PicClear2.BackgroundImage = global::JJMediSys.Properties.Resources.删除__1_; this.PicClear2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PicClear2.Location = new System.Drawing.Point(529, 93); this.PicClear2.Name = "PicClear2"; this.PicClear2.Size = new System.Drawing.Size(29, 29); this.PicClear2.TabIndex = 56; this.PicClear2.TabStop = false; this.PicClear2.Click += new System.EventHandler(this.PicClear2_Click); // // PicClear1 // this.PicClear1.BackColor = System.Drawing.Color.Transparent; this.PicClear1.BackgroundImage = global::JJMediSys.Properties.Resources.删除__1_; this.PicClear1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PicClear1.Location = new System.Drawing.Point(253, 93); this.PicClear1.Name = "PicClear1"; this.PicClear1.Size = new System.Drawing.Size(29, 29); this.PicClear1.TabIndex = 55; this.PicClear1.TabStop = false; this.PicClear1.Click += new System.EventHandler(this.PicClear1_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(858, 95); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 25); this.label4.TabIndex = 54; this.label4.Text = "操作员:"; this.label4.Click += new System.EventHandler(this.label4_Click); // // TextCAOZY // this.TextCAOZY.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TextCAOZY.Location = new System.Drawing.Point(932, 93); this.TextCAOZY.Name = "TextCAOZY"; this.TextCAOZY.Size = new System.Drawing.Size(188, 29); this.TextCAOZY.TabIndex = 53; this.TextCAOZY.TextChanged += new System.EventHandler(this.TextCAOZY_TextChanged); // // 时间设置 // this.时间设置.Controls.Add(this.RadioZX); this.时间设置.Controls.Add(this.RadioKD); 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, 78); this.时间设置.TabIndex = 52; this.时间设置.TabStop = false; this.时间设置.Text = "时间设置"; this.时间设置.Enter += new System.EventHandler(this.时间设置_Enter); // // RadioZX // this.RadioZX.AutoSize = true; this.RadioZX.Location = new System.Drawing.Point(17, 48); this.RadioZX.Name = "RadioZX"; this.RadioZX.Size = new System.Drawing.Size(83, 24); this.RadioZX.TabIndex = 49; this.RadioZX.Text = "执行时间"; this.RadioZX.UseVisualStyleBackColor = true; this.RadioZX.CheckedChanged += new System.EventHandler(this.RadioZX_CheckedChanged); // // RadioKD // this.RadioKD.AutoSize = true; this.RadioKD.Location = new System.Drawing.Point(17, 22); this.RadioKD.Name = "RadioKD"; this.RadioKD.Size = new System.Drawing.Size(83, 24); this.RadioKD.TabIndex = 48; this.RadioKD.Text = "开单时间"; this.RadioKD.UseVisualStyleBackColor = true; this.RadioKD.CheckedChanged += new System.EventHandler(this.RadioKD_CheckedChanged); // // 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; this.dateStart.EditValueChanged += new System.EventHandler(this.dateStart_EditValueChanged); // // 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 = "-"; this.label16.Click += new System.EventHandler(this.label16_Click); // // 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; this.dateEnd.EditValueChanged += new System.EventHandler(this.dateEnd_EditValueChanged); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(286, 95); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 25); this.label3.TabIndex = 51; this.label3.Text = "姓名:"; this.label3.Click += new System.EventHandler(this.label3_Click); // // TextSearhName // this.TextSearhName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TextSearhName.Location = new System.Drawing.Point(341, 94); this.TextSearhName.Name = "TextSearhName"; this.TextSearhName.Size = new System.Drawing.Size(188, 29); this.TextSearhName.TabIndex = 50; this.TextSearhName.TextChanged += new System.EventHandler(this.TextSearhName_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(558, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 25); this.label2.TabIndex = 49; this.label2.Text = "检验号:"; this.label2.Click += new System.EventHandler(this.label2_Click); // // TextSearhItemID // this.TextSearhItemID.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TextSearhItemID.Location = new System.Drawing.Point(632, 94); this.TextSearhItemID.Name = "TextSearhItemID"; this.TextSearhItemID.Size = new System.Drawing.Size(188, 29); this.TextSearhItemID.TabIndex = 48; this.TextSearhItemID.TextChanged += new System.EventHandler(this.TextSearhItemID_TextChanged); // // 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, 34); 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; this.label15.Click += new System.EventHandler(this.label15_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(8, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 25); this.label1.TabIndex = 39; this.label1.Text = "卡号:"; this.label1.Click += new System.EventHandler(this.label1_Click); // // TextSearhCardNo // this.TextSearhCardNo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TextSearhCardNo.Location = new System.Drawing.Point(65, 94); this.TextSearhCardNo.Name = "TextSearhCardNo"; this.TextSearhCardNo.Size = new System.Drawing.Size(188, 29); this.TextSearhCardNo.TabIndex = 38; this.TextSearhCardNo.TextChanged += new System.EventHandler(this.TextSearhCardNo_TextChanged); // // 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(1160, 87); this.BSearch.Name = "BSearch"; this.BSearch.Size = new System.Drawing.Size(124, 39); this.BSearch.TabIndex = 3; this.BSearch.Text = "搜 索"; this.BSearch.UseVisualStyleBackColor = true; this.BSearch.Click += new System.EventHandler(this.BSearch_Click); // // panel2 // this.panel2.Controls.Add(this.LabNote); this.panel2.Controls.Add(this.gridControl1); this.panel2.Location = new System.Drawing.Point(1, 154); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1475, 525); this.panel2.TabIndex = 1; this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint); // // 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, 505); this.LabNote.Name = "LabNote"; this.LabNote.Size = new System.Drawing.Size(0, 14); this.LabNote.TabIndex = 2; this.LabNote.Click += new System.EventHandler(this.LabNote_Click); // // 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, 494); this.gridControl1.TabIndex = 1; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click); // // 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.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; 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.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged); 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 = 1; this.XH.Width = 21; // // PatID // this.PatID.Caption = "卡号"; this.PatID.FieldName = "PatID"; this.PatID.Name = "PatID"; this.PatID.Visible = true; this.PatID.VisibleIndex = 2; this.PatID.Width = 48; // // PatName // this.PatName.Caption = "姓名"; this.PatName.FieldName = "PatName"; this.PatName.Name = "PatName"; this.PatName.Visible = true; this.PatName.VisibleIndex = 3; this.PatName.Width = 43; // // PatAge // this.PatAge.Caption = "年龄"; this.PatAge.FieldName = "PatAge"; this.PatAge.Name = "PatAge"; this.PatAge.Visible = true; this.PatAge.VisibleIndex = 4; this.PatAge.Width = 21; // // PatSex // this.PatSex.Caption = "性别"; this.PatSex.FieldName = "PatSex"; this.PatSex.Name = "PatSex"; this.PatSex.Visible = true; this.PatSex.VisibleIndex = 5; this.PatSex.Width = 23; // // Barcode // this.Barcode.Caption = "标本条码"; this.Barcode.FieldName = "Barcode"; this.Barcode.Name = "Barcode"; this.Barcode.Visible = true; this.Barcode.VisibleIndex = 6; this.Barcode.Width = 48; // // Tuble // this.Tuble.Caption = "试管"; this.Tuble.FieldName = "Tuble"; this.Tuble.Name = "Tuble"; this.Tuble.Visible = true; this.Tuble.VisibleIndex = 7; this.Tuble.Width = 33; // // ItemName // this.ItemName.Caption = "检验项目"; this.ItemName.FieldName = "ItemName"; this.ItemName.Name = "ItemName"; this.ItemName.Visible = true; this.ItemName.VisibleIndex = 8; this.ItemName.Width = 127; // // ItemCount // this.ItemCount.Caption = "数量"; this.ItemCount.FieldName = "ItemCount"; this.ItemCount.Name = "ItemCount"; this.ItemCount.Visible = true; this.ItemCount.VisibleIndex = 9; this.ItemCount.Width = 20; // // Status // this.Status.Caption = "执行状态"; this.Status.FieldName = "ItemStatus"; this.Status.Name = "Status"; this.Status.Visible = true; this.Status.VisibleIndex = 10; this.Status.Width = 41; // // JYType // this.JYType.Caption = "样本类型"; this.JYType.FieldName = "ItemType"; this.JYType.Name = "JYType"; this.JYType.Visible = true; this.JYType.VisibleIndex = 11; this.JYType.Width = 33; // // DoDept // this.DoDept.Caption = "执行科室"; this.DoDept.FieldName = "DoDept"; this.DoDept.Name = "DoDept"; this.DoDept.Visible = true; this.DoDept.VisibleIndex = 12; 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 = 13; this.OperTime.Width = 99; // // OperDept // this.OperDept.Caption = "开单科室"; this.OperDept.FieldName = "OprDept"; this.OperDept.Name = "OperDept"; this.OperDept.Visible = true; this.OperDept.VisibleIndex = 14; 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 = 15; this.PrintTime.Width = 92; // // PrintDev // this.PrintDev.Caption = "打印人"; this.PrintDev.FieldName = "PrinterDev"; this.PrintDev.Name = "PrintDev"; this.PrintDev.Visible = true; this.PrintDev.VisibleIndex = 16; this.PrintDev.Width = 55; // // ItemDetails // this.ItemDetails.Caption = "明细"; this.ItemDetails.FieldName = "ItemsDetails"; this.ItemDetails.Name = "ItemDetails"; // // RecpOnly // this.RecpOnly.Location = new System.Drawing.Point(22, 13); this.RecpOnly.Name = "RecpOnly"; this.RecpOnly.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RecpOnly.Properties.Appearance.ForeColor = System.Drawing.Color.CornflowerBlue; this.RecpOnly.Properties.Appearance.Options.UseFont = true; this.RecpOnly.Properties.Appearance.Options.UseForeColor = true; this.RecpOnly.Properties.Caption = "打印不贴标"; this.RecpOnly.Size = new System.Drawing.Size(168, 27); this.RecpOnly.TabIndex = 13; this.RecpOnly.CheckedChanged += new System.EventHandler(this.RecpOnly_CheckedChanged); // // bDistory // this.bDistory.BackgroundImage = global::JJMediSys.Properties.Resources.Bt2; this.bDistory.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.bDistory.FlatAppearance.BorderSize = 0; this.bDistory.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.bDistory.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bDistory.ForeColor = System.Drawing.Color.White; this.bDistory.Location = new System.Drawing.Point(247, 46); this.bDistory.Name = "bDistory"; this.bDistory.Size = new System.Drawing.Size(179, 43); this.bDistory.TabIndex = 12; this.bDistory.Text = "一 键 作 废"; this.bDistory.UseVisualStyleBackColor = true; this.bDistory.Click += new System.EventHandler(this.bDistory_Click); // // bPrint // this.bPrint.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1; this.bPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.bPrint.FlatAppearance.BorderSize = 0; this.bPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.bPrint.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bPrint.ForeColor = System.Drawing.Color.White; this.bPrint.Location = new System.Drawing.Point(17, 46); this.bPrint.Name = "bPrint"; this.bPrint.Size = new System.Drawing.Size(173, 43); this.bPrint.TabIndex = 11; this.bPrint.Text = "一 键 打 印"; this.bPrint.UseVisualStyleBackColor = true; this.bPrint.Click += new System.EventHandler(this.bPrint_Click); // // PanelAction // this.PanelAction.BackColor = System.Drawing.Color.Transparent; this.PanelAction.Controls.Add(this.RecpOnly); this.PanelAction.Controls.Add(this.bPrint); this.PanelAction.Controls.Add(this.bDistory); this.PanelAction.Location = new System.Drawing.Point(4, 685); this.PanelAction.Name = "PanelAction"; this.PanelAction.Size = new System.Drawing.Size(487, 100); this.PanelAction.TabIndex = 14; this.PanelAction.Visible = false; this.PanelAction.Paint += new System.Windows.Forms.PaintEventHandler(this.PanelAction_Paint); // // DataHistory // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1674, 786); this.Controls.Add(this.PanelAction); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "DataHistory"; this.Text = "历史数据查询"; this.Load += new System.EventHandler(this.DataHistory_Load); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicClear4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PicClear3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PicClear2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PicClear1)).EndInit(); 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(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RecpOnly.Properties)).EndInit(); this.PanelAction.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; 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 PatSex; 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.Button BSearch; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox TextSearhName; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox TextSearhItemID; private DevExpress.XtraEditors.DateEdit dateEnd; private DevExpress.XtraEditors.DateEdit dateStart; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox TextSearhCardNo; private DevExpress.XtraEditors.CheckEdit RecpOnly; private System.Windows.Forms.Button bDistory; private System.Windows.Forms.Button bPrint; private System.Windows.Forms.Panel PanelAction; private System.Windows.Forms.GroupBox 时间设置; private System.Windows.Forms.RadioButton RadioZX; private System.Windows.Forms.RadioButton RadioKD; private System.Windows.Forms.Label LabNote; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox TextCAOZY; private System.Windows.Forms.PictureBox PicClear4; private System.Windows.Forms.PictureBox PicClear3; private System.Windows.Forms.PictureBox PicClear2; private System.Windows.Forms.PictureBox PicClear1; } }