home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kompon / d2456 / TCSCOMP.ZIP / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  2002-04-01  |  2.2 KB  |  93 lines

  1. object Form1: TForm1
  2.   Left = 325
  3.   Top = 267
  4.   Width = 375
  5.   Height = 201
  6.   Caption = 'File checksum'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 96
  16.     Top = 64
  17.     Width = 38
  18.     Height = 16
  19.     Caption = 'Found'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 64
  23.     Top = 93
  24.     Width = 64
  25.     Height = 16
  26.     Caption = 'Calculated'
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Left = 320
  30.     Top = 24
  31.     Width = 25
  32.     Height = 25
  33.     Glyph.Data = {
  34.       78010000424D7801000000000000760000002800000020000000100000000100
  35.       04000000000000000000120B0000120B00000000000000000000000000000000
  36.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  37.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  38.       5555555555555555555555555555555555555555555555555555555555555555
  39.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  40.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  41.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  42.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  43.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  44.       55555575FFF75555555555700007555555555557777555555555555555555555
  45.       55555555555555555555555555555555555555555555555555550000}
  46.     NumGlyphs = 2
  47.     OnClick = SpeedButton1Click
  48.   end
  49.   object Button1: TButton
  50.     Left = 32
  51.     Top = 120
  52.     Width = 137
  53.     Height = 41
  54.     Caption = 'Get checksum'
  55.     TabOrder = 0
  56.     OnClick = Button1Click
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 24
  60.     Top = 24
  61.     Width = 297
  62.     Height = 24
  63.     TabOrder = 1
  64.   end
  65.   object Button2: TButton
  66.     Left = 184
  67.     Top = 120
  68.     Width = 137
  69.     Height = 41
  70.     Caption = 'Write checksum'
  71.     TabOrder = 2
  72.     OnClick = Button2Click
  73.   end
  74.   object Edit2: TEdit
  75.     Left = 144
  76.     Top = 88
  77.     Width = 121
  78.     Height = 24
  79.     TabOrder = 3
  80.   end
  81.   object OpenDialog1: TOpenDialog
  82.     FileEditStyle = fsEdit
  83.     Left = 288
  84.     Top = 64
  85.   end
  86.   object FileCheckSumComp1: TFileCheckSumComp
  87.     GUID = '{C7353A60-3F56-11D6-99B9-8400C75D4F1E}'
  88.     CheckOnStart = True
  89.     Left = 168
  90.     Top = 56
  91.   end
  92. end
  93.