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

  1. object DiapoForm: TDiapoForm
  2.   Left = 294
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Diapositive'
  6.   ClientHeight = 321
  7.   ClientWidth = 282
  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 = 120
  33.     Top = 16
  34.     Width = 42
  35.     Height = 13
  36.     Caption = 'Couleur :'
  37.   end
  38.   object LblPct: TLabel
  39.     Left = 16
  40.     Top = 72
  41.     Width = 37
  42.     Height = 13
  43.     Caption = 'Opacit'#233
  44.   end
  45.   object BAnnuler: TButton
  46.     Left = 192
  47.     Top = 280
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Annuler'
  51.     TabOrder = 0
  52.     OnClick = BAnnulerClick
  53.   end
  54.   object BOk: TButton
  55.     Left = 112
  56.     Top = 280
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Ok'
  60.     TabOrder = 1
  61.     OnClick = BOkClick
  62.   end
  63.   object TBPct: TTrackBar
  64.     Left = 8
  65.     Top = 88
  66.     Width = 265
  67.     Height = 25
  68.     Max = 100
  69.     Min = 10
  70.     Orientation = trHorizontal
  71.     PageSize = 5
  72.     Frequency = 5
  73.     Position = 100
  74.     SelEnd = 0
  75.     SelStart = 0
  76.     TabOrder = 2
  77.     ThumbLength = 15
  78.     TickMarks = tmBottomRight
  79.     TickStyle = tsAuto
  80.     OnChange = TBPctChange
  81.   end
  82.   object BApercu: TButton
  83.     Left = 16
  84.     Top = 280
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Aper'#231'u'
  88.     TabOrder = 3
  89.     OnClick = BApercuClick
  90.   end
  91.   object SELargeur: TSpinEdit2
  92.     Left = 16
  93.     Top = 32
  94.     Width = 89
  95.     Height = 21
  96.     MaxLength = 3
  97.     MaxValue = 500
  98.     MinValue = 3
  99.     ShowUpDown = True
  100.     TabOrder = 4
  101.     Value = 10
  102.     OnChange = OptionChange
  103.   end
  104.   object ColorEdit: TColorEdit
  105.     Left = 120
  106.     Top = 32
  107.     Width = 89
  108.     Height = 21
  109.     BorderStyle = bsSingle
  110.     Color = clBlack
  111.     CustomText = 'Autres couleurs...'
  112.     ColorDialog = MainForm.GlobalColorDialog
  113.     ReadOnly = False
  114.     OnChange = OptionChange
  115.   end
  116.   object RGFlou: TRadioGroup
  117.     Left = 16
  118.     Top = 124
  119.     Width = 251
  120.     Height = 65
  121.     Caption = ' Flou '
  122.     ItemIndex = 0
  123.     Items.Strings = (
  124.       'L'#233'ger'
  125.       'Elev'#233)
  126.     TabOrder = 6
  127.     OnClick = OptionChange
  128.   end
  129.   object RGRound: TRadioGroup
  130.     Left = 16
  131.     Top = 198
  132.     Width = 251
  133.     Height = 65
  134.     Caption = ' Arrondi '
  135.     ItemIndex = 0
  136.     Items.Strings = (
  137.       'L'#233'ger'
  138.       'Elev'#233)
  139.     TabOrder = 7
  140.     OnClick = OptionChange
  141.   end
  142. end
  143.