Files
tj-tzhg/JJMediSys/MZCY.Designer.cs

978 lines
51 KiB
C#
Raw Permalink Normal View History

2025-11-26 17:20:53 +08:00
namespace JJMediSys
{
partial class MZCY
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.XH = 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.Source = new DevExpress.XtraGrid.Columns.GridColumn();
this.ItemDetails = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelData = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Bcall = new System.Windows.Forms.Button();
this.PicClear = new System.Windows.Forms.PictureBox();
this.dateEnd = new DevExpress.XtraEditors.DateEdit();
this.dateStart = new DevExpress.XtraEditors.DateEdit();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.LabDayBQCount = new System.Windows.Forms.Label();
this.LabDaySGCount = new System.Windows.Forms.Label();
this.LabDayPersonCount = new System.Windows.Forms.Label();
this.LabItemSelectBQ = new System.Windows.Forms.Label();
this.LabItemSelectSG = new System.Windows.Forms.Label();
this.LabItemSelectTotal = new System.Windows.Forms.Label();
this.LabItemBQ = new System.Windows.Forms.Label();
this.LabItemSG = new System.Windows.Forms.Label();
this.LabItemTotal = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.LabCurSex = new System.Windows.Forms.Label();
this.LabCurAge = new System.Windows.Forms.Label();
this.LabCurName = new System.Windows.Forms.Label();
this.LabCurCardNo = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.RadComp = new System.Windows.Forms.RadioButton();
this.RadCanceld = new System.Windows.Forms.RadioButton();
this.RadPrinted = new System.Windows.Forms.RadioButton();
this.RadUnPrint = new System.Windows.Forms.RadioButton();
this.RadAll = new System.Windows.Forms.RadioButton();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.BGetData = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.TextPatCardNo = new System.Windows.Forms.TextBox();
this.BSetStatus = new System.Windows.Forms.Button();
this.bPrint = new System.Windows.Forms.Button();
this.timerForFouce = new System.Windows.Forms.Timer(this.components);
this.RecpOnly = new DevExpress.XtraEditors.CheckEdit();
this.TimeForCall = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.panelData.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PicClear)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties.CalendarTimeProperties)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.RecpOnly.Properties)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
//
//
//
this.gridControl1.EmbeddedNavigator.AllowDrop = true;
gridLevelNode2.RelationName = "Level1";
this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode2});
this.gridControl1.Location = new System.Drawing.Point(0, 4);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1457, 487);
this.gridControl1.TabIndex = 0;
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.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 16F);
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.WhiteSmoke;
this.gridView1.Appearance.EvenRow.Font = new System.Drawing.Font("Tahoma", 16F);
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", 16F);
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.Barcode,
this.Tuble,
this.ItemName,
this.ItemCount,
this.Status,
this.JYType,
this.DoDept,
this.OperTime,
this.OperDept,
this.PrintTime,
this.PrintDev,
this.Source,
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.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
//
// XH
//
this.XH.Caption = "序号";
this.XH.FieldName = "XH";
this.XH.Name = "XH";
this.XH.Visible = true;
this.XH.VisibleIndex = 1;
this.XH.Width = 32;
//
// Barcode
//
this.Barcode.Caption = "标本条码";
this.Barcode.FieldName = "Barcode";
this.Barcode.Name = "Barcode";
this.Barcode.Visible = true;
this.Barcode.VisibleIndex = 2;
this.Barcode.Width = 87;
//
// Tuble
//
this.Tuble.Caption = "试管";
this.Tuble.FieldName = "Tuble";
this.Tuble.Name = "Tuble";
this.Tuble.Visible = true;
this.Tuble.VisibleIndex = 3;
this.Tuble.Width = 47;
//
// ItemName
//
this.ItemName.Caption = "检验项目";
this.ItemName.FieldName = "ItemName";
this.ItemName.Name = "ItemName";
this.ItemName.Visible = true;
this.ItemName.VisibleIndex = 4;
this.ItemName.Width = 144;
//
// ItemCount
//
this.ItemCount.Caption = "数量";
this.ItemCount.FieldName = "ItemCount";
this.ItemCount.Name = "ItemCount";
this.ItemCount.Visible = true;
this.ItemCount.VisibleIndex = 5;
this.ItemCount.Width = 28;
//
// Status
//
this.Status.Caption = "执行状态";
this.Status.FieldName = "Status";
this.Status.Name = "Status";
this.Status.Visible = true;
this.Status.VisibleIndex = 6;
this.Status.Width = 47;
//
// JYType
//
this.JYType.Caption = "样本类型";
this.JYType.FieldName = "JYType";
this.JYType.Name = "JYType";
this.JYType.Visible = true;
this.JYType.VisibleIndex = 7;
this.JYType.Width = 39;
//
// DoDept
//
this.DoDept.Caption = "执行科室";
this.DoDept.FieldName = "DoDept";
this.DoDept.Name = "DoDept";
this.DoDept.Visible = true;
this.DoDept.VisibleIndex = 8;
this.DoDept.Width = 32;
//
// OperTime
//
this.OperTime.Caption = "开单时间";
this.OperTime.FieldName = "OperTime";
this.OperTime.Name = "OperTime";
this.OperTime.Visible = true;
this.OperTime.VisibleIndex = 9;
this.OperTime.Width = 92;
//
// OperDept
//
this.OperDept.Caption = "开单科室";
this.OperDept.FieldName = "OperDept";
this.OperDept.Name = "OperDept";
this.OperDept.Visible = true;
this.OperDept.VisibleIndex = 10;
this.OperDept.Width = 61;
//
// PrintTime
//
this.PrintTime.Caption = "打印时间";
this.PrintTime.FieldName = "PrintTime";
this.PrintTime.Name = "PrintTime";
this.PrintTime.Visible = true;
this.PrintTime.VisibleIndex = 11;
this.PrintTime.Width = 87;
//
// PrintDev
//
this.PrintDev.Caption = "打印人";
this.PrintDev.FieldName = "PrintDev";
this.PrintDev.Name = "PrintDev";
this.PrintDev.Visible = true;
this.PrintDev.VisibleIndex = 12;
this.PrintDev.Width = 38;
//
// Source
//
this.Source.Caption = "数据来源";
this.Source.FieldName = "Source";
this.Source.Name = "Source";
this.Source.Visible = true;
this.Source.VisibleIndex = 13;
this.Source.Width = 123;
//
// ItemDetails
//
this.ItemDetails.Caption = "ItemDetails";
this.ItemDetails.Name = "ItemDetails";
//
// panelData
//
this.panelData.Controls.Add(this.gridControl1);
this.panelData.Location = new System.Drawing.Point(4, 210);
this.panelData.Name = "panelData";
this.panelData.Size = new System.Drawing.Size(1466, 484);
this.panelData.TabIndex = 1;
this.panelData.Paint += new System.Windows.Forms.PaintEventHandler(this.panelData_Paint);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Bcall);
this.groupBox1.Controls.Add(this.PicClear);
this.groupBox1.Controls.Add(this.dateEnd);
this.groupBox1.Controls.Add(this.dateStart);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.LabDayBQCount);
this.groupBox1.Controls.Add(this.LabDaySGCount);
this.groupBox1.Controls.Add(this.LabDayPersonCount);
this.groupBox1.Controls.Add(this.LabItemSelectBQ);
this.groupBox1.Controls.Add(this.LabItemSelectSG);
this.groupBox1.Controls.Add(this.LabItemSelectTotal);
this.groupBox1.Controls.Add(this.LabItemBQ);
this.groupBox1.Controls.Add(this.LabItemSG);
this.groupBox1.Controls.Add(this.LabItemTotal);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.LabCurSex);
this.groupBox1.Controls.Add(this.LabCurAge);
this.groupBox1.Controls.Add(this.LabCurName);
this.groupBox1.Controls.Add(this.LabCurCardNo);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.BGetData);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.TextPatCardNo);
this.groupBox1.Location = new System.Drawing.Point(4, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1691, 193);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// Bcall
//
this.Bcall.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.Bcall.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Bcall.FlatAppearance.BorderSize = 0;
this.Bcall.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Bcall.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Bcall.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.Bcall.Location = new System.Drawing.Point(489, 152);
this.Bcall.Name = "Bcall";
this.Bcall.Size = new System.Drawing.Size(124, 35);
this.Bcall.TabIndex = 39;
this.Bcall.Text = "叫 号";
this.Bcall.UseVisualStyleBackColor = true;
this.Bcall.Click += new System.EventHandler(this.Bcall_Click);
//
// PicClear
//
this.PicClear.BackColor = System.Drawing.Color.Transparent;
this.PicClear.BackgroundImage = global::JJMediSys.Properties.Resources.__1_;
this.PicClear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.PicClear.Location = new System.Drawing.Point(277, 145);
this.PicClear.Name = "PicClear";
this.PicClear.Size = new System.Drawing.Size(29, 29);
this.PicClear.TabIndex = 38;
this.PicClear.TabStop = false;
this.PicClear.Click += new System.EventHandler(this.PicClear_Click);
//
// dateEnd
//
this.dateEnd.EditValue = new System.DateTime(2025, 11, 3, 0, 0, 0, 0);
this.dateEnd.Location = new System.Drawing.Point(323, 108);
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 = 37;
//
// dateStart
//
this.dateStart.EditValue = new System.DateTime(2025, 11, 3, 0, 0, 0, 0);
this.dateStart.Location = new System.Drawing.Point(197, 108);
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 = 36;
//
// 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(303, 107);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(20, 26);
this.label16.TabIndex = 35;
this.label16.Text = "-";
//
// 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(28, 106);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(169, 26);
this.label15.TabIndex = 34;
this.label15.Text = "数据搜索时间范围:";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// LabDayBQCount
//
this.LabDayBQCount.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabDayBQCount.ForeColor = System.Drawing.Color.Chocolate;
this.LabDayBQCount.Location = new System.Drawing.Point(319, 47);
this.LabDayBQCount.Name = "LabDayBQCount";
this.LabDayBQCount.Size = new System.Drawing.Size(95, 49);
this.LabDayBQCount.TabIndex = 31;
this.LabDayBQCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabDaySGCount
//
this.LabDaySGCount.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabDaySGCount.ForeColor = System.Drawing.Color.SlateBlue;
this.LabDaySGCount.Location = new System.Drawing.Point(179, 47);
this.LabDaySGCount.Name = "LabDaySGCount";
this.LabDaySGCount.Size = new System.Drawing.Size(94, 49);
this.LabDaySGCount.TabIndex = 30;
this.LabDaySGCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabDayPersonCount
//
this.LabDayPersonCount.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabDayPersonCount.ForeColor = System.Drawing.Color.DarkOrange;
this.LabDayPersonCount.Location = new System.Drawing.Point(37, 47);
this.LabDayPersonCount.Name = "LabDayPersonCount";
this.LabDayPersonCount.Size = new System.Drawing.Size(70, 49);
this.LabDayPersonCount.TabIndex = 29;
this.LabDayPersonCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabItemSelectBQ
//
this.LabItemSelectBQ.AutoSize = true;
this.LabItemSelectBQ.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabItemSelectBQ.ForeColor = System.Drawing.Color.DarkMagenta;
this.LabItemSelectBQ.Location = new System.Drawing.Point(936, 154);
this.LabItemSelectBQ.Name = "LabItemSelectBQ";
this.LabItemSelectBQ.Size = new System.Drawing.Size(0, 25);
this.LabItemSelectBQ.TabIndex = 28;
//
// LabItemSelectSG
//
this.LabItemSelectSG.AutoSize = true;
this.LabItemSelectSG.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabItemSelectSG.ForeColor = System.Drawing.Color.DarkMagenta;
this.LabItemSelectSG.Location = new System.Drawing.Point(936, 126);
this.LabItemSelectSG.Name = "LabItemSelectSG";
this.LabItemSelectSG.Size = new System.Drawing.Size(0, 25);
this.LabItemSelectSG.TabIndex = 27;
//
// LabItemSelectTotal
//
this.LabItemSelectTotal.AutoSize = true;
this.LabItemSelectTotal.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabItemSelectTotal.ForeColor = System.Drawing.Color.DarkMagenta;
this.LabItemSelectTotal.Location = new System.Drawing.Point(936, 98);
this.LabItemSelectTotal.Name = "LabItemSelectTotal";
this.LabItemSelectTotal.Size = new System.Drawing.Size(0, 25);
this.LabItemSelectTotal.TabIndex = 26;
//
// LabItemBQ
//
this.LabItemBQ.AutoSize = true;
this.LabItemBQ.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabItemBQ.ForeColor = System.Drawing.Color.DarkMagenta;
this.LabItemBQ.Location = new System.Drawing.Point(743, 154);
this.LabItemBQ.Name = "LabItemBQ";
this.LabItemBQ.Size = new System.Drawing.Size(0, 25);
this.LabItemBQ.TabIndex = 25;
//
// LabItemSG
//
this.LabItemSG.AutoSize = true;
this.LabItemSG.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabItemSG.ForeColor = System.Drawing.Color.DarkMagenta;
this.LabItemSG.Location = new System.Drawing.Point(743, 126);
this.LabItemSG.Name = "LabItemSG";
this.LabItemSG.Size = new System.Drawing.Size(0, 25);
this.LabItemSG.TabIndex = 24;
//
// LabItemTotal
//
this.LabItemTotal.AutoSize = true;
this.LabItemTotal.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabItemTotal.ForeColor = System.Drawing.Color.DarkMagenta;
this.LabItemTotal.Location = new System.Drawing.Point(743, 98);
this.LabItemTotal.Name = "LabItemTotal";
this.LabItemTotal.Size = new System.Drawing.Size(0, 25);
this.LabItemTotal.TabIndex = 23;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.ForeColor = System.Drawing.Color.CadetBlue;
this.label12.Location = new System.Drawing.Point(837, 153);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(93, 25);
this.label12.TabIndex = 22;
this.label12.Text = "已选标签:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.Color.CadetBlue;
this.label13.Location = new System.Drawing.Point(837, 126);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(93, 25);
this.label13.TabIndex = 21;
this.label13.Text = "已选试管:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.CadetBlue;
this.label14.Location = new System.Drawing.Point(837, 98);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(93, 25);
this.label14.TabIndex = 20;
this.label14.Text = "已选项目:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.ForeColor = System.Drawing.Color.CadetBlue;
this.label9.Location = new System.Drawing.Point(644, 153);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(93, 25);
this.label9.TabIndex = 19;
this.label9.Text = "标签总数:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.Color.CadetBlue;
this.label10.Location = new System.Drawing.Point(644, 126);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(93, 25);
this.label10.TabIndex = 18;
this.label10.Text = "试管总数:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.ForeColor = System.Drawing.Color.CadetBlue;
this.label11.Location = new System.Drawing.Point(644, 98);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(93, 25);
this.label11.TabIndex = 17;
this.label11.Text = "项目总数:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.CadetBlue;
this.label8.Location = new System.Drawing.Point(29, 17);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(88, 26);
this.label8.TabIndex = 16;
this.label8.Text = "采样人数";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.CadetBlue;
this.label7.Location = new System.Drawing.Point(346, 17);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(50, 26);
this.label7.TabIndex = 15;
this.label7.Text = "标签";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.CadetBlue;
this.label6.Location = new System.Drawing.Point(203, 17);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(50, 26);
this.label6.TabIndex = 14;
this.label6.Text = "试管";
//
// LabCurSex
//
this.LabCurSex.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabCurSex.ForeColor = System.Drawing.Color.DarkOrange;
this.LabCurSex.Location = new System.Drawing.Point(1235, 41);
this.LabCurSex.Name = "LabCurSex";
this.LabCurSex.Size = new System.Drawing.Size(76, 48);
this.LabCurSex.TabIndex = 13;
this.LabCurSex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabCurAge
//
this.LabCurAge.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabCurAge.ForeColor = System.Drawing.Color.DarkOrange;
this.LabCurAge.Location = new System.Drawing.Point(1090, 40);
this.LabCurAge.Name = "LabCurAge";
this.LabCurAge.Size = new System.Drawing.Size(70, 49);
this.LabCurAge.TabIndex = 12;
this.LabCurAge.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabCurName
//
this.LabCurName.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabCurName.ForeColor = System.Drawing.Color.DarkOrange;
this.LabCurName.Location = new System.Drawing.Point(837, 41);
this.LabCurName.Name = "LabCurName";
this.LabCurName.Size = new System.Drawing.Size(183, 48);
this.LabCurName.TabIndex = 11;
this.LabCurName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabCurCardNo
//
this.LabCurCardNo.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabCurCardNo.ForeColor = System.Drawing.Color.DarkOrange;
this.LabCurCardNo.Location = new System.Drawing.Point(631, 41);
this.LabCurCardNo.Name = "LabCurCardNo";
this.LabCurCardNo.Size = new System.Drawing.Size(197, 48);
this.LabCurCardNo.TabIndex = 10;
this.LabCurCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.RadComp);
this.groupBox2.Controls.Add(this.RadCanceld);
this.groupBox2.Controls.Add(this.RadPrinted);
this.groupBox2.Controls.Add(this.RadUnPrint);
this.groupBox2.Controls.Add(this.RadAll);
this.groupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.ForeColor = System.Drawing.Color.SlateBlue;
this.groupBox2.Location = new System.Drawing.Point(483, 13);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(142, 138);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "项目状态控制:";
//
// RadComp
//
this.RadComp.AutoSize = true;
this.RadComp.Location = new System.Drawing.Point(7, 112);
this.RadComp.Name = "RadComp";
this.RadComp.Size = new System.Drawing.Size(115, 18);
this.RadComp.TabIndex = 4;
this.RadComp.Text = "已采集已确认";
this.RadComp.UseVisualStyleBackColor = true;
this.RadComp.CheckedChanged += new System.EventHandler(this.CheckedChanged);
//
// RadCanceld
//
this.RadCanceld.AutoSize = true;
this.RadCanceld.Location = new System.Drawing.Point(7, 89);
this.RadCanceld.Name = "RadCanceld";
this.RadCanceld.Size = new System.Drawing.Size(70, 18);
this.RadCanceld.TabIndex = 3;
this.RadCanceld.Text = "已撤销";
this.RadCanceld.UseVisualStyleBackColor = true;
this.RadCanceld.CheckedChanged += new System.EventHandler(this.CheckedChanged);
//
// RadPrinted
//
this.RadPrinted.AutoSize = true;
this.RadPrinted.Location = new System.Drawing.Point(7, 66);
this.RadPrinted.Name = "RadPrinted";
this.RadPrinted.Size = new System.Drawing.Size(70, 18);
this.RadPrinted.TabIndex = 2;
this.RadPrinted.Text = "已打印";
this.RadPrinted.UseVisualStyleBackColor = true;
this.RadPrinted.CheckedChanged += new System.EventHandler(this.CheckedChanged);
//
// RadUnPrint
//
this.RadUnPrint.AutoSize = true;
this.RadUnPrint.Location = new System.Drawing.Point(7, 44);
this.RadUnPrint.Name = "RadUnPrint";
this.RadUnPrint.Size = new System.Drawing.Size(70, 18);
this.RadUnPrint.TabIndex = 1;
this.RadUnPrint.Text = "未打印";
this.RadUnPrint.UseVisualStyleBackColor = true;
this.RadUnPrint.CheckedChanged += new System.EventHandler(this.CheckedChanged);
//
// RadAll
//
this.RadAll.AutoSize = true;
this.RadAll.Checked = true;
this.RadAll.Location = new System.Drawing.Point(8, 21);
this.RadAll.Name = "RadAll";
this.RadAll.Size = new System.Drawing.Size(55, 18);
this.RadAll.TabIndex = 0;
this.RadAll.TabStop = true;
this.RadAll.Text = "全部";
this.RadAll.UseVisualStyleBackColor = true;
this.RadAll.CheckedChanged += new System.EventHandler(this.CheckedChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.CadetBlue;
this.label5.Location = new System.Drawing.Point(712, 13);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(34, 28);
this.label5.TabIndex = 6;
this.label5.Text = "ID";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.CadetBlue;
this.label4.Location = new System.Drawing.Point(1246, 12);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(54, 28);
this.label4.TabIndex = 5;
this.label4.Text = "性别";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.CadetBlue;
this.label3.Location = new System.Drawing.Point(1100, 12);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 28);
this.label3.TabIndex = 4;
this.label3.Text = "年龄";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.CadetBlue;
this.label2.Location = new System.Drawing.Point(903, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 28);
this.label2.TabIndex = 3;
this.label2.Text = "姓名";
//
// BGetData
//
this.BGetData.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BGetData.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BGetData.FlatAppearance.BorderSize = 0;
this.BGetData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BGetData.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BGetData.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.BGetData.Location = new System.Drawing.Point(314, 140);
this.BGetData.Name = "BGetData";
this.BGetData.Size = new System.Drawing.Size(124, 39);
this.BGetData.TabIndex = 2;
this.BGetData.Text = "查 询";
this.BGetData.UseVisualStyleBackColor = true;
this.BGetData.Click += new System.EventHandler(this.BGetData_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(29, 146);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 25);
this.label1.TabIndex = 1;
this.label1.Text = "条码:";
//
// TextPatCardNo
//
this.TextPatCardNo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextPatCardNo.Location = new System.Drawing.Point(90, 146);
this.TextPatCardNo.Name = "TextPatCardNo";
this.TextPatCardNo.Size = new System.Drawing.Size(188, 29);
this.TextPatCardNo.TabIndex = 0;
this.TextPatCardNo.TextChanged += new System.EventHandler(this.TextPatCardNo_TextChanged);
this.TextPatCardNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextPatCardNo_KeyPress);
//
// BSetStatus
//
this.BSetStatus.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BSetStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BSetStatus.FlatAppearance.BorderSize = 0;
this.BSetStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BSetStatus.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BSetStatus.ForeColor = System.Drawing.Color.White;
this.BSetStatus.Location = new System.Drawing.Point(191, 736);
this.BSetStatus.Name = "BSetStatus";
this.BSetStatus.Size = new System.Drawing.Size(179, 43);
this.BSetStatus.TabIndex = 9;
this.BSetStatus.Text = "采 集 确 认";
this.BSetStatus.UseVisualStyleBackColor = true;
this.BSetStatus.Visible = false;
this.BSetStatus.Click += new System.EventHandler(this.BSetStatus_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(4, 736);
this.bPrint.Name = "bPrint";
this.bPrint.Size = new System.Drawing.Size(173, 43);
this.bPrint.TabIndex = 8;
this.bPrint.Text = "一 键 打 印";
this.bPrint.UseVisualStyleBackColor = true;
this.bPrint.Click += new System.EventHandler(this.bPrint_Click);
//
// timerForFouce
//
this.timerForFouce.Enabled = true;
this.timerForFouce.Interval = 5000;
this.timerForFouce.Tick += new System.EventHandler(this.timerForFouce_Tick);
//
// RecpOnly
//
this.RecpOnly.Location = new System.Drawing.Point(12, 701);
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 = 10;
//
// TimeForCall
//
this.TimeForCall.Enabled = true;
this.TimeForCall.Interval = 1000;
this.TimeForCall.Tick += new System.EventHandler(this.TimeForCall_Tick);
//
// MZCY
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1707, 971);
this.Controls.Add(this.RecpOnly);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panelData);
this.Controls.Add(this.BSetStatus);
this.Controls.Add(this.bPrint);
this.Name = "MZCY";
this.Text = "MZCY";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MZCY_FormClosing);
this.Load += new System.EventHandler(this.MZCY_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.panelData.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PicClear)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.RecpOnly.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn XH;
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 System.Windows.Forms.Panel panelData;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button BGetData;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox TextPatCardNo;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BSetStatus;
private System.Windows.Forms.Button bPrint;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton RadComp;
private System.Windows.Forms.RadioButton RadCanceld;
private System.Windows.Forms.RadioButton RadPrinted;
private System.Windows.Forms.RadioButton RadUnPrint;
private System.Windows.Forms.RadioButton RadAll;
private System.Windows.Forms.Label LabCurSex;
private System.Windows.Forms.Label LabCurAge;
private System.Windows.Forms.Label LabCurName;
private System.Windows.Forms.Label LabCurCardNo;
private System.Windows.Forms.Timer timerForFouce;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label LabItemSelectBQ;
private System.Windows.Forms.Label LabItemSelectSG;
private System.Windows.Forms.Label LabItemSelectTotal;
private System.Windows.Forms.Label LabItemBQ;
private System.Windows.Forms.Label LabItemSG;
private System.Windows.Forms.Label LabItemTotal;
private DevExpress.XtraEditors.CheckEdit RecpOnly;
private System.Windows.Forms.Label LabDayBQCount;
private System.Windows.Forms.Label LabDaySGCount;
private System.Windows.Forms.Label LabDayPersonCount;
private DevExpress.XtraGrid.Columns.GridColumn ItemDetails;
private DevExpress.XtraGrid.Columns.GridColumn PrintTime;
private DevExpress.XtraGrid.Columns.GridColumn Source;
private DevExpress.XtraGrid.Columns.GridColumn PrintDev;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private DevExpress.XtraEditors.DateEdit dateEnd;
private DevExpress.XtraEditors.DateEdit dateStart;
private System.Windows.Forms.PictureBox PicClear;
private System.Windows.Forms.Timer TimeForCall;
private System.Windows.Forms.Button Bcall;
}
}