From 991692eafec86f84367142ea5442b0c1302c39b4 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 13 Jul 2018 19:38:44 +0200 Subject: [PATCH] aggiunto mockup richiesta completa --- PUB/WebUserContols/mod_richiesteList.ascx | 25 +++++++++---- .../mod_richiesteList.ascx.designer.cs | 36 +++++++++++++++++++ 2 files changed, 54 insertions(+), 7 deletions(-) diff --git a/PUB/WebUserContols/mod_richiesteList.ascx b/PUB/WebUserContols/mod_richiesteList.ascx index 21aa270..77b8a56 100644 --- a/PUB/WebUserContols/mod_richiesteList.ascx +++ b/PUB/WebUserContols/mod_richiesteList.ascx @@ -36,24 +36,35 @@
- + - + -
+
Messaggio
-
testo esteso
+
+ +
Contatto
-
cognome nome
+
+ +
Tel Contatto
-
tel contatto
+
+ +
+
+ + Registra richiesta + +
@@ -67,7 +78,7 @@
  • Primo intervento
  • With supporting text below as a natural lead-in to additional content.

    + Gestione Richieste
    - Gestione Richieste diff --git a/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs b/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs index 59725f0..49a3910 100644 --- a/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs +++ b/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs @@ -102,6 +102,42 @@ namespace PUB.WebUserContols { /// protected global::System.Web.UI.WebControls.CheckBox chkShowAll; + /// + /// Controllo txtMessaggio. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.TextBox txtMessaggio; + + /// + /// Controllo txtContatto. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.TextBox txtContatto; + + /// + /// Controllo txtTelefono. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.TextBox txtTelefono; + + /// + /// Controllo lblAddNew. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.LinkButton lblAddNew; + /// /// Controllo divElenco. ///