home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 2003 June / Computerworld_2003-06_cd.bin / rocenka.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  2003-06-09  |  2KB  |  103 lines

  1. object Form3: TForm3
  2.   Left = 170
  3.   Top = 131
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form3'
  7.   ClientHeight = 600
  8.   ClientWidth = 800
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 16
  23.     Top = 8
  24.     Width = 105
  25.     Height = 105
  26.     OnMouseMove = Image1MouseMove
  27.   end
  28.   object Image2: TImage
  29.     Left = 64
  30.     Top = 56
  31.     Width = 105
  32.     Height = 105
  33.     OnClick = Image2Click
  34.     OnMouseMove = Image2MouseMove
  35.   end
  36.   object Image3: TImage
  37.     Left = 112
  38.     Top = 104
  39.     Width = 105
  40.     Height = 105
  41.     OnClick = Image3Click
  42.     OnMouseMove = Image3MouseMove
  43.   end
  44.   object Image4: TImage
  45.     Left = 168
  46.     Top = 160
  47.     Width = 105
  48.     Height = 105
  49.     OnClick = Image4Click
  50.     OnMouseMove = Image4MouseMove
  51.   end
  52.   object Image5: TImage
  53.     Left = 224
  54.     Top = 208
  55.     Width = 105
  56.     Height = 105
  57.     OnClick = Image5Click
  58.     OnMouseMove = Image5MouseMove
  59.   end
  60.   object Image6: TImage
  61.     Left = 280
  62.     Top = 256
  63.     Width = 105
  64.     Height = 105
  65.     OnClick = Image6Click
  66.     OnMouseMove = Image6MouseMove
  67.   end
  68.   object Image7: TImage
  69.     Left = 320
  70.     Top = 304
  71.     Width = 105
  72.     Height = 105
  73.     OnClick = Image7Click
  74.     OnMouseMove = Image7MouseMove
  75.   end
  76.   object Image8: TImage
  77.     Left = 384
  78.     Top = 360
  79.     Width = 105
  80.     Height = 105
  81.     OnClick = Image8Click
  82.     OnMouseMove = Image8MouseMove
  83.   end
  84.   object Label1: TLabel
  85.     Left = 304
  86.     Top = 112
  87.     Width = 32
  88.     Height = 13
  89.     Caption = 'Label1'
  90.     OnClick = Label1Click
  91.     OnMouseMove = Image1MouseMove
  92.   end
  93.   object Label2: TLabel
  94.     Left = 304
  95.     Top = 72
  96.     Width = 32
  97.     Height = 13
  98.     Caption = 'Label2'
  99.     OnClick = Label2Click
  100.     OnMouseMove = Image1MouseMove
  101.   end
  102. end
  103.