-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcolour_unit.lfm
More file actions
67 lines (67 loc) · 1.45 KB
/
colour_unit.lfm
File metadata and controls
67 lines (67 loc) · 1.45 KB
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
object colour_form: Tcolour_form
Left = 5
Top = 5
Width = 918
Height = 104
BorderIcons = []
BorderStyle = bsSizeToolWin
Caption = ' Templot colours ... '
Color = 5636095
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 120
object colour_label: TLabel
Left = 0
Top = 0
Width = 900
Height = 36
AutoSize = False
Caption = ' select colour ...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
WordWrap = True
end
object font_dialog: TFontDialog
OnShow = font_dialogShow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 368
end
object colour_dialog: TColorDialog
OnShow = colour_dialogShow
CustomColors.Strings = (
'ColorA=EEAA55'
'ColorB=55AAEE'
'ColorC=55EEAA'
'ColorD=DD77BB'
'ColorE=DDDDDD'
'ColorF=AADD55'
'ColorG=6688AA'
'ColorH=BBBBBB'
'ColorI=00FFD0'
'ColorJ=40C840'
'ColorK=C0A080'
'ColorL=A0D8C8'
'ColorM=70A0FF'
'ColorN=A0E8E8'
'ColorO=E0C0A0'
'ColorP=FFFFFF')
Left = 208
Top = 4
end
end