~edutictac/+junk/easyinstall

« back to all changes in this revision

Viewing changes to src/easyinstall/Cancelar.form

  • Committer: Samuel Soriano
  • Date: 2011-06-08 21:56:20 UTC
  • Revision ID: sasogu@gmail.com-20110608215620-nipd32l186d6iatf
idioma i actualitzar paquets

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gambas Form File 2.0
 
2
 
 
3
{ Form Form
 
4
  MoveScaled(0,0,86,29)
 
5
  Text = ("")
 
6
  Border = Window.Fixed
 
7
  { HBox1 HBox
 
8
    MoveScaled(20,23,62,3)
 
9
    Spacing = 8
 
10
    { Panel1 Panel
 
11
      MoveScaled(1,0,3,3)
 
12
      Expand = True
 
13
    }
 
14
    { btnOK Button
 
15
      MoveScaled(4,0,14,3)
 
16
      Text = ("OK")
 
17
      Default = True
 
18
    }
 
19
    { btnCancel Button
 
20
      MoveScaled(48,0,14,3)
 
21
      Text = ("Cancel")
 
22
      Cancel = True
 
23
    }
 
24
  }
 
25
  { Label1 Label
 
26
    MoveScaled(19,6,66,15)
 
27
    Font = Font["+3"]
 
28
    Text = ("Esta acci\xC3\xB3n restaura y actualiza la lista de paquetes\neliminando cualquier personalizaci\xC3\xB3n excepto los\ncontenidos en \"Mi lista\". Es necesario reiniciar.")
 
29
  }
 
30
  { PictureBox1 PictureBox
 
31
    MoveScaled(0,5,18,18)
 
32
    Picture = Picture["file_important.png"]
 
33
  }
 
34
}