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 / TNEWFORM / TNEWFORM.txt < prev   
Text File  |  2008-01-12  |  7KB  |  347 lines

  1. object NewForm: TNewForm
  2.   Left = 237
  3.   Top = 173
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nouveau'
  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.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BAnnuler: TButton
  25.     Left = 222
  26.     Top = 406
  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 = 406
  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 Label5: TLabel
  51.       Left = 16
  52.       Top = 24
  53.       Width = 42
  54.       Height = 13
  55.       Caption = 'Largeur :'
  56.     end
  57.     object Label6: TLabel
  58.       Left = 104
  59.       Top = 24
  60.       Width = 44
  61.       Height = 13
  62.       Caption = 'Hauteur :'
  63.     end
  64.     object Label7: 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 = 291
  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 Label3: TLabel
  137.       Left = 16
  138.       Top = 184
  139.       Width = 30
  140.       Height = 13
  141.       Caption = 'Fond :'
  142.     end
  143.     object SBMotif: TSpeedButton
  144.       Left = 243
  145.       Top = 200
  146.       Width = 23
  147.       Height = 21
  148.       Flat = True
  149.       OnClick = SBMotifClick
  150.     end
  151.     object Label4: TLabel
  152.       Left = 16
  153.       Top = 236
  154.       Width = 80
  155.       Height = 13
  156.       Caption = 'Taille pr'#233'd'#233'finie :'
  157.     end
  158.     object EdiL: TFloatSpinEdit
  159.       Left = 16
  160.       Top = 40
  161.       Width = 89
  162.       Height = 21
  163.       Format = '0'
  164.       Increment = 1
  165.       MaxLength = 7
  166.       MaxValue = 10000
  167.       ShowUpDown = True
  168.       TabOrder = 0
  169.       Value = 800
  170.       OnChange = EdiLChange
  171.     end
  172.     object EdiH: TFloatSpinEdit
  173.       Left = 16
  174.       Top = 88
  175.       Width = 89
  176.       Height = 21
  177.       Format = '0'
  178.       Increment = 1
  179.       MaxLength = 7
  180.       MaxValue = 10000
  181.       ShowUpDown = True
  182.       TabOrder = 1
  183.       Value = 600
  184.       OnChange = EdiHChange
  185.     end
  186.     object CmbUnit: TComboBox
  187.       Left = 131
  188.       Top = 65
  189.       Width = 94
  190.       Height = 21
  191.       Style = csDropDownList
  192.       ItemHeight = 13
  193.       ItemIndex = 0
  194.       TabOrder = 2
  195.       Text = 'pixels'
  196.       OnChange = CmbUnitChange
  197.       Items.Strings = (
  198.         'pixels'
  199.         'cm'
  200.         'pouces')
  201.     end
  202.     object EdiRes: TFloatSpinEdit
  203.       Left = 16
  204.       Top = 136
  205.       Width = 89
  206.       Height = 21
  207.       Format = '0.00'
  208.       Increment = 1
  209.       MaxLength = 7
  210.       MaxValue = 20000
  211.       MinValue = 10
  212.       ShowUpDown = True
  213.       TabOrder = 3
  214.       Value = 72
  215.       OnChange = EdiResChange
  216.     end
  217.     object CmbRes: TComboBox
  218.       Left = 112
  219.       Top = 136
  220.       Width = 113
  221.       Height = 21
  222.       Style = csDropDownList
  223.       ItemHeight = 13
  224.       ItemIndex = 0
  225.       TabOrder = 4
  226.       Text = 'pixels/pouces'
  227.       OnChange = CmbResChange
  228.       Items.Strings = (
  229.         'pixels/pouces'
  230.         'pixels/cm')
  231.     end
  232.     object ColorEdit: TColorEdit
  233.       Left = 16
  234.       Top = 200
  235.       Width = 73
  236.       Height = 21
  237.       BorderStyle = bsSingle
  238.       Color = clWhite
  239.       CustomText = 'Autres couleurs...'
  240.       ColorDialog = MainForm.GlobalColorDialog
  241.       ReadOnly = False
  242.     end
  243.     object CBMotif: TCheckBox
  244.       Left = 104
  245.       Top = 180
  246.       Width = 137
  247.       Height = 17
  248.       Caption = 'Motif de fond :'
  249.       TabOrder = 6
  250.       OnClick = CBMotifClick
  251.     end
  252.     object EdiMotif: TSpecialEdit
  253.       Left = 104
  254.       Top = 200
  255.       Width = 137
  256.       Height = 21
  257.       BorderStyle = bsSingle
  258.       ButtonStyle = stDown
  259.       DisabledColor = clBtnFace
  260.       ItemIndex = -1
  261.       MinimizeText = True
  262.       NumGlyphs = 1
  263.       ParentColor = False
  264.       ReadOnly = False
  265.       ShowButton = False
  266.       OnClick = SBMotifClick
  267.     end
  268.     object LstTaille: TSpecialEdit
  269.       Left = 15
  270.       Top = 252
  271.       Width = 226
  272.       Height = 21
  273.       BorderStyle = bsSingle
  274.       ButtonStyle = stDown
  275.       DisabledColor = clNone
  276.       DropDownMenu = PopTaille
  277.       ItemIndex = 0
  278.       MinimizeText = False
  279.       NumGlyphs = 1
  280.       ParentColor = False
  281.       ReadOnly = False
  282.       ShowButton = True
  283.       Text = '<Personnalis'#233'>'
  284.       OnChange = LstTailleChange
  285.     end
  286.   end
  287.   object PopTaille: TPopupMenu
  288.     Left = 160
  289.     Top = 344
  290.     object Personnalis1: TMenuItem
  291.       Caption = '<Personnalis'#233'>'
  292.       Checked = True
  293.     end
  294.     object N1: TMenuItem
  295.       Caption = '-'
  296.     end
  297.     object N100x1001: TMenuItem
  298.       Caption = '100 x 100'
  299.     end
  300.     object N640x4801: TMenuItem
  301.       Caption = '640 x 480'
  302.     end
  303.     object N800x6001: TMenuItem
  304.       Caption = '800 x 600'
  305.     end
  306.     object N1024x7681: TMenuItem
  307.       Caption = '1024 x 768'
  308.     end
  309.     object N1280x10241: TMenuItem
  310.       Caption = '1280 x 1024'
  311.     end
  312.     object N1600x12001: TMenuItem
  313.       Caption = '1600 x 1200'
  314.     end
  315.     object N2: TMenuItem
  316.       Caption = '-'
  317.     end
  318.     object A4portrait1: TMenuItem
  319.       Caption = 'A4 - Portrait'
  320.     end
  321.     object A4Paysage1: TMenuItem
  322.       Caption = 'A4 - Paysage'
  323.     end
  324.     object B5Portrait1: TMenuItem
  325.       Caption = 'B5 - Portrait'
  326.     end
  327.     object B5Paysage1: TMenuItem
  328.       Caption = 'B5 - Paysage'
  329.     end
  330.     object N3: TMenuItem
  331.       Caption = '-'
  332.     end
  333.     object Cartepostale1: TMenuItem
  334.       Caption = 'Carte postale'
  335.     end
  336.     object PochetteCDface1: TMenuItem
  337.       Caption = 'Pochette CD - Face'
  338.     end
  339.     object PchetteCDDos1: TMenuItem
  340.       Caption = 'Pochette CD - Dos'
  341.     end
  342.     object PochetteDVD1: TMenuItem
  343.       Caption = 'Pochette DVD'
  344.     end
  345.   end
  346. end
  347.