home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TMASKCOULFORM / TMASKCOULFORM.txt
Text File  |  2007-09-16  |  2KB  |  108 lines

  1. object MaskCoulForm: TMaskCoulForm
  2.   Left = 349
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Masque de transparence'
  6.   ClientHeight = 297
  7.   ClientWidth = 284
  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.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 42
  27.     Height = 13
  28.     Caption = 'Couleur :'
  29.   end
  30.   object LblN: TLabel
  31.     Left = 16
  32.     Top = 68
  33.     Width = 48
  34.     Height = 13
  35.     Caption = 'Tol'#233'rence'
  36.   end
  37.   object BAnnuler: TButton
  38.     Left = 192
  39.     Top = 256
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Annuler'
  43.     TabOrder = 5
  44.     OnClick = BAnnulerClick
  45.   end
  46.   object BOk: TButton
  47.     Left = 112
  48.     Top = 256
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Ok'
  52.     TabOrder = 4
  53.     OnClick = BOkClick
  54.   end
  55.   object TBN: TTrackBar
  56.     Left = 12
  57.     Top = 84
  58.     Width = 261
  59.     Height = 25
  60.     Max = 100
  61.     PageSize = 5
  62.     Frequency = 5
  63.     Position = 30
  64.     TabOrder = 1
  65.     ThumbLength = 15
  66.     OnChange = TBNChange
  67.   end
  68.   object ColorEdit: TColorEdit
  69.     Left = 16
  70.     Top = 32
  71.     Width = 89
  72.     Height = 21
  73.     BorderStyle = bsSingle
  74.     Color = clWhite
  75.     CustomText = 'Autres couleurs...'
  76.     ColorDialog = MainForm.GlobalColorDialog
  77.     ReadOnly = False
  78.     TabOrder = 0
  79.     TabStop = True
  80.     OnChange = OptionChange
  81.   end
  82.   object BApercu: TButton
  83.     Left = 16
  84.     Top = 256
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Aper'#231'u'
  88.     TabOrder = 3
  89.     OnClick = BApercuClick
  90.   end
  91.   object RGEffet: TRadioGroup
  92.     Left = 17
  93.     Top = 120
  94.     Width = 251
  95.     Height = 121
  96.     Caption = ' Effet '
  97.     ItemIndex = 0
  98.     Items.Strings = (
  99.       'Aucun'
  100.       'Lissage'
  101.       'Flou'
  102.       'Contour progressif'
  103.       'Diffusion')
  104.     TabOrder = 2
  105.     OnClick = OptionChange
  106.   end
  107. end
  108.