Beispiel #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);
 }
 public PanelOptionStartForm(Panel rootPanel, ZoomImg zoomImg)
 {
     this.rootPanel = rootPanel;
     this.zoomImg   = zoomImg;
 }
Beispiel #3
0
 public PnContentQs(Panel panelRoot, BunifuTransition animation, ZoomImg zoomImg)
 {
     this.panelRoot = panelRoot;
     this.animation = animation;
     this.zoomImg   = zoomImg;
 }
 DisplayOptionResult(Panel pnRoot, ZoomImg zoomImg)
 {
     this.pnRoot  = pnRoot;
     this.zoomImg = zoomImg;
 }
Beispiel #5
0
 public void setZoomImg(ZoomImg zoomImg)
 {
     this.zoomImg = zoomImg;
 }
Beispiel #6
0
 public void setPanel(Panel panel, ZoomImg zoomImg)
 {
     panelDynamic = new PanelOptionStartForm(panel, zoomImg);
 }