home *** CD-ROM | disk | FTP | other *** search
- ColorTest : TFrame
- Background = lightGray
- Caption = ColorTest
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Foreground = black
- FrameId = 200
- Height = 229
- Left = 354
- Tag = 1111
- Top = 161
- Width = 283
- OnWindowDestroy = ColorTest_WindowDestroy
-
- Panel1 : TPanel
- Background = black
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Foreground = black
- Height = 95
- Left = 7
- Parent = ColorTest
- Tag = 11
- Top = 6
- Width = 262
-
- Label1 : TLabel
- Align = LEFT
- Caption = Red :
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Height = 16
- Left = 22
- Parent = ColorTest
- Tag = 1
- Top = 120
- Width = 48
-
- Label2 : TLabel
- Align = LEFT
- Caption = Green :
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Height = 16
- Left = 9
- Parent = ColorTest
- Tag = 1
- Top = 144
- Width = 64
-
- Label3 : TLabel
- Align = LEFT
- Caption = Blue :
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Height = 16
- Left = 18
- Parent = ColorTest
- Tag = 1
- Top = 169
- Width = 54
-
- RedLabel : TLabel
- Align = LEFT
- Caption = 0
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Height = 16
- Left = 72
- Parent = ColorTest
- Tag = 1
- Top = 120
- Width = 55
-
- GreenLabel : TLabel
- Align = LEFT
- Caption = 0
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Height = 16
- Left = 73
- Parent = ColorTest
- Tag = 1
- Top = 145
- Width = 50
-
- BlueLabel : TLabel
- Align = LEFT
- Caption = 0
- FontName = Dialog
- FontSize = 12
- FontStyle = [BOLD]
- Height = 16
- Left = 73
- Parent = ColorTest
- Tag = 1
- Top = 171
- Width = 54
-
- ScrollBar1 : TScrollBar
- Background = lightGray
- Height = 16
- Left = 138
- LineInc = 1
- Max = 255
- Min = 0
- Orientation = HORIZONTAL
- PageInc = 10
- Parent = ColorTest
- Tag = 11
- Top = 118
- Value = 0
- Width = 121
- OnScrollAbsolute = ScrollBar1_ScrollAbsolute
- OnScrollLineDown = ScrollBar1_ScrollAbsolute
- OnScrollLineUp = ScrollBar1_ScrollAbsolute
- OnScrollPageDown = ScrollBar1_ScrollAbsolute
- OnScrollPageUp = ScrollBar1_ScrollAbsolute
-
- ScrollBar2 : TScrollBar
- Background = lightGray
- Height = 16
- Left = 138
- LineInc = 1
- Max = 255
- Min = 0
- Orientation = HORIZONTAL
- PageInc = 10
- Parent = ColorTest
- Tag = 11
- Top = 145
- Value = 0
- Width = 121
- OnScrollAbsolute = ScrollBar2_ScrollAbsolute
- OnScrollLineDown = ScrollBar2_ScrollAbsolute
- OnScrollLineUp = ScrollBar2_ScrollAbsolute
- OnScrollPageDown = ScrollBar2_ScrollAbsolute
- OnScrollPageUp = ScrollBar2_ScrollAbsolute
-
- ScrollBar3 : TScrollBar
- Background = lightGray
- Height = 16
- Left = 138
- LineInc = 1
- Max = 255
- Min = 0
- Orientation = HORIZONTAL
- PageInc = 10
- Parent = ColorTest
- Tag = 11
- Top = 172
- Value = 0
- Width = 121
- OnScrollAbsolute = ScrollBar3_ScrollAbsolute
- OnScrollLineDown = ScrollBar3_ScrollAbsolute
- OnScrollLineUp = ScrollBar3_ScrollAbsolute
- OnScrollPageDown = ScrollBar3_ScrollAbsolute
- OnScrollPageUp = ScrollBar3_ScrollAbsolute
-
- MMB : TBBTN
- Left = 10
- Top = 230
- Visible = False
-
-