home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFCAPTURE / TFCAPTURE.txt
Encoding:
Text File  |  2004-06-06  |  1.8 KB  |  91 lines

  1. object fCapture: TfCapture
  2.   Left = 336
  3.   Top = 161
  4.   BorderStyle = bsNone
  5.   Caption = 'fCapture'
  6.   ClientHeight = 141
  7.   ClientWidth = 282
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object img: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 282
  26.     Height = 141
  27.     Cursor = crCross
  28.     Align = alClient
  29.     OnMouseDown = imgMouseDown
  30.     OnMouseMove = imgMouseMove
  31.   end
  32.   object Panel: TPanel
  33.     Left = 143
  34.     Top = 23
  35.     Width = 50
  36.     Height = 42
  37.     BevelOuter = bvNone
  38.     ParentBackground = True
  39.     TabOrder = 0
  40.     object Shape1: TShape
  41.       Left = 0
  42.       Top = 16
  43.       Width = 50
  44.       Height = 26
  45.       Align = alClient
  46.       Brush.Color = clBtnFace
  47.       Pen.Color = clBtnFace
  48.     end
  49.     object Shape: TShape
  50.       Left = 0
  51.       Top = 0
  52.       Width = 50
  53.       Height = 16
  54.       Align = alTop
  55.     end
  56.     object lColor: TLabel
  57.       Left = 0
  58.       Top = 16
  59.       Width = 50
  60.       Height = 13
  61.       Alignment = taCenter
  62.       AutoSize = False
  63.       Caption = 'DDDDDD'
  64.       Color = clBtnFace
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentColor = False
  71.       ParentFont = False
  72.       Transparent = True
  73.     end
  74.     object lPosition: TLabel
  75.       Left = 0
  76.       Top = 29
  77.       Width = 49
  78.       Height = 12
  79.       Alignment = taCenter
  80.       AutoSize = False
  81.       Caption = 'lPosition'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -9
  85.       Font.Name = 'Arial'
  86.       Font.Style = []
  87.       ParentFont = False
  88.     end
  89.   end
  90. end
  91.