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

📄 unitfrmcolor.dfm

📁 《Delphi百例》源码?禗elphi百例》源码
💻 DFM
字号:
object Form1: TForm1
  Left = 149
  Top = 117
  Width = 544
  Height = 339
  Caption = '自定义颜色对话框'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object ColorCombo1: TComboBox
    Left = 56
    Top = 88
    Width = 145
    Height = 26
    Style = csOwnerDrawFixed
    ItemHeight = 20
    TabOrder = 0
    OnDrawItem = ColorCombo1DrawItem
    Items.Strings = (
      '黑色'
      '蓝色'
      '蓝绿')
  end
  object ColorCombo2: TComboBox
    Left = 280
    Top = 88
    Width = 145
    Height = 36
    Style = csOwnerDrawFixed
    ItemHeight = 30
    TabOrder = 1
    Items.Strings = (
      '黑色'
      '蓝色'
      '蓝绿')
  end
end

⌨️ 快捷键说明

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