home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.FR / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  2003-02-05  |  2KB  |  134 lines

  1. object RegForm: TRegForm
  2.   Left = 299
  3.   Top = 201
  4.   ActiveControl = NameEdit
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Enregistrement'
  8.   ClientHeight = 162
  9.   ClientWidth = 268
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label3: TLabel
  23.     Left = 53
  24.     Top = 90
  25.     Width = 116
  26.     Height = 15
  27.     Caption = '&Num'#233'ro de s'#233'rie :'
  28.     WordWrap = True
  29.   end
  30.   object Label1: TLabel
  31.     Left = 96
  32.     Top = 110
  33.     Width = 3
  34.     Height = 13
  35.     Caption = '-'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 161
  39.     Top = 110
  40.     Width = 3
  41.     Height = 13
  42.     Caption = '-'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 53
  46.     Top = 6
  47.     Width = 28
  48.     Height = 13
  49.     Caption = '&Nom :'
  50.     FocusControl = NameEdit
  51.   end
  52.   object Label5: TLabel
  53.     Left = 53
  54.     Top = 46
  55.     Width = 42
  56.     Height = 13
  57.     Caption = '&Soci'#233't'#233' :'
  58.     FocusControl = OrgEdit
  59.   end
  60.   object Image1: TImage
  61.     Left = 8
  62.     Top = 8
  63.     Width = 41
  64.     Height = 41
  65.   end
  66.   object Edit1: TEdit
  67.     Left = 53
  68.     Top = 106
  69.     Width = 40
  70.     Height = 21
  71.     HelpContext = 49002
  72.     TabOrder = 2
  73.     OnChange = Edit1Change
  74.   end
  75.   object Edit2: TEdit
  76.     Left = 101
  77.     Top = 106
  78.     Width = 57
  79.     Height = 21
  80.     HelpContext = 49003
  81.     TabOrder = 3
  82.     OnChange = Edit2Change
  83.   end
  84.   object Edit3: TEdit
  85.     Left = 167
  86.     Top = 106
  87.     Width = 40
  88.     Height = 21
  89.     HelpContext = 49001
  90.     TabOrder = 4
  91.     OnChange = Edit3Change
  92.   end
  93.   object OKButton: TButton
  94.     Left = 110
  95.     Top = 136
  96.     Width = 75
  97.     Height = 23
  98.     HelpContext = 10001
  99.     Caption = 'OK'
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 5
  103.   end
  104.   object CancelBtn: TButton
  105.     Left = 190
  106.     Top = 136
  107.     Width = 75
  108.     Height = 23
  109.     HelpContext = 10002
  110.     Cancel = True
  111.     Caption = 'Annuler'
  112.     ModalResult = 2
  113.     TabOrder = 6
  114.   end
  115.   object NameEdit: TEdit
  116.     Left = 53
  117.     Top = 22
  118.     Width = 209
  119.     Height = 21
  120.     HelpContext = 49000
  121.     MaxLength = 100
  122.     TabOrder = 0
  123.   end
  124.   object OrgEdit: TEdit
  125.     Left = 53
  126.     Top = 62
  127.     Width = 209
  128.     Height = 21
  129.     HelpContext = 49001
  130.     MaxLength = 100
  131.     TabOrder = 1
  132.   end
  133. end
  134.