0% found this document useful (0 votes)
4 views2 pages

Pty 152 New File

The document outlines the structure of a GUI form titled 'PTY152' for managing party trading markets. It includes parameters for input, a menu strip with file operations (close, save), table operations (insert, update, delete), and detail operations (OK, cancel). The form is designed for data management within a specific module and includes various controls for user interaction.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Pty 152 New File

The document outlines the structure of a GUI form titled 'PTY152' for managing party trading markets. It includes parameters for input, a menu strip with file operations (close, save), table operations (insert, update, delete), and detail operations (OK, cancel). The form is designed for data management within a specific module and includes various controls for user interaction.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<?xml version="1.0" encoding="UTF-8"?

>
<Form Title="PTY152 -" ATxtId="5555" WinCde="PTY152" FormType="HGAD"
Table="TPTYTRDMKT" ObjectType="PartyTradingMarket" Module="3-sd2-Party">
<Help Section="DataManagementHelpFile" Form="GUI/PTY152_Party_Trading_Market" />
<Parameters>
<Parameter Name="in_PtyId" Binding="APtyId" />
<Parameter Name="in_PtySubAcc" Binding="APtySubAcc" />
</Parameters>
<Control Name="CLT152" Type="Form">
<Size Width="785" Height="699" />
<Children>
<Control Name="NovaMainMenuStrip" Type="System.Windows.Forms.MenuStrip">
<Children>
<Control Name="MnuFile" Type="System.Windows.Forms.ToolStripMenuItem">
<Label ATxtId="1019" Text="&amp;File" />
<Children>
<Control Name="MnuClose"
Type="System.Windows.Forms.ToolStripMenuItem" LinkedButton="CmdClose">
<Label ATxtId="1005" Text="&amp;Close" />
</Control>
<Control Name="MnuSep1"
Type="System.Windows.Forms.ToolStripSeparator">
</Control>
<Control Name="MnuSave" Type="System.Windows.Forms.ToolStripMenuItem"
LinkedButton="CmdSave">
<Label ATxtId="1003" Text="&amp;Save" />
</Control>
</Children>
</Control>
<Control Name="MnuTable" Type="System.Windows.Forms.ToolStripMenuItem">
<Label ATxtId="1263" Text="&amp;Tables" />
<Children>
<Control Name="MnuIns" Type="System.Windows.Forms.ToolStripMenuItem"
LinkedButton="CmdIns">
<Label ATxtId="1029" Text="&amp;Insert" />
</Control>
<Control Name="MnuUpd" Type="System.Windows.Forms.ToolStripMenuItem"
LinkedButton="CmdUpd">
<Label ATxtId="1028" Text="&amp;Update" />
</Control>
<Control Name="MnuDel" Type="System.Windows.Forms.ToolStripMenuItem"
LinkedButton="CmdDel">
<Label ATxtId="1027" Text="&amp;Delete" />
</Control>
</Children>
</Control>
<Control Name="MnuDtl" Type="System.Windows.Forms.ToolStripMenuItem">
<Label ATxtId="1627" Text="D&amp;etails" />
<Children>
<Control Name="MnuOK" Type="System.Windows.Forms.ToolStripMenuItem"
LinkedButton="CmdOK">
<Label ATxtId="1031" Text="&amp;OK" />
</Control>
<Control Name="MnuCancel"
Type="System.Windows.Forms.ToolStripMenuItem" LinkedButton="CmdCancel">
<Label ATxtId="1032" Text="Ca&amp;ncel" />
</Control>
</Children>
</Control>
</Children>
</Control>

You might also like