home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Zraly / sreng.exe / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt < prev   
Encoding:
Text File  |  2001-02-07  |  1.1 KB  |  53 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 344
  3.   Top = 258
  4.   BorderStyle = bsDialog
  5.   Caption = 'ShowReminder 2.0'
  6.   ClientHeight = 118
  7.   ClientWidth = 312
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DRLabel1: TDRLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 297
  23.     Height = 73
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Font.Charset = EASTEUROPE_CHARSET
  27.     Font.Color = clNavy
  28.     Font.Height = -13
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     WordWrap = True
  33.     HiColor = clBlue
  34.     LoColor = clNavy
  35.     Border = boNone
  36.     Ctl3D = True
  37.     BlinkInterval = 300
  38.     Blink = blNone
  39.     ShadowColor = cl3DLight
  40.     Deep = 1
  41.   end
  42.   object CorelButton1: TCorelButton
  43.     Left = 112
  44.     Top = 88
  45.     Width = 97
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.   end
  52. end
  53.