示例#1
0
        private void ccButton1_Click(object sender, EventArgs e)
        {
            ccMainForm.DrawText(this.richTextBox1.Text);
            ccMainForm.resetState();

            //TODO refactor!
            //show move arrows to move image since image automatically scrolls down to where caption is
            //display instructions for move arrows
            ccMainForm.ShowMessage("Put mouse in arrows to move image");
            ccMainForm.State = CCMainForm.CCFormState.Moving;

            this.Close();
        }
示例#2
0
 private void ccButton1_Click(object sender, EventArgs e)
 {
     ccMainForm.DrawText(this.richTextBox1.Text);
     ccMainForm.resetState();
 }