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

  1. object SkinForm: TSkinForm
  2.   Left = 266
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Skins'
  7.   ClientHeight = 320
  8.   ClientWidth = 177
  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.   OldCreateOrder = True
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object mFSkins: TComboBox
  20.     Left = 8
  21.     Top = 264
  22.     Width = 145
  23.     Height = 21
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.     Text = 'mFSkins'
  27.     Visible = False
  28.   end
  29.   object mSkins: TComboBox
  30.     Left = 4
  31.     Top = 252
  32.     Width = 167
  33.     Height = 21
  34.     Style = csDropDownList
  35.     ItemHeight = 13
  36.     TabOrder = 1
  37.     OnChange = mSkinsChange
  38.   end
  39.   object mPicture: TPanel
  40.     Left = 4
  41.     Top = 8
  42.     Width = 169
  43.     Height = 230
  44.     Caption = 'mPicture'
  45.     Color = clBlack
  46.     TabOrder = 2
  47.     object Pict1: TImage
  48.       Left = 1
  49.       Top = 1
  50.       Width = 167
  51.       Height = 228
  52.       Align = alClient
  53.       Center = True
  54.     end
  55.   end
  56.   object bOK: TButton
  57.     Left = 4
  58.     Top = 288
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Ok'
  62.     TabOrder = 3
  63.     OnClick = bOKClick
  64.   end
  65.   object bCancel: TButton
  66.     Left = 96
  67.     Top = 288
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 4
  73.   end
  74. end
  75.