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

View File

@@ -15,6 +15,8 @@ namespace FEQ0000.Purchase
public fInputSC()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
}
}
}

View File

@@ -15,6 +15,8 @@ namespace FEQ0000.Purchase
public fMailForm()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
}
private void fMailForm_Load(object sender, EventArgs e)

View File

@@ -21,6 +21,9 @@ namespace FEQ0000
public fPurchase()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
fn_fpcolsize = util.MakeFilePath(util.CurrentPath, "formSetting", "fp_" + this.Name + ".ini");
this.dsPurchase.Purchase.TableNewRow += Purchase_TableNewRow;
this.FormClosing += FPurchase_FormClosing;

View File

@@ -15,6 +15,9 @@ namespace FEQ0000
public fPurchaseNRList(dsPurchase.PurchaseDataTable dt)
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
this.ds1.Purchase.Merge(dt);
this.ds1.AcceptChanges();
}

View File

@@ -19,6 +19,9 @@ namespace FEQ0000
public fPurchase_Add(dsPurchase.PurchaseRow dr_)
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
bsManu = new BindingSource();
bsModel = new BindingSource();
this.dr = dr_;

View File

@@ -18,6 +18,9 @@ namespace FEQ0000
public fPurchase_AddS(dsPurchase.PurchaseRow dr_)
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
bsManu = new BindingSource();
bsModel = new BindingSource();
this.dr = dr_;

View File

@@ -14,6 +14,8 @@ namespace FEQ0000
public fPurchase_Data()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
}
private void button1_Click(object sender, EventArgs e)

View File

@@ -16,6 +16,8 @@ namespace FEQ0000
public fPurchase_Import()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
this.FormClosed += __Closed;
}

View File

@@ -16,6 +16,8 @@ namespace FEQ0000
public fPurchase_ImportO()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
this.FormClosed += __Closed;
}

View File

@@ -15,6 +15,8 @@ namespace FEQ0000
public fPurchase_excelimport()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
this.FormClosed += __Closed;
}

View File

@@ -14,6 +14,8 @@ namespace FEQ0000.Purchase
public rPurchase()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
}
private void rPurchase_Load(object sender, EventArgs e)