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

  1. object DecalerForm: TDecalerForm
  2.   Left = 238
  3.   Top = 214
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'D'#233'caler'
  7.   ClientHeight = 245
  8.   ClientWidth = 289
  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 BAnnuler: TButton
  26.     Left = 198
  27.     Top = 204
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Annuler'
  31.     TabOrder = 0
  32.     OnClick = BAnnulerClick
  33.   end
  34.   object BOk: TButton
  35.     Left = 116
  36.     Top = 204
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Ok'
  40.     TabOrder = 1
  41.     OnClick = BOkClick
  42.   end
  43.   object BApercu: TButton
  44.     Left = 16
  45.     Top = 204
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Aper'#231'u'
  49.     TabOrder = 2
  50.     OnClick = BApercuClick
  51.   end
  52.   object BGHoriz: TGroupBox
  53.     Left = 16
  54.     Top = 16
  55.     Width = 257
  56.     Height = 81
  57.     Caption = ' Axe horizontal '
  58.     TabOrder = 3
  59.     object Label1: TLabel
  60.       Left = 144
  61.       Top = 24
  62.       Width = 33
  63.       Height = 13
  64.       Caption = 'Pixels :'
  65.     end
  66.     object RBDroite: TRadioButton
  67.       Left = 12
  68.       Top = 24
  69.       Width = 117
  70.       Height = 17
  71.       Caption = 'Droite'
  72.       TabOrder = 0
  73.       OnClick = Changed
  74.     end
  75.     object RBGauche: TRadioButton
  76.       Left = 12
  77.       Top = 48
  78.       Width = 117
  79.       Height = 17
  80.       Caption = 'Gauche'
  81.       TabOrder = 1
  82.       OnClick = Changed
  83.     end
  84.     object SEDX: TSpinEdit2
  85.       Left = 144
  86.       Top = 40
  87.       Width = 81
  88.       Height = 21
  89.       MaxLength = 4
  90.       MaxValue = 1000
  91.       MinValue = 0
  92.       ShowUpDown = True
  93.       TabOrder = 2
  94.       Value = 0
  95.       OnChange = Changed
  96.     end
  97.   end
  98.   object GBVerti: TGroupBox
  99.     Left = 16
  100.     Top = 108
  101.     Width = 257
  102.     Height = 81
  103.     Caption = ' Axe vertical '
  104.     TabOrder = 4
  105.     object Label2: TLabel
  106.       Left = 144
  107.       Top = 24
  108.       Width = 33
  109.       Height = 13
  110.       Caption = 'Pixels :'
  111.     end
  112.     object RBBas: TRadioButton
  113.       Left = 12
  114.       Top = 24
  115.       Width = 117
  116.       Height = 17
  117.       Caption = 'Bas'
  118.       TabOrder = 0
  119.       OnClick = Changed
  120.     end
  121.     object RBHaut: TRadioButton
  122.       Left = 12
  123.       Top = 48
  124.       Width = 117
  125.       Height = 17
  126.       Caption = 'Haut'
  127.       TabOrder = 1
  128.       OnClick = Changed
  129.     end
  130.     object SEDY: TSpinEdit2
  131.       Left = 144
  132.       Top = 40
  133.       Width = 81
  134.       Height = 21
  135.       MaxLength = 4
  136.       MaxValue = 1000
  137.       MinValue = 0
  138.       ShowUpDown = True
  139.       TabOrder = 2
  140.       Value = 0
  141.       OnChange = Changed
  142.     end
  143.   end
  144. end
  145.