home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / temacd / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TRECADRERFORM / TRECADRERFORM.txt < prev   
Text File  |  2007-07-11  |  7KB  |  328 lines

  1. object RecadrerForm: TRecadrerForm
  2.   Left = 368
  3.   Top = 233
  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 = 3
  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 = 2
  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 (Fond)  '
  49.     Enabled = False
  50.     TabOrder = 0
  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 = 1
  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 = 160
  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 = 2
  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.000000000000000000
  176.       MaxLength = 7
  177.       MaxValue = 10000.000000000000000000
  178.       ShowUpDown = True
  179.       TabOrder = 0
  180.       Value = 1.000000000000000000
  181.       OnChange = EdiLChange
  182.     end
  183.     object EdiH: TFloatSpinEdit
  184.       Left = 16
  185.       Top = 88
  186.       Width = 89
  187.       Height = 21
  188.       Format = '0'
  189.       Increment = 1.000000000000000000
  190.       MaxLength = 7
  191.       MaxValue = 10000.000000000000000000
  192.       ShowUpDown = True
  193.       TabOrder = 1
  194.       Value = 1.000000000000000000
  195.       OnChange = EdiHChange
  196.     end
  197.     object ToolBar: TToolBar
  198.       Left = 12
  199.       Top = 145
  200.       Width = 89
  201.       Height = 82
  202.       Align = alNone
  203.       ButtonHeight = 26
  204.       ButtonWidth = 27
  205.       Caption = 'ToolBar'
  206.       EdgeBorders = []
  207.       Flat = True
  208.       Images = MainForm.ImageList
  209.       TabOrder = 3
  210.       Transparent = True
  211.       Wrapable = False
  212.       object TB0: TToolButton
  213.         Left = 0
  214.         Top = 0
  215.         Caption = 'TB0'
  216.         ImageIndex = 40
  217.         OnClick = TBClick
  218.       end
  219.       object TB1: TToolButton
  220.         Tag = 1
  221.         Left = 27
  222.         Top = 0
  223.         Caption = 'TB1'
  224.         ImageIndex = 40
  225.         OnClick = TBClick
  226.       end
  227.       object TB2: TToolButton
  228.         Tag = 2
  229.         Left = 54
  230.         Top = 0
  231.         Caption = 'TB2'
  232.         ImageIndex = 40
  233.         Wrap = True
  234.         OnClick = TBClick
  235.       end
  236.       object TB3: TToolButton
  237.         Tag = 3
  238.         Left = 0
  239.         Top = 26
  240.         Caption = 'TB3'
  241.         ImageIndex = 40
  242.         OnClick = TBClick
  243.       end
  244.       object TB4: TToolButton
  245.         Tag = 4
  246.         Left = 27
  247.         Top = 26
  248.         Caption = 'TB4'
  249.         ImageIndex = 40
  250.         OnClick = TBClick
  251.       end
  252.       object TB5: TToolButton
  253.         Tag = 5
  254.         Left = 54
  255.         Top = 26
  256.         Caption = 'TB5'
  257.         ImageIndex = 40
  258.         Wrap = True
  259.         OnClick = TBClick
  260.       end
  261.       object TB6: TToolButton
  262.         Tag = 6
  263.         Left = 0
  264.         Top = 52
  265.         Caption = 'TB6'
  266.         ImageIndex = 40
  267.         OnClick = TBClick
  268.       end
  269.       object TB7: TToolButton
  270.         Tag = 7
  271.         Left = 27
  272.         Top = 52
  273.         Caption = 'TB7'
  274.         ImageIndex = 40
  275.         OnClick = TBClick
  276.       end
  277.       object TB8: TToolButton
  278.         Tag = 8
  279.         Left = 54
  280.         Top = 52
  281.         Caption = 'TB8'
  282.         ImageIndex = 40
  283.         OnClick = TBClick
  284.       end
  285.     end
  286.     object ColorEdit: TColorEdit
  287.       Left = 131
  288.       Top = 176
  289.       Width = 94
  290.       Height = 21
  291.       BorderStyle = bsSingle
  292.       Color = clWhite
  293.       CustomText = 'Autres couleurs...'
  294.       ColorDialog = MainForm.GlobalColorDialog
  295.       ReadOnly = False
  296.       TabOrder = 4
  297.       TabStop = True
  298.     end
  299.     object CBMotif: TCheckBox
  300.       Left = 16
  301.       Top = 234
  302.       Width = 217
  303.       Height = 17
  304.       Caption = 'Motif de fond :'
  305.       TabOrder = 5
  306.       OnClick = CBMotifClick
  307.     end
  308.     object EdiMotif: TSpecialEdit
  309.       Left = 16
  310.       Top = 254
  311.       Width = 217
  312.       Height = 21
  313.       BorderStyle = bsSingle
  314.       ButtonStyle = stDown
  315.       DisabledColor = clBtnFace
  316.       ItemIndex = -1
  317.       MinimizeText = True
  318.       NumGlyphs = 1
  319.       ParentColor = False
  320.       ReadOnly = False
  321.       ShowButton = False
  322.       TabOrder = 6
  323.       TabStop = True
  324.       OnClick = SBMotifClick
  325.     end
  326.   end
  327. end
  328.