home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Spamex / sxsetup.exe / %MAINDIR% / spamex.exe / 0 / RCDATA / TFRMCHANGE / TFRMCHANGE.txt < prev   
Encoding:
Text File  |  1998-01-09  |  2.6 KB  |  150 lines

  1. object frmChange: TfrmChange
  2.   Left = 291
  3.   Top = 267
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change Scan Dates'
  7.   ClientHeight = 260
  8.   ClientWidth = 360
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label11: TLabel
  19.     Left = 8
  20.     Top = 207
  21.     Width = 79
  22.     Height = 13
  23.     Caption = 'Next Scan &Date:'
  24.   end
  25.   object Label10: TLabel
  26.     Left = 8
  27.     Top = 235
  28.     Width = 79
  29.     Height = 13
  30.     Caption = 'Next Scan &Time:'
  31.   end
  32.   object Image1: TImage
  33.     Left = 12
  34.     Top = 4
  35.     Width = 33
  36.     Height = 37
  37.     Picture.Data = {<image000.ico>}
  38.   end
  39.   object Label3: TLabel
  40.     Left = 91
  41.     Top = 8
  42.     Width = 106
  43.     Height = 13
  44.     Caption = 'Next Processing Date:'
  45.   end
  46.   object lblDateRead: TLabel
  47.     Left = 89
  48.     Top = 28
  49.     Width = 188
  50.     Height = 13
  51.     AutoSize = False
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Button3: TButton
  60.     Left = 202
  61.     Top = 229
  62.     Width = 75
  63.     Height = 23
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 5
  68.   end
  69.   object Button2: TButton
  70.     Left = 282
  71.     Top = 229
  72.     Width = 75
  73.     Height = 23
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 6
  78.   end
  79.   object Button4: TButton
  80.     Left = 103
  81.     Top = 160
  82.     Width = 33
  83.     Height = 21
  84.     Caption = '<<Y'
  85.     TabOrder = 0
  86.     OnClick = Button4Click
  87.   end
  88.   object Button5: TButton
  89.     Left = 136
  90.     Top = 160
  91.     Width = 33
  92.     Height = 21
  93.     Caption = '<M'
  94.     TabOrder = 1
  95.     OnClick = Button5Click
  96.   end
  97.   object Button7: TButton
  98.     Left = 170
  99.     Top = 160
  100.     Width = 57
  101.     Height = 21
  102.     Caption = 'Today'
  103.     TabOrder = 2
  104.     OnClick = Button7Click
  105.   end
  106.   object Button6: TButton
  107.     Left = 228
  108.     Top = 160
  109.     Width = 32
  110.     Height = 21
  111.     Caption = 'M>'
  112.     TabOrder = 3
  113.     OnClick = Button6Click
  114.   end
  115.   object Button8: TButton
  116.     Left = 260
  117.     Top = 160
  118.     Width = 33
  119.     Height = 21
  120.     Caption = 'Y>>'
  121.     TabOrder = 4
  122.     OnClick = Button8Click
  123.   end
  124.   object edtNDate: TEdit
  125.     Left = 96
  126.     Top = 200
  127.     Width = 73
  128.     Height = 21
  129.     TabOrder = 8
  130.   end
  131.   object edtNTime: TEdit
  132.     Left = 96
  133.     Top = 228
  134.     Width = 73
  135.     Height = 21
  136.     TabOrder = 7
  137.   end
  138.   object cal: TCalendar
  139.     Left = 92
  140.     Top = 52
  141.     Width = 213
  142.     Height = 109
  143.     Color = clInfoBk
  144.     StartOfWeek = 0
  145.     TabOrder = 9
  146.     UseCurrentDate = False
  147.     OnChange = calChange
  148.   end
  149. end
  150.