home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TREDIMFORM / TREDIMFORM.txt < prev   
Text File  |  2004-10-02  |  5KB  |  230 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
  143.       MaxValue = 10000
  144.       ShowUpDown = True
  145.       TabOrder = 0
  146.       Value = 1
  147.       OnChange = EdiLChange
  148.     end
  149.     object EdiH: TFloatSpinEdit
  150.       Left = 16
  151.       Top = 88
  152.       Width = 89
  153.       Height = 21
  154.       Format = '0'
  155.       Increment = 1
  156.       MaxValue = 10000
  157.       ShowUpDown = True
  158.       TabOrder = 1
  159.       Value = 1
  160.       OnChange = EdiHChange
  161.     end
  162.     object CmbUnit: TComboBox
  163.       Left = 131
  164.       Top = 65
  165.       Width = 94
  166.       Height = 21
  167.       Style = csDropDownList
  168.       ItemHeight = 13
  169.       ItemIndex = 0
  170.       TabOrder = 2
  171.       Text = 'pixels'
  172.       OnChange = CmbUnitChange
  173.       Items.Strings = (
  174.         'pixels'
  175.         '%'
  176.         'cm'
  177.         'pouces')
  178.     end
  179.     object CBProportions: TCheckBox
  180.       Left = 16
  181.       Top = 176
  182.       Width = 193
  183.       Height = 17
  184.       Caption = 'Conserver les proportions'
  185.       Checked = True
  186.       State = cbChecked
  187.       TabOrder = 3
  188.     end
  189.     object CBOptimiser: TCheckBox
  190.       Left = 16
  191.       Top = 196
  192.       Width = 177
  193.       Height = 17
  194.       Caption = 'Optimiser'
  195.       Checked = True
  196.       State = cbChecked
  197.       TabOrder = 4
  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
  206.       MaxValue = 1200
  207.       MinValue = 10
  208.       ShowUpDown = True
  209.       TabOrder = 5
  210.       Value = 96
  211.       OnChange = EdiResChange
  212.     end
  213.     object CmbRes: TComboBox
  214.       Left = 112
  215.       Top = 136
  216.       Width = 113
  217.       Height = 21
  218.       Style = csDropDownList
  219.       ItemHeight = 13
  220.       ItemIndex = 0
  221.       TabOrder = 6
  222.       Text = 'pixels/pouces'
  223.       OnChange = CmbResChange
  224.       Items.Strings = (
  225.         'pixels/pouces'
  226.         'pixels/cm')
  227.     end
  228.   end
  229. end
  230.