home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Examples / ColorTest.jfm < prev    next >
Encoding:
Text File  |  1997-07-21  |  3.1 KB  |  172 lines

  1. ColorTest : TFrame
  2.   Background = lightGray
  3.   Caption = ColorTest
  4.   FontName = Dialog
  5.   FontSize = 12
  6.   FontStyle = [BOLD]
  7.   Foreground = black
  8.   FrameId = 200
  9.   Height = 229
  10.   Left = 354
  11.   Tag = 1111
  12.   Top = 161
  13.   Width = 283
  14.   OnWindowDestroy = ColorTest_WindowDestroy
  15.  
  16. Panel1 : TPanel
  17.   Background = black
  18.   FontName = Dialog
  19.   FontSize = 12
  20.   FontStyle = [BOLD]
  21.   Foreground = black
  22.   Height = 95
  23.   Left = 7
  24.   Parent = ColorTest
  25.   Tag = 11
  26.   Top = 6
  27.   Width = 262
  28.  
  29. Label1 : TLabel
  30.   Align = LEFT
  31.   Caption = Red :
  32.   FontName = Dialog
  33.   FontSize = 12
  34.   FontStyle = [BOLD]
  35.   Height = 16
  36.   Left = 22
  37.   Parent = ColorTest
  38.   Tag = 1
  39.   Top = 120
  40.   Width = 48
  41.  
  42. Label2 : TLabel
  43.   Align = LEFT
  44.   Caption = Green :
  45.   FontName = Dialog
  46.   FontSize = 12
  47.   FontStyle = [BOLD]
  48.   Height = 16
  49.   Left = 9
  50.   Parent = ColorTest
  51.   Tag = 1
  52.   Top = 144
  53.   Width = 64
  54.  
  55. Label3 : TLabel
  56.   Align = LEFT
  57.   Caption = Blue :
  58.   FontName = Dialog
  59.   FontSize = 12
  60.   FontStyle = [BOLD]
  61.   Height = 16
  62.   Left = 18
  63.   Parent = ColorTest
  64.   Tag = 1
  65.   Top = 169
  66.   Width = 54
  67.  
  68. RedLabel : TLabel
  69.   Align = LEFT
  70.   Caption = 0
  71.   FontName = Dialog
  72.   FontSize = 12
  73.   FontStyle = [BOLD]
  74.   Height = 16
  75.   Left = 72
  76.   Parent = ColorTest
  77.   Tag = 1
  78.   Top = 120
  79.   Width = 55
  80.  
  81. GreenLabel : TLabel
  82.   Align = LEFT
  83.   Caption = 0
  84.   FontName = Dialog
  85.   FontSize = 12
  86.   FontStyle = [BOLD]
  87.   Height = 16
  88.   Left = 73
  89.   Parent = ColorTest
  90.   Tag = 1
  91.   Top = 145
  92.   Width = 50
  93.  
  94. BlueLabel : TLabel
  95.   Align = LEFT
  96.   Caption = 0
  97.   FontName = Dialog
  98.   FontSize = 12
  99.   FontStyle = [BOLD]
  100.   Height = 16
  101.   Left = 73
  102.   Parent = ColorTest
  103.   Tag = 1
  104.   Top = 171
  105.   Width = 54
  106.  
  107. ScrollBar1 : TScrollBar
  108.   Background = lightGray
  109.   Height = 16
  110.   Left = 138
  111.   LineInc = 1
  112.   Max = 255
  113.   Min = 0
  114.   Orientation = HORIZONTAL
  115.   PageInc = 10
  116.   Parent = ColorTest
  117.   Tag = 11
  118.   Top = 118
  119.   Value = 0
  120.   Width = 121
  121.   OnScrollAbsolute = ScrollBar1_ScrollAbsolute
  122.   OnScrollLineDown = ScrollBar1_ScrollAbsolute
  123.   OnScrollLineUp = ScrollBar1_ScrollAbsolute
  124.   OnScrollPageDown = ScrollBar1_ScrollAbsolute
  125.   OnScrollPageUp = ScrollBar1_ScrollAbsolute
  126.  
  127. ScrollBar2 : TScrollBar
  128.   Background = lightGray
  129.   Height = 16
  130.   Left = 138
  131.   LineInc = 1
  132.   Max = 255
  133.   Min = 0
  134.   Orientation = HORIZONTAL
  135.   PageInc = 10
  136.   Parent = ColorTest
  137.   Tag = 11
  138.   Top = 145
  139.   Value = 0
  140.   Width = 121
  141.   OnScrollAbsolute = ScrollBar2_ScrollAbsolute
  142.   OnScrollLineDown = ScrollBar2_ScrollAbsolute
  143.   OnScrollLineUp = ScrollBar2_ScrollAbsolute
  144.   OnScrollPageDown = ScrollBar2_ScrollAbsolute
  145.   OnScrollPageUp = ScrollBar2_ScrollAbsolute
  146.  
  147. ScrollBar3 : TScrollBar
  148.   Background = lightGray
  149.   Height = 16
  150.   Left = 138
  151.   LineInc = 1
  152.   Max = 255
  153.   Min = 0
  154.   Orientation = HORIZONTAL
  155.   PageInc = 10
  156.   Parent = ColorTest
  157.   Tag = 11
  158.   Top = 172
  159.   Value = 0
  160.   Width = 121
  161.   OnScrollAbsolute = ScrollBar3_ScrollAbsolute
  162.   OnScrollLineDown = ScrollBar3_ScrollAbsolute
  163.   OnScrollLineUp = ScrollBar3_ScrollAbsolute
  164.   OnScrollPageDown = ScrollBar3_ScrollAbsolute
  165.   OnScrollPageUp = ScrollBar3_ScrollAbsolute
  166.  
  167. MMB : TBBTN
  168.   Left = 10
  169.   Top = 230
  170.   Visible = False
  171.  
  172.