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 3013 by maya, Sun Sep 30 11:32:48 2007 UTC revision 3032 by maya, Sun Oct 7 12:51:17 2007 UTC
# Line 163  STYLE DS_SETFONT | DS_MODALFRAME | WS_PO Line 163  STYLE DS_SETFONT | DS_MODALFRAME | WS_PO
163  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
164  FONT 8, "Tahoma", 400, 0, 0x0  FONT 8, "Tahoma", 400, 0, 0x0
165  BEGIN  BEGIN
     DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,49,118,50,14,WS_GROUP  
     PUSHBUTTON      "&Disconnect",IDCANCEL,115,118,50,14,WS_GROUP  
     CONTROL         "&Add this machine and its key to the known hosts list",IDC_ADDTOKNOWNHOSTS,  
                     "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,102,181,13  
166      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
167      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
168        LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8
169      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
170      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,16,75,176,8      CONTROL         "&Add this machine and its key to the known hosts list",IDC_ADDTOKNOWNHOSTS,
171                        "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,101,181,13
172        DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP
173        PUSHBUTTON      "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP
174  END  END
175    
176  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 135  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 135
# Line 178  STYLE DS_SETFONT | DS_MODALFRAME | WS_PO Line 178  STYLE DS_SETFONT | DS_MODALFRAME | WS_PO
178  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
179  FONT 8, "Tahoma", 400, 0, 0x0  FONT 8, "Tahoma", 400, 0, 0x0
180  BEGIN  BEGIN
     DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,117,50,14,WS_GROUP  
     CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,  
                     "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,101,153,13  
     PUSHBUTTON      "&Continue",IDC_CONTINUE,49,117,50,14,WS_GROUP  
181      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
182      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,50,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
183      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
184      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
185        CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,
186                        "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,101,153,13
187        PUSHBUTTON      "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP
188        DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP
189  END  END
190    
191  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 193  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 193
# Line 331  BEGIN Line 331  BEGIN
331          LEFTMARGIN, 7          LEFTMARGIN, 7
332          RIGHTMARGIN, 208          RIGHTMARGIN, 208
333          TOPMARGIN, 7          TOPMARGIN, 7
334          BOTTOMMARGIN, 132          BOTTOMMARGIN, 131
335      END      END
336    
337      IDD_SSHDIFFERENTHOST, DIALOG      IDD_SSHDIFFERENTHOST, DIALOG

Legend:
Removed from v.3013  
changed lines
  Added in v.3032

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