www.pudn.com > 自动计划(autoplan)源代码___强烈推荐 .rar > Unt_Time.dfm


object Form1: TForm1 
  Left = 281 
  Top = 236 
  Width = 219 
  Height = 91 
  Caption = 'AutoPlan' 
  Color = clBtnFace 
  Font.Charset = ANSI_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = #23435#20307 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCloseQuery = FormCloseQuery 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 12 
  object DateTimePicker1: TDateTimePicker 
    Left = 24 
    Top = 18 
    Width = 97 
    Height = 20 
    Date = 38085.472376134260000000 
    Time = 38085.472376134260000000 
    DateMode = dmUpDown 
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899 
    Kind = dtkTime 
    TabOrder = 0 
  end 
  object Button1: TButton 
    Left = 128 
    Top = 16 
    Width = 71 
    Height = 23 
    Caption = #30830#23450 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object Timer1: TTimer 
    Enabled = False 
    OnTimer = Timer1Timer 
    Left = 128 
    Top = 8 
  end 
end