public Inventory_Searcher() { InitializeComponent(); this.Icon = Properties.Resources.amdsicnico; if (Main.Amatrix.mgt != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.mgt); pwd.Owner = this; } catch (Exception erty) { } } }
public mgmt_sls_ordr() { this.Icon = Properties.Resources.amdsicnico; InitializeComponent(); this.Disposed += new EventHandler(mgmt_sls_ordr_Disposed); if (Main.Amatrix.mgt != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.mgt); pwd.Owner = this; } catch (Exception erty) { } } }
public logs_pick_prods() { this.StartPosition = FormStartPosition.CenterScreen; this.Icon = Properties.Resources.installericon; this.Disposed += new EventHandler(logs_pick_prods_Disposed); InitializeComponent(); if (Main.Amatrix.mgt != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.mgt); pwd.Owner = this; } catch (Exception erty) { } } }
public acc_rep_wiz() { this.StartPosition = FormStartPosition.CenterScreen; this.MaximizeBox = false; this.Icon = Properties.Resources.installericon; InitializeComponent(); this.Text = "Amatrix Guide : New Report"; if (Main.Amatrix.acc != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.acc); pwd.Owner = this; } catch (Exception erty) { } } }
public wizard_newconn_bkk_cust() { this.StartPosition = FormStartPosition.CenterScreen; this.MaximizeBox = false; this.Icon = Properties.Resources.installericon; InitializeComponent(); comboBox25.SelectedIndex = 0; if (Main.Amatrix.acc != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.acc); pwd.Owner = this; } catch (Exception erty) { } } }
public mgmt() { this.Icon = Properties.Resources.amdsicnico; this.StartPosition = FormStartPosition.CenterScreen; InitializeComponent(); this.Text = "Amatrix Task Managment"; this.Disposed += new EventHandler(mgmt_Disposed); init(); if (Main.Amatrix.mgt != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.mgt); pwd.Owner = this; } catch (Exception erty) { } } }
public mgmt_Linkto_acc() { InitializeComponent(); if (Main.Amatrix.mgt != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.mgt); pwd.Owner = this; } catch (Exception erty) { } } else if (Main.Amatrix.acc != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.acc); pwd.Owner = this; } catch (Exception erty) { } } button1.Select(); }
public void in_form() { Form ff = new Form(); ff.Text = "Amatrix Grapher (Hosted Process)"; ff.Icon = Properties.Resources.amdsicnico; ff.StartPosition = FormStartPosition.CenterScreen; this.Dock = DockStyle.Fill; ff.Size = new Size(this.Size.Width + 80, this.Size.Height + 80); ff.Controls.Add(this); ff.Show(); if (Main.Amatrix.acc != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.acc); pwd.Owner = ff; } catch (Exception erty) { } } }
public reparttn() { this.StartPosition = FormStartPosition.CenterScreen; this.Icon = Properties.Resources.installericon; this.Disposed += new EventHandler(reparttn_Disposed); InitializeComponent(); this.FormClosing += new FormClosingEventHandler(reparttn_FormClosing); clb.SetItemChecked(0, true); clb.SetItemChecked(1, true); clb.SetItemChecked(2, true); clb.SetItemChecked(3, true); clb.SetItemChecked(4, true); if (Main.Amatrix.acc != "") { try { Security_PWD pwd = new Security_PWD(); pwd.tx(true, this.Name, this.Text, Main.Amatrix.acc); pwd.Owner = this; } catch (Exception erty) { } } }