home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / multimedia / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TBICHROMIEFORM / TBICHROMIEFORM.txt
Text File  |  2008-01-12  |  2KB  |  116 lines

  1. object BichromieForm: TBichromieForm
  2.   Left = 372
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bichromie'
  6.   ClientHeight = 185
  7.   ClientWidth = 281
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 51
  26.     Height = 13
  27.     Caption = 'Couleur 1 :'
  28.   end
  29.   object LblPct: TLabel
  30.     Left = 16
  31.     Top = 80
  32.     Width = 23
  33.     Height = 13
  34.     Caption = 'Seuil'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 120
  38.     Top = 16
  39.     Width = 51
  40.     Height = 13
  41.     Caption = 'Couleur 2 :'
  42.   end
  43.   object BAnnuler: TButton
  44.     Left = 192
  45.     Top = 144
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Annuler'
  50.     TabOrder = 0
  51.     OnClick = BAnnulerClick
  52.   end
  53.   object BOk: TButton
  54.     Left = 112
  55.     Top = 144
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Ok'
  59.     Default = True
  60.     TabOrder = 1
  61.     OnClick = BOkClick
  62.   end
  63.   object BApercu: TButton
  64.     Left = 16
  65.     Top = 144
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Aper'#231'u'
  69.     TabOrder = 3
  70.     OnClick = BApercuClick
  71.   end
  72.   object TBSeuil: TTrackBar
  73.     Left = 8
  74.     Top = 96
  75.     Width = 264
  76.     Height = 33
  77.     Max = 254
  78.     Min = 1
  79.     Orientation = trHorizontal
  80.     PageSize = 16
  81.     Frequency = 16
  82.     Position = 128
  83.     SelEnd = 0
  84.     SelStart = 0
  85.     TabOrder = 2
  86.     ThumbLength = 15
  87.     TickMarks = tmBottomRight
  88.     TickStyle = tsAuto
  89.     OnChange = TBSeuilChange
  90.   end
  91.   object ColorEdit2: TColorEdit
  92.     Left = 120
  93.     Top = 32
  94.     Width = 89
  95.     Height = 22
  96.     BorderStyle = bsSingle
  97.     Color = clWhite
  98.     CustomText = 'Autres couleurs...'
  99.     ColorDialog = MainForm.GlobalColorDialog
  100.     ReadOnly = False
  101.     OnChange = ColorEditChange
  102.   end
  103.   object ColorEdit1: TColorEdit
  104.     Left = 16
  105.     Top = 32
  106.     Width = 89
  107.     Height = 22
  108.     BorderStyle = bsSingle
  109.     Color = clBlack
  110.     CustomText = 'Autres couleurs...'
  111.     ColorDialog = MainForm.GlobalColorDialog
  112.     ReadOnly = False
  113.     OnChange = ColorEditChange
  114.   end
  115. end
  116.