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 / TADAPTERFORM / TADAPTERFORM.txt
Text File  |  2007-09-16  |  4KB  |  174 lines

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