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

  1. object OmbreForm: TOmbreForm
  2.   Left = 273
  3.   Top = 170
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ombre port'#233'e'
  7.   ClientHeight = 273
  8.   ClientWidth = 282
  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 LblPct: TLabel
  26.     Left = 120
  27.     Top = 16
  28.     Width = 43
  29.     Height = 13
  30.     Caption = 'Opacit'#233' :'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 16
  35.     Width = 42
  36.     Height = 13
  37.     Caption = 'Couleur :'
  38.   end
  39.   object BAnnuler: TButton
  40.     Left = 192
  41.     Top = 232
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Annuler'
  46.     TabOrder = 0
  47.     OnClick = BAnnulerClick
  48.   end
  49.   object BOk: TButton
  50.     Left = 112
  51.     Top = 232
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Ok'
  55.     Default = True
  56.     TabOrder = 1
  57.     OnClick = BOkClick
  58.   end
  59.   object BApercu: TButton
  60.     Left = 16
  61.     Top = 232
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Aper'#231'u'
  65.     TabOrder = 2
  66.     OnClick = BApercuClick
  67.   end
  68.   object ColorEdit: TColorEdit
  69.     Left = 16
  70.     Top = 32
  71.     Width = 89
  72.     Height = 21
  73.     BorderStyle = bsSingle
  74.     Color = clBlack
  75.     CustomText = 'Autres couleurs...'
  76.     ColorDialog = MainForm.GlobalColorDialog
  77.     ReadOnly = False
  78.     OnChange = OptionChange
  79.   end
  80.   object RGStyle: TRadioGroup
  81.     Left = 16
  82.     Top = 157
  83.     Width = 249
  84.     Height = 60
  85.     Caption = ' Style '
  86.     ItemIndex = 1
  87.     Items.Strings = (
  88.       'Plat'
  89.       'Liss'#233)
  90.     TabOrder = 4
  91.     OnClick = OptionChange
  92.   end
  93.   object GB1: TGroupBox
  94.     Left = 16
  95.     Top = 72
  96.     Width = 249
  97.     Height = 78
  98.     Caption = ' D'#233'calage '
  99.     TabOrder = 5
  100.     object Label1: TLabel
  101.       Left = 16
  102.       Top = 24
  103.       Width = 13
  104.       Height = 13
  105.       Caption = 'X :'
  106.     end
  107.     object Label2: TLabel
  108.       Left = 112
  109.       Top = 24
  110.       Width = 13
  111.       Height = 13
  112.       Caption = 'Y :'
  113.     end
  114.     object SEDX: TSpinEdit2
  115.       Left = 16
  116.       Top = 40
  117.       Width = 81
  118.       Height = 21
  119.       MaxLength = 4
  120.       MaxValue = 100
  121.       MinValue = -100
  122.       ShowUpDown = True
  123.       TabOrder = 0
  124.       Value = 10
  125.       OnChange = OptionChange
  126.     end
  127.     object SEDY: TSpinEdit2
  128.       Left = 112
  129.       Top = 40
  130.       Width = 81
  131.       Height = 21
  132.       MaxLength = 4
  133.       MaxValue = 100
  134.       MinValue = -100
  135.       ShowUpDown = True
  136.       TabOrder = 1
  137.       Value = 10
  138.       OnChange = OptionChange
  139.     end
  140.   end
  141.   object SEOpacite: TSpinEdit2
  142.     Left = 120
  143.     Top = 32
  144.     Width = 89
  145.     Height = 21
  146.     MaxValue = 100
  147.     MinValue = 10
  148.     ShowUpDown = True
  149.     TabOrder = 6
  150.     Value = 70
  151.     OnChange = OptionChange
  152.   end
  153. end
  154.