[go: up one dir, main page]

Menu

[r7]: / md5.dfm  Maximize  Restore  History

Download this file

42 lines (41 with data), 843 Bytes

object frmMD5: TfrmMD5
  Left = 0
  Top = 0
  BorderStyle = bsNone
  Caption = 'Please wait...'
  ClientHeight = 52
  ClientWidth = 215
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 215
    Height = 52
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 196
      Height = 13
      Caption = 'Please wait, calculating MD5 checksum...'
    end
    object lblFile: TLabel
      Left = 8
      Top = 27
      Width = 14
      Height = 13
      Caption = 'file'
    end
  end
end