unitfrmcolor.dfm
来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 45 行
DFM
45 行
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 + =
减小字号Ctrl + -
显示快捷键?