home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TRECADRERFORM / TRECADRERFORM.txt < prev   
Text File  |  2004-10-02  |  6KB  |  322 lines

  1. object RecadrerForm: TRecadrerForm
  2.   Left = 253
  3.   Top = 187
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Taille de la zone de travail'
  7.   ClientHeight = 446
  8.   ClientWidth = 314
  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.   OnHide = FormHide
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BAnnuler: TButton
  26.     Left = 222
  27.     Top = 406
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Annuler'
  31.     TabOrder = 0
  32.     OnClick = BAnnulerClick
  33.   end
  34.   object BOk: TButton
  35.     Left = 137
  36.     Top = 406
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Ok'
  40.     TabOrder = 1
  41.     OnClick = BOkClick
  42.   end
  43.   object GBOld: TGroupBox
  44.     Left = 16
  45.     Top = 16
  46.     Width = 281
  47.     Height = 78
  48.     Caption = ' Taille en pixels / M'#233'moire '
  49.     Enabled = False
  50.     TabOrder = 2
  51.     object Label1: TLabel
  52.       Left = 16
  53.       Top = 24
  54.       Width = 42
  55.       Height = 13
  56.       Caption = 'Largeur :'
  57.     end
  58.     object Label2: TLabel
  59.       Left = 104
  60.       Top = 24
  61.       Width = 44
  62.       Height = 13
  63.       Caption = 'Hauteur :'
  64.     end
  65.     object Label5: TLabel
  66.       Left = 192
  67.       Top = 24
  68.       Width = 46
  69.       Height = 13
  70.       Caption = 'M'#233'moire :'
  71.     end
  72.     object EdiLargeur: TEdit
  73.       Left = 16
  74.       Top = 40
  75.       Width = 73
  76.       Height = 21
  77.       ParentColor = True
  78.       ReadOnly = True
  79.       TabOrder = 0
  80.     end
  81.     object EdiHauteur: TEdit
  82.       Left = 104
  83.       Top = 40
  84.       Width = 73
  85.       Height = 21
  86.       ParentColor = True
  87.       ReadOnly = True
  88.       TabOrder = 1
  89.     end
  90.     object EdiMem: TEdit
  91.       Left = 192
  92.       Top = 40
  93.       Width = 73
  94.       Height = 21
  95.       ParentColor = True
  96.       ReadOnly = True
  97.       TabOrder = 2
  98.     end
  99.   end
  100.   object GBNew: TGroupBox
  101.     Left = 16
  102.     Top = 102
  103.     Width = 281
  104.     Height = 293
  105.     Caption = ' Nouvelle taille '
  106.     TabOrder = 3
  107.     object Label3: TLabel
  108.       Left = 16
  109.       Top = 24
  110.       Width = 42
  111.       Height = 13
  112.       Caption = 'Largeur :'
  113.     end
  114.     object Label4: TLabel
  115.       Left = 16
  116.       Top = 72
  117.       Width = 44
  118.       Height = 13
  119.       Caption = 'Hauteur :'
  120.     end
  121.     object Label6: TLabel
  122.       Left = 16
  123.       Top = 128
  124.       Width = 43
  125.       Height = 13
  126.       Caption = 'Position :'
  127.     end
  128.     object LblCouleur: TLabel
  129.       Left = 131
  130.       Top = 128
  131.       Width = 30
  132.       Height = 13
  133.       Caption = 'Fond :'
  134.     end
  135.     object SBMotif: TSpeedButton
  136.       Left = 234
  137.       Top = 254
  138.       Width = 23
  139.       Height = 21
  140.       Flat = True
  141.       OnClick = SBMotifClick
  142.     end
  143.     object Image1: TImage
  144.       Left = 110
  145.       Top = 48
  146.       Width = 16
  147.       Height = 55
  148.       AutoSize = True
  149.       Picture.Data = {<image000.bmp>}
  150.       Transparent = True
  151.     end
  152.     object CmbUnit: TComboBox
  153.       Left = 131
  154.       Top = 65
  155.       Width = 94
  156.       Height = 21
  157.       Style = csDropDownList
  158.       ItemHeight = 13
  159.       ItemIndex = 0
  160.       TabOrder = 0
  161.       Text = 'pixels'
  162.       OnChange = CmbUnitChange
  163.       Items.Strings = (
  164.         'pixels'
  165.         '%'
  166.         'cm'
  167.         'pouces')
  168.     end
  169.     object EdiL: TFloatSpinEdit
  170.       Left = 16
  171.       Top = 40
  172.       Width = 89
  173.       Height = 21
  174.       Format = '0'
  175.       Increment = 1
  176.       MaxValue = 10000
  177.       ShowUpDown = True
  178.       TabOrder = 1
  179.       Value = 1
  180.       OnChange = EdiLChange
  181.     end
  182.     object EdiH: TFloatSpinEdit
  183.       Left = 16
  184.       Top = 88
  185.       Width = 89
  186.       Height = 21
  187.       Format = '0'
  188.       Increment = 1
  189.       MaxValue = 10000
  190.       ShowUpDown = True
  191.       TabOrder = 2
  192.       Value = 1
  193.       OnChange = EdiHChange
  194.     end
  195.     object ToolBar: TToolBar
  196.       Left = 12
  197.       Top = 145
  198.       Width = 89
  199.       Height = 82
  200.       Align = alNone
  201.       ButtonHeight = 26
  202.       ButtonWidth = 27
  203.       Caption = 'ToolBar'
  204.       EdgeBorders = []
  205.       Flat = True
  206.       Images = MainForm.ImageList
  207.       TabOrder = 3
  208.       Transparent = True
  209.       Wrapable = False
  210.       object TB0: TToolButton
  211.         Left = 0
  212.         Top = 0
  213.         Caption = 'TB0'
  214.         ImageIndex = 40
  215.         OnClick = TBClick
  216.       end
  217.       object TB1: TToolButton
  218.         Tag = 1
  219.         Left = 27
  220.         Top = 0
  221.         Caption = 'TB1'
  222.         ImageIndex = 40
  223.         OnClick = TBClick
  224.       end
  225.       object TB2: TToolButton
  226.         Tag = 2
  227.         Left = 54
  228.         Top = 0
  229.         Caption = 'TB2'
  230.         ImageIndex = 40
  231.         Wrap = True
  232.         OnClick = TBClick
  233.       end
  234.       object TB3: TToolButton
  235.         Tag = 3
  236.         Left = 0
  237.         Top = 26
  238.         Caption = 'TB3'
  239.         ImageIndex = 40
  240.         OnClick = TBClick
  241.       end
  242.       object TB4: TToolButton
  243.         Tag = 4
  244.         Left = 27
  245.         Top = 26
  246.         Caption = 'TB4'
  247.         ImageIndex = 40
  248.         OnClick = TBClick
  249.       end
  250.       object TB5: TToolButton
  251.         Tag = 5
  252.         Left = 54
  253.         Top = 26
  254.         Caption = 'TB5'
  255.         ImageIndex = 40
  256.         Wrap = True
  257.         OnClick = TBClick
  258.       end
  259.       object TB6: TToolButton
  260.         Tag = 6
  261.         Left = 0
  262.         Top = 52
  263.         Caption = 'TB6'
  264.         ImageIndex = 40
  265.         OnClick = TBClick
  266.       end
  267.       object TB7: TToolButton
  268.         Tag = 7
  269.         Left = 27
  270.         Top = 52
  271.         Caption = 'TB7'
  272.         ImageIndex = 40
  273.         OnClick = TBClick
  274.       end
  275.       object TB8: TToolButton
  276.         Tag = 8
  277.         Left = 54
  278.         Top = 52
  279.         Caption = 'TB8'
  280.         ImageIndex = 40
  281.         OnClick = TBClick
  282.       end
  283.     end
  284.     object ColorEdit: TColorEdit
  285.       Left = 131
  286.       Top = 144
  287.       Width = 94
  288.       Height = 21
  289.       BorderStyle = bsSingle
  290.       Color = clWhite
  291.       CustomText = 'Autres couleurs...'
  292.       ColorDialog = MainForm.GlobalColorDialog
  293.       ReadOnly = False
  294.     end
  295.     object CBMotif: TCheckBox
  296.       Left = 16
  297.       Top = 234
  298.       Width = 217
  299.       Height = 17
  300.       Caption = 'Motif de fond :'
  301.       TabOrder = 5
  302.       OnClick = CBMotifClick
  303.     end
  304.     object EdiMotif: TSpecialEdit
  305.       Left = 16
  306.       Top = 254
  307.       Width = 217
  308.       Height = 21
  309.       BorderStyle = bsSingle
  310.       ButtonStyle = stDown
  311.       DisabledColor = clBtnFace
  312.       ItemIndex = -1
  313.       MinimizeText = True
  314.       NumGlyphs = 1
  315.       ParentColor = False
  316.       ReadOnly = False
  317.       ShowButton = False
  318.       OnClick = SBMotifClick
  319.     end
  320.   end
  321. end
  322.