f_color.dfm

来自「一个移动通信用SMPP协议写的.非常经典!」· DFM 代码 · 共 42 行

DFM
42
字号
object n_color: Tn_color
  Left = 391
  Top = 281
  BorderStyle = bsDialog
  Caption = '系统颜色配置'
  ClientHeight = 217
  ClientWidth = 403
  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 Label1: TLabel
    Left = 8
    Top = 24
    Width = 73
    Height = 13
    AutoSize = False
    Caption = '移动终端:'
  end
  object CColorGrid1: TCColorGrid
    Left = 184
    Top = 8
    Width = 112
    Height = 112
    TabOrder = 0
  end
  object Button1: TButton
    Left = 312
    Top = 8
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    Default = True
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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