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 4554 by maya, Sun Jul 31 03:56:12 2011 UTC revision 4559 by doda, Mon Aug 1 07:21:58 2011 UTC
# Line 184  BEGIN Line 184  BEGIN
184      PUSHBUTTON      "Cancel",IDCANCEL,118,252,50,14      PUSHBUTTON      "Cancel",IDCANCEL,118,252,50,14
185  END  END
186    
187  IDD_SSHUNKNOWNHOST DIALOGEX 0, 0, 215, 242  IDD_SSHUNKNOWNHOST DIALOGEX 0, 0, 215, 266
188  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
189  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
190  FONT 8, "Tahoma", 0, 0, 0x0  FONT 8, "Tahoma", 0, 0, 0x0
191  BEGIN  BEGIN
192      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
193      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
194      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8      LTEXT           "",IDC_HOSTSSHFPCHECK,15,72,184,16
195      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      LTEXT           "",IDC_HOSTSSHFPDNSSEC,15,88,184,8
196      EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,99,176,8
197        EDITTEXT        IDC_FINGER_PRINT,15,110,179,12,ES_AUTOHSCROLL | ES_READONLY
198        EDITTEXT        IDC_FP_RANDOMART,14,129,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
199      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,
200                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,207,181,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,231,181,13
201      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,50,222,50,14,WS_GROUP      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,50,246,50,14,WS_GROUP
202      PUSHBUTTON      "&Disconnect",IDCANCEL,115,222,50,14,WS_GROUP      PUSHBUTTON      "&Disconnect",IDCANCEL,115,246,50,14,WS_GROUP
203  END  END
204    
205  IDD_SSHDIFFERENTKEY DIALOGEX 0, 0, 215, 242  IDD_SSHDIFFERENTKEY DIALOGEX 0, 0, 215, 266
206  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
207  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
208  FONT 8, "Tahoma", 0, 0, 0x0  FONT 8, "Tahoma", 0, 0, 0x0
209  BEGIN  BEGIN
210      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
211      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
212      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8      LTEXT           "",IDC_HOSTSSHFPCHECK,15,72,184,16
213      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      LTEXT           "",IDC_HOSTSSHFPDNSSEC,15,88,184,8
214      EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,99,176,8
215        EDITTEXT        IDC_FINGER_PRINT,15,110,179,12,ES_AUTOHSCROLL | ES_READONLY
216        EDITTEXT        IDC_FP_RANDOMART,14,129,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
217      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,
218                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,207,153,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,231,153,13
219      PUSHBUTTON      "&Continue",IDC_CONTINUE,50,222,50,14,WS_GROUP      PUSHBUTTON      "&Continue",IDC_CONTINUE,50,246,50,14,WS_GROUP
220      DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,222,50,14,WS_GROUP      DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,246,50,14,WS_GROUP
221  END  END
222    
223  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 228  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 228
# Line 383  BEGIN Line 387  BEGIN
387      EDITTEXT        IDC_CONFIRM_PASSWD,67,56,99,14,ES_PASSWORD | ES_AUTOHSCROLL      EDITTEXT        IDC_CONFIRM_PASSWD,67,56,99,14,ES_PASSWORD | ES_AUTOHSCROLL
388  END  END
389    
390  IDD_SSHDIFFERENTTYPEKEY DIALOGEX 0, 0, 215, 242  IDD_SSHDIFFERENTTYPEKEY DIALOGEX 0, 0, 215, 266
391  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
392  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
393  FONT 8, "Tahoma", 0, 0, 0x0  FONT 8, "Tahoma", 0, 0, 0x0
394  BEGIN  BEGIN
395      LTEXT           "Your known hosts list has an entry for the server ""####################################"", but the machine you have contacted has presented a DIFFERENT TYPE 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 TYPE 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
396      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
397      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8      LTEXT           "",IDC_HOSTSSHFPCHECK,15,72,184,16
398      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      LTEXT           "",IDC_HOSTSSHFPDNSSEC,15,88,184,8
399      EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,99,176,8
400        EDITTEXT        IDC_FINGER_PRINT,15,110,179,12,ES_AUTOHSCROLL | ES_READONLY
401        EDITTEXT        IDC_FP_RANDOMART,14,129,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
402      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,
403                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,207,181,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,231,181,13
404      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,50,222,50,14,WS_GROUP      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,50,246,50,14,WS_GROUP
405      PUSHBUTTON      "&Disconnect",IDCANCEL,115,222,50,14,WS_GROUP      PUSHBUTTON      "&Disconnect",IDCANCEL,115,246,50,14,WS_GROUP
406  END  END
407    
408    

Legend:
Removed from v.4554  
changed lines
  Added in v.4559

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