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 / TOMBREEXTFORM / TOMBREEXTFORM.txt
Text File  |  2008-01-12  |  4KB  |  213 lines

  1. object OmbreExtForm: TOmbreExtForm
  2.   Left = 293
  3.   Top = 177
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ombre ext'#233'rieure'
  7.   ClientHeight = 377
  8.   ClientWidth = 297
  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 LblEpaisseur: TLabel
  26.     Left = 16
  27.     Top = 72
  28.     Width = 42
  29.     Height = 13
  30.     Caption = 'Largeur :'
  31.   end
  32.   object Label1: TLabel
  33.     Left = 192
  34.     Top = 16
  35.     Width = 30
  36.     Height = 13
  37.     Caption = 'Fond :'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 40
  41.     Top = 16
  42.     Width = 42
  43.     Height = 13
  44.     Caption = 'Couleur :'
  45.   end
  46.   object LblPct: TLabel
  47.     Left = 112
  48.     Top = 72
  49.     Width = 43
  50.     Height = 13
  51.     Caption = 'Opacit'#233' :'
  52.   end
  53.   object SB1: TSpeedButton
  54.     Left = 168
  55.     Top = 32
  56.     Width = 23
  57.     Height = 22
  58.     GroupIndex = 1
  59.     Flat = True
  60.   end
  61.   object SB2: TSpeedButton
  62.     Left = 16
  63.     Top = 32
  64.     Width = 23
  65.     Height = 22
  66.     GroupIndex = 1
  67.     Down = True
  68.     Flat = True
  69.   end
  70.   object SBMotif: TSpeedButton
  71.     Left = 258
  72.     Top = 296
  73.     Width = 23
  74.     Height = 21
  75.     Flat = True
  76.     OnClick = SBMotifClick
  77.   end
  78.   object Label2: TLabel
  79.     Left = 208
  80.     Top = 72
  81.     Width = 36
  82.     Height = 13
  83.     Caption = 'Marge :'
  84.   end
  85.   object BAnnuler: TButton
  86.     Left = 208
  87.     Top = 336
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Annuler'
  92.     TabOrder = 0
  93.     OnClick = BAnnulerClick
  94.   end
  95.   object BOk: TButton
  96.     Left = 128
  97.     Top = 336
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'Ok'
  101.     Default = True
  102.     TabOrder = 1
  103.     OnClick = BOkClick
  104.   end
  105.   object ColorEdit1: TColorEdit
  106.     Left = 192
  107.     Top = 32
  108.     Width = 89
  109.     Height = 21
  110.     BorderStyle = bsSingle
  111.     Color = clWhite
  112.     CustomText = 'Autres couleurs...'
  113.     ColorDialog = MainForm.GlobalColorDialog
  114.     ReadOnly = False
  115.   end
  116.   object ColorEdit2: TColorEdit
  117.     Left = 40
  118.     Top = 32
  119.     Width = 85
  120.     Height = 21
  121.     BorderStyle = bsSingle
  122.     Color = clBlack
  123.     CustomText = 'Autres couleurs...'
  124.     ColorDialog = MainForm.GlobalColorDialog
  125.     ReadOnly = False
  126.   end
  127.   object RGPos: TRadioGroup
  128.     Left = 16
  129.     Top = 128
  130.     Width = 265
  131.     Height = 60
  132.     Caption = ' Position '
  133.     Columns = 2
  134.     ItemIndex = 3
  135.     Items.Strings = (
  136.       'Haut / Gauche'
  137.       'Bas / Gauche'
  138.       'Haut / Droite'
  139.       'Bas / Droite')
  140.     TabOrder = 4
  141.   end
  142.   object SE2: TSpinEdit2
  143.     Left = 112
  144.     Top = 88
  145.     Width = 73
  146.     Height = 21
  147.     MaxValue = 100
  148.     MinValue = 10
  149.     ShowUpDown = True
  150.     TabOrder = 5
  151.     Value = 70
  152.   end
  153.   object SE1: TSpinEdit2
  154.     Left = 16
  155.     Top = 88
  156.     Width = 73
  157.     Height = 21
  158.     MaxValue = 50
  159.     MinValue = 3
  160.     ShowUpDown = True
  161.     TabOrder = 6
  162.     Value = 10
  163.   end
  164.   object RGStyle: TRadioGroup
  165.     Left = 16
  166.     Top = 197
  167.     Width = 265
  168.     Height = 60
  169.     Caption = ' Style '
  170.     ItemIndex = 1
  171.     Items.Strings = (
  172.       'Plat'
  173.       'Liss'#233)
  174.     TabOrder = 7
  175.   end
  176.   object CBMotif: TCheckBox
  177.     Left = 16
  178.     Top = 276
  179.     Width = 241
  180.     Height = 17
  181.     Caption = 'Motif de fond :'
  182.     TabOrder = 8
  183.     OnClick = CBMotifClick
  184.   end
  185.   object SE3: TSpinEdit2
  186.     Left = 208
  187.     Top = 88
  188.     Width = 73
  189.     Height = 21
  190.     MaxValue = 500
  191.     MinValue = 0
  192.     ShowUpDown = True
  193.     TabOrder = 9
  194.     Value = 0
  195.   end
  196.   object EdiMotif: TSpecialEdit
  197.     Left = 16
  198.     Top = 296
  199.     Width = 241
  200.     Height = 21
  201.     BorderStyle = bsSingle
  202.     ButtonStyle = stDown
  203.     DisabledColor = clBtnFace
  204.     ItemIndex = -1
  205.     MinimizeText = True
  206.     NumGlyphs = 1
  207.     ParentColor = False
  208.     ReadOnly = False
  209.     ShowButton = False
  210.     OnClick = SBMotifClick
  211.   end
  212. end
  213.