object RegForm: TRegForm Left = 299 Top = 201 ActiveControl = NameEdit BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Enregistrement' ClientHeight = 162 ClientWidth = 268 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 53 Top = 90 Width = 116 Height = 15 Caption = '&Num'#233'ro de s'#233'rie :' WordWrap = True end object Label1: TLabel Left = 96 Top = 110 Width = 3 Height = 13 Caption = '-' end object Label2: TLabel Left = 161 Top = 110 Width = 3 Height = 13 Caption = '-' end object Label4: TLabel Left = 53 Top = 6 Width = 28 Height = 13 Caption = '&Nom :' FocusControl = NameEdit end object Label5: TLabel Left = 53 Top = 46 Width = 42 Height = 13 Caption = '&Soci'#233't'#233' :' FocusControl = OrgEdit end object Image1: TImage Left = 8 Top = 8 Width = 41 Height = 41 end object Edit1: TEdit Left = 53 Top = 106 Width = 40 Height = 21 HelpContext = 49002 TabOrder = 2 OnChange = Edit1Change end object Edit2: TEdit Left = 101 Top = 106 Width = 57 Height = 21 HelpContext = 49003 TabOrder = 3 OnChange = Edit2Change end object Edit3: TEdit Left = 167 Top = 106 Width = 40 Height = 21 HelpContext = 49001 TabOrder = 4 OnChange = Edit3Change end object OKButton: TButton Left = 110 Top = 136 Width = 75 Height = 23 HelpContext = 10001 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object CancelBtn: TButton Left = 190 Top = 136 Width = 75 Height = 23 HelpContext = 10002 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 6 end object NameEdit: TEdit Left = 53 Top = 22 Width = 209 Height = 21 HelpContext = 49000 MaxLength = 100 TabOrder = 0 end object OrgEdit: TEdit Left = 53 Top = 62 Width = 209 Height = 21 HelpContext = 49001 MaxLength = 100 TabOrder = 1 end end