public A_HT_FK_OP(string hth, A_HT_FK_GZT gzt, A_HT_FK_MX fkmx, DataGridViewRow dgvr) { InitializeComponent(); this.hth = hth; this.gzt = gzt; this.fkmx = fkmx; this.dgvr = dgvr; }
public A_HT_GY(int op, A_HT_FK_GZT gzt, DataGridViewRow dgvr) { InitializeComponent(); this.op = op; this.dgvr = dgvr; this.gzt = gzt; this.hth = dgvr.Cells["合同号"].Value.ToString(); this.mje = decimal.Parse(dgvr.Cells["发票1"].Value.ToString() == "" ? "0" : dgvr.Cells["发票1"].Value.ToString()) - decimal.Parse(dgvr.Cells["估验"].Value.ToString() == "" ? "0" : dgvr.Cells["估验"].Value.ToString()); }
public A_HT_FK(string hth, int op, string httype, A_HT_FK_GZT gzt, string type, DataGridViewRow dgvr, decimal mje) { InitializeComponent(); this.op = op; this.httype = httype; this.gzt = gzt; this.type = type; this.hth = hth; this.mje = mje; }
public A_HT_FK_MX(string hth, A_HT_FK_GZT gzt) { InitializeComponent(); this.hth = hth; this.gzt = gzt; }
private void 生成金税数据ToolStripMenuItem_Click(object sender, EventArgs e) { if (OpenChildForm(typeof(A_HT_FK_GZT))) return; A_HT_FK_GZT c1 = new A_HT_FK_GZT(); c1.MdiParent = this; c1.Show(); }
private void rc(object sender, EventArgs e) { if (OpenChildForm(typeof(A_HT_FK_GZT))) return; A_HT_FK_GZT c1 = new A_HT_FK_GZT(); c1.MdiParent = this; c1.Show(); }
public A_HT_FK_DX(A_HT_FK_GZT gzt) { InitializeComponent(); this.gzt = gzt; }