www.pudn.com > FlashTool_src_v2.9.1006.zip > about.dfm


object Form_About: TForm_About 
  Left = 219 
  Top = 111 
  BorderStyle = bsDialog 
  Caption = 'About Flash tool' 
  ClientHeight = 305 
  ClientWidth = 337 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  FormStyle = fsStayOnTop 
  OldCreateOrder = False 
  Position = poScreenCenter 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object GroupBox1: TGroupBox 
    Left = 8 
    Top = 8 
    Width = 321 
    Height = 249 
    TabOrder = 0 
    object VersionInfo: TLabel 
      Left = 24 
      Top = 24 
      Width = 132 
      Height = 29 
      Caption = 'Version 2.9' 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clNavy 
      Font.Height = -24 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ParentFont = False 
    end 
    object lb_BuildDate: TLabel 
      Left = 24 
      Top = 64 
      Width = 80 
      Height = 13 
      Caption = 'Build 2002.12.31' 
    end 
    object Label3: TLabel 
      Left = 24 
      Top = 216 
      Width = 170 
      Height = 13 
      Caption = 'Copyright 2001-2005 MediaTek Inc.' 
    end 
    object Label4: TLabel 
      Left = 24 
      Top = 114 
      Width = 3 
      Height = 13 
      Color = clScrollBar 
      ParentColor = False 
      WordWrap = True 
    end 
    object Label2: TLabel 
      Left = 40 
      Top = 194 
      Width = 3 
      Height = 13 
    end 
    object Label5: TLabel 
      Left = 40 
      Top = 162 
      Width = 3 
      Height = 13 
    end 
    object Label8: TLabel 
      Left = 40 
      Top = 130 
      Width = 3 
      Height = 13 
    end 
    object Label9: TLabel 
      Left = 40 
      Top = 178 
      Width = 3 
      Height = 13 
    end 
    object Label7: TLabel 
      Left = 40 
      Top = 146 
      Width = 3 
      Height = 13 
    end 
    object brom_dll_version: TLabel 
      Left = 24 
      Top = 88 
      Width = 54 
      Height = 13 
      Caption = 'brom.dll v2.' 
    end 
    object meta_dll_version: TLabel 
      Left = 24 
      Top = 112 
      Width = 87 
      Height = 13 
      Caption = 'META_DLL.dll v2.' 
    end 
  end 
  object Button1: TButton 
    Left = 136 
    Top = 272 
    Width = 75 
    Height = 25 
    Caption = 'OK' 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
end