Qu'est-ce que c'est comme langages ?

Qu'est-ce que c'est comme langages ? - Divers - Programmation

Marsh Posté le 11-01-2005 à 17:13:56    

Salut all !
Quelqu'un saurait identifier de quels langages il s'agit ?
Même si ce n'est pas exactement la bonne syntaxe, juste savoir de quel langage ça vient...
Et avec quel programme on peut éditer ce genre de code ?
Le premier, je suis à peu près sûr qu'il s'agit de XML.
Merci d'avance.
 

Code :
  1. </GX>
  2. <GX ID=Beetle>
  3. <BR>
  4. Thank you for choosing <GX TYPE=cell ID=common.Title></GX> for your travel arrangements<BR> <BR>
  5. <GX TYPE=tile ID=resInfo>
  6. Reservation Information<BR>
  7.    Reservation Number: <GX TYPE=cell ID=resInfo.recLoc></GX><BR>
  8. </GX>
  9. <BR>
  10. <GX TYPE=tile ID=buyer>
  11. Billing Address<BR>
  12.    Buyer: <GX TYPE=cell ID=buyer.name></GX><BR>
  13. <GX TYPE=cell ID=buyer.isResPhone>   Residence Phone: <GX TYPE=cell ID=buyer.rPhone></GX><BR></GX>
  14. <GX TYPE=cell ID=buyer.isBizPhone>   Business Phone: <GX TYPE=cell ID=buyer.bPhone></GX><BR></GX>
  15. <GX TYPE=cell ID=buyer.isFaxPhone>   Fax Phone: <GX TYPE=cell ID=buyer.fPhone></GX><BR></GX>
  16.    Address: <GX TYPE=cell ID=buyer.addrOne></GX><BR>
  17. <GX TYPE=cell ID=buyer.isAddr2>   <GX TYPE=cell ID=buyer.addrTwo></GX><BR></GX>
  18.    City: <GX TYPE=cell ID=buyer.city></GX><BR>
  19. <GX TYPE=cell ID=buyer.isState>   State/Province: <GX TYPE=cell ID=buyer.state></GX><BR></GX>
  20.    Country: <GX TYPE=cell ID=buyer.country></GX><BR>
  21. <GX TYPE=cell ID=buyer.isPostal>   Postal/Zip Code: <GX TYPE=cell ID=buyer.postal></GX><BR></GX>
  22. </GX><GX VISIBLE=false> <!-- end of buyer tile --> </GX>


 

Code :
  1. BEGIN
  2. +$#Using online Help
  3. To identify a tool or control:
  4. Position the pointer over a tool or control and pause. A tool tip appears showing the name and keyboard shortcut (if any) for the item.
  5. If tool tips don’t appear, the preference for displaying them may be turned off.
  6. See also:
  7. To display tool tips
  8. +$#KUsing online Help
  9. ________________________
  10. + BROWSE0002:000d
  11. $ To identify a tool or control
  12. # KV9OKA
  13. + BROWSE0002:000e
  14. $ To display tool tips
  15. # 19J21F_
  16. K General preferences;preferences;preferences:general;Show Tool Tips option


 

Code :
  1. PRINT DIALOG DISCARDABLE  15, 15, 181, 181
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  3. CAPTION "Print"
  4. FONT 8, "MS Sans Serif"
  5. BEGIN
  6.     LTEXT           "Printer:",1093,6,4,25,8
  7.     GROUPBOX        "Range",1072,5,27,106,75,WS_GROUP
  8.     RADIOBUTTON     "&All",1056,11,40,98,10,WS_GROUP | WS_TABSTOP
  9.     RADIOBUTTON     "S&election",IDC_PRNTSTUP_SELECTION,11,51,98,10
  10.     RADIOBUTTON     "C&urrent Page",1057,11,62,98,10
  11.     RADIOBUTTON     "&Pages",1058,11,73,98,10
  12.     RTEXT           "&From:",1089,15,88,24,9
  13.     EDITTEXT        1152,41,86,20,12,ES_RIGHT
  14.     RTEXT           "&To:",1090,63,88,16,9
  15.     EDITTEXT        1153,82,86,20,12,ES_RIGHT
  16.     LTEXT           "Print &Quality:",1091,6,120,42,9
  17.     COMBOBOX        1136,50,118,62,41,CBS_DROPDOWNLIST | WS_BORDER |
  18.                     WS_VSCROLL | WS_GROUP | WS_TABSTOP
  19.     LTEXT           "&Copies:",1092,6,140,27,9
  20.     EDITTEXT        1154,49,137,20,12,ES_RIGHT
  21.     CONTROL         "Print to Fi&le",1040,"Button",BS_AUTOCHECKBOX |
  22.                     WS_GROUP | WS_TABSTOP,6,157,58,12
  23.     DEFPUSHBUTTON   "OK",1,123,30,50,14,WS_GROUP
  24.     PUSHBUTTON      "Cancel",2,123,47,50,14,WS_GROUP
  25.     PUSHBUTTON      "P&rint Setup...",1024,123,67,50,14,WS_GROUP
  26.     PUSHBUTTON      "&Help",1038,123,101,50,14,WS_GROUP
  27.     PUSHBUTTON      "Page &Setup...",IDC_PRNTSTUP_CALLSETUP,123,95,50,14
  28.     PUSHBUTTON      "Pre&view...",IDC_PRINT_PREVIEW,123,118,50,14
  29. END
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32.     ID_COMBO_STYLE          "Select Style for selected text region or equation\nStyle"
  33.     ID_COMBO_FACE           "Select Font for the current selection\nFont"
  34.     ID_COMBO_SIZE           "Select Font Size for the current selection\nSize"
  35.     ID_BROWSE_RELOAD        "Reload current page\nReload"
  36.     ID_BOOKMARK             "Add, edit or display bookmarks\nBookmark"
  37. END

Reply

Marsh Posté le 11-01-2005 à 17:13:56   

Reply

Marsh Posté le 11-01-2005 à 18:14:00    

jojozekil a écrit :

Salut all !
Quelqu'un saurait identifier de quels langages il s'agit ?
Même si ce n'est pas exactement la bonne syntaxe, juste savoir de quel langage ça vient...
Et avec quel programme on peut éditer ce genre de code ?
Le premier, je suis à peu près sûr qu'il s'agit de XML.
Merci d'avance.
 

Code :
  1. </GX>
  2. <GX ID=Beetle>
  3. <BR>
  4. Thank you for choosing <GX TYPE=cell ID=common.Title></GX> for your travel arrangements<BR> <BR>
  5. <GX TYPE=tile ID=resInfo>
  6. Reservation Information<BR>
  7.    Reservation Number: <GX TYPE=cell ID=resInfo.recLoc></GX><BR>
  8. </GX>
  9. <BR>
  10. <GX TYPE=tile ID=buyer>
  11. Billing Address<BR>
  12.    Buyer: <GX TYPE=cell ID=buyer.name></GX><BR>
  13. <GX TYPE=cell ID=buyer.isResPhone>   Residence Phone: <GX TYPE=cell ID=buyer.rPhone></GX><BR></GX>
  14. <GX TYPE=cell ID=buyer.isBizPhone>   Business Phone: <GX TYPE=cell ID=buyer.bPhone></GX><BR></GX>
  15. <GX TYPE=cell ID=buyer.isFaxPhone>   Fax Phone: <GX TYPE=cell ID=buyer.fPhone></GX><BR></GX>
  16.    Address: <GX TYPE=cell ID=buyer.addrOne></GX><BR>
  17. <GX TYPE=cell ID=buyer.isAddr2>   <GX TYPE=cell ID=buyer.addrTwo></GX><BR></GX>
  18.    City: <GX TYPE=cell ID=buyer.city></GX><BR>
  19. <GX TYPE=cell ID=buyer.isState>   State/Province: <GX TYPE=cell ID=buyer.state></GX><BR></GX>
  20.    Country: <GX TYPE=cell ID=buyer.country></GX><BR>
  21. <GX TYPE=cell ID=buyer.isPostal>   Postal/Zip Code: <GX TYPE=cell ID=buyer.postal></GX><BR></GX>
  22. </GX><GX VISIBLE=false> <!-- end of buyer tile --> </GX>


 

Code :
  1. BEGIN
  2. +$#Using online Help
  3. To identify a tool or control:
  4. Position the pointer over a tool or control and pause. A tool tip appears showing the name and keyboard shortcut (if any) for the item.
  5. If tool tips don’t appear, the preference for displaying them may be turned off.
  6. See also:
  7. To display tool tips
  8. +$#KUsing online Help
  9. ________________________
  10. + BROWSE0002:000d
  11. $ To identify a tool or control
  12. # KV9OKA
  13. + BROWSE0002:000e
  14. $ To display tool tips
  15. # 19J21F_
  16. K General preferences;preferences;preferences:general;Show Tool Tips option


 

Code :
  1. PRINT DIALOG DISCARDABLE  15, 15, 181, 181
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  3. CAPTION "Print"
  4. FONT 8, "MS Sans Serif"
  5. BEGIN
  6.     LTEXT           "Printer:",1093,6,4,25,8
  7.     GROUPBOX        "Range",1072,5,27,106,75,WS_GROUP
  8.     RADIOBUTTON     "&All",1056,11,40,98,10,WS_GROUP | WS_TABSTOP
  9.     RADIOBUTTON     "S&election",IDC_PRNTSTUP_SELECTION,11,51,98,10
  10.     RADIOBUTTON     "C&urrent Page",1057,11,62,98,10
  11.     RADIOBUTTON     "&Pages",1058,11,73,98,10
  12.     RTEXT           "&From:",1089,15,88,24,9
  13.     EDITTEXT        1152,41,86,20,12,ES_RIGHT
  14.     RTEXT           "&To:",1090,63,88,16,9
  15.     EDITTEXT        1153,82,86,20,12,ES_RIGHT
  16.     LTEXT           "Print &Quality:",1091,6,120,42,9
  17.     COMBOBOX        1136,50,118,62,41,CBS_DROPDOWNLIST | WS_BORDER |
  18.                     WS_VSCROLL | WS_GROUP | WS_TABSTOP
  19.     LTEXT           "&Copies:",1092,6,140,27,9
  20.     EDITTEXT        1154,49,137,20,12,ES_RIGHT
  21.     CONTROL         "Print to Fi&le",1040,"Button",BS_AUTOCHECKBOX |
  22.                     WS_GROUP | WS_TABSTOP,6,157,58,12
  23.     DEFPUSHBUTTON   "OK",1,123,30,50,14,WS_GROUP
  24.     PUSHBUTTON      "Cancel",2,123,47,50,14,WS_GROUP
  25.     PUSHBUTTON      "P&rint Setup...",1024,123,67,50,14,WS_GROUP
  26.     PUSHBUTTON      "&Help",1038,123,101,50,14,WS_GROUP
  27.     PUSHBUTTON      "Page &Setup...",IDC_PRNTSTUP_CALLSETUP,123,95,50,14
  28.     PUSHBUTTON      "Pre&view...",IDC_PRINT_PREVIEW,123,118,50,14
  29. END
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32.     ID_COMBO_STYLE          "Select Style for selected text region or equation\nStyle"
  33.     ID_COMBO_FACE           "Select Font for the current selection\nFont"
  34.     ID_COMBO_SIZE           "Select Font Size for the current selection\nSize"
  35.     ID_BROWSE_RELOAD        "Reload current page\nReload"
  36.     ID_BOOKMARK             "Add, edit or display bookmarks\nBookmark"
  37. END



 
 
C'est un quizz? y a des trucs à gagner? ;)
 
1) XML
2) chais pas
3) c'est une fichier de resources VC++ decrivant la popup 'print'

Reply

Marsh Posté le 11-01-2005 à 18:21:30    

Non, c'est pas un quizz, c'est un test pour un job.
Ma femme est traductrice, et ça lui simplifie la tâche de savoir de quel langage il s'agit.
Concernant un éventuel lot, il y a dans le désordre :
* toute ma gratitude
* toute la gratitude de ma femme (en tout bien tout honneur, pas de commentaire déplacés plz)
* le sentiment d'avoir aidé son prochain et d'avoir rendu le monde plus beau
 
Merci :)

Reply

Marsh Posté le 11-01-2005 à 18:26:04    

A mourir de rire:
http://www.google.com/search?lr=&i [...] BROWSE0002
 
Même en japonais, on reconnait le post :)

Reply

Marsh Posté le 12-01-2005 à 06:16:14    

c'est quoi cette blague ?
 
C'est un concours à celui qui posera la question dans le plus de langues possibles ?

Reply

Marsh Posté le 12-01-2005 à 14:07:06    

http://forum.rue-montgallet.com/ru [...] 6910-1.htm
 
regardez la reponse de lukefab, c'est super pertinent

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed