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.es
/
0
/
RCDATA
/
TREGFORM
/
TREGFORM.txt
Wrap
Text File
|
2003-02-05
|
2KB
|
134 lines
object RegForm: TRegForm
Left = 299
Top = 201
ActiveControl = NameEdit
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Inscripci'#243'n'
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 = 'N'#250'mero de &serie:'
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 = 40
Height = 13
Caption = '&Nombre:'
FocusControl = NameEdit
end
object Label5: TLabel
Left = 53
Top = 46
Width = 52
Height = 13
Caption = '&Compa'#241#237'a:'
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 = 'Cancelar'
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