f_DateForm.dfm
上传用户:lcqxtx
上传日期:2013-02-15
资源大小:530k
文件大小:1k
源码类别:

企业管理

开发平台:

Delphi

  1. object DateForm: TDateForm
  2.   Left = 201
  3.   Top = 103
  4.   Width = 331
  5.   Height = 285
  6.   Caption = #26085#26399#36873#25321#31383#21475
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 94
  15.   TextHeight = 13
  16.   object date1: TMonthCalendar
  17.     Left = 0
  18.     Top = 0
  19.     Width = 323
  20.     Height = 201
  21.     Align = alTop
  22.     Date = 37678.655360115740000000
  23.     TabOrder = 0
  24.     OnDblClick = date1DblClick
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 201
  29.     Width = 323
  30.     Height = 57
  31.     Align = alClient
  32.     TabOrder = 1
  33.     OnDblClick = date1DblClick
  34.     object BitBtn1: TBitBtn
  35.       Left = 88
  36.       Top = 11
  37.       Width = 75
  38.       Height = 25
  39.       Caption = #30830#23450'[&O]'
  40.       ModalResult = 1
  41.       TabOrder = 0
  42.     end
  43.     object BitBtn2: TBitBtn
  44.       Left = 192
  45.       Top = 11
  46.       Width = 75
  47.       Height = 25
  48.       Caption = #21462#28040'[&C]'
  49.       TabOrder = 1
  50.       OnClick = BitBtn2Click
  51.     end
  52.   end
  53. end