home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TWEBSAFEF / TWEBSAFEF.txt
Text File  |  2002-03-26  |  2KB  |  128 lines

  1. object websafeF: TwebsafeF
  2.   Left = 244
  3.   Top = 126
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Websafe Colors'
  6.   ClientHeight = 449
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 16
  22.     Top = 104
  23.     Width = 256
  24.     Height = 224
  25.     OnMouseMove = Image1MouseMove
  26.     OnMouseUp = Image1MouseUp
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 368
  31.     Width = 32
  32.     Height = 16
  33.     Caption = 'Color'
  34.   end
  35.   object Shape1: TShape
  36.     Left = 16
  37.     Top = 40
  38.     Width = 73
  39.     Height = 25
  40.   end
  41.   object Shape2: TShape
  42.     Left = 96
  43.     Top = 40
  44.     Width = 73
  45.     Height = 25
  46.   end
  47.   object Shape3: TShape
  48.     Left = 176
  49.     Top = 40
  50.     Width = 73
  51.     Height = 25
  52.   end
  53.   object Shape4: TShape
  54.     Left = 88
  55.     Top = 336
  56.     Width = 185
  57.     Height = 57
  58.   end
  59.   object RadioButton1: TRadioButton
  60.     Left = 40
  61.     Top = 16
  62.     Width = 33
  63.     Height = 17
  64.     Checked = True
  65.     TabOrder = 0
  66.     TabStop = True
  67.   end
  68.   object RadioButton2: TRadioButton
  69.     Left = 120
  70.     Top = 16
  71.     Width = 33
  72.     Height = 17
  73.     TabOrder = 1
  74.   end
  75.   object RadioButton3: TRadioButton
  76.     Left = 200
  77.     Top = 16
  78.     Width = 33
  79.     Height = 17
  80.     TabOrder = 2
  81.   end
  82.   object Edit1: TEdit
  83.     Left = 16
  84.     Top = 72
  85.     Width = 73
  86.     Height = 24
  87.     BorderStyle = bsNone
  88.     TabOrder = 3
  89.     Text = '#000000'
  90.   end
  91.   object Edit2: TEdit
  92.     Left = 96
  93.     Top = 72
  94.     Width = 73
  95.     Height = 24
  96.     BorderStyle = bsNone
  97.     TabOrder = 4
  98.     Text = '#000000'
  99.   end
  100.   object Edit3: TEdit
  101.     Left = 176
  102.     Top = 72
  103.     Width = 73
  104.     Height = 24
  105.     BorderStyle = bsNone
  106.     TabOrder = 5
  107.     Text = '#000000'
  108.   end
  109.   object Button1: TButton
  110.     Left = 24
  111.     Top = 416
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'OK'
  115.     TabOrder = 6
  116.     OnClick = Button1Click
  117.   end
  118.   object Button2: TButton
  119.     Left = 112
  120.     Top = 416
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'Cancel'
  124.     TabOrder = 7
  125.     OnClick = Button2Click
  126.   end
  127. end
  128.