Exemplo n.º 1
0
 public SendForm()
 {
     InitializeComponent();
     this.animationWindow   = new Heesu.Windows.Forms.AnimationWindowModule(this, this.button1);
     this.moveWindow        = new Heesu.Windows.Forms.MoveWindowModule(this, this.label1);
     this.button_size_color = button2.BackColor;
 }
Exemplo n.º 2
0
 public MessageForm(string mainText, string subText, string button1, string button2)
 {
     this.initMainText    = mainText;
     this.initSubText     = subText;
     this.initButton1Text = button1;
     this.initButton2Text = button2;
     this.InitializeComponent();
     this.moveWindow      = new Heesu.Windows.Forms.MoveWindowModule(this, this.label1);
     this.animationWindow = new Heesu.Windows.Forms.AnimationWindowModule(this, this.button1, this.button2);
 }
Exemplo n.º 3
0
 public Form1()
 {
     InitializeComponent();
     this.animationWindow = new Heesu.Windows.Forms.AnimationWindowModule(this, this.button1);
     this.moveWindow      = new Heesu.Windows.Forms.MoveWindowModule(this, this.label1);
 }