home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TPC2PCFORM / TPC2PCFORM.txt
Encoding:
Text File  |  2001-06-19  |  2.5 KB  |  128 lines

  1. object PC2PCForm: TPC2PCForm
  2.   Left = 429
  3.   Top = 193
  4.   BorderStyle = bsNone
  5.   Caption = 'PC2PCForm'
  6.   ClientHeight = 190
  7.   ClientWidth = 224
  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.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object bPc2PcPad: TImage
  18.     Left = 8
  19.     Top = 128
  20.     Width = 59
  21.     Height = 35
  22.     AutoSize = True
  23.   end
  24.   object DummyFont: TLabel
  25.     Left = 181
  26.     Top = 160
  27.     Width = 35
  28.     Height = 13
  29.     AutoSize = False
  30.     Caption = 'DummyFont'
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     Visible = False
  38.     WordWrap = True
  39.   end
  40.   object Pc2PCPad: TPanel
  41.     Left = 0
  42.     Top = 0
  43.     Width = 165
  44.     Height = 120
  45.     BevelOuter = bvNone
  46.     Color = 4210720
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     TabOrder = 0
  54.     Visible = False
  55.     object LText: TLabel
  56.       Left = 8
  57.       Top = 88
  58.       Width = 33
  59.       Height = 13
  60.       Caption = 'LABEL'
  61.       Transparent = True
  62.       Visible = False
  63.       WordWrap = True
  64.     end
  65.     object ImageBkg: TImage
  66.       Left = 80
  67.       Top = 77
  68.       Width = 59
  69.       Height = 35
  70.       AutoSize = True
  71.     end
  72.     object bX: TImage
  73.       Tag = 1
  74.       Left = 14
  75.       Top = 42
  76.       Width = 39
  77.       Height = 23
  78.       Cursor = crHandPoint
  79.       AutoSize = True
  80.       OnClick = bXClick
  81.     end
  82.     object bOK: TImage
  83.       Tag = 1
  84.       Left = 70
  85.       Top = 42
  86.       Width = 39
  87.       Height = 23
  88.       Cursor = crHandPoint
  89.       AutoSize = True
  90.       OnClick = bOKClick
  91.       OnMouseDown = bMouseDown
  92.       OnMouseUp = bMouseUp
  93.     end
  94.     object bInvite: TImage
  95.       Tag = 1
  96.       Left = 118
  97.       Top = 42
  98.       Width = 39
  99.       Height = 23
  100.       Cursor = crHandPoint
  101.       AutoSize = True
  102.       OnClick = bInviteClick
  103.       OnMouseDown = bMouseDown
  104.       OnMouseUp = bMouseUp
  105.     end
  106.     object bAdjustTrack: TImage
  107.       Left = 132
  108.       Top = 93
  109.       Width = 7
  110.       Height = 20
  111.       Cursor = crHandPoint
  112.       AutoSize = True
  113.       Visible = False
  114.       OnMouseDown = bAdjustTrackMouseDown
  115.       OnMouseMove = bAdjustTrackMouseMove
  116.       OnMouseUp = bAdjustTrackMouseUp
  117.     end
  118.     object mNumber: TEdit
  119.       Left = 8
  120.       Top = 16
  121.       Width = 145
  122.       Height = 21
  123.       BorderStyle = bsNone
  124.       TabOrder = 0
  125.     end
  126.   end
  127. end
  128.