| | |
| | | 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; |
| | | } |