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 / TGIFANIMFORM / TGIFANIMFORM.txt
Text File  |  2007-09-16  |  3KB  |  161 lines

  1. object GifAnimForm: TGifAnimForm
  2.   Left = 249
  3.   Top = 177
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Gif anim'#233
  7.   ClientHeight = 217
  8.   ClientWidth = 360
  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.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 81
  29.     Height = 13
  30.     Caption = 'Dur'#233'e (1/100 s) :'
  31.   end
  32.   object LblDelai: TLabel
  33.     Left = 112
  34.     Top = 16
  35.     Width = 169
  36.     Height = 13
  37.     Caption = '<== Entrez 0 pour ignorer ce calque'
  38.   end
  39.   object BAnnuler: TButton
  40.     Left = 269
  41.     Top = 176
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Annuler'
  46.     ModalResult = 2
  47.     TabOrder = 0
  48.     OnClick = BAnnulerClick
  49.   end
  50.   object BOk: TButton
  51.     Left = 186
  52.     Top = 176
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Exporter'
  56.     Default = True
  57.     TabOrder = 1
  58.     OnClick = BOkClick
  59.   end
  60.   object SEDelai: TSpinEdit2
  61.     Left = 16
  62.     Top = 34
  63.     Width = 89
  64.     Height = 21
  65.     MaxValue = 1000
  66.     MinValue = 0
  67.     ShowUpDown = True
  68.     TabOrder = 2
  69.     Value = 100
  70.     OnChange = SEDelaiChange
  71.   end
  72.   object CBLoop: TCheckBox
  73.     Left = 16
  74.     Top = 72
  75.     Width = 145
  76.     Height = 17
  77.     Caption = 'Boucler'
  78.     Checked = True
  79.     State = cbChecked
  80.     TabOrder = 3
  81.   end
  82.   object CBImages: TComboBox
  83.     Left = 112
  84.     Top = 34
  85.     Width = 232
  86.     Height = 21
  87.     Style = csDropDownList
  88.     ItemHeight = 13
  89.     TabOrder = 4
  90.     OnChange = CBImagesChange
  91.   end
  92.   object RBOptimiser: TRadioButton
  93.     Left = 184
  94.     Top = 90
  95.     Width = 153
  96.     Height = 17
  97.     Caption = 'Palette optimis'#233'e'
  98.     TabOrder = 5
  99.   end
  100.   object RBNetscape: TRadioButton
  101.     Left = 184
  102.     Top = 72
  103.     Width = 161
  104.     Height = 17
  105.     Caption = 'Web 216 couleurs'
  106.     Checked = True
  107.     TabOrder = 6
  108.     TabStop = True
  109.   end
  110.   object CBDiffuse: TCheckBox
  111.     Left = 185
  112.     Top = 112
  113.     Width = 153
  114.     Height = 17
  115.     Caption = 'Diffusion'
  116.     Checked = True
  117.     State = cbChecked
  118.     TabOrder = 7
  119.   end
  120.   object BApercu: TButton
  121.     Left = 16
  122.     Top = 176
  123.     Width = 75
  124.     Height = 25
  125.     Caption = 'Aper'#231'u'
  126.     TabOrder = 8
  127.     OnClick = BApercuClick
  128.   end
  129.   object CBTransp: TCheckBox
  130.     Left = 16
  131.     Top = 92
  132.     Width = 153
  133.     Height = 17
  134.     Caption = 'Transparence'
  135.     TabOrder = 9
  136.     OnClick = CBTranspClick
  137.   end
  138.   object CBrestoreBkg: TCheckBox
  139.     Left = 16
  140.     Top = 112
  141.     Width = 153
  142.     Height = 17
  143.     Caption = 'Restaurer le fond'
  144.     TabOrder = 10
  145.   end
  146.   object CBOptimiser: TCheckBox
  147.     Left = 16
  148.     Top = 132
  149.     Width = 217
  150.     Height = 17
  151.     Caption = 'Rogner les bords transparents'
  152.     TabOrder = 11
  153.   end
  154.   object SaveDialog: TSaveDialog
  155.     DefaultExt = 'gif'
  156.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  157.     Left = 288
  158.     Top = 32
  159.   end
  160. end
  161.