Statistics
| Branch: | Tag: | Revision:

root / Client / Tools / UfrmHueSettings.lfm @ 0:95bd93c28625

History | View | Annotate | Download (944 Bytes)

1
object frmHueSettings: TfrmHueSettings
2
  Left = 290
3
  Height = 207
4
  Top = 171
5
  Width = 217
6
  HorzScrollBar.Page = 216
7
  VertScrollBar.Page = 206
8
  ActiveControl = lbHue
9
  BorderIcons = []
10
  BorderStyle = bsToolWindow
11
  Caption = 'Hue Settings'
12
  ClientHeight = 207
13
  ClientWidth = 217
14
  FormStyle = fsStayOnTop
15
  OnClose = FormClose
16
  OnCreate = FormCreate
17
  OnDeactivate = FormDeactivate
18
  object lblHue: TLabel
19
    Left = 8
20
    Height = 16
21
    Top = 12
22
    Width = 26
23
    Caption = 'Hue:'
24
    ParentColor = False
25
  end
26
  object lbHue: TListBox
27
    Left = 8
28
    Height = 160
29
    Top = 40
30
    Width = 200
31
    ItemHeight = 16
32
    OnDrawItem = lbHueDrawItem
33
    OnSelectionChange = lbHueSelectionChange
34
    Style = lbOwnerDrawFixed
35
    TabOrder = 0
36
  end
37
  object edHue: TEdit
38
    Left = 48
39
    Height = 23
40
    Top = 10
41
    Width = 80
42
    OnEditingDone = edHueEditingDone
43
    TabOrder = 1
44
  end
45
end