You've already forked lazarus-ccr
27 lines
580 B
Plaintext
27 lines
580 B
Plaintext
![]() |
object ScreenForm: TScreenForm
|
||
|
Left = 198
|
||
|
Top = 117
|
||
|
Align = alClient
|
||
|
BorderIcons = []
|
||
|
BorderStyle = bsNone
|
||
|
Caption = 'Pick a color...'
|
||
|
ClientHeight = 96
|
||
|
ClientWidth = 149
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'MS Shell Dlg 2'
|
||
|
Font.Style = []
|
||
|
FormStyle = fsStayOnTop
|
||
|
OldCreateOrder = False
|
||
|
Position = poDefault
|
||
|
OnCreate = FormCreate
|
||
|
OnKeyDown = FormKeyDown
|
||
|
OnMouseMove = FormMouseMove
|
||
|
OnMouseUp = FormMouseUp
|
||
|
OnShow = FormShow
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
end
|