7 lines
134 B
ObjectPascal
7 lines
134 B
ObjectPascal
|
|
object fmColourBar: TfmColourBar
|
||
|
|
Caption = 'fmColourBar'
|
||
|
|
OldCreateOrder = False
|
||
|
|
OnPaint = FormPaint
|
||
|
|
OnResize = FormResize
|
||
|
|
end
|