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

📄 unit1.dfm

📁 气体反吹模拟程序
💻 DFM
字号:
object Form1: TForm1
  Left = 253
  Top = 203
  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 = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 40
    Top = 64
    Width = 609
    Height = 297
  end
  object StringGrid_TMP: TStringGrid
    Left = 40
    Top = 64
    Width = 609
    Height = 297
    ColCount = 20
    DefaultColWidth = 200
    DragKind = dkDock
    DragMode = dmAutomatic
    FixedCols = 0
    RowCount = 2100
    FixedRows = 0
    TabOrder = 0
  end
  object MainMenu1: TMainMenu
    Left = 240
    Top = 8
    object N1: TMenuItem
      Caption = #27668#20307#21453#21561
      object Simulation: TMenuItem
        Caption = #27169#25311
        OnClick = SimulationClick
      end
    end
  end
end

⌨️ 快捷键说明

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