...
This commit is contained in:
@@ -17,6 +17,8 @@ namespace FEQ0000
|
||||
public EQFilterApply(string type_)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
this.eqfiletertype = type_;
|
||||
this.FormClosed += __Closed;
|
||||
}
|
||||
|
||||
@@ -15,6 +15,8 @@ namespace FEQ0000
|
||||
public EQfilterManager(string type_)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
divtype = type_;
|
||||
this.dsEQ.EquipmentFilter.TableNewRow += EquipmentFilter_TableNewRow;
|
||||
}
|
||||
|
||||
@@ -29,6 +29,9 @@ namespace FEQ0000
|
||||
public fEquipment(eTabletype type_)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
dataType = type_;
|
||||
|
||||
this.tbSearch.KeyDown += (s1, e1) => {
|
||||
|
||||
@@ -17,6 +17,9 @@ namespace FEQ0000
|
||||
public fImpEquipment(fEquipment.eTabletype type_)
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
this.FormClosed += __Closed;
|
||||
dt = new dsEQ.EETGW_EquipmentDataTable();
|
||||
}
|
||||
|
||||
@@ -16,6 +16,9 @@ namespace FEQ0000
|
||||
{
|
||||
//SqlServerTypes.Utilities.LoadNativeAssemblies(AppDomain.CurrentDomain.BaseDirectory);
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
|
||||
this.dt = dt_;
|
||||
this.Text = "Equipment List(" + title + ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user