unitfrmmain.dfm

来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 130 行

DFM
130
字号
object Form1: TForm1
  Left = 99
  Top = 114
  Width = 544
  Height = 375
  Caption = '取得和修改文件日期'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 111
    Width = 113
    Height = 13
    AutoSize = False
    Caption = '设置文件建立日期'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 148
    Width = 113
    Height = 13
    AutoSize = False
    Caption = '设置文件修改日期'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object DateTimePicker1: TDateTimePicker
    Left = 176
    Top = 104
    Width = 113
    Height = 21
    CalAlignment = dtaLeft
    Date = 37167.8241099074
    Time = 37167.8241099074
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 0
  end
  object DateTimePicker2: TDateTimePicker
    Left = 320
    Top = 104
    Width = 113
    Height = 21
    CalAlignment = dtaLeft
    Date = 37167.8241150116
    Time = 37167.8241150116
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkTime
    ParseInput = False
    TabOrder = 1
  end
  object DateTimePicker3: TDateTimePicker
    Left = 176
    Top = 144
    Width = 113
    Height = 21
    CalAlignment = dtaLeft
    Date = 37167.8241203472
    Time = 37167.8241203472
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 2
  end
  object DateTimePicker4: TDateTimePicker
    Left = 320
    Top = 144
    Width = 113
    Height = 21
    CalAlignment = dtaLeft
    Date = 37167.8241255556
    Time = 37167.8241255556
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkTime
    ParseInput = False
    TabOrder = 3
  end
  object Button1: TButton
    Left = 128
    Top = 224
    Width = 113
    Height = 25
    Caption = '取得文件日期'
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 320
    Top = 224
    Width = 105
    Height = 25
    Caption = '修改文件日期'
    TabOrder = 5
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 176
    Top = 16
    Width = 185
    Height = 65
    TabOrder = 6
  end
  object OpenDialog1: TOpenDialog
    Left = 40
    Top = 24
  end
end

⌨️ 快捷键说明

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