Änderungen Design Seite
This commit is contained in:
@@ -126,12 +126,12 @@ Partial Class Customers_Default3
|
||||
End If
|
||||
If String.IsNullOrEmpty(t8.Text) Then
|
||||
t8.BackColor = white
|
||||
t8.Width = Unit.Pixel(60)
|
||||
t8.Width = Unit.Pixel(64)
|
||||
t8.Height = Unit.Pixel(72)
|
||||
Else
|
||||
t8.BackColor = white
|
||||
t8.ForeColor = veragblue
|
||||
t8.Width = Unit.Pixel(60)
|
||||
t8.Width = Unit.Pixel(64)
|
||||
t8.Height = Unit.Pixel(72)
|
||||
End If
|
||||
|
||||
@@ -159,7 +159,7 @@ Partial Class Customers_Default3
|
||||
th6.ForeColor = white
|
||||
th7.ForeColor = white
|
||||
th8.ForeColor = white
|
||||
th8.Width = Unit.Pixel(60)
|
||||
th8.Width = Unit.Pixel(64)
|
||||
End Sub
|
||||
|
||||
Protected Sub btn_b_Click(sender As Object, e As EventArgs)
|
||||
@@ -462,14 +462,14 @@ Partial Class Customers_Default3
|
||||
btn.Style.Add("Display", "table-cell")
|
||||
btn.Style.Add("Vertical-align", "middle")
|
||||
btn.Style.Add("margin", "2px 2px 8px 4px")
|
||||
btn.Width = Unit.Pixel(60)
|
||||
btn.Width = Unit.Pixel(64)
|
||||
btn.Height = Unit.Pixel(72)
|
||||
|
||||
'btn.Attributes.Add("href", "pdfviewer.aspx?P1=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.FilialenNr).ToString() + "&P2=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.AbfertigungsNr).ToString + "&P3=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.RK_ID).ToString)
|
||||
btn.Attributes.Add("onclick", "window.open('../pdf/Bonizertifikat.pdf')")
|
||||
'btn.PostBackUrl = "pdfviewer.aspx?P1=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.FilialenNr).ToString + "&P2=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.AbfertigungsNr).ToString + "&P3=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.RK_ID).ToString
|
||||
tbl_Cell_Info.ValidateRequestMode = UI.ValidateRequestMode.Enabled
|
||||
tbl_Cell_Info.Width = Unit.Pixel(60)
|
||||
tbl_Cell_Info.Width = Unit.Pixel(64)
|
||||
tbl_Cell_Info.Height = Unit.Pixel(70)
|
||||
tbl_Cell_Info.Controls.Add(btn)
|
||||
tr.Cells.Add(tbl_Cell_Info)
|
||||
|
||||
Reference in New Issue
Block a user