unit1.dfm

来自「调用matlab详细程序 调用matlab详细程序」· DFM 代码 · 共 53 行

DFM
53
字号
object Form1: TForm1
  Left = -95
  Top = 174
  Width = 870
  Height = 500
  Caption = #35843#29992'matlab'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 32
    Width = 240
    Height = 20
    Caption = #21629#20196#22312'MATLAB'#20013#25191#34892#32467#26524#65306'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Image1: TImage
    Left = 32
    Top = 64
    Width = 393
    Height = 313
    AutoSize = True
  end
  object Button1: TButton
    Left = 536
    Top = 256
    Width = 113
    Height = 33
    Caption = #25191#34892
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?