home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / sweet_trials_d7 / SCAboutForm.dfm < prev    next >
Encoding:
Text File  |  2004-01-29  |  949 b   |  44 lines

  1. object SCAboutForm_: TSCAboutForm_
  2.   Left = 364
  3.   Top = 228
  4.   BorderStyle = bsDialog
  5.   Caption = 'About CA SweetControls'
  6.   ClientHeight = 253
  7.   ClientWidth = 386
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKButton: TSCButton
  20.     Left = 297
  21.     Top = 216
  22.     Width = 76
  23.     Height = 25
  24.     Anchors = [akRight, akBottom]
  25.     Cancel = True
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     Style = scbsXP
  30.     TabOrder = 0
  31.   end
  32.   object SCLabel2: TSCLabel
  33.     Left = 12
  34.     Top = 76
  35.     Width = 321
  36.     Height = 17
  37.     AutoSize = True
  38.     Caption = 
  39.       'Copyright ⌐ 1996,2004 by CodeAccelerate, Inc. All Rights Reserv' +
  40.       'ed.'
  41.     TabOrder = 1
  42.   end
  43. end
  44.