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 / TASSEMBLERFORM / TASSEMBLERFORM.txt
Text File  |  2007-09-16  |  1KB  |  57 lines

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