unit1.dfm
来自「等值线插值Pascal程序」· DFM 代码 · 共 47 行
DFM
47 行
object Form1: TForm1
Left = 217
Top = 172
Width = 700
Height = 500
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ProgressBar1: TProgressBar
Left = 0
Top = 438
Width = 692
Height = 16
Align = alBottom
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 400
Top = 16
object begin1: TMenuItem
Caption = #19968#19975#20010#38543#26426#23631#24149#28857
OnClick = begin1Click
end
object grid1: TMenuItem
Caption = #31163#25955#28857#30340#26041#24335#32472#21046#31561#20540#32447
OnClick = grid1Click
end
object testC1: TMenuItem
Caption = #35268#21017#32593#26684#30340#26041#24335#32472#21046#31561#20540#32447
OnClick = testC1Click
end
end
object OpenDialog1: TOpenDialog
Left = 488
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?