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 / TREDIMFORM / TREDIMFORM.txt < prev   
Text File  |  2007-09-16  |  6KB  |  271 lines

  1. object RedimForm: TRedimForm
  2.   Left = 315
  3.   Top = 186
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Taille de l'#39'image'
  7.   ClientHeight = 444
  8.   ClientWidth = 312
  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 = 222
  25.     Top = 404
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Annuler'
  29.     ModalResult = 2
  30.     TabOrder = 4
  31.   end
  32.   object BOk: TButton
  33.     Left = 136
  34.     Top = 404
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     TabOrder = 3
  39.     OnClick = BOkClick
  40.   end
  41.   object GBOld: TGroupBox
  42.     Left = 16
  43.     Top = 16
  44.     Width = 281
  45.     Height = 78
  46.     Caption = ' Taille en pixels / M'#233'moire (Fond) '
  47.     Enabled = False
  48.     TabOrder = 0
  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 = 104
  58.       Top = 24
  59.       Width = 44
  60.       Height = 13
  61.       Caption = 'Hauteur :'
  62.     end
  63.     object Label5: TLabel
  64.       Left = 192
  65.       Top = 24
  66.       Width = 46
  67.       Height = 13
  68.       Caption = 'M'#233'moire :'
  69.     end
  70.     object EdiLargeur: TEdit
  71.       Left = 16
  72.       Top = 40
  73.       Width = 73
  74.       Height = 21
  75.       ParentColor = True
  76.       ReadOnly = True
  77.       TabOrder = 0
  78.     end
  79.     object EdiHauteur: TEdit
  80.       Left = 104
  81.       Top = 40
  82.       Width = 73
  83.       Height = 21
  84.       ParentColor = True
  85.       ReadOnly = True
  86.       TabOrder = 1
  87.     end
  88.     object EdiMem: TEdit
  89.       Left = 192
  90.       Top = 40
  91.       Width = 73
  92.       Height = 21
  93.       ParentColor = True
  94.       ReadOnly = True
  95.       TabOrder = 2
  96.     end
  97.   end
  98.   object GroupBox1: TGroupBox
  99.     Left = 16
  100.     Top = 102
  101.     Width = 281
  102.     Height = 259
  103.     Caption = ' Nouvelle taille '
  104.     TabOrder = 1
  105.     object Label1: TLabel
  106.       Left = 16
  107.       Top = 24
  108.       Width = 42
  109.       Height = 13
  110.       Caption = 'Largeur :'
  111.     end
  112.     object Label2: TLabel
  113.       Left = 16
  114.       Top = 72
  115.       Width = 44
  116.       Height = 13
  117.       Caption = 'Hauteur :'
  118.     end
  119.     object Image1: TImage
  120.       Left = 110
  121.       Top = 48
  122.       Width = 16
  123.       Height = 55
  124.       AutoSize = True
  125.       Picture.Data = {<image000.bmp>}
  126.       Transparent = True
  127.     end
  128.     object LblRes: TLabel
  129.       Left = 16
  130.       Top = 120
  131.       Width = 56
  132.       Height = 13
  133.       Caption = 'R'#233'solution :'
  134.     end
  135.     object LblResample: TLabel
  136.       Left = 34
  137.       Top = 202
  138.       Width = 95
  139.       Height = 13
  140.       Caption = 'R'#233#233'chantillonnage :'
  141.       OnClick = LblResampleClick
  142.     end
  143.     object EdiL: TFloatSpinEdit
  144.       Left = 16
  145.       Top = 40
  146.       Width = 89
  147.       Height = 21
  148.       Format = '0'
  149.       Increment = 1.000000000000000000
  150.       MaxLength = 7
  151.       MaxValue = 10000.000000000000000000
  152.       ShowUpDown = True
  153.       TabOrder = 0
  154.       Value = 1.000000000000000000
  155.       OnChange = EdiLChange
  156.     end
  157.     object EdiH: TFloatSpinEdit
  158.       Left = 16
  159.       Top = 88
  160.       Width = 89
  161.       Height = 21
  162.       Format = '0'
  163.       Increment = 1.000000000000000000
  164.       MaxLength = 7
  165.       MaxValue = 10000.000000000000000000
  166.       ShowUpDown = True
  167.       TabOrder = 1
  168.       Value = 1.000000000000000000
  169.       OnChange = EdiHChange
  170.     end
  171.     object CmbUnit: TComboBox
  172.       Left = 131
  173.       Top = 65
  174.       Width = 94
  175.       Height = 21
  176.       Style = csDropDownList
  177.       ItemHeight = 13
  178.       ItemIndex = 0
  179.       TabOrder = 2
  180.       Text = 'pixels'
  181.       OnChange = CmbUnitChange
  182.       Items.Strings = (
  183.         'pixels'
  184.         '%'
  185.         'cm'
  186.         'pouces')
  187.     end
  188.     object CBProportions: TCheckBox
  189.       Left = 16
  190.       Top = 176
  191.       Width = 193
  192.       Height = 17
  193.       Caption = 'Conserver les proportions'
  194.       Checked = True
  195.       State = cbChecked
  196.       TabOrder = 5
  197.       OnClick = CBProportionsClick
  198.     end
  199.     object EdiRes: TFloatSpinEdit
  200.       Left = 16
  201.       Top = 136
  202.       Width = 89
  203.       Height = 21
  204.       Format = '0.00'
  205.       Increment = 1.000000000000000000
  206.       MaxLength = 7
  207.       MaxValue = 20000.000000000000000000
  208.       MinValue = 10.000000000000000000
  209.       ShowUpDown = True
  210.       TabOrder = 3
  211.       Value = 72.000000000000000000
  212.       OnChange = EdiResChange
  213.     end
  214.     object CmbRes: TComboBox
  215.       Left = 112
  216.       Top = 136
  217.       Width = 113
  218.       Height = 21
  219.       Style = csDropDownList
  220.       ItemHeight = 13
  221.       ItemIndex = 0
  222.       TabOrder = 4
  223.       Text = 'pixels/pouces'
  224.       OnChange = CmbResChange
  225.       Items.Strings = (
  226.         'pixels/pouces'
  227.         'pixels/cm')
  228.     end
  229.     object CBFiltres: TComboBox
  230.       Left = 16
  231.       Top = 220
  232.       Width = 209
  233.       Height = 21
  234.       Style = csDropDownList
  235.       ItemHeight = 13
  236.       ItemIndex = 0
  237.       TabOrder = 7
  238.       Text = '<Automatique>'
  239.       Items.Strings = (
  240.         '<Automatique>'
  241.         'Au plus proche'
  242.         'Bilin'#233'aire'
  243.         'Hermite'
  244.         'Bell'
  245.         'B-Spline'
  246.         'Lanczos'
  247.         'Mitchell')
  248.     end
  249.     object CBResample: TCheckBox
  250.       Left = 16
  251.       Top = 201
  252.       Width = 17
  253.       Height = 17
  254.       Checked = True
  255.       State = cbChecked
  256.       TabOrder = 6
  257.       OnClick = CBResampleClick
  258.     end
  259.   end
  260.   object CBTous: TCheckBox
  261.     Left = 16
  262.     Top = 376
  263.     Width = 185
  264.     Height = 17
  265.     Caption = 'Tous les calques'
  266.     Checked = True
  267.     State = cbChecked
  268.     TabOrder = 2
  269.   end
  270. end
  271.