Exemplo n.º 1
0
        public frmConfigBaoGuanDan(TJSystem.CrystalRPT.CommonConfig cfg)
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();

            this.cfg = cfg;
            //
            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            //
        }
Exemplo n.º 2
0
        public frmConfigOfferSheet(TJSystem.CrystalRPT.CommonConfig cfg)
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();
            this.textBox2.Text = "30% deposit\r\nthe balance against B/L faxing";

            this.cfg = cfg;
            //
            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            //
        }
Exemplo n.º 3
0
        public frmConfigSaleBalance(TJSystem.CrystalRPT.CommonConfig cfg)
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();

            this.cfg = cfg;
            _pacode  = cfg.sbSaleNo;
            InitialFormData();
            //
            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            //
        }