home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap14 / easystr / main.txt < prev    next >
Text File  |  1995-03-20  |  1KB  |  55 lines

  1. object EasyString: TEasyString
  2.   Left = 188
  3.   Top = 100
  4.   ActiveControl = Valid
  5.   AutoScroll = False
  6.   Caption = 'Easy String'
  7.   ClientHeight = 120
  8.   ClientWidth = 410
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 24
  17.     Top = 24
  18.     Width = 377
  19.     Height = 41
  20.     BevelInner = bvLowered
  21.     Color = clNavy
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 8
  26.       Width = 56
  27.       Height = 22
  28.       Caption = 'Label1'
  29.       Font.Color = clYellow
  30.       Font.Height = -19
  31.       Font.Name = 'Times New Roman'
  32.       Font.Style = [fsBold]
  33.       ParentFont = False
  34.     end
  35.   end
  36.   object Valid: TButton
  37.     Left = 88
  38.     Top = 80
  39.     Width = 89
  40.     Height = 33
  41.     Caption = 'Valid'
  42.     TabOrder = 1
  43.     OnClick = BValidClick
  44.   end
  45.   object Bad: TButton
  46.     Left = 240
  47.     Top = 80
  48.     Width = 89
  49.     Height = 33
  50.     Caption = 'Bad'
  51.     TabOrder = 2
  52.     OnClick = BBadClick
  53.   end
  54. end
  55.