📄 unit1.dfm
字号:
object Form1: TForm1
Left = 309
Top = 166
Width = 467
Height = 276
Caption =
'The Realization Of Contour In Delphi With Matlab--Ahthor--xu zhe' +
'ping'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 24
Width = 270
Height = 12
Caption = 'The followings are commands within the matlab'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 18
Top = 133
Width = 240
Height = 84
Caption =
' Note'#65306'This instance is showed how to use Matlab commands in Del' +
'phi. That is, execute the matlab commands outside the matlab env' +
'ironment to realize different contour effect.First, select conto' +
'ur type in listbox1,then click button, the contour effect will a' +
'ppear. '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = 12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label3: TLabel
Left = 280
Top = 24
Width = 120
Height = 12
Caption = 'select contour type:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 24
Top = 224
Width = 192
Height = 12
Caption = 'Date'#65306'12,2003 author'#65306'xu zheping'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = 12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 304
Top = 176
Width = 73
Height = 25
Caption = 'Contour'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 16
Top = 40
Width = 241
Height = 89
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 12
Font.Name = #23435#20307
Font.Style = []
Lines.Strings = (
'[x,y,z]=peaks; '
'meshz(x,y,z); '
'axis([-inf inf -inf inf -inf inf]);')
ParentFont = False
TabOrder = 1
end
object ListBox1: TListBox
Left = 280
Top = 40
Width = 121
Height = 89
ItemHeight = 13
Items.Strings = (
'meshz'
'waterfall'
'meshc'
'surfc'
'contour3'
'contour')
TabOrder = 2
OnClick = ListBox1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -