www.pudn.com > vod2007.rar > Unit_LogForm.dfm


object frmInput: TfrmInput 
  Left = 192 
  Top = 107 
  Width = 247 
  Height = 182 
  Caption = '输入日期' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 16 
    Top = 8 
    Width = 105 
    Height = 19 
    Caption = '今天日期是:' 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -19 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Label2: TLabel 
    Left = 16 
    Top = 40 
    Width = 143 
    Height = 19 
    Caption = '本软件未经注册:' 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -19 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object edtInput: TEdit 
    Left = 16 
    Top = 72 
    Width = 201 
    Height = 32 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -19 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    ReadOnly = True 
    TabOrder = 0 
  end 
  object Button1: TButton 
    Left = 56 
    Top = 120 
    Width = 75 
    Height = 25 
    Caption = '确定' 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -16 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 144 
    Top = 120 
    Width = 75 
    Height = 25 
    Caption = '取消' 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -19 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 2 
    OnClick = Button2Click 
  end 
end