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