Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4325 by maya, Sat Feb 19 15:37:07 2011 UTC revision 4329 by maya, Tue Feb 22 09:44:56 2011 UTC
# Line 174  BEGIN Line 174  BEGIN
174      LTEXT           "There is no entry for the server ""#####################################"" in your list of known hosts. The machine you have contacted may be a hostile machine pretending to be the server.",IDC_HOSTWARNING,15,7,184,41      LTEXT           "There is no entry for the server ""#####################################"" in your list of known hosts. The machine you have contacted may be a hostile machine pretending to be the server.",IDC_HOSTWARNING,15,7,184,41
175      LTEXT           "If you choose to add this machine to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,26      LTEXT           "If you choose to add this machine to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,26
176      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8
     DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,51,222,50,14,WS_GROUP  
     PUSHBUTTON      "&Disconnect",IDCANCEL,117,222,50,14,WS_GROUP  
177      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
178      EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL      EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
179      CONTROL         "&Add this machine and its key to the known hosts list",IDC_ADDTOKNOWNHOSTS,      CONTROL         "&Add this machine and its key to the known hosts list",IDC_ADDTOKNOWNHOSTS,
180                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,207,181,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,207,181,13
181        DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,50,222,50,14,WS_GROUP
182        PUSHBUTTON      "&Disconnect",IDCANCEL,115,222,50,14,WS_GROUP
183  END  END
184    
185  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 242  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 242
# Line 190  BEGIN Line 190  BEGIN
190      LTEXT           "Your known hosts list has an entry for the server ""####################################"", but the machine you have contacted has presented a DIFFERENT KEY to the one in your known hosts list. A hostile machine may be pretending to be the server.",IDC_HOSTWARNING,15,7,184,43      LTEXT           "Your known hosts list has an entry for the server ""####################################"", but the machine you have contacted has presented a DIFFERENT KEY to the one in your known hosts list. A hostile machine may be pretending to be the server.",IDC_HOSTWARNING,15,7,184,43
191      LTEXT           "If you choose to add this new key to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,24      LTEXT           "If you choose to add this new key to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,24
192      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8
     DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,222,50,14,WS_GROUP  
193      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
194      EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL      EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
195      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,
196                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,207,153,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,207,153,13
197      PUSHBUTTON      "&Continue",IDC_CONTINUE,49,222,50,14,WS_GROUP      PUSHBUTTON      "&Continue",IDC_CONTINUE,50,222,50,14,WS_GROUP
198        DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,222,50,14,WS_GROUP
199  END  END
200    
201  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 228  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 228
# Line 414  BEGIN Line 414  BEGIN
414          LEFTMARGIN, 7          LEFTMARGIN, 7
415          RIGHTMARGIN, 208          RIGHTMARGIN, 208
416          TOPMARGIN, 7          TOPMARGIN, 7
417          BOTTOMMARGIN, 135          BOTTOMMARGIN, 236
418      END      END
419    
420      IDD_SSHAUTHSETUP, DIALOG      IDD_SSHAUTHSETUP, DIALOG

Legend:
Removed from v.4325  
changed lines
  Added in v.4329

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26