home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TCADREEXTFORM / TCADREEXTFORM.txt
Text File  |  2007-09-16  |  2KB  |  118 lines

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