home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TNEWFORM / TNEWFORM.txt < prev   
Text File  |  2007-09-16  |  8KB  |  367 lines

  1. object NewForm: TNewForm
  2.   Left = 396
  3.   Top = 182
  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.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BAnnuler: TButton
  24.     Left = 222
  25.     Top = 406
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Annuler'
  29.     ModalResult = 2
  30.     TabOrder = 3
  31.   end
  32.   object BOk: TButton
  33.     Left = 136
  34.     Top = 406
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     TabOrder = 2
  39.     OnClick = BOkClick
  40.   end
  41.   object GBOld: TGroupBox
  42.     Left = 16
  43.     Top = 16
  44.     Width = 281
  45.     Height = 78
  46.     Caption = ' Taille en pixels / M'#233'moire '
  47.     Enabled = False
  48.     TabOrder = 0
  49.     object Label5: TLabel
  50.       Left = 16
  51.       Top = 24
  52.       Width = 42
  53.       Height = 13
  54.       Caption = 'Largeur :'
  55.     end
  56.     object Label6: TLabel
  57.       Left = 104
  58.       Top = 24
  59.       Width = 44
  60.       Height = 13
  61.       Caption = 'Hauteur :'
  62.     end
  63.     object Label7: TLabel
  64.       Left = 192
  65.       Top = 24
  66.       Width = 46
  67.       Height = 13
  68.       Caption = 'M'#233'moire :'
  69.     end
  70.     object EdiLargeur: TEdit
  71.       Left = 16
  72.       Top = 40
  73.       Width = 73
  74.       Height = 21
  75.       ParentColor = True
  76.       ReadOnly = True
  77.       TabOrder = 0
  78.     end
  79.     object EdiHauteur: TEdit
  80.       Left = 104
  81.       Top = 40
  82.       Width = 73
  83.       Height = 21
  84.       ParentColor = True
  85.       ReadOnly = True
  86.       TabOrder = 1
  87.     end
  88.     object EdiMem: TEdit
  89.       Left = 192
  90.       Top = 40
  91.       Width = 73
  92.       Height = 21
  93.       ParentColor = True
  94.       ReadOnly = True
  95.       TabOrder = 2
  96.     end
  97.   end
  98.   object GroupBox1: TGroupBox
  99.     Left = 16
  100.     Top = 102
  101.     Width = 281
  102.     Height = 291
  103.     Caption = ' Nouvelle taille '
  104.     TabOrder = 1
  105.     object Label1: TLabel
  106.       Left = 16
  107.       Top = 24
  108.       Width = 42
  109.       Height = 13
  110.       Caption = 'Largeur :'
  111.     end
  112.     object Label2: TLabel
  113.       Left = 16
  114.       Top = 72
  115.       Width = 44
  116.       Height = 13
  117.       Caption = 'Hauteur :'
  118.     end
  119.     object Image1: TImage
  120.       Left = 110
  121.       Top = 48
  122.       Width = 16
  123.       Height = 55
  124.       AutoSize = True
  125.       Picture.Data = {<image000.bmp>}
  126.       Transparent = True
  127.     end
  128.     object LblRes: TLabel
  129.       Left = 16
  130.       Top = 120
  131.       Width = 56
  132.       Height = 13
  133.       Caption = 'R'#233'solution :'
  134.     end
  135.     object Label3: TLabel
  136.       Left = 16
  137.       Top = 184
  138.       Width = 30
  139.       Height = 13
  140.       Caption = 'Fond :'
  141.     end
  142.     object SBMotif: TSpeedButton
  143.       Left = 243
  144.       Top = 200
  145.       Width = 23
  146.       Height = 21
  147.       Flat = True
  148.       OnClick = SBMotifClick
  149.     end
  150.     object Label4: TLabel
  151.       Left = 16
  152.       Top = 236
  153.       Width = 80
  154.       Height = 13
  155.       Caption = 'Taille pr'#233'd'#233'finie :'
  156.     end
  157.     object EdiL: TFloatSpinEdit
  158.       Left = 16
  159.       Top = 40
  160.       Width = 89
  161.       Height = 21
  162.       Format = '0'
  163.       Increment = 1.000000000000000000
  164.       MaxLength = 7
  165.       MaxValue = 10000.000000000000000000
  166.       ShowUpDown = True
  167.       TabOrder = 0
  168.       Value = 800.000000000000000000
  169.       OnChange = EdiLChange
  170.     end
  171.     object EdiH: TFloatSpinEdit
  172.       Left = 16
  173.       Top = 88
  174.       Width = 89
  175.       Height = 21
  176.       Format = '0'
  177.       Increment = 1.000000000000000000
  178.       MaxLength = 7
  179.       MaxValue = 10000.000000000000000000
  180.       ShowUpDown = True
  181.       TabOrder = 1
  182.       Value = 600.000000000000000000
  183.       OnChange = EdiHChange
  184.     end
  185.     object CmbUnit: TComboBox
  186.       Left = 131
  187.       Top = 65
  188.       Width = 94
  189.       Height = 21
  190.       Style = csDropDownList
  191.       ItemHeight = 13
  192.       ItemIndex = 0
  193.       TabOrder = 2
  194.       Text = 'pixels'
  195.       OnChange = CmbUnitChange
  196.       Items.Strings = (
  197.         'pixels'
  198.         'cm'
  199.         'pouces')
  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 = 3
  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 = 4
  225.       Text = 'pixels/pouces'
  226.       OnChange = CmbResChange
  227.       Items.Strings = (
  228.         'pixels/pouces'
  229.         'pixels/cm')
  230.     end
  231.     object ColorEdit: TColorEdit
  232.       Left = 16
  233.       Top = 200
  234.       Width = 73
  235.       Height = 21
  236.       BorderStyle = bsSingle
  237.       Color = clWhite
  238.       CustomText = 'Autres couleurs...'
  239.       ColorDialog = MainForm.GlobalColorDialog
  240.       ReadOnly = False
  241.       TabOrder = 5
  242.       TabStop = True
  243.     end
  244.     object CBMotif: TCheckBox
  245.       Left = 104
  246.       Top = 180
  247.       Width = 137
  248.       Height = 17
  249.       Caption = 'Motif de fond :'
  250.       TabOrder = 6
  251.       OnClick = CBMotifClick
  252.     end
  253.     object EdiMotif: TSpecialEdit
  254.       Left = 104
  255.       Top = 200
  256.       Width = 137
  257.       Height = 21
  258.       BorderStyle = bsSingle
  259.       ButtonStyle = stDown
  260.       DisabledColor = clBtnFace
  261.       ItemIndex = -1
  262.       MinimizeText = True
  263.       NumGlyphs = 1
  264.       ParentColor = False
  265.       ReadOnly = False
  266.       ShowButton = False
  267.       TabOrder = 7
  268.       TabStop = True
  269.       OnClick = SBMotifClick
  270.     end
  271.     object LstTaille: TSpecialEdit
  272.       Left = 15
  273.       Top = 252
  274.       Width = 226
  275.       Height = 21
  276.       BorderStyle = bsSingle
  277.       ButtonStyle = stDown
  278.       DisabledColor = clNone
  279.       DropDownMenu = PopTaille
  280.       ItemIndex = 0
  281.       MinimizeText = False
  282.       NumGlyphs = 1
  283.       ParentColor = False
  284.       ReadOnly = False
  285.       ShowButton = True
  286.       TabOrder = 8
  287.       TabStop = True
  288.       Text = '<Personnalis'#233'>'
  289.       OnChange = LstTailleChange
  290.     end
  291.   end
  292.   object PopTaille: TPopupMenu
  293.     Left = 160
  294.     Top = 344
  295.     object Personnalis1: TMenuItem
  296.       Caption = '<Personnalis'#233'>'
  297.       Checked = True
  298.     end
  299.     object N1: TMenuItem
  300.       Caption = '-'
  301.     end
  302.     object N640x4801: TMenuItem
  303.       Caption = '640 x 480'
  304.     end
  305.     object N800x6001: TMenuItem
  306.       Caption = '800 x 600'
  307.     end
  308.     object N1024x7681: TMenuItem
  309.       Caption = '1024 x 768'
  310.     end
  311.     object N1280x10241: TMenuItem
  312.       Caption = '1280 x 1024'
  313.     end
  314.     object N1600x12001: TMenuItem
  315.       Caption = '1600 x 1200'
  316.     end
  317.     object N2: TMenuItem
  318.       Caption = '-'
  319.     end
  320.     object A4portrait1: TMenuItem
  321.       Caption = 'A4 - Portrait'
  322.     end
  323.     object A4Paysage1: TMenuItem
  324.       Caption = 'A4 - Paysage'
  325.     end
  326.     object B5Portrait1: TMenuItem
  327.       Caption = 'B5 - Portrait'
  328.     end
  329.     object B5Paysage1: TMenuItem
  330.       Caption = 'B5 - Paysage'
  331.     end
  332.     object N3: TMenuItem
  333.       Caption = '-'
  334.     end
  335.     object Photo1: TMenuItem
  336.       Caption = 'Photo'
  337.     end
  338.     object Photo2: TMenuItem
  339.       Caption = 'Photo num'#233'rique'
  340.     end
  341.     object Cartepostale: TMenuItem
  342.       Caption = 'Carte postale'
  343.     end
  344.     object N4: TMenuItem
  345.       Caption = '-'
  346.     end
  347.     object PochetteCDface1: TMenuItem
  348.       Caption = 'Pochette CD - Face'
  349.     end
  350.     object PochetteCDDos1: TMenuItem
  351.       Caption = 'Pochette CD - Dos'
  352.     end
  353.     object PochetteDVD1: TMenuItem
  354.       Caption = 'Pochette DVD'
  355.     end
  356.     object N5: TMenuItem
  357.       Caption = '-'
  358.     end
  359.     object DVDNTSC720x4801: TMenuItem
  360.       Caption = 'DVD - NTSC (720x480)'
  361.     end
  362.     object DVDPALSECAM720x5761: TMenuItem
  363.       Caption = 'DVD - PAL/SECAM (720x576)'
  364.     end
  365.   end
  366. end
  367.