?? unitfrmmain.dfm
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -