
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5452 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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
|