unit1.dfm
来自「这是用Delphi获取已安装的office的版本的源码。」· DFM 代码 · 共 77 行
DFM
77 行
object Form1: TForm1
Left = 275
Top = 107
BorderStyle = bsDialog
Caption = 'office '#29256#26412
ClientHeight = 259
ClientWidth = 436
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 72
Top = 42
Width = 91
Height = 25
Caption = #21028#26029'word'#29256#26412
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Top = 42
Width = 163
Height = 25
Caption = #25171#24320'powerpoint '#33719#24471#20449#24687
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 72
Top = 90
Width = 133
Height = 25
Caption = 'powerpoint '#29256#26412
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 306
Top = 84
Width = 75
Height = 25
Caption = #20851#38381#31243#24207
TabOrder = 3
OnClick = Button4Click
end
object Memo1: TMemo
Left = 60
Top = 138
Width = 185
Height = 89
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
Lines.Strings = (
' Wordversion97 = 8; '
' Wordversion2000 = 9; '
' WordversionXP = 10; '
' Wordversion2003 = 11; ')
ParentFont = False
TabOrder = 4
end
object OpenDialog1: TOpenDialog
Left = 138
Top = 54
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?