www.pudn.com > newnew.rar > Unit3.dfm


object Form3: TForm3 
  Left = 501 
  Top = 257 
  Width = 303 
  Height = 122 
  Caption = 'Form3' 
  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 = 136 
    Top = 16 
    Width = 36 
    Height = 48 
    Caption = '%' 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -40 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Edit1: TEdit 
    Left = 8 
    Top = 24 
    Width = 121 
    Height = 40 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -27 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 0 
  end 
  object Button1: TButton 
    Left = 208 
    Top = 24 
    Width = 73 
    Height = 41 
    Caption = #30830#23450 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -11 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [fsBold] 
    ParentFont = False 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
end