home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / fonttwister / ftw12e.exe / FTwister.exe / 0 / RCDATA / TTRANSPARENZFORM / TTRANSPARENZFORM.txt
Encoding:
Text File  |  2003-03-07  |  1.3 KB  |  72 lines

  1. object TransparenzForm: TTransparenzForm
  2.   Left = 283
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Transparency level'
  7.   ClientHeight = 102
  8.   ClientWidth = 186
  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.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 29
  22.     Top = 24
  23.     Width = 61
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = 'Text &opacity:'
  27.     FocusControl = TransComboBox
  28.   end
  29.   object OkButton: TButton
  30.     Left = 16
  31.     Top = 64
  32.     Width = 73
  33.     Height = 25
  34.     Caption = '&Ok'
  35.     TabOrder = 0
  36.     OnClick = OkButtonClick
  37.   end
  38.   object CancelButton: TButton
  39.     Left = 95
  40.     Top = 64
  41.     Width = 73
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.     OnClick = CancelButtonClick
  48.   end
  49.   object TransComboBox: TComboBox
  50.     Left = 95
  51.     Top = 21
  52.     Width = 73
  53.     Height = 21
  54.     DropDownCount = 12
  55.     ItemHeight = 13
  56.     Items.Strings = (
  57.       '   0 %'
  58.       '  10 %'
  59.       '  20 %'
  60.       '  30 %'
  61.       '  40 %'
  62.       '  50 %'
  63.       '  60 %'
  64.       '  70 %'
  65.       '  80 %'
  66.       '  90 %'
  67.       '100 %')
  68.     TabOrder = 2
  69.     OnChange = TransComboBoxChange
  70.   end
  71. end
  72.