-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathunit4.lfm
68 lines (68 loc) · 1.26 KB
/
unit4.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
object Form4: TForm4
Left = 363
Height = 82
Top = 458
Width = 205
BorderStyle = bsDialog
Caption = 'Form4'
ClientHeight = 82
ClientWidth = 205
Color = clGray
Position = poScreenCenter
LCLVersion = '3.99.0.0'
OnCreate = FormCreate
object Button1: TButton
Left = 8
Height = 25
Top = 48
Width = 186
Caption = 'OK'
Color = clGray
Font.Color = clSilver
ModalResult = 1
ParentFont = False
TabOrder = 0
end
object Label1: TLabel
Left = 8
Height = 16
Top = 18
Width = 107
Caption = 'Transparent color'
Font.Color = clSilver
ParentFont = False
end
object Shape1: TShape
Left = 168
Height = 26
Top = 8
Width = 26
end
object ColorDialog1: TColorDialog
Color = clBlack
CustomColors.Strings = (
'ColorA=000000'
'ColorB=000080'
'ColorC=008000'
'ColorD=008080'
'ColorE=800000'
'ColorF=800080'
'ColorG=808000'
'ColorH=808080'
'ColorI=C0C0C0'
'ColorJ=0000FF'
'ColorK=00FF00'
'ColorL=00FFFF'
'ColorM=FF0000'
'ColorN=FF00FF'
'ColorO=FFFF00'
'ColorP=FFFFFF'
'ColorQ=C0DCC0'
'ColorR=F0CAA6'
'ColorS=F0FBFF'
'ColorT=A4A0A0'
)
Left = 40
Top = 8
end
end