uqueryfordate.dfm

来自「说明: 比较简单的人事档案管理程序,包含了人事档案的大部分功能,做人事档案的兄」· DFM 代码 · 共 79 行

DFM
79
字号
object Form_QueryForDate: TForm_QueryForDate
  Left = 342
  Top = 245
  Width = 296
  Height = 273
  Caption = #25353#26085#26399#26597#35810
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 192
    Top = 216
    Width = 89
    Height = 28
    Caption = #30830#12288#23450
    Flat = True
    OnClick = SpeedButton1Click
  end
  object Label1: TLabel
    Left = 128
    Top = 190
    Width = 12
    Height = 13
    AutoSize = False
    Caption = #33267
  end
  object Label2: TLabel
    Left = 256
    Top = 190
    Width = 32
    Height = 13
    AutoSize = False
    Caption = #20043#38388
  end
  object StartDateQuery: TDateTimePicker
    Left = 8
    Top = 185
    Width = 113
    Height = 21
    Date = 38458.701500821750000000
    Time = 38458.701500821750000000
    DateFormat = dfLong
    TabOrder = 0
  end
  object StopDateQuery: TDateTimePicker
    Left = 144
    Top = 185
    Width = 105
    Height = 21
    Date = 38458.701586006940000000
    Time = 38458.701586006940000000
    DateFormat = dfLong
    TabOrder = 1
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 273
    Height = 169
    Caption = #35831#36873#25321#19968#20010#39033#30446#26597#35810
    Ctl3D = False
    Items.Strings = (
      #20986#29983#26085#26399
      #21442#21152#24037#20316#26085#26399
      #36827#20837#26412#21333#20301#26085#26399
      #21512#21516#24320#22987#26085#26399
      #21512#21516#32467#26463#26085#26399)
    ParentCtl3D = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?