Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.chdSampleLocation       = new System.Windows.Forms.ColumnHeader();
     this.m_lsvDeviceResultImpReq = new System.Windows.Forms.ListView();
     this.m_chmImportSeq          = new System.Windows.Forms.ColumnHeader();
     this.m_chmDeviceSampleID     = new System.Windows.Forms.ColumnHeader();
     this.m_chmCheckDat           = new System.Windows.Forms.ColumnHeader();
     this.m_ctmResultImportReq    = new System.Windows.Forms.ContextMenu();
     this.m_mniSampleUnite        = new System.Windows.Forms.MenuItem();
     this.m_lbDevice             = new System.Windows.Forms.Label();
     this.m_lbCheckDat           = new System.Windows.Forms.Label();
     this.m_gpbResultImpReqQuery = new System.Windows.Forms.GroupBox();
     this.btnExit                      = new PinkieControls.ButtonXP();
     this.m_cboDevice                  = new com.digitalwave.iCare.gui.LIS.ctlLISDeviceComboBox();
     this.m_btnQry                     = new PinkieControls.ButtonXP();
     this.m_dtpCheckDatTo              = new System.Windows.Forms.DateTimePicker();
     this.m_lbTo                       = new System.Windows.Forms.Label();
     this.m_dtpCheckDatFrom            = new System.Windows.Forms.DateTimePicker();
     this.m_tbcBatchAdjust             = new System.Windows.Forms.TabControl();
     this.m_tbpAdjustResultImportReq   = new System.Windows.Forms.TabPage();
     this.m_lsvDeviceCheckResult       = new System.Windows.Forms.ListView();
     this.m_chCheckItem                = new System.Windows.Forms.ColumnHeader();
     this.m_chResult                   = new System.Windows.Forms.ColumnHeader();
     this.m_tbpAdjustDeviceRelation    = new System.Windows.Forms.TabPage();
     this.m_btnCancelDeviceRelation    = new PinkieControls.ButtonXP();
     this.m_btnInvalidatDeviceRelation = new PinkieControls.ButtonXP();
     this.m_lsvDeviceRelation          = new System.Windows.Forms.ListView();
     this.m_chSeq                      = new System.Windows.Forms.ColumnHeader();
     this.m_chCheckNo                  = new System.Windows.Forms.ColumnHeader();
     this.m_chDeviceSampleNO           = new System.Windows.Forms.ColumnHeader();
     this.m_chBandStatus               = new System.Windows.Forms.ColumnHeader();
     this.m_chSampleStatus             = new System.Windows.Forms.ColumnHeader();
     this.m_chReceptDat                = new System.Windows.Forms.ColumnHeader();
     this.m_chCheckDat                 = new System.Windows.Forms.ColumnHeader();
     this.m_gpbDeviceRelationQry       = new System.Windows.Forms.GroupBox();
     this.btnExit1                     = new PinkieControls.ButtonXP();
     this.m_btnQryDeviceRelation       = new PinkieControls.ButtonXP();
     this.label1                       = new System.Windows.Forms.Label();
     this.m_dtpReceptDatTo             = new System.Windows.Forms.DateTimePicker();
     this.m_dtpReceptDatFrom           = new System.Windows.Forms.DateTimePicker();
     this.m_lbReceptDate               = new System.Windows.Forms.Label();
     this.m_cboCheckDevice             = new com.digitalwave.iCare.gui.LIS.ctlLISDeviceComboBox();
     this.m_lbCheckDevice              = new System.Windows.Forms.Label();
     this.m_gpbResultImpReqQuery.SuspendLayout();
     this.m_tbcBatchAdjust.SuspendLayout();
     this.m_tbpAdjustResultImportReq.SuspendLayout();
     this.m_tbpAdjustDeviceRelation.SuspendLayout();
     this.m_gpbDeviceRelationQry.SuspendLayout();
     this.SuspendLayout();
     //
     // chdSampleLocation
     //
     this.chdSampleLocation.Text = "架位号";
     //
     // m_lsvDeviceResultImpReq
     //
     this.m_lsvDeviceResultImpReq.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.m_lsvDeviceResultImpReq.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     this.m_lsvDeviceResultImpReq.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_chmImportSeq,
         this.m_chmDeviceSampleID,
         this.m_chmCheckDat
     });
     this.m_lsvDeviceResultImpReq.ContextMenu   = this.m_ctmResultImportReq;
     this.m_lsvDeviceResultImpReq.FullRowSelect = true;
     this.m_lsvDeviceResultImpReq.GridLines     = true;
     this.m_lsvDeviceResultImpReq.HideSelection = false;
     this.m_lsvDeviceResultImpReq.Location      = new System.Drawing.Point(12, 80);
     this.m_lsvDeviceResultImpReq.MultiSelect   = false;
     this.m_lsvDeviceResultImpReq.Name          = "m_lsvDeviceResultImpReq";
     this.m_lsvDeviceResultImpReq.Size          = new System.Drawing.Size(488, 420);
     this.m_lsvDeviceResultImpReq.TabIndex      = 0;
     this.m_lsvDeviceResultImpReq.UseCompatibleStateImageBehavior = false;
     this.m_lsvDeviceResultImpReq.View = System.Windows.Forms.View.Details;
     this.m_lsvDeviceResultImpReq.SelectedIndexChanged += new System.EventHandler(this.m_lsvDeviceResultImpReq_SelectedIndexChanged);
     //
     // m_chmImportSeq
     //
     this.m_chmImportSeq.Text  = "序号";
     this.m_chmImportSeq.Width = 86;
     //
     // m_chmDeviceSampleID
     //
     this.m_chmDeviceSampleID.Text  = "仪器标本号";
     this.m_chmDeviceSampleID.Width = 134;
     //
     // m_chmCheckDat
     //
     this.m_chmCheckDat.Text  = "检验时间";
     this.m_chmCheckDat.Width = 177;
     //
     // m_ctmResultImportReq
     //
     this.m_ctmResultImportReq.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_mniSampleUnite
     });
     //
     // m_mniSampleUnite
     //
     this.m_mniSampleUnite.Index  = 0;
     this.m_mniSampleUnite.Text   = "融合标本";
     this.m_mniSampleUnite.Click += new System.EventHandler(this.m_mniSampleUnite_Click);
     //
     // m_lbDevice
     //
     this.m_lbDevice.AutoSize = true;
     this.m_lbDevice.Location = new System.Drawing.Point(12, 28);
     this.m_lbDevice.Name     = "m_lbDevice";
     this.m_lbDevice.Size     = new System.Drawing.Size(42, 14);
     this.m_lbDevice.TabIndex = 1;
     this.m_lbDevice.Text     = "仪器:";
     //
     // m_lbCheckDat
     //
     this.m_lbCheckDat.AutoSize = true;
     this.m_lbCheckDat.Location = new System.Drawing.Point(204, 28);
     this.m_lbCheckDat.Name     = "m_lbCheckDat";
     this.m_lbCheckDat.Size     = new System.Drawing.Size(70, 14);
     this.m_lbCheckDat.TabIndex = 2;
     this.m_lbCheckDat.Text     = "检验时间:";
     //
     // m_gpbResultImpReqQuery
     //
     this.m_gpbResultImpReqQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.m_gpbResultImpReqQuery.Controls.Add(this.btnExit);
     this.m_gpbResultImpReqQuery.Controls.Add(this.m_cboDevice);
     this.m_gpbResultImpReqQuery.Controls.Add(this.m_btnQry);
     this.m_gpbResultImpReqQuery.Controls.Add(this.m_dtpCheckDatTo);
     this.m_gpbResultImpReqQuery.Controls.Add(this.m_lbTo);
     this.m_gpbResultImpReqQuery.Controls.Add(this.m_dtpCheckDatFrom);
     this.m_gpbResultImpReqQuery.Controls.Add(this.m_lbDevice);
     this.m_gpbResultImpReqQuery.Controls.Add(this.m_lbCheckDat);
     this.m_gpbResultImpReqQuery.Location = new System.Drawing.Point(12, 8);
     this.m_gpbResultImpReqQuery.Name     = "m_gpbResultImpReqQuery";
     this.m_gpbResultImpReqQuery.Size     = new System.Drawing.Size(972, 64);
     this.m_gpbResultImpReqQuery.TabIndex = 3;
     this.m_gpbResultImpReqQuery.TabStop  = false;
     //
     // btnExit
     //
     this.btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnExit.DefaultScheme = true;
     this.btnExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExit.Hint          = "";
     this.btnExit.Location      = new System.Drawing.Point(670, 20);
     this.btnExit.Name          = "btnExit";
     this.btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnExit.Size          = new System.Drawing.Size(80, 30);
     this.btnExit.TabIndex      = 8;
     this.btnExit.Text          = "退出(&C)";
     this.btnExit.Click        += new System.EventHandler(this.btnExit_Click);
     //
     // m_cboDevice
     //
     this.m_cboDevice.DisplayMember = "DEVICENAME_VCHR";
     this.m_cboDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboDevice.Location      = new System.Drawing.Point(56, 24);
     this.m_cboDevice.Name          = "m_cboDevice";
     this.m_cboDevice.Size          = new System.Drawing.Size(121, 22);
     this.m_cboDevice.TabIndex      = 7;
     this.m_cboDevice.ValueMember   = "DEVICEID_CHR";
     //
     // m_btnQry
     //
     this.m_btnQry.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnQry.DefaultScheme = true;
     this.m_btnQry.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQry.Hint          = "";
     this.m_btnQry.Location      = new System.Drawing.Point(576, 20);
     this.m_btnQry.Name          = "m_btnQry";
     this.m_btnQry.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQry.Size          = new System.Drawing.Size(80, 30);
     this.m_btnQry.TabIndex      = 6;
     this.m_btnQry.Text          = "查询";
     this.m_btnQry.Click        += new System.EventHandler(this.m_btnQry_Click);
     //
     // m_dtpCheckDatTo
     //
     this.m_dtpCheckDatTo.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.m_dtpCheckDatTo.Location     = new System.Drawing.Point(428, 24);
     this.m_dtpCheckDatTo.Name         = "m_dtpCheckDatTo";
     this.m_dtpCheckDatTo.Size         = new System.Drawing.Size(124, 23);
     this.m_dtpCheckDatTo.TabIndex     = 5;
     //
     // m_lbTo
     //
     this.m_lbTo.AutoSize = true;
     this.m_lbTo.Location = new System.Drawing.Point(404, 28);
     this.m_lbTo.Name     = "m_lbTo";
     this.m_lbTo.Size     = new System.Drawing.Size(21, 14);
     this.m_lbTo.TabIndex = 4;
     this.m_lbTo.Text     = "至";
     //
     // m_dtpCheckDatFrom
     //
     this.m_dtpCheckDatFrom.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.m_dtpCheckDatFrom.Location     = new System.Drawing.Point(280, 24);
     this.m_dtpCheckDatFrom.Name         = "m_dtpCheckDatFrom";
     this.m_dtpCheckDatFrom.Size         = new System.Drawing.Size(120, 23);
     this.m_dtpCheckDatFrom.TabIndex     = 3;
     //
     // m_tbcBatchAdjust
     //
     this.m_tbcBatchAdjust.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.m_tbcBatchAdjust.Controls.Add(this.m_tbpAdjustResultImportReq);
     this.m_tbcBatchAdjust.Controls.Add(this.m_tbpAdjustDeviceRelation);
     this.m_tbcBatchAdjust.Location      = new System.Drawing.Point(8, 8);
     this.m_tbcBatchAdjust.Name          = "m_tbcBatchAdjust";
     this.m_tbcBatchAdjust.SelectedIndex = 0;
     this.m_tbcBatchAdjust.Size          = new System.Drawing.Size(1000, 544);
     this.m_tbcBatchAdjust.TabIndex      = 9;
     //
     // m_tbpAdjustResultImportReq
     //
     this.m_tbpAdjustResultImportReq.Controls.Add(this.m_lsvDeviceCheckResult);
     this.m_tbpAdjustResultImportReq.Controls.Add(this.m_gpbResultImpReqQuery);
     this.m_tbpAdjustResultImportReq.Controls.Add(this.m_lsvDeviceResultImpReq);
     this.m_tbpAdjustResultImportReq.Location = new System.Drawing.Point(4, 23);
     this.m_tbpAdjustResultImportReq.Name     = "m_tbpAdjustResultImportReq";
     this.m_tbpAdjustResultImportReq.Size     = new System.Drawing.Size(992, 517);
     this.m_tbpAdjustResultImportReq.TabIndex = 0;
     this.m_tbpAdjustResultImportReq.Text     = "调整结果数据";
     //
     // m_lsvDeviceCheckResult
     //
     this.m_lsvDeviceCheckResult.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.m_lsvDeviceCheckResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_chCheckItem,
         this.m_chResult
     });
     this.m_lsvDeviceCheckResult.FullRowSelect = true;
     this.m_lsvDeviceCheckResult.GridLines     = true;
     this.m_lsvDeviceCheckResult.HideSelection = false;
     this.m_lsvDeviceCheckResult.Location      = new System.Drawing.Point(508, 80);
     this.m_lsvDeviceCheckResult.Name          = "m_lsvDeviceCheckResult";
     this.m_lsvDeviceCheckResult.Size          = new System.Drawing.Size(476, 420);
     this.m_lsvDeviceCheckResult.TabIndex      = 4;
     this.m_lsvDeviceCheckResult.UseCompatibleStateImageBehavior = false;
     this.m_lsvDeviceCheckResult.View = System.Windows.Forms.View.Details;
     //
     // m_chCheckItem
     //
     this.m_chCheckItem.Text  = "检验项目";
     this.m_chCheckItem.Width = 134;
     //
     // m_chResult
     //
     this.m_chResult.Text  = "检验结果";
     this.m_chResult.Width = 136;
     //
     // m_tbpAdjustDeviceRelation
     //
     this.m_tbpAdjustDeviceRelation.Controls.Add(this.m_btnCancelDeviceRelation);
     this.m_tbpAdjustDeviceRelation.Controls.Add(this.m_btnInvalidatDeviceRelation);
     this.m_tbpAdjustDeviceRelation.Controls.Add(this.m_lsvDeviceRelation);
     this.m_tbpAdjustDeviceRelation.Controls.Add(this.m_gpbDeviceRelationQry);
     this.m_tbpAdjustDeviceRelation.Location = new System.Drawing.Point(4, 23);
     this.m_tbpAdjustDeviceRelation.Name     = "m_tbpAdjustDeviceRelation";
     this.m_tbpAdjustDeviceRelation.Size     = new System.Drawing.Size(992, 517);
     this.m_tbpAdjustDeviceRelation.TabIndex = 1;
     this.m_tbpAdjustDeviceRelation.Text     = "数据与样本关系调整";
     //
     // m_btnCancelDeviceRelation
     //
     this.m_btnCancelDeviceRelation.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCancelDeviceRelation.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnCancelDeviceRelation.DefaultScheme = true;
     this.m_btnCancelDeviceRelation.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnCancelDeviceRelation.Hint          = "";
     this.m_btnCancelDeviceRelation.Location      = new System.Drawing.Point(848, 464);
     this.m_btnCancelDeviceRelation.Name          = "m_btnCancelDeviceRelation";
     this.m_btnCancelDeviceRelation.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnCancelDeviceRelation.Size          = new System.Drawing.Size(112, 32);
     this.m_btnCancelDeviceRelation.TabIndex      = 8;
     this.m_btnCancelDeviceRelation.Text          = "取消绑定";
     this.m_btnCancelDeviceRelation.Click        += new System.EventHandler(this.m_btnCancelDeviceRelation_Click);
     //
     // m_btnInvalidatDeviceRelation
     //
     this.m_btnInvalidatDeviceRelation.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnInvalidatDeviceRelation.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnInvalidatDeviceRelation.DefaultScheme = true;
     this.m_btnInvalidatDeviceRelation.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnInvalidatDeviceRelation.Hint          = "";
     this.m_btnInvalidatDeviceRelation.Location      = new System.Drawing.Point(716, 464);
     this.m_btnInvalidatDeviceRelation.Name          = "m_btnInvalidatDeviceRelation";
     this.m_btnInvalidatDeviceRelation.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnInvalidatDeviceRelation.Size          = new System.Drawing.Size(112, 32);
     this.m_btnInvalidatDeviceRelation.TabIndex      = 7;
     this.m_btnInvalidatDeviceRelation.Text          = "作废关联";
     this.m_btnInvalidatDeviceRelation.Click        += new System.EventHandler(this.m_btnInvalidatDeviceRelation_Click);
     //
     // m_lsvDeviceRelation
     //
     this.m_lsvDeviceRelation.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.m_lsvDeviceRelation.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.m_lsvDeviceRelation.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_chSeq,
         this.m_chCheckNo,
         this.m_chDeviceSampleNO,
         this.m_chBandStatus,
         this.m_chSampleStatus,
         this.m_chReceptDat,
         this.m_chCheckDat
     });
     this.m_lsvDeviceRelation.FullRowSelect = true;
     this.m_lsvDeviceRelation.GridLines     = true;
     this.m_lsvDeviceRelation.HideSelection = false;
     this.m_lsvDeviceRelation.Location      = new System.Drawing.Point(12, 80);
     this.m_lsvDeviceRelation.Name          = "m_lsvDeviceRelation";
     this.m_lsvDeviceRelation.Size          = new System.Drawing.Size(972, 372);
     this.m_lsvDeviceRelation.TabIndex      = 1;
     this.m_lsvDeviceRelation.UseCompatibleStateImageBehavior = false;
     this.m_lsvDeviceRelation.View = System.Windows.Forms.View.Details;
     //
     // m_chSeq
     //
     this.m_chSeq.Text  = "序号";
     this.m_chSeq.Width = 80;
     //
     // m_chCheckNo
     //
     this.m_chCheckNo.Text  = "检验编号";
     this.m_chCheckNo.Width = 150;
     //
     // m_chDeviceSampleNO
     //
     this.m_chDeviceSampleNO.Text  = "仪器样本号";
     this.m_chDeviceSampleNO.Width = 100;
     //
     // m_chBandStatus
     //
     this.m_chBandStatus.Text  = "绑定状态";
     this.m_chBandStatus.Width = 100;
     //
     // m_chSampleStatus
     //
     this.m_chSampleStatus.Text  = "标本状态";
     this.m_chSampleStatus.Width = 80;
     //
     // m_chReceptDat
     //
     this.m_chReceptDat.Text  = "关联时间";
     this.m_chReceptDat.Width = 150;
     //
     // m_chCheckDat
     //
     this.m_chCheckDat.Text  = "仪器检验时间";
     this.m_chCheckDat.Width = 150;
     //
     // m_gpbDeviceRelationQry
     //
     this.m_gpbDeviceRelationQry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.m_gpbDeviceRelationQry.Controls.Add(this.btnExit1);
     this.m_gpbDeviceRelationQry.Controls.Add(this.m_btnQryDeviceRelation);
     this.m_gpbDeviceRelationQry.Controls.Add(this.label1);
     this.m_gpbDeviceRelationQry.Controls.Add(this.m_dtpReceptDatTo);
     this.m_gpbDeviceRelationQry.Controls.Add(this.m_dtpReceptDatFrom);
     this.m_gpbDeviceRelationQry.Controls.Add(this.m_lbReceptDate);
     this.m_gpbDeviceRelationQry.Controls.Add(this.m_cboCheckDevice);
     this.m_gpbDeviceRelationQry.Controls.Add(this.m_lbCheckDevice);
     this.m_gpbDeviceRelationQry.Location = new System.Drawing.Point(12, 8);
     this.m_gpbDeviceRelationQry.Name     = "m_gpbDeviceRelationQry";
     this.m_gpbDeviceRelationQry.Size     = new System.Drawing.Size(972, 64);
     this.m_gpbDeviceRelationQry.TabIndex = 0;
     this.m_gpbDeviceRelationQry.TabStop  = false;
     //
     // btnExit1
     //
     this.btnExit1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnExit1.DefaultScheme = true;
     this.btnExit1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExit1.Hint          = "";
     this.btnExit1.Location      = new System.Drawing.Point(670, 20);
     this.btnExit1.Name          = "btnExit1";
     this.btnExit1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnExit1.Size          = new System.Drawing.Size(80, 30);
     this.btnExit1.TabIndex      = 7;
     this.btnExit1.Text          = "退出(&C)";
     this.btnExit1.Click        += new System.EventHandler(this.btnExit1_Click);
     //
     // m_btnQryDeviceRelation
     //
     this.m_btnQryDeviceRelation.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnQryDeviceRelation.DefaultScheme = true;
     this.m_btnQryDeviceRelation.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQryDeviceRelation.Hint          = "";
     this.m_btnQryDeviceRelation.Location      = new System.Drawing.Point(575, 20);
     this.m_btnQryDeviceRelation.Name          = "m_btnQryDeviceRelation";
     this.m_btnQryDeviceRelation.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQryDeviceRelation.Size          = new System.Drawing.Size(80, 30);
     this.m_btnQryDeviceRelation.TabIndex      = 6;
     this.m_btnQryDeviceRelation.Text          = "查询";
     this.m_btnQryDeviceRelation.Click        += new System.EventHandler(this.m_btnQryDeviceRelation_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(404, 28);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(21, 14);
     this.label1.TabIndex = 5;
     this.label1.Text     = "至";
     //
     // m_dtpReceptDatTo
     //
     this.m_dtpReceptDatTo.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.m_dtpReceptDatTo.Location     = new System.Drawing.Point(424, 24);
     this.m_dtpReceptDatTo.Name         = "m_dtpReceptDatTo";
     this.m_dtpReceptDatTo.Size         = new System.Drawing.Size(120, 23);
     this.m_dtpReceptDatTo.TabIndex     = 4;
     //
     // m_dtpReceptDatFrom
     //
     this.m_dtpReceptDatFrom.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.m_dtpReceptDatFrom.Location     = new System.Drawing.Point(280, 24);
     this.m_dtpReceptDatFrom.Name         = "m_dtpReceptDatFrom";
     this.m_dtpReceptDatFrom.Size         = new System.Drawing.Size(120, 23);
     this.m_dtpReceptDatFrom.TabIndex     = 3;
     //
     // m_lbReceptDate
     //
     this.m_lbReceptDate.AutoSize = true;
     this.m_lbReceptDate.Location = new System.Drawing.Point(204, 28);
     this.m_lbReceptDate.Name     = "m_lbReceptDate";
     this.m_lbReceptDate.Size     = new System.Drawing.Size(70, 14);
     this.m_lbReceptDate.TabIndex = 2;
     this.m_lbReceptDate.Text     = "关联时间:";
     //
     // m_cboCheckDevice
     //
     this.m_cboCheckDevice.DisplayMember = "DEVICENAME_VCHR";
     this.m_cboCheckDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboCheckDevice.Location      = new System.Drawing.Point(56, 24);
     this.m_cboCheckDevice.Name          = "m_cboCheckDevice";
     this.m_cboCheckDevice.Size          = new System.Drawing.Size(121, 22);
     this.m_cboCheckDevice.TabIndex      = 1;
     this.m_cboCheckDevice.ValueMember   = "DEVICEID_CHR";
     //
     // m_lbCheckDevice
     //
     this.m_lbCheckDevice.AutoSize = true;
     this.m_lbCheckDevice.Location = new System.Drawing.Point(12, 28);
     this.m_lbCheckDevice.Name     = "m_lbCheckDevice";
     this.m_lbCheckDevice.Size     = new System.Drawing.Size(42, 14);
     this.m_lbCheckDevice.TabIndex = 0;
     this.m_lbCheckDevice.Text     = "仪器:";
     //
     // frmVerifySampleRelation
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1024, 573);
     this.Controls.Add(this.m_tbcBatchAdjust);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name  = "frmVerifySampleRelation";
     this.Text  = "批量调整";
     this.Load += new System.EventHandler(this.frmVerifySampleRelation_Load);
     this.m_gpbResultImpReqQuery.ResumeLayout(false);
     this.m_gpbResultImpReqQuery.PerformLayout();
     this.m_tbcBatchAdjust.ResumeLayout(false);
     this.m_tbpAdjustResultImportReq.ResumeLayout(false);
     this.m_tbpAdjustDeviceRelation.ResumeLayout(false);
     this.m_gpbDeviceRelationQry.ResumeLayout(false);
     this.m_gpbDeviceRelationQry.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_lsvSampleList     = new System.Windows.Forms.ListView();
     this.m_chDeviceSampleID  = new System.Windows.Forms.ColumnHeader();
     this.m_chCheckDat        = new System.Windows.Forms.ColumnHeader();
     this.m_chBaseSample      = new System.Windows.Forms.ColumnHeader();
     this.m_ctmBaseSample     = new System.Windows.Forms.ContextMenu();
     this.m_mniSetBaseSample  = new System.Windows.Forms.MenuItem();
     this.m_lsvSampleResult   = new System.Windows.Forms.ListView();
     this.m_chItem            = new System.Windows.Forms.ColumnHeader();
     this.m_chCheckResult     = new System.Windows.Forms.ColumnHeader();
     this.m_btnClear          = new PinkieControls.ButtonXP();
     this.m_btnSave           = new PinkieControls.ButtonXP();
     this.m_txtDeviceSampleID = new System.Windows.Forms.TextBox();
     this.m_cboLisDevice      = new com.digitalwave.iCare.gui.LIS.ctlLISDeviceComboBox();
     this.m_lbCheckDat        = new System.Windows.Forms.Label();
     this.m_dtpCheckDate      = new System.Windows.Forms.DateTimePicker();
     this.m_lbCheckDevice     = new System.Windows.Forms.Label();
     this.m_lbDeviceSampleID  = new System.Windows.Forms.Label();
     this.m_cboDeviceModel    = new com.digitalwave.iCare.gui.LIS.ctlLISDeviceModelComboBox();
     this.m_lbDeviceModel     = new System.Windows.Forms.Label();
     this.m_grpQuery          = new System.Windows.Forms.GroupBox();
     this.m_btnQuery          = new PinkieControls.ButtonXP();
     this.m_lsvResultUnite    = new System.Windows.Forms.ListView();
     this.m_chUnitItem        = new System.Windows.Forms.ColumnHeader();
     this.m_chUniteResult     = new System.Windows.Forms.ColumnHeader();
     this.m_palBottom         = new System.Windows.Forms.Panel();
     this.btnClose            = new PinkieControls.ButtonXP();
     this.m_btnCancel         = new PinkieControls.ButtonXP();
     this.m_palMiddle         = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_grpQuery.SuspendLayout();
     this.m_palBottom.SuspendLayout();
     this.m_palMiddle.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lsvSampleList
     //
     this.m_lsvSampleList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)));
     this.m_lsvSampleList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_chDeviceSampleID,
         this.m_chCheckDat,
         this.m_chBaseSample
     });
     this.m_lsvSampleList.ContextMenu   = this.m_ctmBaseSample;
     this.m_lsvSampleList.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lsvSampleList.FullRowSelect = true;
     this.m_lsvSampleList.GridLines     = true;
     this.m_lsvSampleList.HideSelection = false;
     this.m_lsvSampleList.Location      = new System.Drawing.Point(12, 20);
     this.m_lsvSampleList.MultiSelect   = false;
     this.m_lsvSampleList.Name          = "m_lsvSampleList";
     this.m_lsvSampleList.Size          = new System.Drawing.Size(488, 454);
     this.m_lsvSampleList.TabIndex      = 0;
     this.m_lsvSampleList.UseCompatibleStateImageBehavior = false;
     this.m_lsvSampleList.View = System.Windows.Forms.View.Details;
     this.m_lsvSampleList.SelectedIndexChanged += new System.EventHandler(this.m_lsvSampleList_SelectedIndexChanged);
     //
     // m_chDeviceSampleID
     //
     this.m_chDeviceSampleID.Text  = "仪器样本号";
     this.m_chDeviceSampleID.Width = 96;
     //
     // m_chCheckDat
     //
     this.m_chCheckDat.Text  = "检验时间";
     this.m_chCheckDat.Width = 150;
     //
     // m_chBaseSample
     //
     this.m_chBaseSample.Text  = "基准样本";
     this.m_chBaseSample.Width = 72;
     //
     // m_ctmBaseSample
     //
     this.m_ctmBaseSample.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_mniSetBaseSample
     });
     //
     // m_mniSetBaseSample
     //
     this.m_mniSetBaseSample.Index  = 0;
     this.m_mniSetBaseSample.Text   = "设为基准样本";
     this.m_mniSetBaseSample.Click += new System.EventHandler(this.m_mniSetBaseSample_Click);
     //
     // m_lsvSampleResult
     //
     this.m_lsvSampleResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.m_lsvSampleResult.CheckBoxes = true;
     this.m_lsvSampleResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_chItem,
         this.m_chCheckResult
     });
     this.m_lsvSampleResult.FullRowSelect = true;
     this.m_lsvSampleResult.GridLines     = true;
     this.m_lsvSampleResult.HideSelection = false;
     this.m_lsvSampleResult.Location      = new System.Drawing.Point(516, 20);
     this.m_lsvSampleResult.Name          = "m_lsvSampleResult";
     this.m_lsvSampleResult.Size          = new System.Drawing.Size(236, 454);
     this.m_lsvSampleResult.TabIndex      = 1;
     this.m_lsvSampleResult.UseCompatibleStateImageBehavior = false;
     this.m_lsvSampleResult.View       = System.Windows.Forms.View.Details;
     this.m_lsvSampleResult.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.m_lsvSampleResult_ItemCheck);
     //
     // m_chItem
     //
     this.m_chItem.Text  = "项目";
     this.m_chItem.Width = 120;
     //
     // m_chCheckResult
     //
     this.m_chCheckResult.Text  = "仪器结果";
     this.m_chCheckResult.Width = 100;
     //
     // m_btnClear
     //
     this.m_btnClear.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnClear.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnClear.DefaultScheme = true;
     this.m_btnClear.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnClear.Hint          = "";
     this.m_btnClear.Location      = new System.Drawing.Point(868, 32);
     this.m_btnClear.Name          = "m_btnClear";
     this.m_btnClear.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnClear.Size          = new System.Drawing.Size(80, 32);
     this.m_btnClear.TabIndex      = 3;
     this.m_btnClear.Text          = "重置";
     this.m_btnClear.Click        += new System.EventHandler(this.m_btnClear_Click);
     //
     // m_btnSave
     //
     this.m_btnSave.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnSave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnSave.DefaultScheme = true;
     this.m_btnSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnSave.Hint          = "";
     this.m_btnSave.Location      = new System.Drawing.Point(726, 13);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(80, 32);
     this.m_btnSave.TabIndex      = 5;
     this.m_btnSave.Text          = "确定";
     this.m_btnSave.Click        += new System.EventHandler(this.buttonXP1_Click);
     //
     // m_txtDeviceSampleID
     //
     this.m_txtDeviceSampleID.Location  = new System.Drawing.Point(456, 36);
     this.m_txtDeviceSampleID.MaxLength = 20;
     this.m_txtDeviceSampleID.Name      = "m_txtDeviceSampleID";
     this.m_txtDeviceSampleID.Size      = new System.Drawing.Size(96, 23);
     this.m_txtDeviceSampleID.TabIndex  = 12;
     //
     // m_cboLisDevice
     //
     this.m_cboLisDevice.DisplayMember = "DEVICENAME_VCHR";
     this.m_cboLisDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboLisDevice.DropDownWidth = 96;
     this.m_cboLisDevice.Location      = new System.Drawing.Point(260, 36);
     this.m_cboLisDevice.Name          = "m_cboLisDevice";
     this.m_cboLisDevice.Size          = new System.Drawing.Size(104, 22);
     this.m_cboLisDevice.TabIndex      = 10;
     this.m_cboLisDevice.ValueMember   = "DEVICEID_CHR";
     //
     // m_lbCheckDat
     //
     this.m_lbCheckDat.AutoSize = true;
     this.m_lbCheckDat.Location = new System.Drawing.Point(564, 40);
     this.m_lbCheckDat.Name     = "m_lbCheckDat";
     this.m_lbCheckDat.Size     = new System.Drawing.Size(63, 14);
     this.m_lbCheckDat.TabIndex = 15;
     this.m_lbCheckDat.Text     = "检验日期";
     //
     // m_dtpCheckDate
     //
     this.m_dtpCheckDate.CustomFormat = "yyyy-MM-dd";
     this.m_dtpCheckDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpCheckDate.Location     = new System.Drawing.Point(632, 36);
     this.m_dtpCheckDate.Name         = "m_dtpCheckDate";
     this.m_dtpCheckDate.Size         = new System.Drawing.Size(104, 23);
     this.m_dtpCheckDate.TabIndex     = 13;
     //
     // m_lbCheckDevice
     //
     this.m_lbCheckDevice.AutoSize = true;
     this.m_lbCheckDevice.Location = new System.Drawing.Point(196, 40);
     this.m_lbCheckDevice.Name     = "m_lbCheckDevice";
     this.m_lbCheckDevice.Size     = new System.Drawing.Size(63, 14);
     this.m_lbCheckDevice.TabIndex = 11;
     this.m_lbCheckDevice.Text     = "检验仪器";
     //
     // m_lbDeviceSampleID
     //
     this.m_lbDeviceSampleID.AutoSize = true;
     this.m_lbDeviceSampleID.Location = new System.Drawing.Point(376, 40);
     this.m_lbDeviceSampleID.Name     = "m_lbDeviceSampleID";
     this.m_lbDeviceSampleID.Size     = new System.Drawing.Size(77, 14);
     this.m_lbDeviceSampleID.TabIndex = 14;
     this.m_lbDeviceSampleID.Text     = "仪器样本号";
     //
     // m_cboDeviceModel
     //
     this.m_cboDeviceModel.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboDeviceModel.Location              = new System.Drawing.Point(80, 36);
     this.m_cboDeviceModel.Name                  = "m_cboDeviceModel";
     this.m_cboDeviceModel.Size                  = new System.Drawing.Size(104, 22);
     this.m_cboDeviceModel.TabIndex              = 9;
     this.m_cboDeviceModel.SelectedIndexChanged += new System.EventHandler(this.m_cboDeviceModel_SelectedIndexChanged);
     //
     // m_lbDeviceModel
     //
     this.m_lbDeviceModel.AutoSize = true;
     this.m_lbDeviceModel.Location = new System.Drawing.Point(16, 40);
     this.m_lbDeviceModel.Name     = "m_lbDeviceModel";
     this.m_lbDeviceModel.Size     = new System.Drawing.Size(63, 14);
     this.m_lbDeviceModel.TabIndex = 39;
     this.m_lbDeviceModel.Text     = "仪器类型";
     //
     // m_grpQuery
     //
     this.m_grpQuery.Controls.Add(this.m_btnQuery);
     this.m_grpQuery.Controls.Add(this.m_lbDeviceModel);
     this.m_grpQuery.Controls.Add(this.m_cboDeviceModel);
     this.m_grpQuery.Controls.Add(this.m_cboLisDevice);
     this.m_grpQuery.Controls.Add(this.m_lbCheckDevice);
     this.m_grpQuery.Controls.Add(this.m_lbDeviceSampleID);
     this.m_grpQuery.Controls.Add(this.m_lbCheckDat);
     this.m_grpQuery.Controls.Add(this.m_txtDeviceSampleID);
     this.m_grpQuery.Controls.Add(this.m_dtpCheckDate);
     this.m_grpQuery.Controls.Add(this.m_btnClear);
     this.m_grpQuery.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_grpQuery.Location = new System.Drawing.Point(0, 0);
     this.m_grpQuery.Name     = "m_grpQuery";
     this.m_grpQuery.Size     = new System.Drawing.Size(1012, 84);
     this.m_grpQuery.TabIndex = 41;
     this.m_grpQuery.TabStop  = false;
     this.m_grpQuery.Text     = "查询";
     //
     // m_btnQuery
     //
     this.m_btnQuery.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnQuery.DefaultScheme = true;
     this.m_btnQuery.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQuery.Hint          = "";
     this.m_btnQuery.Location      = new System.Drawing.Point(772, 32);
     this.m_btnQuery.Name          = "m_btnQuery";
     this.m_btnQuery.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQuery.Size          = new System.Drawing.Size(80, 32);
     this.m_btnQuery.TabIndex      = 41;
     this.m_btnQuery.Text          = "添加";
     this.m_btnQuery.Click        += new System.EventHandler(this.m_btnQuery_Click);
     //
     // m_lsvResultUnite
     //
     this.m_lsvResultUnite.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.m_lsvResultUnite.CheckBoxes = true;
     this.m_lsvResultUnite.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.m_chUnitItem,
         this.m_chUniteResult
     });
     this.m_lsvResultUnite.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lsvResultUnite.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(1)))));
     this.m_lsvResultUnite.FullRowSelect = true;
     this.m_lsvResultUnite.GridLines     = true;
     this.m_lsvResultUnite.HideSelection = false;
     this.m_lsvResultUnite.Location      = new System.Drawing.Point(-20, -2);
     this.m_lsvResultUnite.MultiSelect   = false;
     this.m_lsvResultUnite.Name          = "m_lsvResultUnite";
     this.m_lsvResultUnite.Size          = new System.Drawing.Size(252, 454);
     this.m_lsvResultUnite.TabIndex      = 42;
     this.m_lsvResultUnite.UseCompatibleStateImageBehavior = false;
     this.m_lsvResultUnite.View = System.Windows.Forms.View.Details;
     //
     // m_chUnitItem
     //
     this.m_chUnitItem.Text  = "   项目";
     this.m_chUnitItem.Width = 135;
     //
     // m_chUniteResult
     //
     this.m_chUniteResult.Text  = "仪器结果";
     this.m_chUniteResult.Width = 100;
     //
     // m_palBottom
     //
     this.m_palBottom.Controls.Add(this.btnClose);
     this.m_palBottom.Controls.Add(this.m_btnCancel);
     this.m_palBottom.Controls.Add(this.m_btnSave);
     this.m_palBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.m_palBottom.Location = new System.Drawing.Point(0, 565);
     this.m_palBottom.Name     = "m_palBottom";
     this.m_palBottom.Size     = new System.Drawing.Size(1012, 68);
     this.m_palBottom.TabIndex = 43;
     //
     // btnClose
     //
     this.btnClose.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnClose.DefaultScheme = true;
     this.btnClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnClose.Hint          = "";
     this.btnClose.Location      = new System.Drawing.Point(918, 13);
     this.btnClose.Name          = "btnClose";
     this.btnClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnClose.Size          = new System.Drawing.Size(80, 32);
     this.btnClose.TabIndex      = 7;
     this.btnClose.Text          = "关闭(&C)";
     this.btnClose.Click        += new System.EventHandler(this.btnClose_Click);
     //
     // m_btnCancel
     //
     this.m_btnCancel.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnCancel.DefaultScheme = true;
     this.m_btnCancel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnCancel.Hint          = "";
     this.m_btnCancel.Location      = new System.Drawing.Point(822, 13);
     this.m_btnCancel.Name          = "m_btnCancel";
     this.m_btnCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnCancel.Size          = new System.Drawing.Size(80, 32);
     this.m_btnCancel.TabIndex      = 6;
     this.m_btnCancel.Text          = "取消";
     this.m_btnCancel.Click        += new System.EventHandler(this.m_btnCancel_Click);
     //
     // m_palMiddle
     //
     this.m_palMiddle.Controls.Add(this.panel1);
     this.m_palMiddle.Controls.Add(this.m_lsvSampleList);
     this.m_palMiddle.Controls.Add(this.m_lsvSampleResult);
     this.m_palMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_palMiddle.Location = new System.Drawing.Point(0, 84);
     this.m_palMiddle.Name     = "m_palMiddle";
     this.m_palMiddle.Size     = new System.Drawing.Size(1012, 481);
     this.m_palMiddle.TabIndex = 44;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.m_lsvResultUnite);
     this.panel1.Location = new System.Drawing.Point(764, 20);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(234, 454);
     this.panel1.TabIndex = 43;
     //
     // frmSampleUnite
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1012, 633);
     this.Controls.Add(this.m_palMiddle);
     this.Controls.Add(this.m_palBottom);
     this.Controls.Add(this.m_grpQuery);
     this.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name          = "frmSampleUnite";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "样本融合";
     this.Load         += new System.EventHandler(this.frmSampleUnite_Load);
     this.m_grpQuery.ResumeLayout(false);
     this.m_grpQuery.PerformLayout();
     this.m_palBottom.ResumeLayout(false);
     this.m_palMiddle.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }