⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 这个程序实现了菲涅尔衍射计算
💻 DFM
字号:
object Form1: TForm1
  Left = 242
  Top = 215
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 48
    Top = 88
    Width = 75
    Height = 25
    Caption = 'open'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 200
    Width = 75
    Height = 25
    Caption = 'execute'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 48
    Top = 344
    Width = 75
    Height = 25
    Caption = 'exit'
    TabOrder = 2
    OnClick = Button3Click
  end
  object PageControl1: TPageControl
    Left = 256
    Top = 64
    Width = 300
    Height = 320
    ActivePage = TabSheet2
    TabOrder = 3
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object Image1: TImage
        Left = 16
        Top = 16
        Width = 256
        Height = 256
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      object Image2: TImage
        Left = 16
        Top = 16
        Width = 256
        Height = 256
      end
    end
  end
  object Button4: TButton
    Left = 48
    Top = 280
    Width = 75
    Height = 25
    Caption = 'save'
    TabOrder = 4
    OnClick = Button4Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 40
    Top = 24
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 112
    Top = 24
  end
end

⌨️ 快捷键说明

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