home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / tools / 95hsplit / hjsplit.exe / 0 / RCDATA / TCHECKSUMFORM / TCHECKSUMFORM.txt
Text File  |  1996-06-01  |  2KB  |  102 lines

  1. object ChecksumForm: TChecksumForm
  2.   Left = 155
  3.   Top = 175
  4.   BorderStyle = bsDialog
  5.   Caption = 'Checksum'
  6.   ClientHeight = 212
  7.   ClientWidth = 436
  8.   Color = clGreen
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 40
  20.     Width = 72
  21.     Height = 16
  22.     Caption = 'FileName:'
  23.     Font.Color = clWhite
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object FileNameLabel: TLabel
  30.     Left = 112
  31.     Top = 42
  32.     Width = 297
  33.     Height = 23
  34.     AutoSize = False
  35.     Caption = 'unknown'
  36.     Color = clWhite
  37.     ParentColor = False
  38.     OnMouseDown = FileNameLabelMouseDown
  39.   end
  40.   object ChecksumLabel: TLabel
  41.     Left = 112
  42.     Top = 90
  43.     Width = 297
  44.     Height = 23
  45.     AutoSize = False
  46.     Caption = 'unknown'
  47.     Color = clWhite
  48.     ParentColor = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 24
  52.     Top = 88
  53.     Width = 76
  54.     Height = 16
  55.     Caption = 'Checksum:'
  56.     Font.Color = clWhite
  57.     Font.Height = -13
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.   end
  62.   object StartButton: TButton
  63.     Left = 24
  64.     Top = 136
  65.     Width = 185
  66.     Height = 41
  67.     Caption = 'Start'
  68.     Font.Color = clBlack
  69.     Font.Height = -24
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 0
  74.     OnClick = StartButtonClick
  75.   end
  76.   object HideButton: TButton
  77.     Left = 224
  78.     Top = 136
  79.     Width = 185
  80.     Height = 41
  81.     Caption = 'Hide'
  82.     Font.Color = clBlack
  83.     Font.Height = -24
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 1
  88.     OnClick = HideButtonClick
  89.   end
  90.   object OpenDialog1: TOpenDialog
  91.     FileEditStyle = fsEdit
  92.     Filter = 
  93.       'All files|*.*|Text files|*.txt; *.doc;l *.rtf|Archives|*.zip; *.' +
  94.       'arc; *.lha; *.arj|Applications|*.exe; *.com; *.dll'
  95.     Left = 408
  96.   end
  97.   object Timer1: TTimer
  98.     Interval = 100
  99.     OnTimer = Timer1Timer
  100.   end
  101. end
  102.