예제 #1
0
 protected override void OnLoad(EventArgs e)
 {
     shadow          = new RibbonStyle.OffInfoShadow();
     shadow.Location = new Point(this.Location.X + 8, this.Location.Y + 12);
     shadow.Size     = this.Size;
     shadow.Show();
     timer.Start();
     base.OnLoad(e);
 }
예제 #2
0
파일: InfoForm.cs 프로젝트: amedinarcr/fop
 protected override void OnLoad(EventArgs e)
 {
     shadow = new RibbonStyle.OffInfoShadow();
     shadow.Location = new Point(this.Location.X + 8, this.Location.Y + 12);
     shadow.Size = this.Size;
     shadow.Show();
     timer.Start();
     base.OnLoad(e);
 }