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

  1. object CadreExtForm: TCadreExtForm
  2.   Left = 276
  3.   Top = 202
  4.   BorderStyle = bsDialog
  5.   Caption = 'Encadrement ext'#233'rieur'
  6.   ClientHeight = 200
  7.   ClientWidth = 296
  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 = 112
  33.     Top = 16
  34.     Width = 42
  35.     Height = 13
  36.     Caption = 'Couleur :'
  37.   end
  38.   object SBMotif: TSpeedButton
  39.     Left = 258
  40.     Top = 104
  41.     Width = 23
  42.     Height = 21
  43.     Flat = True
  44.     OnClick = SBMotifClick
  45.   end
  46.   object BAnnuler: TButton
  47.     Left = 206
  48.     Top = 160
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Annuler'
  52.     TabOrder = 0
  53.     OnClick = BAnnulerClick
  54.   end
  55.   object BOk: TButton
  56.     Left = 120
  57.     Top = 160
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Ok'
  61.     TabOrder = 1
  62.     OnClick = BOkClick
  63.   end
  64.   object SELargeur: TSpinEdit2
  65.     Left = 16
  66.     Top = 32
  67.     Width = 81
  68.     Height = 21
  69.     MaxLength = 3
  70.     MaxValue = 500
  71.     MinValue = 1
  72.     ShowUpDown = True
  73.     TabOrder = 2
  74.     Value = 20
  75.   end
  76.   object ColorEdit: TColorEdit
  77.     Left = 112
  78.     Top = 32
  79.     Width = 89
  80.     Height = 21
  81.     BorderStyle = bsSingle
  82.     Color = clWhite
  83.     CustomText = 'Autres couleurs...'
  84.     ColorDialog = MainForm.GlobalColorDialog
  85.     ReadOnly = False
  86.   end
  87.   object CBMotif: TCheckBox
  88.     Left = 16
  89.     Top = 84
  90.     Width = 241
  91.     Height = 17
  92.     Caption = 'Motif de fond :'
  93.     TabOrder = 4
  94.     OnClick = CBMotifClick
  95.   end
  96.   object EdiMotif: TSpecialEdit
  97.     Left = 16
  98.     Top = 104
  99.     Width = 241
  100.     Height = 21
  101.     BorderStyle = bsSingle
  102.     ButtonStyle = stDown
  103.     DisabledColor = clBtnFace
  104.     ItemIndex = -1
  105.     MinimizeText = True
  106.     NumGlyphs = 1
  107.     ParentColor = False
  108.     ReadOnly = False
  109.     ShowButton = False
  110.   end
  111. end
  112.