home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TCOLLERFORM / TCOLLERFORM.txt
Text File  |  2008-01-12  |  3KB  |  144 lines

  1. object CollerForm: TCollerForm
  2.   Left = 353
  3.   Top = 195
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options de collage'
  7.   ClientHeight = 329
  8.   ClientWidth = 251
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblPct: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 64
  27.     Height = 13
  28.     Caption = 'Opacit'#233' : 100'
  29.   end
  30.   object LblCouleur: TLabel
  31.     Left = 16
  32.     Top = 112
  33.     Width = 42
  34.     Height = 13
  35.     Caption = 'Couleur :'
  36.   end
  37.   object LblN: TLabel
  38.     Left = 16
  39.     Top = 160
  40.     Width = 48
  41.     Height = 13
  42.     Caption = 'Tol'#233'rance'
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 16
  46.     Top = 71
  47.     Width = 217
  48.     Height = 9
  49.     Shape = bsTopLine
  50.   end
  51.   object Bevel2: TBevel
  52.     Left = 16
  53.     Top = 215
  54.     Width = 217
  55.     Height = 9
  56.     Shape = bsTopLine
  57.   end
  58.   object BAnnuler: TButton
  59.     Left = 160
  60.     Top = 288
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Annuler'
  65.     TabOrder = 0
  66.     OnClick = BAnnulerClick
  67.   end
  68.   object BOk: TButton
  69.     Left = 80
  70.     Top = 288
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Ok'
  74.     Default = True
  75.     TabOrder = 1
  76.     OnClick = BOkClick
  77.   end
  78.   object TBPct: TTrackBar
  79.     Left = 10
  80.     Top = 32
  81.     Width = 232
  82.     Height = 29
  83.     Max = 100
  84.     Min = 10
  85.     PageSize = 5
  86.     Frequency = 5
  87.     Position = 100
  88.     TabOrder = 2
  89.     ThumbLength = 15
  90.     OnChange = TBPctChange
  91.   end
  92.   object TBN: TTrackBar
  93.     Left = 10
  94.     Top = 176
  95.     Width = 232
  96.     Height = 33
  97.     Max = 100
  98.     PageSize = 5
  99.     Frequency = 5
  100.     Position = 30
  101.     TabOrder = 3
  102.     ThumbLength = 15
  103.     OnChange = TBNChange
  104.   end
  105.   object CBTrans: TCheckBox
  106.     Left = 16
  107.     Top = 88
  108.     Width = 217
  109.     Height = 17
  110.     Caption = 'Transparence'
  111.     TabOrder = 4
  112.     OnClick = CBTransClick
  113.   end
  114.   object ColorEdit: TColorEdit
  115.     Left = 16
  116.     Top = 128
  117.     Width = 80
  118.     Height = 21
  119.     BorderStyle = bsSingle
  120.     Color = clBlack
  121.     CustomText = 'Autres couleurs...'
  122.     ColorDialog = MainForm.GlobalColorDialog
  123.     ReadOnly = False
  124.   end
  125.   object CBTaille: TCheckBox
  126.     Left = 16
  127.     Top = 252
  128.     Width = 217
  129.     Height = 17
  130.     Caption = 'Taille originale'
  131.     TabOrder = 6
  132.   end
  133.   object CBLisser: TCheckBox
  134.     Left = 16
  135.     Top = 232
  136.     Width = 217
  137.     Height = 17
  138.     Caption = 'Lissage automatique'
  139.     Checked = True
  140.     State = cbChecked
  141.     TabOrder = 7
  142.   end
  143. end
  144.