📄 about.tcl
字号:
######################################################### SaVi by Robert Thurman (thurman@geom.umn.edu) and# Patrick Worfolk (worfolk@alum.mit.edu).## Copyright (c) 1997 by The Geometry Center.# This file is part of SaVi. SaVi is free software;# you can redistribute it and/or modify it only under# the terms given in the file COPYRIGHT which you should# have received along with this file. SaVi may be# obtained from:# http://savi.sourceforge.net/# http://www.geom.uiuc.edu/locate/SaVi######################################################### about.tcl# $Id: about.tcl,v 1.7 2005/02/07 19:36:56 lloydwood Exp $proc about(build) {} { if [winfo exists .about] { wm deiconify .about raise .about return } set name [build_Toplevel about] wm protocol $name WM_DELETE_WINDOW about(dismiss) build_Title $name "about SaVi - satellite constellation visualization" build_DismissButtonbar $name dbbar about(dismiss) set cmd [build_CmdFrame $name cmd] build_Label $cmd l0 "SaVi" $cmd.l0.label configure -font *-times-medium-i-normal--*-240-*-*-*-*-*-* \ -fg red build_Label $cmd l1 "Satellite Constellation Simulation and Visualization" $cmd.l1.label configure -font *-times-medium-i-normal--*-140-*-*-*-*-*-* \ -fg blue pack $cmd.l0 $cmd.l1 -anchor n -ipadx 15m -ipady 2m build_Label $cmd l2 \"Originally created at The Geometry Centerby Patrick Worfolk and Robert Thurman.Interval decay showing coverage movementcontributed by Gregory LaCoste.Enhanced and maintained by Lloyd Wood.http://www.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/http://savi.sourceforge.net/SaVi is free software. You may redistribute SaVi and/or modifySaVi only under the terms that are given in the file COPYRIGHT,which you should have received along with your copy of SaVi.Copyright (c) 1995-1997 by The Geometry Centerhttp://www.geom.uiuc.edu/locate/SaVi[satellites VERSION]" pack $cmd.l2 -anchor n -ipadx 15m -ipady 2m pack $cmd -expand 1 -fill both}proc about(dismiss) {} { destroy .about}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -