home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / idsearch / setup.exe / IManager.exe / 0 / RCDATA / TTIMEPROMT1 / TTIMEPROMT1.txt
Text File  |  2004-05-28  |  1KB  |  55 lines

  1. object TimePromt1: TTimePromt1
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 108
  6.   ClientWidth = 373
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 32
  20.     Top = 32
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Button1: TButton
  26.     Left = 200
  27.     Top = 72
  28.     Width = 75
  29.     Height = 25
  30.     Anchors = [akTop, akRight]
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 288
  39.     Top = 72
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akTop, akRight]
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object Timer1: TTimer
  49.     Enabled = False
  50.     OnTimer = Timer1Timer
  51.     Left = 16
  52.     Top = 72
  53.   end
  54. end
  55.