home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / graphics / eyedropper / eyedropper.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  1998-05-20  |  690 b   |  36 lines

  1. object Form2: TForm2
  2.   Left = 437
  3.   Top = 123
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'EyeDropper 1.1'
  6.   ClientHeight = 193
  7.   ClientWidth = 192
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 182
  22.     Height = 180
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Button1: TButton
  27.     Left = 112
  28.     Top = 144
  29.     Width = 59
  30.     Height = 25
  31.     Caption = 'OK'
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35. end
  36.