version 5
This commit is contained in:
@@ -5,15 +5,12 @@ Import-Module -Name 'Windows.Forms'
|
|||||||
|
|
||||||
# Creamos una ventana
|
# Creamos una ventana
|
||||||
$Form = New-Object Windows.Forms.Form
|
$Form = New-Object Windows.Forms.Form
|
||||||
$Form.Text = "Copiado de archivos con Robocopy"
|
$Form.Text = "Carlita Mogui"
|
||||||
$Form.Size = New-Object Drawing.Size(400, 250)
|
$Form.Size = New-Object Drawing.Size(400, 250)
|
||||||
$Form.FormBorderStyle = [System.Windows.Forms.FormBorderStyle]::FixedSingle
|
$Form.FormBorderStyle = [System.Windows.Forms.FormBorderStyle]::FixedSingle
|
||||||
$Form.MaximizeBox = $false
|
$Form.MaximizeBox = $false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Etiqueta y campo de texto para la ruta de origen
|
# Etiqueta y campo de texto para la ruta de origen
|
||||||
|
|
||||||
$Labelby = New-Object Windows.Forms.Label
|
$Labelby = New-Object Windows.Forms.Label
|
||||||
$Labelby.Text = "Ruta de origen:"
|
$Labelby.Text = "Ruta de origen:"
|
||||||
$Labelby.Location = New-Object Drawing.Point(50, 50)
|
$Labelby.Location = New-Object Drawing.Point(50, 50)
|
||||||
|
|||||||
Reference in New Issue
Block a user