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 / TCARREAUXFORM / TCARREAUXFORM.txt
Text File  |  2008-01-12  |  2KB  |  109 lines

  1. object CarreauxForm: TCarreauxForm
  2.   Left = 238
  3.   Top = 191
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Carreaux'
  7.   ClientHeight = 202
  8.   ClientWidth = 292
  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.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 42
  27.     Height = 13
  28.     Caption = 'Couleur :'
  29.   end
  30.   object LabelCarreaux: TLabel
  31.     Left = 16
  32.     Top = 96
  33.     Width = 25
  34.     Height = 13
  35.     Caption = 'Taille'
  36.   end
  37.   object BAnnuler: TButton
  38.     Left = 200
  39.     Top = 160
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Annuler'
  44.     TabOrder = 0
  45.     OnClick = BAnnulerClick
  46.   end
  47.   object BOk: TButton
  48.     Left = 120
  49.     Top = 160
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ok'
  53.     Default = True
  54.     TabOrder = 1
  55.     OnClick = BOkClick
  56.   end
  57.   object BApercu: TButton
  58.     Left = 16
  59.     Top = 160
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Aper'#231'u'
  63.     TabOrder = 2
  64.     OnClick = BApercuClick
  65.   end
  66.   object TBN: TTrackBar
  67.     Left = 8
  68.     Top = 112
  69.     Width = 273
  70.     Height = 33
  71.     Max = 100
  72.     Min = 10
  73.     Orientation = trHorizontal
  74.     PageSize = 5
  75.     Frequency = 5
  76.     Position = 40
  77.     SelEnd = 0
  78.     SelStart = 0
  79.     TabOrder = 3
  80.     ThumbLength = 15
  81.     TickMarks = tmBottomRight
  82.     TickStyle = tsAuto
  83.     OnChange = TBNChange
  84.   end
  85.   object CBContour: TCheckBox
  86.     Left = 16
  87.     Top = 60
  88.     Width = 137
  89.     Height = 17
  90.     Caption = 'Contour'
  91.     Checked = True
  92.     State = cbChecked
  93.     TabOrder = 4
  94.     OnClick = CBContourClick
  95.   end
  96.   object ColorEdit: TColorEdit
  97.     Left = 16
  98.     Top = 32
  99.     Width = 89
  100.     Height = 21
  101.     BorderStyle = bsSingle
  102.     Color = clBlack
  103.     CustomText = 'Autres couleurs...'
  104.     ColorDialog = MainForm.GlobalColorDialog
  105.     ReadOnly = False
  106.     OnChange = ColorEditChange
  107.   end
  108. end
  109.