Ejemplo n.º 1
0
 private void SetZoomImage()
 {
     zoomImg = new ZoomImg();
     animation.SetDecoration(zoomImg, BunifuAnimatorNS.DecorationType.None);
     zoomImg.Location = new System.Drawing.Point(80, 88);
     zoomImg.Size     = new System.Drawing.Size(516, 428);
     zoomImg.TabIndex = 1;
     this.panel1.Controls.Add(zoomImg);
     this.panel1.Controls.SetChildIndex(zoomImg, 0);
 }
Ejemplo n.º 2
0
 public PanelOptionStartForm(Panel rootPanel, ZoomImg zoomImg)
 {
     this.rootPanel = rootPanel;
     this.zoomImg   = zoomImg;
 }
Ejemplo n.º 3
0
 public PnContentQs(Panel panelRoot, BunifuTransition animation, ZoomImg zoomImg)
 {
     this.panelRoot = panelRoot;
     this.animation = animation;
     this.zoomImg   = zoomImg;
 }
Ejemplo n.º 4
0
 DisplayOptionResult(Panel pnRoot, ZoomImg zoomImg)
 {
     this.pnRoot  = pnRoot;
     this.zoomImg = zoomImg;
 }
Ejemplo n.º 5
0
 public void setZoomImg(ZoomImg zoomImg)
 {
     this.zoomImg = zoomImg;
 }
Ejemplo n.º 6
0
 public void setPanel(Panel panel, ZoomImg zoomImg)
 {
     panelDynamic = new PanelOptionStartForm(panel, zoomImg);
 }