unit1.dfm

来自「气体反吹模拟程序」· DFM 代码 · 共 49 行

DFM
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?