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

📄 standardgravity.dfm

📁 这是一个正式的项目工程
💻 DFM
字号:
object frmStandardGravity: TfrmStandardGravity
  Left = 103
  Top = 204
  Width = 590
  Height = 333
  Caption = '标准重力参数设置'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clHighlight
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 262
    Width = 582
    Height = 44
    Align = alBottom
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 582
    Height = 262
    Align = alClient
    TabOrder = 1
    object StringGrid: TStringGrid
      Left = 1
      Top = 1
      Width = 580
      Height = 260
      Align = alClient
      ColCount = 11
      DefaultColWidth = 50
      DefaultRowHeight = 18
      FixedColor = clInactiveCaption
      RowCount = 13
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
      TabOrder = 0
      RowHeights = (
        18
        18
        18
        18
        18
        18
        18
        18
        18
        18
        18
        18
        18)
    end
  end
end

⌨️ 快捷键说明

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