www.pudn.com > 通用注册机.zip > main.dfm


object Form1: TForm1 
  Left = 192 
  Top = 114 
  BorderIcons = [biSystemMenu] 
  BorderStyle = bsSingle 
  Caption = '注册机 - Smartstar' 
  ClientHeight = 178 
  ClientWidth = 356 
  Color = clBtnFace 
  Font.Charset = GB2312_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = '宋体' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poScreenCenter 
  PixelsPerInch = 96 
  TextHeight = 12 
  object Label1: TLabel 
    Left = 16 
    Top = 20 
    Width = 48 
    Height = 12 
    Caption = '硬件代码' 
  end 
  object Label2: TLabel 
    Left = 16 
    Top = 80 
    Width = 48 
    Height = 12 
    Caption = '注册序列' 
  end 
  object Label3: TLabel 
    Left = 16 
    Top = 145 
    Width = 48 
    Height = 12 
    Caption = '序 列 号' 
  end 
  object Edit1: TEdit 
    Left = 72 
    Top = 16 
    Width = 177 
    Height = 20 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    MaxLength = 32 
    ParentFont = False 
    TabOrder = 0 
  end 
  object Edit2: TEdit 
    Left = 72 
    Top = 141 
    Width = 177 
    Height = 20 
    TabStop = False 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    MaxLength = 32 
    ParentFont = False 
    ReadOnly = True 
    TabOrder = 5 
  end 
  object Memo1: TMemo 
    Left = 72 
    Top = 40 
    Width = 177 
    Height = 97 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 1 
  end 
  object Button1: TButton 
    Left = 264 
    Top = 16 
    Width = 75 
    Height = 33 
    Caption = '生成序列号' 
    Default = True 
    TabOrder = 2 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 264 
    Top = 72 
    Width = 75 
    Height = 33 
    Caption = '使用说明' 
    TabOrder = 3 
    OnClick = Button2Click 
  end 
  object Button3: TButton 
    Left = 264 
    Top = 128 
    Width = 75 
    Height = 33 
    Caption = '退出系统' 
    TabOrder = 4 
    OnClick = Button3Click 
  end 
end