home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Servis / Sytinem / SYTINEM.EXE / 0 / RCDATA / TMESSAGEFORM / TMESSAGEFORM.txt < prev   
Text File  |  1998-08-31  |  1KB  |  68 lines

  1. object MessageForm: TMessageForm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = OKGradBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'SyTinem: Message'
  8.   ClientHeight = 93
  9.   ClientWidth = 336
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   Version = 'TGradientForm v1.60'
  18.   UseWin98Gradient = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object IconImage: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object MessageLabel: TLabel
  30.     Left = 48
  31.     Top = 8
  32.     Width = 281
  33.     Height = 52
  34.     AutoSize = False
  35.     WordWrap = True
  36.   end
  37.   object FirstBevel: TBevel
  38.     Left = 0
  39.     Top = 64
  40.     Width = 337
  41.     Height = 5
  42.     Shape = bsTopLine
  43.   end
  44.   object OKGradBtn: TGradBtn
  45.     Left = 128
  46.     Top = 68
  47.     Width = 75
  48.     Height = 25
  49.     BtnHiliteClr = clWhite
  50.     BtnShadowClr = clBlack
  51.     BeginColor = 13553358
  52.     EndColor = 6250335
  53.     GradientStyle = gsVertical
  54.     TextStyle = tsInset
  55.     TextShadeType = stHeavy
  56.     Presets = Aluminum
  57.     Caption = 'OK'
  58.     OnClick = OKGradBtnClick
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -13
  62.     Font.Name = 'Verdana'
  63.     Font.Style = [fsBold]
  64.     TabOrder = 0
  65.     TabStop = True
  66.   end
  67. end
  68.