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

  1. object CrayonForm: TCrayonForm
  2.   Left = 273
  3.   Top = 190
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Crayons de couleur'
  7.   ClientHeight = 273
  8.   ClientWidth = 290
  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 = 89
  27.     Height = 13
  28.     Caption = 'Texture du papier :'
  29.   end
  30.   object BAnnuler: TButton
  31.     Left = 200
  32.     Top = 232
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Annuler'
  37.     TabOrder = 0
  38.     OnClick = BAnnulerClick
  39.   end
  40.   object BOk: TButton
  41.     Left = 120
  42.     Top = 232
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Ok'
  46.     Default = True
  47.     TabOrder = 1
  48.     OnClick = BOkClick
  49.   end
  50.   object BApercu: TButton
  51.     Left = 16
  52.     Top = 232
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Aper'#231'u'
  56.     TabOrder = 2
  57.     OnClick = BApercuClick
  58.   end
  59.   object CBTexture: TComboBox
  60.     Left = 16
  61.     Top = 32
  62.     Width = 177
  63.     Height = 21
  64.     Style = csDropDownList
  65.     ItemHeight = 13
  66.     ItemIndex = 0
  67.     TabOrder = 3
  68.     Text = 'Gros grain'
  69.     OnChange = CBTextureChange
  70.     Items.Strings = (
  71.       'Gros grain'
  72.       'Grain fin'
  73.       'Quadrillage')
  74.   end
  75.   object GroupBox1: TGroupBox
  76.     Left = 16
  77.     Top = 72
  78.     Width = 259
  79.     Height = 145
  80.     Caption = ' Tons sombres '
  81.     TabOrder = 4
  82.     object LblN: TLabel
  83.       Left = 16
  84.       Top = 28
  85.       Width = 40
  86.       Height = 13
  87.       Caption = 'Intensit'#233
  88.     end
  89.     object LblN2: TLabel
  90.       Left = 16
  91.       Top = 84
  92.       Width = 23
  93.       Height = 13
  94.       Caption = 'Seuil'
  95.     end
  96.     object TBN: TTrackBar
  97.       Left = 8
  98.       Top = 44
  99.       Width = 238
  100.       Height = 33
  101.       Max = 15
  102.       Orientation = trHorizontal
  103.       PageSize = 1
  104.       Frequency = 1
  105.       Position = 12
  106.       SelEnd = 0
  107.       SelStart = 0
  108.       TabOrder = 0
  109.       ThumbLength = 15
  110.       TickMarks = tmBottomRight
  111.       TickStyle = tsAuto
  112.       OnChange = TBNChange
  113.     end
  114.     object TBN2: TTrackBar
  115.       Left = 8
  116.       Top = 100
  117.       Width = 238
  118.       Height = 33
  119.       Max = 20
  120.       Min = 1
  121.       Orientation = trHorizontal
  122.       PageSize = 1
  123.       Frequency = 1
  124.       Position = 3
  125.       SelEnd = 0
  126.       SelStart = 0
  127.       TabOrder = 1
  128.       ThumbLength = 15
  129.       TickMarks = tmBottomRight
  130.       TickStyle = tsAuto
  131.       OnChange = TBN2Change
  132.     end
  133.   end
  134. end
  135.