www.pudn.com > BiosNtSuiteBin.rar > Unit1.dfm


object Form1: TForm1 
  Left = 192 
  Top = 99 
  Width = 341 
  Height = 290 
  Caption = 'Example for Delphi' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 16 
    Top = 8 
    Width = 43 
    Height = 13 
    Caption = 'Bios ID  :' 
  end 
  object Label2: TLabel 
    Left = 6 
    Top = 34 
    Width = 53 
    Height = 13 
    Caption = 'Bios Type :' 
  end 
  object Label3: TLabel 
    Left = 8 
    Top = 60 
    Width = 51 
    Height = 13 
    Caption = 'OEM Info :' 
  end 
  object Label4: TLabel 
    Left = 9 
    Top = 166 
    Width = 34 
    Height = 13 
    Caption = 'Name :' 
  end 
  object Label5: TLabel 
    Left = 22 
    Top = 224 
    Width = 21 
    Height = 13 
    Caption = 'SN :' 
  end 
  object Label6: TLabel 
    Left = 8 
    Top = 248 
    Width = 249 
    Height = 13 
    Caption = ' Copyright _ 2000 - 2004   Allen Ho Studio  ' 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [fsBold] 
    ParentFont = False 
  end 
  object Label7: TLabel 
    Left = 8 
    Top = 96 
    Width = 46 
    Height = 13 
    Caption = 'Bios Date' 
  end 
  object Label8: TLabel 
    Left = 16 
    Top = 120 
    Width = 49 
    Height = 13 
    Caption = 'Chipset ID' 
  end 
  object Label9: TLabel 
    Left = 8 
    Top = 200 
    Width = 18 
    Height = 13 
    Caption = 'Key' 
  end 
  object Edit1: TEdit 
    Left = 72 
    Top = 8 
    Width = 249 
    Height = 21 
    TabOrder = 0 
  end 
  object Edit2: TEdit 
    Left = 72 
    Top = 35 
    Width = 249 
    Height = 21 
    TabOrder = 1 
  end 
  object Edit3: TEdit 
    Left = 72 
    Top = 62 
    Width = 249 
    Height = 21 
    TabOrder = 2 
  end 
  object Edit4: TEdit 
    Left = 56 
    Top = 166 
    Width = 265 
    Height = 21 
    TabOrder = 3 
  end 
  object Edit5: TEdit 
    Left = 56 
    Top = 224 
    Width = 169 
    Height = 21 
    TabOrder = 4 
  end 
  object Button1: TButton 
    Left = 256 
    Top = 240 
    Width = 75 
    Height = 25 
    Caption = 'Show Info' 
    TabOrder = 5 
    OnClick = Button1Click 
  end 
  object Edit6: TEdit 
    Left = 72 
    Top = 89 
    Width = 249 
    Height = 21 
    TabOrder = 6 
  end 
  object Edit7: TEdit 
    Left = 72 
    Top = 116 
    Width = 249 
    Height = 21 
    TabOrder = 7 
  end 
  object Edit8: TEdit 
    Left = 56 
    Top = 195 
    Width = 265 
    Height = 21 
    TabOrder = 8 
  end 
end