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 2856 by yutakakn, Sun Mar 26 15:43:58 2006 UTC revision 2857 by yutakakn, Sun Mar 26 17:07:18 2006 UTC
# Line 156  BEGIN Line 156  BEGIN
156      LTEXT           "sec.(0 to turn off)",IDC_HEARTBEATLABEL2,151,197,60,8      LTEXT           "sec.(0 to turn off)",IDC_HEARTBEATLABEL2,151,197,60,8
157  END  END
158    
159  IDD_SSHUNKNOWNHOST DIALOGEX 0, 0, 215, 116  IDD_SSHUNKNOWNHOST DIALOGEX 0, 0, 215, 135
160  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
161  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
162  FONT 8, "Tahoma", 400, 0, 0x0  FONT 8, "Tahoma", 400, 0, 0x0
163  BEGIN  BEGIN
164      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,49,95,50,14,WS_GROUP      DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,49,118,50,14,WS_GROUP
165      PUSHBUTTON      "Disconnect",IDCANCEL,115,95,50,14,WS_GROUP      PUSHBUTTON      "Disconnect",IDCANCEL,115,118,50,14,WS_GROUP
166      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,
167                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,74,181,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,102,181,13
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_STATIC,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_STATIC,15,48,184,26
170        EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
171        LTEXT           "The server's host key fingerprint is:",IDC_STATIC,16,75,176,8
172  END  END
173    
174  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 114  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 135
175  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
176  CAPTION "SECURITY WARNING"  CAPTION "SECURITY WARNING"
177  FONT 8, "Tahoma", 400, 0, 0x0  FONT 8, "Tahoma", 400, 0, 0x0
178  BEGIN  BEGIN
179      DEFPUSHBUTTON   "Disconnect",IDCANCEL,115,93,50,14,WS_GROUP      DEFPUSHBUTTON   "Disconnect",IDCANCEL,115,117,50,14,WS_GROUP
180      CONTROL         "&Add this new key to the known hosts list",IDC_ADDTOKNOWNHOSTS,      CONTROL         "&Add this new key to the known hosts list",IDC_ADDTOKNOWNHOSTS,
181                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,74,153,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,101,153,13
182      PUSHBUTTON      "&Continue",IDC_CONTINUE,49,93,50,14,WS_GROUP      PUSHBUTTON      "&Continue",IDC_CONTINUE,49,117,50,14,WS_GROUP
183      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
184      LTEXT           "If you choose to add this new key to the known hosts list and continue, then you will not receive this warning again.",-1,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_STATIC,15,50,184,24
185        LTEXT           "The server's host key fingerprint is:",IDC_STATIC,15,75,176,8
186        EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
187  END  END
188    
189  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 193  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 193
# Line 325  BEGIN Line 329  BEGIN
329          LEFTMARGIN, 7          LEFTMARGIN, 7
330          RIGHTMARGIN, 208          RIGHTMARGIN, 208
331          TOPMARGIN, 7          TOPMARGIN, 7
332          BOTTOMMARGIN, 109          BOTTOMMARGIN, 132
333      END      END
334    
335      IDD_SSHDIFFERENTHOST, DIALOG      IDD_SSHDIFFERENTHOST, DIALOG
# Line 333  BEGIN Line 337  BEGIN
337          LEFTMARGIN, 7          LEFTMARGIN, 7
338          RIGHTMARGIN, 208          RIGHTMARGIN, 208
339          TOPMARGIN, 7          TOPMARGIN, 7
340          BOTTOMMARGIN, 107          BOTTOMMARGIN, 131
341      END      END
342    
343      IDD_SSHAUTHSETUP, DIALOG      IDD_SSHAUTHSETUP, DIALOG

Legend:
Removed from v.2856  
changed lines
  Added in v.2857

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