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 / TREDIMFORM / TREDIMFORM.txt < prev   
Text File  |  2008-01-12  |  5KB  |  233 lines

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