提交代码

This commit is contained in:
2024-09-24 11:28:27 +08:00
parent 24de50cd30
commit 0865c7e41e
54 changed files with 5535 additions and 784 deletions
@@ -17,6 +17,7 @@
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:TextBox runat="server" ID="hdCoordinate" Hidden="true"></f:TextBox>
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave"
runat="server" Text="保存" ValidateForms="SimpleForm1">
</f:Button>
@@ -27,21 +28,21 @@
<f:FormRow>
<Items>
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="110px" >
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="110px">
<Rows>
<f:FormRow runat="server">
<Items>
<f:TextBox ID="txtProjectName" runat="server" Label="项目" MaxLength="70" Readonly="true">
<f:TextBox ID="txtProjectName" runat="server" Label="项目" MaxLength="70" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow runat="server">
<Items>
<f:TextBox ID="txtMainItemCode" runat="server" Label="主项编号"
Required="true" MaxLength="70" ShowRedStar="true" AutoPostBack="true" OnTextChanged="txtMainItemCode_TextChanged">
Required="true" MaxLength="70" ShowRedStar="true" AutoPostBack="true" OnTextChanged="txtMainItemCode_TextChanged">
</f:TextBox>
<f:TextBox ID="txtMainItemName" runat="server" Label="主项名称"
Required="true" MaxLength="70" ShowRedStar="true" >
Required="true" MaxLength="70" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
@@ -66,7 +67,14 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea runat="server" ID="txtRemark" Label="备注" ></f:TextArea>
<f:TextArea runat="server" ID="txtRemark" Label="备注"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="5% 15% 80%">
<Items>
<f:Label runat="server" ID="Label1" Label="位置选择" LabelWidth="150px"></f:Label>
<f:Button runat="server" ID="Button1" OnClick="btnMap_Click" Text="选择"></f:Button>
<f:HiddenField runat="server" ID="HiddenField1"></f:HiddenField>
</Items>
</f:FormRow>
</Rows>
@@ -75,6 +83,10 @@
</f:FormRow>
</Rows>
</f:Form>
<f:Window ID="Window2" Title="位置选择" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window2_Close"
Width="860px" Height="660px">
</f:Window>
</form>
</body>
</html>