コード例 #1
0
ファイル: Member.cs プロジェクト: zhuqinliang/Client
        /// <summary>
        /// 抹零
        /// </summary>
        public void Btn_Maling_Click(object sender, EventArgs e)
        {
            initPic();
            this.Btn_Maling.Image   = Properties.Resources.抹零3;
            this.panelInfor.Visible = false;
            CloseMemberCard();
            this.panelChildren.Controls.Clear();


            MalingOrder mo = new MalingOrder(memberConsumptionsid);

            mo.Owner    = this;
            mo.TopLevel = false;
            mo.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panelChildren.Controls.Add(mo);
            mo.Show();
            this.lbTitle.Text = "抹零";
        }
コード例 #2
0
ファイル: Member.cs プロジェクト: zhuqinliang/Client
        /// <summary>
        /// 抹零
        /// </summary>
        public void Btn_Maling_Click(object sender, EventArgs e)
        {
            initPic();
            this.Btn_Maling.Image = Properties.Resources.抹零3;
            this.panelInfor.Visible = false;
            CloseMemberCard();
            this.panelChildren.Controls.Clear();

            MalingOrder mo = new MalingOrder(memberConsumptionsid);
            mo.Owner = this;
            mo.TopLevel = false;
            mo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelChildren.Controls.Add(mo);
            mo.Show();
            this.lbTitle.Text = "抹零";
        }