www.pudn.com > AVideoCapture.rar > UserPowerUnt.dfm


object UserPower: TUserPower 
  Left = 329 
  Top = 84 
  BorderIcons = [] 
  BorderStyle = bsNone 
  Caption = 'UserPower' 
  ClientHeight = 110 
  ClientWidth = 235 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  PixelsPerInch = 96 
  TextHeight = 13 
  object RainForm1: TRainForm 
    Left = 0 
    Top = 0 
    Width = 235 
    Height = 110 
    Caption = 'UserPower' 
    BtnClose = True 
    BtnMax = False 
    BtnMin = False 
    BtnMenu = True 
    BorderStyle = bsSizeable 
    Magnet = 0 
    TopMost = False 
    UseSystemFont = True 
    MinimizeType = minForm 
  end 
  object UserLab: TLabel 
    Left = 10 
    Top = 32 
    Width = 40 
    Height = 16 
    Caption = #29992' '#25143 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -16 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
    Transparent = True 
  end 
  object PsWordLab: TLabel 
    Left = 10 
    Top = 57 
    Width = 40 
    Height = 16 
    Caption = #23494' '#30721 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -16 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
    Transparent = True 
  end 
  object UserEdt: TEdit 
    Tag = 1 
    Left = 60 
    Top = 30 
    Width = 164 
    Height = 21 
    TabOrder = 0 
    OnKeyDown = EdtKeyDown 
  end 
  object PsWordEdt: TEdit 
    Tag = 2 
    Left = 60 
    Top = 55 
    Width = 164 
    Height = 21 
    PasswordChar = '*' 
    TabOrder = 1 
    OnKeyDown = EdtKeyDown 
  end 
  object YesBtn: TRainButton 
    Tag = 2 
    Left = 41 
    Top = 80 
    Width = 75 
    Height = 25 
    OffSet = 0 
    Caption = #30830#23450'&Y' 
    TabStop = True 
    TabOrder = 2 
    OnClick = BtnClick 
  end 
  object NoBtn: TRainButton 
    Tag = 1 
    Left = 115 
    Top = 80 
    Width = 75 
    Height = 25 
    OffSet = 0 
    Caption = #21462#28040'&N' 
    TabStop = True 
    TabOrder = 3 
    OnClick = BtnClick 
  end 
end