home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMREMINDER / TFRMREMINDER.txt < prev   
Encoding:
Text File  |  2000-07-27  |  3.2 KB  |  173 lines

  1. object frmReminder: TfrmReminder
  2.   Left = 346
  3.   Top = 223
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'AutoMate Reminder'
  7.   ClientHeight = 277
  8.   ClientWidth = 386
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 6
  23.     Top = 240
  24.     Width = 96
  25.     Height = 13
  26.     Caption = 'Remind me again in:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 235
  30.     Top = 242
  31.     Width = 39
  32.     Height = 13
  33.     Caption = 'minutes.'
  34.   end
  35.   object lblRemindText: TLabel
  36.     Left = 4
  37.     Top = 136
  38.     Width = 281
  39.     Height = 89
  40.     Alignment = taCenter
  41.     AutoSize = False
  42.     WordWrap = True
  43.   end
  44.   object sdf: TLabel
  45.     Left = 143
  46.     Top = 241
  47.     Width = 47
  48.     Height = 13
  49.     Caption = 'hours and'
  50.   end
  51.   object Image1: TImage
  52.     Left = 344
  53.     Top = 8
  54.     Width = 32
  55.     Height = 32
  56.     AutoSize = True
  57.     Picture.Data = {<image001.ico>}
  58.     Transparent = True
  59.   end
  60.   object lblReminderTitle: TLabel
  61.     Left = 4
  62.     Top = 8
  63.     Width = 83
  64.     Height = 22
  65.     Caption = 'Reminder'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -19
  69.     Font.Name = 'Arial'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object Label3: TLabel
  74.     Left = 4
  75.     Top = 44
  76.     Width = 153
  77.     Height = 13
  78.     Caption = 'You have a reminder scheduled:'
  79.   end
  80.   object Bevel1: TBevel
  81.     Left = 1
  82.     Top = 64
  83.     Width = 381
  84.     Height = 2
  85.   end
  86.   object lblTimeLabel: TLabel
  87.     Left = 4
  88.     Top = 80
  89.     Width = 44
  90.     Height = 13
  91.     Caption = 'For Time:'
  92.   end
  93.   object lblDateLabel: TLabel
  94.     Left = 4
  95.     Top = 108
  96.     Width = 44
  97.     Height = 13
  98.     Caption = 'For Date:'
  99.   end
  100.   object lblTime: TLabel
  101.     Left = 60
  102.     Top = 80
  103.     Width = 89
  104.     Height = 13
  105.     AutoSize = False
  106.     Font.Charset = DEFAULT_CHARSET
  107.     Font.Color = clWindowText
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = [fsBold]
  111.     ParentFont = False
  112.   end
  113.   object lblDate: TLabel
  114.     Left = 60
  115.     Top = 108
  116.     Width = 89
  117.     Height = 13
  118.     AutoSize = False
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.   end
  126.   object Bevel2: TBevel
  127.     Left = 0
  128.     Top = 132
  129.     Width = 289
  130.     Height = 97
  131.   end
  132.   object comAgain: TButton
  133.     Left = 300
  134.     Top = 131
  135.     Width = 75
  136.     Height = 25
  137.     Caption = '&Snooze'
  138.     ModalResult = 1
  139.     TabOrder = 0
  140.     OnClick = comAgainClick
  141.   end
  142.   object comOFF: TButton
  143.     Left = 300
  144.     Top = 203
  145.     Width = 75
  146.     Height = 25
  147.     Cancel = True
  148.     Caption = '&Off'
  149.     Default = True
  150.     ModalResult = 2
  151.     TabOrder = 1
  152.     OnClick = comOFFClick
  153.   end
  154.   object edtHours: TEdit
  155.     Left = 105
  156.     Top = 238
  157.     Width = 34
  158.     Height = 21
  159.     TabOrder = 2
  160.     Text = '0'
  161.     OnKeyPress = edtHoursKeyPress
  162.   end
  163.   object edtMinutes: TEdit
  164.     Left = 197
  165.     Top = 238
  166.     Width = 34
  167.     Height = 21
  168.     TabOrder = 3
  169.     Text = '2'
  170.     OnKeyPress = edtHoursKeyPress
  171.   end
  172. end
  173.