home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / multimedia / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TMASKCOULFORM / TMASKCOULFORM.txt
Text File  |  2008-01-12  |  2KB  |  110 lines

  1. object MaskCoulForm: TMaskCoulForm
  2.   Left = 294
  3.   Top = 171
  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 = 0
  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 = 1
  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.     Orientation = trHorizontal
  62.     PageSize = 5
  63.     Frequency = 5
  64.     Position = 30
  65.     SelEnd = 0
  66.     SelStart = 0
  67.     TabOrder = 2
  68.     ThumbLength = 15
  69.     TickMarks = tmBottomRight
  70.     TickStyle = tsAuto
  71.     OnChange = TBNChange
  72.   end
  73.   object ColorEdit: TColorEdit
  74.     Left = 16
  75.     Top = 32
  76.     Width = 89
  77.     Height = 21
  78.     BorderStyle = bsSingle
  79.     Color = clWhite
  80.     CustomText = 'Autres couleurs...'
  81.     ColorDialog = MainForm.GlobalColorDialog
  82.     ReadOnly = False
  83.     OnChange = OptionChange
  84.   end
  85.   object BApercu: TButton
  86.     Left = 16
  87.     Top = 256
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'Aper'#231'u'
  91.     TabOrder = 4
  92.     OnClick = BApercuClick
  93.   end
  94.   object RGEffet: TRadioGroup
  95.     Left = 17
  96.     Top = 120
  97.     Width = 251
  98.     Height = 121
  99.     Caption = ' Effet '
  100.     ItemIndex = 0
  101.     Items.Strings = (
  102.       'Aucun'
  103.       'Lissage'
  104.       'Flou'
  105.       'Contour progressif'
  106.       'Diffusion')
  107.     TabOrder = 5
  108.   end
  109. end
  110.