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 / TDETOURFORM / TDETOURFORM.txt
Text File  |  2008-01-12  |  3KB  |  149 lines

  1. object DetourForm: TDetourForm
  2.   Left = 252
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = 'D'#233'tourage optimis'#233
  6.   ClientHeight = 409
  7.   ClientWidth = 601
  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.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PnlImage: TPanel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 353
  26.     Height = 337
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.   end
  30.   object BApercu: TButton
  31.     Left = 16
  32.     Top = 368
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Aper'#231'u'
  36.     TabOrder = 1
  37.     OnClick = BApercuClick
  38.   end
  39.   object BOk: TButton
  40.     Left = 428
  41.     Top = 368
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Ok'
  45.     Default = True
  46.     TabOrder = 2
  47.     OnClick = BOkClick
  48.   end
  49.   object BAnnuler: TButton
  50.     Left = 510
  51.     Top = 368
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'Annuler'
  56.     ModalResult = 2
  57.     TabOrder = 3
  58.   end
  59.   object GBAuto: TGroupBox
  60.     Left = 384
  61.     Top = 11
  62.     Width = 201
  63.     Height = 142
  64.     Caption = ' D'#233'tection de contour '
  65.     TabOrder = 4
  66.     object LblN: TLabel
  67.       Left = 13
  68.       Top = 24
  69.       Width = 48
  70.       Height = 13
  71.       Caption = 'Tol'#233'rence'
  72.     end
  73.     object RBHorz: TRadioButton
  74.       Left = 12
  75.       Top = 76
  76.       Width = 133
  77.       Height = 17
  78.       Caption = 'Horizontal'
  79.       Checked = True
  80.       TabOrder = 0
  81.       TabStop = True
  82.       OnClick = OptionClick
  83.     end
  84.     object RBVert: TRadioButton
  85.       Left = 12
  86.       Top = 96
  87.       Width = 141
  88.       Height = 17
  89.       Caption = 'Vertical'
  90.       TabOrder = 1
  91.       OnClick = OptionClick
  92.     end
  93.     object TBN: TTrackBar
  94.       Left = 8
  95.       Top = 40
  96.       Width = 180
  97.       Height = 25
  98.       Max = 50
  99.       Orientation = trHorizontal
  100.       PageSize = 5
  101.       Frequency = 2
  102.       Position = 0
  103.       SelEnd = 0
  104.       SelStart = 0
  105.       TabOrder = 2
  106.       ThumbLength = 15
  107.       TickMarks = tmBottomRight
  108.       TickStyle = tsAuto
  109.       OnChange = TBNChange
  110.     end
  111.     object RBHorzVert: TRadioButton
  112.       Left = 12
  113.       Top = 116
  114.       Width = 141
  115.       Height = 17
  116.       Caption = 'Bidirectionnel'
  117.       TabOrder = 3
  118.     end
  119.   end
  120.   object RGEffet: TRadioGroup
  121.     Left = 384
  122.     Top = 160
  123.     Width = 201
  124.     Height = 121
  125.     Caption = ' Effet '
  126.     ItemIndex = 0
  127.     Items.Strings = (
  128.       'Aucun'
  129.       'Lissage'
  130.       'Flou'
  131.       'Contour progressif'
  132.       'Diffusion')
  133.     TabOrder = 5
  134.     OnClick = OptionClick
  135.   end
  136.   object RGResultat: TRadioGroup
  137.     Left = 384
  138.     Top = 288
  139.     Width = 201
  140.     Height = 65
  141.     Caption = ' R'#233'sultat '
  142.     ItemIndex = 0
  143.     Items.Strings = (
  144.       'Envoyer vers le presse-papiers'
  145.       'Cr'#233'er une nouvelle image')
  146.     TabOrder = 6
  147.   end
  148. end
  149.