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


object Form1: TForm1 
  Left = 206 
  Top = 458 
  Width = 377 
  Height = 288 
  Caption = 'Example for BCB' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poScreenCenter 
  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 = 32 
    Width = 53 
    Height = 13 
    Caption = 'Bios Type :' 
  end 
  object Label3: TLabel 
    Left = 8 
    Top = 56 
    Width = 51 
    Height = 13 
    Caption = 'OEM Info :' 
  end 
  object Label4: TLabel 
    Left = 25 
    Top = 144 
    Width = 34 
    Height = 13 
    Caption = 'Name :' 
  end 
  object Label5: TLabel 
    Left = 30 
    Top = 200 
    Width = 21 
    Height = 13 
    Caption = 'SN :' 
  end 
  object Label6: TLabel 
    Left = 16 
    Top = 240 
    Width = 255 
    Height = 13 
    Caption = 'Allen Ho Studio   (C)2000 - 2004     All Right Reserved' 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clBlue 
    Font.Height = -11 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Label7: TLabel 
    Left = 8 
    Top = 80 
    Width = 49 
    Height = 13 
    Caption = 'Bios Date:' 
  end 
  object Label8: TLabel 
    Left = 8 
    Top = 104 
    Width = 55 
    Height = 13 
    Caption = 'Chipset ID :' 
  end 
  object Label9: TLabel 
    Left = 24 
    Top = 176 
    Width = 18 
    Height = 13 
    Caption = 'Key' 
  end 
  object Edit1: TEdit 
    Left = 64 
    Top = 8 
    Width = 297 
    Height = 21 
    TabOrder = 3 
  end 
  object Edit2: TEdit 
    Left = 64 
    Top = 32 
    Width = 297 
    Height = 21 
    TabOrder = 4 
  end 
  object Edit3: TEdit 
    Left = 64 
    Top = 56 
    Width = 297 
    Height = 21 
    TabOrder = 5 
  end 
  object Edit4: TEdit 
    Left = 64 
    Top = 144 
    Width = 297 
    Height = 21 
    TabOrder = 0 
    Text = 'allenho' 
  end 
  object Edit5: TEdit 
    Left = 64 
    Top = 200 
    Width = 297 
    Height = 21 
    TabOrder = 1 
    Text = 'b2g2fdsewxew' 
  end 
  object Button1: TButton 
    Left = 280 
    Top = 240 
    Width = 81 
    Height = 22 
    Caption = 'Show Info' 
    TabOrder = 2 
    OnClick = Button1Click 
  end 
  object Edit6: TEdit 
    Left = 64 
    Top = 80 
    Width = 297 
    Height = 21 
    TabOrder = 6 
  end 
  object Edit7: TEdit 
    Left = 64 
    Top = 104 
    Width = 297 
    Height = 21 
    TabOrder = 7 
  end 
  object Edit8: TEdit 
    Left = 64 
    Top = 172 
    Width = 297 
    Height = 21 
    TabOrder = 8 
    Text = '53c3-1234567890' 
  end 
end