home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Utility / Text / EditPart / _SETUP.1 / Editpart.exe / 0 / RCDATA / TCOLERROR / TCOLERROR.txt
Encoding:
Text File  |  1997-02-13  |  1.3 KB  |  66 lines

  1. object ColError: TColError
  2.   Left = 737
  3.   Top = 101
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Column Error'
  7.   ClientHeight = 69
  8.   ClientWidth = 140
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Pitch = fpVariable
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 0
  20.     Top = 4
  21.     Width = 141
  22.     Height = 20
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Fixed Column Error'
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Pitch = fpVariable
  30.     Font.Style = []
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 0
  36.     Top = 24
  37.     Width = 141
  38.     Height = 20
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'Limit: 10 - 253'
  42.     Font.Color = clBlack
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Pitch = fpVariable
  46.     Font.Style = []
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object Button1: TButton
  51.     Left = 28
  52.     Top = 44
  53.     Width = 85
  54.     Height = 21
  55.     Caption = '&OK'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Pitch = fpVariable
  60.     Font.Style = []
  61.     ParentFont = False
  62.     TabOrder = 0
  63.     OnClick = Button1Click
  64.   end
  65. end
  66.