Unit MessDlgs

**********************************************************************} { } { Delphi Visual Component Library } { Copyright (c) 1995,96 Borland International } { } { English/Russian/Portuguese/Turkish/German/French/Greek/Spanish/... } { message/input dialogs } { Tiny portions by Andrew Anoshkin '1997-98 } { Portuguese translation by Renato M. Prado } { Turkish translation by Egemen ÞEN } {     German translation by Godfrey McLean                              } { Dutch translation by Leonard Wennekers } {     French translation by Jean-Fabien Connault                        } { Greek translation by Babis Michail } { Spanish translation by Jorge R. Lopez Danieluk } { } {

Classes

Functions

CreateMessageDialogI -
InputBoxI - ltEnglish
InputQueryI - // //

Input dialog
MessageDlgI - ***

ltEnglish
MessageDlgPosI -

Types

TLangType

Constants

ButtonCaptionsD
ButtonCaptionsE
ButtonCaptionsF
ButtonCaptionsG
ButtonCaptionsGr
ButtonCaptionsP
ButtonCaptionsR
ButtonCaptionsS
ButtonCaptionsT
CaptionsD
CaptionsE
CaptionsF
CaptionsG
CaptionsGr
CaptionsP
CaptionsR
CaptionsS
CaptionsT
sCancelCaptionD
sCancelCaptionE
sCancelCaptionF
sCancelCaptionG
sCancelCaptionGr
sCancelCaptionP
sCancelCaptionR
sCancelCaptionS
sCancelCaptionT

Variables


Functions


function CreateMessageDialogI(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; Lang: TLangType): TForm;


function InputBoxI(const ACaption, APrompt, ADefault: string; Lang: TLangType): string;

ltEnglish

function InputQueryI(const ACaption, APrompt: string; var Value: string; Lang: TLangType): Boolean;

// //

Input dialog


function MessageDlgI(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; HelpCtx: Longint; Lang: TLangType): Integer;

***

ltEnglish


function MessageDlgPosI(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; HelpCtx: Longint; X, Y: Integer; Lang: TLangType): Integer;


Types


TLangType = (ltEnglish, ltRussian, ltPortuguese, ltTurkish, ltGerman, ltDutch, ltFrench,
    ltGreek, ltSpanish);
Message/Input dialogs

Constants

ButtonCaptionsD = ( 'Ja', 'Nee', 'OK', 'Annuleren', 'Afbreken', 'Herhalen', 'Negeren', 'Alles', 'Nee op alles', 'Ja op alles', '?')

ButtonCaptionsE = ( 'Yes', 'No', 'OK', 'Cancel', 'Abort', 'Retry', 'Ignore', 'All', 'No to all', 'Yes to all', 'Help')

ButtonCaptionsF = ( 'Oui', 'Non', 'OK', 'Annuler', 'Abandonner', 'Réessayer', 'Ignorer', 'Tout', 'Non pour tous', 'Oui pour tous', 'Aide')

ButtonCaptionsG = ( 'Ja', 'Nein', 'OK', 'Abbrechen', 'Abbrechen', 'Wiederholen', 'Ignorieren', 'Alle', 'Nein zu allen', 'Ja zu allen', 'Hilfe')

ButtonCaptionsGr = ( 'Íáß', '¼÷é', 'ÅíôÜîåé', '¢êõñï', '¢êýñùóç', 'ÐñïóðÜèåéá', 'Áãíþçóç', '¼ëá', '¼÷é óå üëá', 'Íáß óå üëá', 'ÂïÞèåéá')

ButtonCaptionsP = ( 'Sim', 'Não', 'OK', 'Cancela', 'Aborta', 'Tenta Novamente', 'Ignora', 'Tudo', 'Não para Tudo', 'Sim para Tudo', 'Ajuda')

ButtonCaptionsR = ( 'Äà', 'Íåò', 'OK', 'Îòìåíà', 'Ñòîï', 'Ïîâòîð', 'Ïðîïóñòèòü', 'Âñå', 'Íåò äëÿ âñåõ', 'Äà äëÿ âñåõ', 'Ñïðàâêà')

ButtonCaptionsS = ( 'Si', 'No', 'OK', 'Cancelar', 'Abortar', 'Reintentar', 'Ignorar', 'Todo', 'No a todo', 'Si a todo', 'Ayuda')

ButtonCaptionsT = ( 'Evet', 'Hayýr', 'TAMAM', 'Vazgeç', 'Durdur', 'Tekrar', 'Ýptal', 'Hepsi', 'Hepsine hayýr', 'Hepsine evet', 'Yardým')

CaptionsD = ('Waarschuwing', 'Fout', 'Informatie', 'Bevestiging', '')

CaptionsE = ('Warning', 'Error', 'Information', 'Confirm', '')

CaptionsF = ('Avertissement', 'Erreur', 'Information', 'Confirmation', '')

CaptionsG = ('Warnung', 'Fehler', 'Information', 'Bestätigung', '')

CaptionsGr = ('Ðñïóï÷Þ!', 'ËÜèïò', 'Ðëçñïöïñßá', 'Åðéâåâáßùóç', '')

CaptionsP = ( 'Aviso', 'Erro', 'Informação', 'Confirmação', '' )

CaptionsR = ( 'Ïðåäóïðåæäåíèå', 'Îøèáêà', 'Èíôîðìàöèÿ', 'Ïîäòâåðæäåíèå', '' )

CaptionsS = ('Precaución', 'Error', 'Información', 'Confirmación', '')

CaptionsT = ('Uyarý', 'Hata', 'Bilgi', 'Doðrulama', '')

sCancelCaptionD = 'Annuleren'

*** Dutch

sCancelCaptionE = 'Cancel'

International section *** English TEMPLATE

sCancelCaptionF = 'Annuler'

*** French

sCancelCaptionG = 'Abbrechen'

*** German

sCancelCaptionGr = '¢êõñï'

*** Greek

sCancelCaptionP = 'Cancela'

*** Portuguese

sCancelCaptionR = 'Îòìåíà'

*** Russian

sCancelCaptionS = 'Cancelar'

*** Spanish

sCancelCaptionT = 'Vazgeç'

*** Turkish

Variables