home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: CD-ROM 37 / EPC_47.BIN / Unforgiven32 / _SETUP.2 / Group1 / U32.exe / 0 / RCDATA / TPALETTEEDITER / TPALETTEEDITER.txt
Text File  |  1999-07-22  |  2KB  |  118 lines

  1. object PaletteEditer: TPaletteEditer
  2.   Left = 165
  3.   Top = 334
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Palette'
  6.   ClientHeight = 120
  7.   ClientWidth = 320
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 40
  18.     Width = 20
  19.     Height = 13
  20.     Caption = 'Red'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 16
  24.     Top = 64
  25.     Width = 29
  26.     Height = 13
  27.     Caption = 'Green'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 16
  31.     Top = 88
  32.     Width = 21
  33.     Height = 13
  34.     Caption = 'Blue'
  35.   end
  36.   object PaintBox1: TPaintBox
  37.     Left = 56
  38.     Top = 8
  39.     Width = 239
  40.     Height = 20
  41.     OnPaint = PaintBox1Paint
  42.   end
  43.   object Label4: TLabel
  44.     Left = 16
  45.     Top = 9
  46.     Width = 33
  47.     Height = 13
  48.     Caption = 'Palette'
  49.   end
  50.   object red: TTrackBar
  51.     Left = 48
  52.     Top = 40
  53.     Width = 150
  54.     Height = 22
  55.     Max = 767
  56.     Min = 255
  57.     Orientation = trHorizontal
  58.     Frequency = 1
  59.     Position = 255
  60.     SelEnd = 0
  61.     SelStart = 0
  62.     TabOrder = 0
  63.     TickMarks = tmBottomRight
  64.     TickStyle = tsNone
  65.     OnChange = redChange
  66.   end
  67.   object green: TTrackBar
  68.     Left = 48
  69.     Top = 64
  70.     Width = 150
  71.     Height = 22
  72.     Max = 767
  73.     Min = 255
  74.     Orientation = trHorizontal
  75.     Frequency = 1
  76.     Position = 255
  77.     SelEnd = 0
  78.     SelStart = 0
  79.     TabOrder = 1
  80.     TickMarks = tmBottomRight
  81.     TickStyle = tsNone
  82.     OnChange = redChange
  83.   end
  84.   object blue: TTrackBar
  85.     Left = 48
  86.     Top = 88
  87.     Width = 150
  88.     Height = 22
  89.     Max = 767
  90.     Min = 255
  91.     Orientation = trHorizontal
  92.     Frequency = 1
  93.     Position = 255
  94.     SelEnd = 0
  95.     SelStart = 0
  96.     TabOrder = 2
  97.     TickMarks = tmBottomRight
  98.     TickStyle = tsNone
  99.     OnChange = redChange
  100.   end
  101.   object BitBtn1: TBitBtn
  102.     Left = 232
  103.     Top = 40
  104.     Width = 75
  105.     Height = 25
  106.     TabOrder = 3
  107.     Kind = bkOK
  108.   end
  109.   object BitBtn2: TBitBtn
  110.     Left = 232
  111.     Top = 72
  112.     Width = 75
  113.     Height = 25
  114.     TabOrder = 4
  115.     Kind = bkCancel
  116.   end
  117. end
  118.