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 / TIMPRFORM / TIMPRFORM.txt
Text File  |  2007-07-11  |  5KB  |  266 lines

  1. object ImprForm: TImprForm
  2.   Left = 291
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Imprimer'
  6.   ClientHeight = 393
  7.   ClientWidth = 490
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnHide = FormHide
  20.   OnKeyPress = FormKeyPress
  21.   OnPaint = FormPaint
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LabelZoom: TLabel
  26.     Left = 262
  27.     Top = 77
  28.     Width = 35
  29.     Height = 13
  30.     Caption = 'Echelle'
  31.   end
  32.   object LCopies: TLabel
  33.     Left = 16
  34.     Top = 296
  35.     Width = 38
  36.     Height = 13
  37.     Caption = 'Copies :'
  38.   end
  39.   object LblResolution: TLabel
  40.     Left = 262
  41.     Top = 120
  42.     Width = 50
  43.     Height = 13
  44.     Caption = 'R'#233'solution'
  45.   end
  46.   object LblProp: TLabel
  47.     Left = 16
  48.     Top = 192
  49.     Width = 36
  50.     Height = 13
  51.     Caption = 'LblProp'
  52.   end
  53.   object CBCentrer: TCheckBox
  54.     Left = 262
  55.     Top = 16
  56.     Width = 193
  57.     Height = 17
  58.     Caption = 'Centrer dans la page'
  59.     TabOrder = 0
  60.     OnClick = CBCentrerClick
  61.   end
  62.   object CBAjuster: TCheckBox
  63.     Left = 262
  64.     Top = 32
  65.     Width = 193
  66.     Height = 17
  67.     Caption = 'Utiliser toute la page'
  68.     TabOrder = 1
  69.     OnClick = CBAjusterClick
  70.   end
  71.   object ScrollBarZoom: TScrollBar
  72.     Left = 263
  73.     Top = 94
  74.     Width = 209
  75.     Height = 15
  76.     LargeChange = 4
  77.     Min = 1
  78.     PageSize = 0
  79.     Position = 10
  80.     TabOrder = 3
  81.     OnScroll = ScrollBarZoomScroll
  82.   end
  83.   object GBTaille: TGroupBox
  84.     Left = 262
  85.     Top = 144
  86.     Width = 211
  87.     Height = 68
  88.     Caption = ' Taille de l'#39'image '
  89.     TabOrder = 4
  90.     object Label1: TLabel
  91.       Left = 10
  92.       Top = 20
  93.       Width = 42
  94.       Height = 13
  95.       Caption = 'Largeur :'
  96.     end
  97.     object Label2: TLabel
  98.       Left = 80
  99.       Top = 20
  100.       Width = 44
  101.       Height = 13
  102.       Caption = 'Hauteur :'
  103.     end
  104.     object SEL: TFloatSpinEdit
  105.       Left = 10
  106.       Top = 35
  107.       Width = 65
  108.       Height = 21
  109.       Format = '0.00'
  110.       Increment = 1.000000000000000000
  111.       MaxLength = 5
  112.       MaxValue = 1000.000000000000000000
  113.       ShowUpDown = True
  114.       TabOrder = 0
  115.       OnChange = SELChange
  116.     end
  117.     object SEH: TFloatSpinEdit
  118.       Left = 80
  119.       Top = 35
  120.       Width = 65
  121.       Height = 21
  122.       Format = '0.00'
  123.       Increment = 1.000000000000000000
  124.       MaxLength = 5
  125.       MaxValue = 1000.000000000000000000
  126.       ShowUpDown = True
  127.       TabOrder = 1
  128.       OnChange = SEHChange
  129.     end
  130.     object BOkTaille: TButton
  131.       Left = 152
  132.       Top = 34
  133.       Width = 47
  134.       Height = 22
  135.       Caption = 'Ok'
  136.       TabOrder = 2
  137.       OnClick = BOkTailleClick
  138.     end
  139.   end
  140.   object GBMarges: TGroupBox
  141.     Left = 262
  142.     Top = 218
  143.     Width = 211
  144.     Height = 68
  145.     Caption = ' Position '
  146.     TabOrder = 5
  147.     object Label3: TLabel
  148.       Left = 10
  149.       Top = 20
  150.       Width = 44
  151.       Height = 13
  152.       Caption = 'Gauche :'
  153.     end
  154.     object Label4: TLabel
  155.       Left = 80
  156.       Top = 20
  157.       Width = 29
  158.       Height = 13
  159.       Caption = 'Haut :'
  160.     end
  161.     object SEX: TFloatSpinEdit
  162.       Left = 10
  163.       Top = 35
  164.       Width = 65
  165.       Height = 21
  166.       Format = '0.00'
  167.       Increment = 1.000000000000000000
  168.       MaxLength = 5
  169.       MaxValue = 1000.000000000000000000
  170.       ShowUpDown = True
  171.       TabOrder = 0
  172.       OnChange = SEXYChange
  173.     end
  174.     object SEY: TFloatSpinEdit
  175.       Left = 80
  176.       Top = 35
  177.       Width = 65
  178.       Height = 21
  179.       Format = '0.00'
  180.       Increment = 1.000000000000000000
  181.       MaxLength = 5
  182.       MaxValue = 1000.000000000000000000
  183.       ShowUpDown = True
  184.       TabOrder = 1
  185.       OnChange = SEXYChange
  186.     end
  187.     object BOkMarges: TButton
  188.       Left = 152
  189.       Top = 34
  190.       Width = 47
  191.       Height = 22
  192.       Caption = 'Ok'
  193.       TabOrder = 2
  194.       OnClick = BOkMargesClick
  195.     end
  196.   end
  197.   object CBContours: TCheckBox
  198.     Left = 262
  199.     Top = 298
  200.     Width = 219
  201.     Height = 17
  202.     Caption = 'Imprimer uniquement le contour'
  203.     TabOrder = 7
  204.   end
  205.   object CBTraits: TCheckBox
  206.     Left = 262
  207.     Top = 314
  208.     Width = 209
  209.     Height = 17
  210.     Caption = 'Imprimer les traits de coupe'
  211.     TabOrder = 8
  212.   end
  213.   object BConfigurer: TButton
  214.     Left = 16
  215.     Top = 352
  216.     Width = 89
  217.     Height = 25
  218.     Caption = 'Configurer...'
  219.     TabOrder = 9
  220.     OnClick = BConfigurerClick
  221.   end
  222.   object BImprimer: TButton
  223.     Left = 262
  224.     Top = 352
  225.     Width = 89
  226.     Height = 25
  227.     Caption = 'Imprimer'
  228.     TabOrder = 10
  229.     OnClick = BImprimerClick
  230.   end
  231.   object BAnnuler: TButton
  232.     Left = 385
  233.     Top = 352
  234.     Width = 89
  235.     Height = 25
  236.     Cancel = True
  237.     Caption = 'Annuler'
  238.     ModalResult = 2
  239.     TabOrder = 11
  240.   end
  241.   object SECopies: TSpinEdit2
  242.     Left = 16
  243.     Top = 312
  244.     Width = 65
  245.     Height = 21
  246.     MaxValue = 100
  247.     MinValue = 1
  248.     ShowUpDown = True
  249.     TabOrder = 6
  250.     Value = 1
  251.   end
  252.   object CBTailleReelle: TCheckBox
  253.     Left = 262
  254.     Top = 48
  255.     Width = 185
  256.     Height = 17
  257.     Caption = 'Taille r'#233'elle'
  258.     TabOrder = 2
  259.     OnClick = CBTailleReelleClick
  260.   end
  261.   object PrinterSetupDialog: TPrinterSetupDialog
  262.     Left = 168
  263.     Top = 352
  264.   end
  265. end
  266.