home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TCOLLERFORM / TCOLLERFORM.txt
Text File  |  2004-10-02  |  3KB  |  155 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.   OnPaint = FormPaint
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object LblPct: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 64
  28.     Height = 13
  29.     Caption = 'Opacit'#233' : 100'
  30.   end
  31.   object LblCouleur: TLabel
  32.     Left = 16
  33.     Top = 112
  34.     Width = 42
  35.     Height = 13
  36.     Caption = 'Couleur :'
  37.   end
  38.   object LblN: TLabel
  39.     Left = 16
  40.     Top = 160
  41.     Width = 48
  42.     Height = 13
  43.     Caption = 'Tol'#233'rance'
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 16
  47.     Top = 71
  48.     Width = 217
  49.     Height = 9
  50.     Shape = bsTopLine
  51.   end
  52.   object Bevel2: TBevel
  53.     Left = 16
  54.     Top = 215
  55.     Width = 217
  56.     Height = 9
  57.     Shape = bsTopLine
  58.   end
  59.   object BAnnuler: TButton
  60.     Left = 160
  61.     Top = 288
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Annuler'
  66.     TabOrder = 0
  67.     OnClick = BAnnulerClick
  68.   end
  69.   object BOk: TButton
  70.     Left = 80
  71.     Top = 288
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Ok'
  75.     Default = True
  76.     TabOrder = 1
  77.     OnClick = BOkClick
  78.   end
  79.   object TBPct: TTrackBar
  80.     Left = 10
  81.     Top = 32
  82.     Width = 232
  83.     Height = 29
  84.     Max = 100
  85.     Min = 10
  86.     Orientation = trHorizontal
  87.     PageSize = 5
  88.     Frequency = 5
  89.     Position = 100
  90.     SelEnd = 0
  91.     SelStart = 0
  92.     TabOrder = 2
  93.     ThumbLength = 15
  94.     TickMarks = tmBottomRight
  95.     TickStyle = tsAuto
  96.     OnChange = TBPctChange
  97.   end
  98.   object TBN: TTrackBar
  99.     Left = 10
  100.     Top = 176
  101.     Width = 232
  102.     Height = 33
  103.     Max = 100
  104.     Orientation = trHorizontal
  105.     PageSize = 5
  106.     Frequency = 5
  107.     Position = 30
  108.     SelEnd = 0
  109.     SelStart = 0
  110.     TabOrder = 3
  111.     ThumbLength = 15
  112.     TickMarks = tmBottomRight
  113.     TickStyle = tsAuto
  114.     OnChange = TBNChange
  115.   end
  116.   object CBTrans: TCheckBox
  117.     Left = 16
  118.     Top = 88
  119.     Width = 217
  120.     Height = 17
  121.     Caption = 'Transparence'
  122.     TabOrder = 4
  123.     OnClick = CBTransClick
  124.   end
  125.   object ColorEdit: TColorEdit
  126.     Left = 16
  127.     Top = 128
  128.     Width = 80
  129.     Height = 21
  130.     BorderStyle = bsSingle
  131.     Color = clBlack
  132.     CustomText = 'Autres couleurs...'
  133.     ColorDialog = MainForm.GlobalColorDialog
  134.     ReadOnly = False
  135.   end
  136.   object CBTaille: TCheckBox
  137.     Left = 16
  138.     Top = 252
  139.     Width = 217
  140.     Height = 17
  141.     Caption = 'Taille originale'
  142.     TabOrder = 6
  143.   end
  144.   object CBLisser: TCheckBox
  145.     Left = 16
  146.     Top = 232
  147.     Width = 217
  148.     Height = 17
  149.     Caption = 'Lissage automatique'
  150.     Checked = True
  151.     State = cbChecked
  152.     TabOrder = 7
  153.   end
  154. end
  155.