distancewindow.~dfm
来自「Purpose: 量距离工具 History: 2005-05-21 」· ~DFM 代码 · 共 53 行
~DFM
53 行
object frmDistanceWindow: TfrmDistanceWindow
Left = 328
Top = 222
BorderIcons = []
BorderStyle = bsToolWindow
Caption = #36317#31163
ClientHeight = 65
ClientWidth = 236
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 3
Height = 13
end
object Label2: TLabel
Left = 16
Top = 16
Width = 36
Height = 13
Caption = #36317#31163#65306
end
object Label3: TLabel
Left = 16
Top = 40
Width = 48
Height = 13
Caption = #24635#36317#31163#65306
end
object lblDistance: TLabel
Left = 96
Top = 16
Width = 15
Height = 13
Caption = '0.0'
end
object lblTotalDistance: TLabel
Left = 96
Top = 40
Width = 15
Height = 13
Caption = '0.0'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?