コード例 #1
0
 public btnSalir()
 {
     Size                  = new System.Drawing.Size(40, 40);
     BackgroundImage       = Resources.Iconos.salida;
     BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     objects.tttEtiqueta ttt = new objects.tttEtiqueta();
     ttt.SetToolTip(this, "Salir");
     //Text = "";
 }
コード例 #2
0
 public btnExportar()
 {
     //Image = Resources.Iconos.nuevo;
     Size                  = new System.Drawing.Size(40, 40);
     BackgroundImage       = Resources.Iconos.excel;
     BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     objects.tttEtiqueta ttt = new objects.tttEtiqueta();
     ttt.SetToolTip(this, "Exportar regitros");
     //Text = "N";
     //Size = this.BackgroundImage.Size;
 }