uni_function.dfm
来自「一个非常不错的经费报销管理软件」· DFM 代码 · 共 41 行
DFM
41 行
object Frm_Function: TFrm_Function
Left = 182
Top = 205
Width = 696
Height = 480
Caption = 'function'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object MTree: TMemo
Left = 40
Top = 40
Width = 49
Height = 33
Lines.Strings = (
'MTree')
TabOrder = 0
end
object MainMenu: TMainMenu
Left = 168
Top = 48
object Function1: TMenuItem
Caption = 'Function'
object DataOpen: TMenuItem
Caption = #25968#25454#24211#36830#25509
OnClick = DataOpenClick
end
object PurviewSet: TMenuItem
Caption = #26435#38480#21021#22987#21270
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?