home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / temacd / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TOMBREEXTFORM / TOMBREEXTFORM.txt
Text File  |  2007-07-11  |  4KB  |  221 lines

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