-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.lfm
51 lines (51 loc) · 964 Bytes
/
unit1.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
object Form1: TForm1
Left = 268
Height = 201
Top = 31
Width = 427
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Html Color to Lazarus color converter'
ClientHeight = 201
ClientWidth = 427
Color = 9092401
Position = poScreenCenter
object Edit1: TEdit
Left = 120
Height = 23
Top = 22
Width = 296
OnChange = Edit1Change
OnClick = Edit1Click
TabOrder = 0
end
object Label1: TLabel
Left = 26
Height = 15
Top = 22
Width = 57
Caption = 'Web color:'
end
object Label2: TLabel
Left = 26
Height = 15
Top = 64
Width = 72
Caption = 'Lazarus color:'
end
object Panel1: TPanel
Left = 120
Height = 74
Top = 112
Width = 298
ParentColor = False
TabOrder = 1
end
object Edit2: TEdit
Left = 120
Height = 23
Top = 56
Width = 296
TabOrder = 2
end
end