home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TFIMAGE / TFIMAGE.txt
Text File  |  2002-02-12  |  2KB  |  104 lines

  1. object FImage: TFImage
  2.   Left = 617
  3.   Top = 10
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Image coordinate'
  7.   ClientHeight = 141
  8.   ClientWidth = 257
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 108
  20.     Width = 257
  21.     Height = 33
  22.     Align = alBottom
  23.     Caption = 'Panel1'
  24.     TabOrder = 0
  25.     object Button1: TButton
  26.       Left = 88
  27.       Top = 4
  28.       Width = 75
  29.       Height = 25
  30.       Caption = 'Hide'
  31.       TabOrder = 0
  32.       OnClick = Button1Click
  33.     end
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 257
  39.     Height = 108
  40.     Align = alClient
  41.     TabOrder = 1
  42.     object Label1: TLabel
  43.       Left = 16
  44.       Top = 12
  45.       Width = 18
  46.       Height = 13
  47.       Caption = 'Left'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 16
  51.       Top = 35
  52.       Width = 19
  53.       Height = 13
  54.       Caption = 'Top'
  55.     end
  56.     object Label3: TLabel
  57.       Left = 16
  58.       Top = 60
  59.       Width = 25
  60.       Height = 13
  61.       Caption = 'Right'
  62.     end
  63.     object Label4: TLabel
  64.       Left = 16
  65.       Top = 83
  66.       Width = 33
  67.       Height = 13
  68.       Caption = 'Bottom'
  69.     end
  70.     object ELeft: TEdit
  71.       Left = 80
  72.       Top = 8
  73.       Width = 169
  74.       Height = 21
  75.       TabOrder = 0
  76.       OnExit = ELeftExit
  77.     end
  78.     object ETop: TEdit
  79.       Left = 80
  80.       Top = 32
  81.       Width = 169
  82.       Height = 21
  83.       TabOrder = 1
  84.       OnExit = ETopExit
  85.     end
  86.     object ERight: TEdit
  87.       Left = 80
  88.       Top = 56
  89.       Width = 169
  90.       Height = 21
  91.       TabOrder = 2
  92.       OnExit = ERightExit
  93.     end
  94.     object EBottom: TEdit
  95.       Left = 80
  96.       Top = 80
  97.       Width = 169
  98.       Height = 21
  99.       TabOrder = 3
  100.       OnExit = EBottomExit
  101.     end
  102.   end
  103. end
  104.