63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
object PickDialog: TPickDialog
|
|
Left = 200
|
|
Top = 114
|
|
BorderStyle = bsToolWindow
|
|
Caption = 'Pick Transparent Color'
|
|
ClientHeight = 76
|
|
ClientWidth = 377
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = True
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 88
|
|
Top = 11
|
|
Width = 84
|
|
Height = 13
|
|
Caption = 'Transparent Color'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 11
|
|
Top = 57
|
|
Width = 338
|
|
Height = 13
|
|
Caption =
|
|
'Click on color to select one or click on the image with left mou' +
|
|
'se button.'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 184
|
|
Top = 32
|
|
Width = 32
|
|
Height = 13
|
|
Caption = 'Label3'
|
|
end
|
|
object PickColor: TShape
|
|
Left = 182
|
|
Top = 6
|
|
Width = 73
|
|
Height = 25
|
|
Brush.Color = clBlack
|
|
OnMouseDown = PickColorMouseDown
|
|
end
|
|
object Button1: TButton
|
|
Left = 263
|
|
Top = 8
|
|
Width = 41
|
|
Height = 20
|
|
Caption = 'Set'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object ColorDialog1: TColorDialog
|
|
Left = 32
|
|
Top = 8
|
|
end
|
|
end
|