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 / TDETOURFORM / TDETOURFORM.txt
Text File  |  2007-09-16  |  3KB  |  142 lines

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