home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TNEWFORM / TNEWFORM.txt < prev   
Text File  |  2004-10-02  |  7KB  |  344 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.       MaxValue = 10000
  166.       ShowUpDown = True
  167.       TabOrder = 0
  168.       Value = 800
  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
  178.       MaxValue = 10000
  179.       ShowUpDown = True
  180.       TabOrder = 1
  181.       Value = 600
  182.       OnChange = EdiHChange
  183.     end
  184.     object CmbUnit: TComboBox
  185.       Left = 131
  186.       Top = 65
  187.       Width = 94
  188.       Height = 21
  189.       Style = csDropDownList
  190.       ItemHeight = 13
  191.       ItemIndex = 0
  192.       TabOrder = 2
  193.       Text = 'pixels'
  194.       OnChange = CmbUnitChange
  195.       Items.Strings = (
  196.         'pixels'
  197.         'cm'
  198.         'pouces')
  199.     end
  200.     object EdiRes: TFloatSpinEdit
  201.       Left = 16
  202.       Top = 136
  203.       Width = 89
  204.       Height = 21
  205.       Format = '0.00'
  206.       Increment = 1
  207.       MaxValue = 1200
  208.       MinValue = 10
  209.       ShowUpDown = True
  210.       TabOrder = 3
  211.       Value = 72
  212.       OnChange = EdiResChange
  213.     end
  214.     object CmbRes: TComboBox
  215.       Left = 112
  216.       Top = 136
  217.       Width = 113
  218.       Height = 21
  219.       Style = csDropDownList
  220.       ItemHeight = 13
  221.       ItemIndex = 0
  222.       TabOrder = 4
  223.       Text = 'pixels/pouces'
  224.       OnChange = CmbResChange
  225.       Items.Strings = (
  226.         'pixels/pouces'
  227.         'pixels/cm')
  228.     end
  229.     object ColorEdit: TColorEdit
  230.       Left = 16
  231.       Top = 200
  232.       Width = 73
  233.       Height = 21
  234.       BorderStyle = bsSingle
  235.       Color = clWhite
  236.       CustomText = 'Autres couleurs...'
  237.       ColorDialog = MainForm.GlobalColorDialog
  238.       ReadOnly = False
  239.     end
  240.     object CBMotif: TCheckBox
  241.       Left = 104
  242.       Top = 180
  243.       Width = 137
  244.       Height = 17
  245.       Caption = 'Motif de fond :'
  246.       TabOrder = 6
  247.       OnClick = CBMotifClick
  248.     end
  249.     object EdiMotif: TSpecialEdit
  250.       Left = 104
  251.       Top = 200
  252.       Width = 137
  253.       Height = 21
  254.       BorderStyle = bsSingle
  255.       ButtonStyle = stDown
  256.       DisabledColor = clBtnFace
  257.       ItemIndex = -1
  258.       MinimizeText = True
  259.       NumGlyphs = 1
  260.       ParentColor = False
  261.       ReadOnly = False
  262.       ShowButton = False
  263.       OnClick = SBMotifClick
  264.     end
  265.     object LstTaille: TSpecialEdit
  266.       Left = 15
  267.       Top = 252
  268.       Width = 226
  269.       Height = 21
  270.       BorderStyle = bsSingle
  271.       ButtonStyle = stDown
  272.       DisabledColor = clNone
  273.       DropDownMenu = PopTaille
  274.       ItemIndex = 0
  275.       MinimizeText = False
  276.       NumGlyphs = 1
  277.       ParentColor = False
  278.       ReadOnly = False
  279.       ShowButton = True
  280.       Text = '<Personnalis'#233'>'
  281.       OnChange = LstTailleChange
  282.     end
  283.   end
  284.   object PopTaille: TPopupMenu
  285.     Left = 160
  286.     Top = 344
  287.     object Personnalis1: TMenuItem
  288.       Caption = '<Personnalis'#233'>'
  289.       Checked = True
  290.     end
  291.     object N1: TMenuItem
  292.       Caption = '-'
  293.     end
  294.     object N100x1001: TMenuItem
  295.       Caption = '100 x 100'
  296.     end
  297.     object N640x4801: TMenuItem
  298.       Caption = '640 x 480'
  299.     end
  300.     object N800x6001: TMenuItem
  301.       Caption = '800 x 600'
  302.     end
  303.     object N1024x7681: TMenuItem
  304.       Caption = '1024 x 768'
  305.     end
  306.     object N1280x10241: TMenuItem
  307.       Caption = '1280 x 1024'
  308.     end
  309.     object N1600x12001: TMenuItem
  310.       Caption = '1600 x 1200'
  311.     end
  312.     object N2: TMenuItem
  313.       Caption = '-'
  314.     end
  315.     object A4portrait1: TMenuItem
  316.       Caption = 'A4 - Portrait'
  317.     end
  318.     object A4Paysage1: TMenuItem
  319.       Caption = 'A4 - Paysage'
  320.     end
  321.     object B5Portrait1: TMenuItem
  322.       Caption = 'B5 - Portrait'
  323.     end
  324.     object B5Paysage1: TMenuItem
  325.       Caption = 'B5 - Paysage'
  326.     end
  327.     object N3: TMenuItem
  328.       Caption = '-'
  329.     end
  330.     object Cartepostale1: TMenuItem
  331.       Caption = 'Carte postale'
  332.     end
  333.     object PochetteCDface1: TMenuItem
  334.       Caption = 'Pochette CD - Face'
  335.     end
  336.     object PchetteCDDos1: TMenuItem
  337.       Caption = 'Pochette CD - Dos'
  338.     end
  339.     object PochetteDVD1: TMenuItem
  340.       Caption = 'Pochette DVD'
  341.     end
  342.   end
  343. end
  344.