合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -52,39 +52,32 @@
</f:Toolbar>
</Toolbars>
<Items>
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Left">
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="5px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Left" LabelWidth="80px">
<Rows>
<f:FormRow>
<f:FormRow ColumnWidths="30% 40% 30%">
<Items>
<f:Label ID="txtDailyReportNo" Label="日报告号" runat="server"
LabelWidth="100px" LabelAlign="Right">
<f:Label ID="txtDailyReportNo" Label="日报告号" runat="server">
</f:Label>
<f:Label ID="txtUnit" Label="单位" runat="server"
LabelWidth="100px" LabelAlign="Right">
<f:Label ID="txtUnit" Label="单位" runat="server">
</f:Label>
<f:Label ID="txtInstallation" Label="装置" runat="server"
LabelWidth="100px" LabelAlign="Right">
<f:Label ID="txtInstallation" Label="装置" runat="server">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="30% 40% 30%">
<Items>
<f:Label ID="txtCHT_Tabler" Label="制单人" runat="server">
</f:Label>
<f:Label ID="txtCHT_TableDate" Label="制单日期" runat="server">
</f:Label>
<f:Label ID="txtJOT_WeldDate" Label="焊接日期" runat="server">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="txtCHT_Tabler" Label="制单人" runat="server"
LabelWidth="100px" LabelAlign="Right">
</f:Label>
<f:Label ID="txtCHT_TableDate" Label="制单日期" runat="server"
LabelWidth="100px" LabelAlign="Right">
</f:Label>
<f:Label ID="txtJOT_WeldDate" Label="焊接日期" runat="server"
LabelWidth="100px" LabelAlign="Right">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="txtJOT_Remark" Label="备注" runat="server"
LabelWidth="100px" LabelAlign="Right">
<f:Label ID="txtJOT_Remark" Label="备注" runat="server">
</f:Label>
</Items>
</f:FormRow>