home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / netv / NVinst.exe / $INSTDIR / nvscripts.dll / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2005-02-22  |  1.3 KB  |  71 lines

  1. object Form2: TForm2
  2.   Left = 213
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'Attributes'
  6.   ClientHeight = 63
  7.   ClientWidth = 185
  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.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SpeedButton1: TSpeedButton
  19.     Left = 0
  20.     Top = 40
  21.     Width = 89
  22.     Height = 22
  23.     Caption = 'Foreground'
  24.     OnClick = SpeedButton1Click
  25.   end
  26.   object SpeedButton2: TSpeedButton
  27.     Left = 96
  28.     Top = 40
  29.     Width = 89
  30.     Height = 22
  31.     Caption = 'Background'
  32.     OnClick = SpeedButton2Click
  33.   end
  34.   object CheckBox1: TCheckBox
  35.     Left = 0
  36.     Top = 0
  37.     Width = 89
  38.     Height = 17
  39.     Caption = 'Bold'
  40.     TabOrder = 0
  41.   end
  42.   object CheckBox2: TCheckBox
  43.     Left = 0
  44.     Top = 16
  45.     Width = 89
  46.     Height = 17
  47.     Caption = 'Italic'
  48.     TabOrder = 1
  49.   end
  50.   object CheckBox3: TCheckBox
  51.     Left = 96
  52.     Top = 0
  53.     Width = 89
  54.     Height = 17
  55.     Caption = 'Underline'
  56.     TabOrder = 2
  57.   end
  58.   object CheckBox4: TCheckBox
  59.     Left = 96
  60.     Top = 16
  61.     Width = 89
  62.     Height = 17
  63.     Caption = 'StrikeOut'
  64.     TabOrder = 3
  65.   end
  66.   object ColorDialog1: TColorDialog
  67.     Ctl3D = True
  68.     Left = 72
  69.   end
  70. end
  71.