📄 unit1.dfm
字号:
object Form1: TForm1
Left = 282
Top = 135
Width = 523
Height = 258
Caption = #35843#25972#22270#29255#30340'RGB'#23545#27604#24230
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 148
Width = 20
Height = 13
Caption = 'R'#65306
end
object Label2: TLabel
Left = 8
Top = 176
Width = 20
Height = 13
Caption = 'G'#65306
end
object Label3: TLabel
Left = 8
Top = 204
Width = 19
Height = 13
Caption = 'B'#65306
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 201
Height = 129
Caption = #21407#22270
TabOrder = 1
object Image1: TImage
Left = 11
Top = 19
Width = 166
Height = 86
AutoSize = True
end
end
object GroupBox2: TGroupBox
Left = 256
Top = 8
Width = 225
Height = 129
Caption = #25928#26524#22270
TabOrder = 2
object Image2: TImage
Left = 10
Top = 20
Width = 191
Height = 93
AutoSize = True
end
end
object TrackBar1: TTrackBar
Left = 24
Top = 144
Width = 241
Height = 30
Max = 255
Min = -255
Frequency = 10
TabOrder = 0
OnChange = TrackBar1Change
end
object TrackBar2: TTrackBar
Left = 24
Top = 172
Width = 241
Height = 25
Max = 255
Min = -255
Frequency = 10
TabOrder = 3
OnChange = TrackBar1Change
end
object TrackBar3: TTrackBar
Left = 24
Top = 200
Width = 241
Height = 25
Max = 255
Min = -255
Frequency = 10
TabOrder = 4
OnChange = TrackBar1Change
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -