/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/sj/boxlabelbig.aspx
208 строк
7 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="boxlabelbig.aspx.vb" Inherits="sj_boxlabelbig" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .auto-style1 { height: 73pt; width: 316pt; color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: general; vertical-align: middle; white-space: nowrap; border-left: 1.0pt solid windowtext; border-right: .5pt solid windowtext; border-top: 1.0pt solid windowtext; border-bottom: .5pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } .auto-style2 { width: 535pt; color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: center; vertical-align: middle; white-space: nowrap; height: 73pt; border-left: .5pt solid windowtext; border-right: 1.0pt solid windowtext; border-top: 1.0pt solid windowtext; border-bottom: .5pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } .auto-style5 { height: 73pt; color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: general; vertical-align: middle; white-space: nowrap; border-left: 1.0pt solid windowtext; border-right: .5pt solid windowtext; border-top: .5pt solid windowtext; border-bottom: 1.0pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } .auto-style6 { color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: center; vertical-align: middle; white-space: nowrap; height: 73pt; border-left: .5pt solid windowtext; border-right: 1.0pt solid windowtext; border-top: .5pt solid windowtext; border-bottom: 1.0pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } .auto-style13 { height: 73pt; color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: general; vertical-align: middle; white-space: nowrap; border-left: 1.0pt solid windowtext; border-right: .5pt solid windowtext; border-top: .5pt solid windowtext; border-bottom: .5pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } .auto-style14 { color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: center; vertical-align: middle; white-space: nowrap; height: 73pt; border-left: .5pt solid windowtext; border-right: 1.0pt solid windowtext; border-top: .5pt solid windowtext; border-bottom: .5pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } .auto-style15 { height: 73pt; color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: general; vertical-align: middle; white-space: nowrap; border-left: 1.0pt solid windowtext; border-right: .5pt solid windowtext; border-top: .5pt solid windowtext; border-bottom: .5pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } .auto-style16 { color: black; font-size: 54.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri, sans-serif; text-align: center; vertical-align: middle; white-space: nowrap; height: 73pt; border-left: .5pt solid windowtext; border-right: 1.0pt solid windowtext; border-top: .5pt solid windowtext; border-bottom: .5pt solid windowtext; padding-left: 1px; padding-right: 1px; padding-top: 1px; } </style> </head> <body> <form id="form1" runat="server"> <div> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;width:851pt" width="1134"> <colgroup> <col style="mso-width-source:userset;mso-width-alt:15396;width:316pt" width="421" /> <col style="mso-width-source:userset;mso-width-alt:26075;width:535pt" width="713" /> </colgroup> <tr style="mso-height-source: userset;"> <td class="auto-style1" width="421">SERK LINE</td> <td class="auto-style2" width="713">@Line</td> </tr> <tr style="mso-height-source: userset;"> <td class="auto-style13">SJRK W/C</td> <td class="auto-style14">@WC</td> </tr> <tr style="mso-height-source: userset;"> <td class="auto-style15">LOT QTY</td> <td class="auto-style16">@LOTQTY</td> </tr> <tr style="mso-height-source: userset;"> <td class="auto-style15">MODEL</td> <td class="auto-style16">@Model</td> </tr> <tr style="mso-height-source: userset;"> <td class="auto-style15">ASSY CODE</td> <td class="auto-style16">@ASSY</td> </tr> <tr style="mso-height-source: userset;"> <td class="auto-style15">QTY</td> <td class="auto-style16">@Qty</td> </tr> <tr style="mso-height-source: userset;"> <td class="auto-style5">DATE</td> <td class="auto-style6">@Date</td> </tr> </table> </div> </form> </body> </html>