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 / TREGFORM / TREGFORM.txt
Text File  |  2007-09-16  |  2KB  |  117 lines

  1. object RegForm: TRegForm
  2.   Left = 334
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enregistrement'
  6.   ClientHeight = 185
  7.   ClientWidth = 281
  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 = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 169
  26.     Height = 13
  27.     Caption = 'Utilisateur / Soci'#233't'#233' / Organisation :'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 72
  32.     Width = 101
  33.     Height = 13
  34.     Caption = 'Cl'#233' d'#39'enregistrement :'
  35.   end
  36.   object EdiUser: TEdit
  37.     Left = 16
  38.     Top = 32
  39.     Width = 249
  40.     Height = 21
  41.     MaxLength = 32
  42.     TabOrder = 0
  43.     OnChange = EdiUserChange
  44.   end
  45.   object EdiKey1: TEdit
  46.     Left = 16
  47.     Top = 88
  48.     Width = 57
  49.     Height = 21
  50.     AutoSelect = False
  51.     CharCase = ecUpperCase
  52.     MaxLength = 5
  53.     TabOrder = 1
  54.     OnChange = EdiKeyChange
  55.   end
  56.   object EdiKey2: TEdit
  57.     Left = 80
  58.     Top = 88
  59.     Width = 57
  60.     Height = 21
  61.     AutoSelect = False
  62.     CharCase = ecUpperCase
  63.     MaxLength = 5
  64.     TabOrder = 2
  65.     OnChange = EdiKeyChange
  66.   end
  67.   object EdiKey3: TEdit
  68.     Left = 144
  69.     Top = 88
  70.     Width = 57
  71.     Height = 21
  72.     AutoSelect = False
  73.     CharCase = ecUpperCase
  74.     MaxLength = 5
  75.     TabOrder = 3
  76.     OnChange = EdiKeyChange
  77.   end
  78.   object EdiKey4: TEdit
  79.     Left = 208
  80.     Top = 88
  81.     Width = 57
  82.     Height = 21
  83.     AutoSelect = False
  84.     CharCase = ecUpperCase
  85.     MaxLength = 5
  86.     TabOrder = 4
  87.     OnChange = EdiKeyChange
  88.   end
  89.   object BAnnuler: TButton
  90.     Left = 192
  91.     Top = 144
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'Annuler'
  95.     TabOrder = 5
  96.     OnClick = BAnnulerClick
  97.   end
  98.   object BOk: TButton
  99.     Left = 112
  100.     Top = 144
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'Ok'
  104.     TabOrder = 6
  105.     OnClick = BOkClick
  106.   end
  107.   object BDel: TButton
  108.     Left = 16
  109.     Top = 144
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'Supprimer'
  113.     TabOrder = 7
  114.     OnClick = BDelClick
  115.   end
  116. end
  117.