66 lines
1.6 KiB
Text
66 lines
1.6 KiB
Text
|
# Gambas Form File 3.0
|
||
|
|
||
|
{ Form Form
|
||
|
MoveScaled(0,0,86,63)
|
||
|
Text = ("ePub to iPad")
|
||
|
Icon = Picture["iPad-logo-pantalla.png"]
|
||
|
Resizable = False
|
||
|
{ PictureBox1 PictureBox
|
||
|
MoveScaled(0,11,21,20)
|
||
|
Picture = Picture.Load("iPad-logo-pantalla.png")
|
||
|
Stretch = True
|
||
|
}
|
||
|
{ LCDLabel1 LCDLabel
|
||
|
MoveScaled(23,1,49,7)
|
||
|
Text = ("epub to ipad")
|
||
|
Alignment = Align.Center
|
||
|
}
|
||
|
{ Label1 Label
|
||
|
MoveScaled(23,8,49,5)
|
||
|
Text = ("1. Conecte el iPad con el cable USB al Ordenador")
|
||
|
}
|
||
|
{ Label2 Label
|
||
|
MoveScaled(23,12,49,5)
|
||
|
Text = ("2. Pulse el botón \"Emparejar con iPad\"")
|
||
|
}
|
||
|
{ Boton_EmparejarIPAD Button
|
||
|
MoveScaled(23,17,24,6)
|
||
|
Text = ("Emparejar con iPad")
|
||
|
Picture = Picture["icon:/22/usb"]
|
||
|
}
|
||
|
{ Label3 Label
|
||
|
MoveScaled(23,22,49,6)
|
||
|
Text = ("3. Pulse en el iPad \"Confiar en el ordenador\"")
|
||
|
}
|
||
|
{ Label4 Label
|
||
|
MoveScaled(23,27,49,5)
|
||
|
Text = ("4. Seleccione el ePUB o PDF que quiera enviar al iPAD")
|
||
|
}
|
||
|
{ Boton_Seleccionar Button
|
||
|
MoveScaled(23,32,24,6)
|
||
|
Text = ("Seleccionar ePUB/PDF")
|
||
|
Picture = Picture["icon:/22/pdf"]
|
||
|
}
|
||
|
{ !Boton_SubirFichero Button
|
||
|
MoveScaled(23,43,24,6)
|
||
|
#Public = True
|
||
|
Enabled = False
|
||
|
Text = ("Enviar al iPad")
|
||
|
Picture = Picture["icon:/22/book"]
|
||
|
}
|
||
|
{ Boton_DesmontarEXIT Button
|
||
|
MoveScaled(22,55,49,6)
|
||
|
Text = ("Desmontar iPad y Salir")
|
||
|
Picture = Picture["icon:/22/close"]
|
||
|
}
|
||
|
{ Label5 Label
|
||
|
MoveScaled(23,38,49,5)
|
||
|
Text = ("5. Ahora simplemente pulse \"Enviar al iPad\".")
|
||
|
}
|
||
|
{ Label6 Label
|
||
|
MoveScaled(4,30,12,5)
|
||
|
Font = Font["Roboto,Bold"]
|
||
|
Text = ("SoloConLinux")
|
||
|
}
|
||
|
}
|