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 / TASSEMBLERFORM / TASSEMBLERFORM.txt
Text File  |  2008-01-12  |  1KB  |  58 lines

  1. object AssemblerForm: TAssemblerForm
  2.   Left = 245
  3.   Top = 157
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Assembler'
  7.   ClientHeight = 144
  8.   ClientWidth = 306
  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.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BAnnuler: TButton
  23.     Left = 216
  24.     Top = 104
  25.     Width = 75
  26.     Height = 25
  27.     Cancel = True
  28.     Caption = 'Annuler'
  29.     ModalResult = 2
  30.     TabOrder = 0
  31.   end
  32.   object BOk: TButton
  33.     Left = 136
  34.     Top = 104
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = BOkClick
  41.   end
  42.   object RGPos: TRadioGroup
  43.     Left = 16
  44.     Top = 16
  45.     Width = 275
  46.     Height = 73
  47.     Caption = ' Coller le contenu du presse-papiers '#224' '
  48.     Columns = 2
  49.     ItemIndex = 0
  50.     Items.Strings = (
  51.       'Droite'
  52.       'Bas'
  53.       'Gauche'
  54.       'Haut')
  55.     TabOrder = 2
  56.   end
  57. end
  58.