This commit is contained in:
chi
2022-05-10 11:18:06 +09:00
parent 2d737c8256
commit 8d83d4a768
70 changed files with 596 additions and 511 deletions

View File

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

View File

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

View File

@@ -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) => {

View File

@@ -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();
}

View File

@@ -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 + ")";
}