Esempio n. 1
0
 public SeHaoBiaoLuru()
 {
     InitializeComponent();
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     //this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     cal  = new clsAllnewLogic();
     list = new List <Sehao>();
 }
Esempio n. 2
0
 public inputMianLiaoDingGou()
 {
     InitializeComponent();
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     gn  = new GongNeng2();
     cal = new clsAllnewLogic();
     dfi = new Definefactoryinput();
 }
Esempio n. 3
0
 public ETD_ETA_LDP(string cdNo, string jgc, string kuanshi, List <HeSuan> hesuan)
 {
     caidanhao    = cdNo;
     jiagongchang = jgc;
     style        = kuanshi;
     hs           = hesuan;
     cal          = new clsAllnewLogic();
     gn           = new GongNeng2();
     InitializeComponent();
 }
Esempio n. 4
0
 public InputCreatYjcb(Form frm, string cd, List <HeSuan> hs)
 {
     InitializeComponent();
     cdno               = cd;
     hesuan             = hs;
     fm                 = frm;
     cal                = new clsAllnewLogic();
     df                 = new Definefactoryinput();
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 }
Esempio n. 5
0
        public PingMingSelect(mflDgd fm, string cd)
        {
            cal = new clsAllnewLogic();
            gn  = new GongNeng2();
            df  = new Define1();
            //jgc = jiagongchang;
            //ks = kuanshi;
            cdhao = cd;
            f     = fm;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

            InitializeComponent();
        }
Esempio n. 6
0
        public mflDgd(List <HeSuan> hs, string caidan, string jgc, string ks)
        {
            hesuan = hs.GroupBy(g => new { g.Name, g.LOT }).Select(s => s.First()).ToList <clsBuiness.HeSuan>();
            //dh = CdHao;
            cd                 = caidan;
            ChuanHuiMFL        = new List <clsBuiness.MianFuLiaoDingGouDan>();
            cal                = new clsAllnewLogic();
            gn                 = new GongNeng2();
            df                 = new Define1();
            jiagongchang       = jgc;
            kuanshi            = ks;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

            InitializeComponent();
        }
Esempio n. 7
0
 public CaiDan(string style, string cmdp, Form F)
 {
     FM = F;
     InitializeComponent();
     StyleId            = style;
     chima              = cmdp;
     cal                = new clsAllnewLogic();
     dfi                = new Definefactoryinput();
     gn2                = new GongNeng2();
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     cd = gn2.CreateCaiDan(style, cmdp);
     if (cd.Count == 0)
     {
         MessageBox.Show("生成失败! 原因:没有该Style的数据");
         this.Close();
     }
     //pd.PrinterSettings.PrinterName = "pdfFactory Pro";
     jgc = dfi.selectJiaGongChang().GroupBy(j => j.Name).Select(s => s.First()).ToList <JiaGongChang>();
 }
Esempio n. 8
0
        //protected clsAllnewLogic cal = new clsAllnewLogic();

        public Kucun()
        {
            InitializeComponent();
            cal = new clsAllnewLogic();
            //this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
        }