home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freesoft 1997 June
/
Freesoft_1997-06_cd.bin
/
nerecenz
/
programmers
/
SSW
/
SSW.EXE
/
0
/
RCDATA
/
TMAXERRORFORM
/
TMAXERRORFORM.txt
Wrap
Text File
|
1997-05-06
|
1KB
|
62 lines
object MaxErrorForm: TMaxErrorForm
Left = 420
Top = 313
BorderStyle = bsDialog
Caption = 'Set Maximum Error Count'
ClientHeight = 112
ClientWidth = 215
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 27
Width = 74
Height = 13
Caption = '&Max SQL Errors'
end
object MaxErrors: TEdit
Left = 104
Top = 24
Width = 41
Height = 21
TabOrder = 0
Text = '0'
end
object Button1: TButton
Left = 16
Top = 72
Width = 75
Height = 25
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 120
Top = 72
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object UpDown1: TUpDown
Left = 145
Top = 24
Width = 12
Height = 21
Associate = MaxErrors
Min = 0
Position = 0
TabOrder = 3
Wrap = False
end
end