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

  1. object CadreForm: TCadreForm
  2.   Left = 294
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Cadre'
  6.   ClientHeight = 194
  7.   ClientWidth = 282
  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.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 42
  28.     Height = 13
  29.     Caption = 'Largeur :'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 120
  33.     Top = 16
  34.     Width = 42
  35.     Height = 13
  36.     Caption = 'Couleur :'
  37.   end
  38.   object LblPct: TLabel
  39.     Left = 16
  40.     Top = 80
  41.     Width = 37
  42.     Height = 13
  43.     Caption = 'Opacit'#233
  44.   end
  45.   object BAnnuler: TButton
  46.     Left = 192
  47.     Top = 152
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Annuler'
  51.     TabOrder = 0
  52.     OnClick = BAnnulerClick
  53.   end
  54.   object BOk: TButton
  55.     Left = 112
  56.     Top = 152
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Ok'
  60.     TabOrder = 1
  61.     OnClick = BOkClick
  62.   end
  63.   object TBPct: TTrackBar
  64.     Left = 8
  65.     Top = 96
  66.     Width = 265
  67.     Height = 25
  68.     Max = 100
  69.     Min = 10
  70.     Orientation = trHorizontal
  71.     PageSize = 5
  72.     Frequency = 5
  73.     Position = 60
  74.     SelEnd = 0
  75.     SelStart = 0
  76.     TabOrder = 2
  77.     ThumbLength = 15
  78.     TickMarks = tmBottomRight
  79.     TickStyle = tsAuto
  80.     OnChange = TBPctChange
  81.   end
  82.   object BApercu: TButton
  83.     Left = 16
  84.     Top = 152
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Aper'#231'u'
  88.     TabOrder = 3
  89.     OnClick = BApercuClick
  90.   end
  91.   object SELargeur: TSpinEdit2
  92.     Left = 16
  93.     Top = 32
  94.     Width = 89
  95.     Height = 21
  96.     MaxLength = 3
  97.     MaxValue = 500
  98.     MinValue = 1
  99.     ShowUpDown = True
  100.     TabOrder = 4
  101.     Value = 20
  102.     OnChange = OptionChange
  103.   end
  104.   object ColorEdit: TColorEdit
  105.     Left = 120
  106.     Top = 32
  107.     Width = 89
  108.     Height = 21
  109.     BorderStyle = bsSingle
  110.     Color = clWhite
  111.     CustomText = 'Autres couleurs...'
  112.     ColorDialog = MainForm.GlobalColorDialog
  113.     ReadOnly = False
  114.     OnChange = OptionChange
  115.   end
  116. end
  117.