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

  1. object AdapterForm: TAdapterForm
  2.   Left = 251
  3.   Top = 207
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Adapter l'#39'image'
  7.   ClientHeight = 254
  8.   ClientWidth = 265
  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.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BAnnuler: TButton
  25.     Left = 174
  26.     Top = 214
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Annuler'
  30.     ModalResult = 2
  31.     TabOrder = 0
  32.   end
  33.   object BOk: TButton
  34.     Left = 92
  35.     Top = 214
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     TabOrder = 1
  40.     OnClick = BOkClick
  41.   end
  42.   object GBNew: TGroupBox
  43.     Left = 16
  44.     Top = 14
  45.     Width = 233
  46.     Height = 187
  47.     Caption = ' Limites (pixels) '
  48.     TabOrder = 2
  49.     object Label3: TLabel
  50.       Left = 16
  51.       Top = 24
  52.       Width = 42
  53.       Height = 13
  54.       Caption = 'Largeur :'
  55.     end
  56.     object Label4: TLabel
  57.       Left = 120
  58.       Top = 24
  59.       Width = 44
  60.       Height = 13
  61.       Caption = 'Hauteur :'
  62.     end
  63.     object Label5: TLabel
  64.       Left = 16
  65.       Top = 132
  66.       Width = 92
  67.       Height = 13
  68.       Caption = 'Limites pr'#233'd'#233'finies :'
  69.     end
  70.     object CBOptimiser: TCheckBox
  71.       Left = 16
  72.       Top = 82
  73.       Width = 201
  74.       Height = 17
  75.       Caption = 'Optimiser'
  76.       Checked = True
  77.       State = cbChecked
  78.       TabOrder = 0
  79.     end
  80.     object EdiL: TSpinEdit2
  81.       Left = 16
  82.       Top = 40
  83.       Width = 89
  84.       Height = 21
  85.       MaxLength = 5
  86.       MaxValue = 10000
  87.       MinValue = 10
  88.       ShowUpDown = True
  89.       TabOrder = 1
  90.       Value = 800
  91.       OnChange = EdiChange
  92.     end
  93.     object EdiH: TSpinEdit2
  94.       Left = 120
  95.       Top = 40
  96.       Width = 89
  97.       Height = 21
  98.       MaxLength = 5
  99.       MaxValue = 10000
  100.       MinValue = 10
  101.       ShowUpDown = True
  102.       TabOrder = 2
  103.       Value = 600
  104.       OnChange = EdiChange
  105.     end
  106.     object CBDeformer: TCheckBox
  107.       Left = 16
  108.       Top = 100
  109.       Width = 201
  110.       Height = 17
  111.       Caption = 'Autoriser la d'#233'formation'
  112.       TabOrder = 3
  113.     end
  114.   end
  115.   object LstTaille: TSpecialEdit
  116.     Left = 32
  117.     Top = 162
  118.     Width = 193
  119.     Height = 21
  120.     BorderStyle = bsSingle
  121.     ButtonStyle = stDown
  122.     DisabledColor = clNone
  123.     DropDownMenu = PopTaille
  124.     ItemIndex = 0
  125.     MinimizeText = False
  126.     NumGlyphs = 1
  127.     ParentColor = False
  128.     ReadOnly = False
  129.     ShowButton = True
  130.     TabOrder = 3
  131.     TabStop = True
  132.     Text = '<Personnalis'#233'>'
  133.     OnChange = LstTailleChange
  134.   end
  135.   object PopTaille: TPopupMenu
  136.     Left = 160
  137.     Top = 160
  138.     object Personnalis1: TMenuItem
  139.       Caption = '<Personnalis'#233'>'
  140.       Checked = True
  141.     end
  142.     object N1: TMenuItem
  143.       Caption = '-'
  144.     end
  145.     object N100x1001: TMenuItem
  146.       Caption = '100 x 100'
  147.     end
  148.     object N640x4801: TMenuItem
  149.       Caption = '640 x 480'
  150.     end
  151.     object N800x6001: TMenuItem
  152.       Caption = '800 x 600'
  153.     end
  154.     object N1024x7681: TMenuItem
  155.       Caption = '1024 x 768'
  156.     end
  157.     object N1280x10241: TMenuItem
  158.       Caption = '1280 x 1024'
  159.     end
  160.     object N1600x12001: TMenuItem
  161.       Caption = '1600 x 1200'
  162.     end
  163.   end
  164. end
  165.