unit4.dfm

来自「一个医学的软件」· DFM 代码 · 共 49 行

DFM
49
字号
object Form4: TForm4
  Left = 201
  Top = 143
  Width = 415
  Height = 282
  Caption = #27874#24418#21472#21152#20449#24687
  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 suiStringGrid1: TsuiStringGrid
    Left = 0
    Top = 0
    Width = 407
    Height = 255
    Align = alClient
    BorderStyle = bsNone
    Color = clWhite
    ColCount = 11
    Ctl3D = False
    DefaultColWidth = 40
    DefaultRowHeight = 15
    FixedColor = 10504772
    RowCount = 1
    FixedRows = 0
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 0
    UIStyle = DeepBlue
    BGColor = clWhite
    BorderColor = clBlack
    FocusedColor = clLime
    SelectedColor = clYellow
    FixedFontColor = clWhite
    FixedBGColor = 10504772
    FontColor = clBlack
  end
end

⌨️ 快捷键说明

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