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

  1. object ContourProgForm: TContourProgForm
  2.   Left = 257
  3.   Top = 195
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Contour progressif'
  7.   ClientHeight = 289
  8.   ClientWidth = 281
  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.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCreate = FormCreate
  20.   OnHide = FormHide
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 120
  27.     Top = 16
  28.     Width = 42
  29.     Height = 13
  30.     Caption = 'Couleur :'
  31.   end
  32.   object LblPct: TLabel
  33.     Left = 16
  34.     Top = 96
  35.     Width = 37
  36.     Height = 13
  37.     Caption = 'Opacit'#233
  38.   end
  39.   object Label2: TLabel
  40.     Left = 16
  41.     Top = 16
  42.     Width = 42
  43.     Height = 13
  44.     Caption = 'Largeur :'
  45.   end
  46.   object BAnnuler: TButton
  47.     Left = 191
  48.     Top = 248
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Annuler'
  52.     TabOrder = 0
  53.     OnClick = BAnnulerClick
  54.   end
  55.   object BOk: TButton
  56.     Left = 110
  57.     Top = 248
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Ok'
  61.     Default = True
  62.     TabOrder = 1
  63.     OnClick = BOkClick
  64.   end
  65.   object BApercu: TButton
  66.     Left = 16
  67.     Top = 248
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Aper'#231'u'
  71.     TabOrder = 2
  72.     OnClick = BApercuClick
  73.   end
  74.   object TBPct: TTrackBar
  75.     Left = 8
  76.     Top = 112
  77.     Width = 265
  78.     Height = 25
  79.     Max = 100
  80.     Min = 50
  81.     Orientation = trHorizontal
  82.     PageSize = 5
  83.     Frequency = 2
  84.     Position = 100
  85.     SelEnd = 0
  86.     SelStart = 0
  87.     TabOrder = 3
  88.     ThumbLength = 15
  89.     TickMarks = tmBottomRight
  90.     TickStyle = tsAuto
  91.     OnChange = TBPctChange
  92.   end
  93.   object SELargeur: TSpinEdit2
  94.     Left = 16
  95.     Top = 32
  96.     Width = 89
  97.     Height = 21
  98.     MaxLength = 3
  99.     MaxValue = 100
  100.     MinValue = 3
  101.     ShowUpDown = True
  102.     TabOrder = 4
  103.     Value = 20
  104.     OnChange = OptionChange
  105.   end
  106.   object ColorEdit: TColorEdit
  107.     Left = 120
  108.     Top = 32
  109.     Width = 89
  110.     Height = 21
  111.     BorderStyle = bsSingle
  112.     Color = clBlack
  113.     CustomText = 'Autres couleurs...'
  114.     ColorDialog = MainForm.GlobalColorDialog
  115.     ReadOnly = False
  116.     OnChange = OptionChange
  117.   end
  118.   object CBInverser: TCheckBox
  119.     Left = 16
  120.     Top = 64
  121.     Width = 169
  122.     Height = 17
  123.     Caption = 'Ext'#233'rieur'
  124.     TabOrder = 6
  125.     OnClick = OptionChange
  126.   end
  127.   object RGEffet: TRadioGroup
  128.     Left = 16
  129.     Top = 148
  130.     Width = 250
  131.     Height = 85
  132.     Caption = ' Effet '
  133.     Items.Strings = (
  134.       'Aucun'
  135.       'Flou'
  136.       'Diffusion')
  137.     TabOrder = 7
  138.     OnClick = OptionChange
  139.   end
  140. end
  141.