啊鑫
9 天以前 8366fcbfed5c66fa1fab4f6dba964a3451c24091
DevApp/Gs.DevApp/DevFrm/IPQC/Frm_XunJianDetect01Show.cs
@@ -1,27 +1,19 @@
using DevExpress.XtraEditors;
using System;
using Gs.DevApp.ToolBox;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Gs.DevApp.DevFrm
namespace Gs.DevApp.DevFrm.IPQC
{
    public partial class Frm_XunJianDetect01Show : DevExpress.XtraEditors.XtraForm
    {
        public Frm_XunJianDetect01Show()
        {
            InitializeComponent();
            txt_fBegDate.DateTime = DateTime.Now;
            btnSave.Click += (s, e) =>
            {
                if (txt_fBegDate.Text.Length <= 0)
                {
                    Gs.DevApp.ToolBox.MsgHelper.ShowInformation("日期不能为空!");
                    Gs.DevApp.ToolBox.MsgHelper.ShowError("日期不能为空!");
                    txt_fBegDate.Focus();
                    return;
                }