www.pudn.com > 邮件群发程序1.2.rar > DateQuery.dfm


object frmDateQuery: TfrmDateQuery 
  Left = 280 
  Top = 201 
  Width = 401 
  Height = 229 
  Caption = #35774#32622#26085#26399 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDefault 
  Visible = True 
  OnClose = FormClose 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object GroupBox1: TGroupBox 
    Left = 16 
    Top = 40 
    Width = 345 
    Height = 113 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 0 
    object Label1: TLabel 
      Left = 32 
      Top = 40 
      Width = 60 
      Height = 12 
      Caption = #24320#22987#26085#26399#65306 
    end 
    object Label2: TLabel 
      Left = 32 
      Top = 80 
      Width = 60 
      Height = 12 
      Caption = #32467#26463#26085#26399#65306 
    end 
    object startDate: TDateTimePicker 
      Left = 96 
      Top = 32 
      Width = 185 
      Height = 20 
      CalAlignment = dtaLeft 
      Date = 37763 
      Time = 37763 
      DateFormat = dfLong 
      DateMode = dmComboBox 
      Kind = dtkDate 
      ParseInput = False 
      TabOrder = 0 
    end 
    object endDate: TDateTimePicker 
      Left = 96 
      Top = 72 
      Width = 186 
      Height = 20 
      CalAlignment = dtaLeft 
      Date = 37769.7123721065 
      Time = 37769.7123721065 
      DateFormat = dfLong 
      DateMode = dmComboBox 
      Kind = dtkDate 
      ParseInput = False 
      TabOrder = 1 
    end 
  end 
  object CheckBox1: TCheckBox 
    Left = 16 
    Top = 16 
    Width = 217 
    Height = 17 
    Caption = #25353#26085#26399#23548#20986#25968#25454#24211#37038#20214#21015#34920 
    Checked = True 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -13 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    State = cbChecked 
    TabOrder = 1 
  end 
  object BitBtn1: TBitBtn 
    Left = 64 
    Top = 168 
    Width = 75 
    Height = 25 
    Caption = #30830#23450 
    TabOrder = 2 
    OnClick = BitBtn1Click 
    Kind = bkOK 
  end 
  object BitBtn4: TBitBtn 
    Left = 280 
    Top = 8 
    Width = 75 
    Height = 25 
    Caption = #21462#28040 
    TabOrder = 3 
    Visible = False 
    OnClick = BitBtn4Click 
    Kind = bkCancel 
  end 
  object BitBtn2: TBitBtn 
    Left = 232 
    Top = 168 
    Width = 75 
    Height = 25 
    Caption = #21462#28040 
    TabOrder = 4 
    OnClick = BitBtn2Click 
    Kind = bkCancel 
  end 
end