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 3135 by maya, Tue Jun 24 15:14:51 2008 UTC revision 3137 by yutakapon, Fri Jul 25 15:48:44 2008 UTC
# Line 160  BEGIN Line 160  BEGIN
160      LTEXT           "sec.(0 to turn off)",IDC_HEARTBEATLABEL2,134,197,77,8      LTEXT           "sec.(0 to turn off)",IDC_HEARTBEATLABEL2,134,197,77,8
161  END  END
162    
163  IDD_SSHUNKNOWNHOST DIALOGEX 0, 0, 215, 135  IDD_SSHUNKNOWNHOST DIALOGEX 0, 0, 215, 242
164  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
165  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
166  FONT 8, "Tahoma", 400, 0, 0x0  FONT 8, "Tahoma", 400, 0, 0x0
# Line 168  BEGIN Line 168  BEGIN
168      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
169      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
170      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
171      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,51,222,50,14,WS_GROUP
172      PUSHBUTTON      "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP      PUSHBUTTON      "&Disconnect",IDCANCEL,117,222,50,14,WS_GROUP
173      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
174      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,
175                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,101,181,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,19,207,181,13
176        EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
177  END  END
178    
179  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 135  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 242
180  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
181  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
182  FONT 8, "Tahoma", 400, 0, 0x0  FONT 8, "Tahoma", 400, 0, 0x0
# Line 183  BEGIN Line 184  BEGIN
184      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
185      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
186      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
187      DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP      DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,222,50,14,WS_GROUP
188      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
189      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,
190                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,101,153,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,207,153,13
191      PUSHBUTTON      "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP      PUSHBUTTON      "&Continue",IDC_CONTINUE,49,222,50,14,WS_GROUP
192        EDITTEXT        IDC_FP_RANDOMART,14,105,181,97,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
193  END  END
194    
195  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 228  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 228
# Line 372  BEGIN Line 374  BEGIN
374          LEFTMARGIN, 7          LEFTMARGIN, 7
375          RIGHTMARGIN, 208          RIGHTMARGIN, 208
376          TOPMARGIN, 7          TOPMARGIN, 7
377          BOTTOMMARGIN, 131          BOTTOMMARGIN, 236
378      END      END
379    
380      IDD_SSHDIFFERENTHOST, DIALOG      IDD_SSHDIFFERENTHOST, DIALOG
# Line 380  BEGIN Line 382  BEGIN
382          LEFTMARGIN, 7          LEFTMARGIN, 7
383          RIGHTMARGIN, 208          RIGHTMARGIN, 208
384          TOPMARGIN, 7          TOPMARGIN, 7
385          BOTTOMMARGIN, 131          BOTTOMMARGIN, 135
386      END      END
387    
388      IDD_SSHAUTHSETUP, DIALOG      IDD_SSHAUTHSETUP, DIALOG

Legend:
Removed from v.3135  
changed lines
  Added in v.3137

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