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
Text File  |  1997-05-06  |  1KB  |  62 lines

  1. object MaxErrorForm: TMaxErrorForm
  2.   Left = 420
  3.   Top = 313
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set Maximum Error Count'
  6.   ClientHeight = 112
  7.   ClientWidth = 215
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 27
  18.     Width = 74
  19.     Height = 13
  20.     Caption = '&Max SQL Errors'
  21.   end
  22.   object MaxErrors: TEdit
  23.     Left = 104
  24.     Top = 24
  25.     Width = 41
  26.     Height = 21
  27.     TabOrder = 0
  28.     Text = '0'
  29.   end
  30.   object Button1: TButton
  31.     Left = 16
  32.     Top = 72
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&Ok'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object Button2: TButton
  41.     Left = 120
  42.     Top = 72
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = '&Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50.   object UpDown1: TUpDown
  51.     Left = 145
  52.     Top = 24
  53.     Width = 12
  54.     Height = 21
  55.     Associate = MaxErrors
  56.     Min = 0
  57.     Position = 0
  58.     TabOrder = 3
  59.     Wrap = False
  60.   end
  61. end
  62.