#include "Dialogs_I18N_OracleLogin.dsl"
/*
* OracleLogin.dsl - Creates the dialog used
* by the "Oracle Login" subcategory.
*
*/
Partial Dialog {
/********************************
* Begin Ora8Login Group
********************************/
/*
* Create a gadget group. Attribute name is used
* to associate with wputdialog and wcrtusrsubcat.
*/
Group {
Attributes {
Name = OracleLogin;
/*
* Get the dialog title from a message catalog.
* Msg(key) - where key specifies key in message file.
* See the AEF Users Guide, page 4-41
*/
Title = Msg(Dialogs_I18N_OracleLogin_DialogTitle);
/*
* At the dialog level, setting HelpMessage
* automatically creates a CommandButton labeled
* "Help.." which will display the assigned text when
* activated. See the AEF Users Guide, page C-49
*/
HelpMessage = Msg(Dialogs_I18N_OracleLogin_DialogHelp);
TitlePos = TOP;
ChildColumnAlignment = STRETCH;
ChildRowAlignment = STRETCH;
Visible = NO;
GridVertical = 0;
GridHorizontal = 0;
}
Group {
Attributes {
Name = IdGroup;
ChildColumnAlignment = STRETCH;
ChildRowAlignment = CENTER;
}
Figure 1. DSL Source File (Part 1 of 5)
Oracle Application Dialogs
110
User Administration Version 3.8