📄 uedittask.dfm
字号:
object Label4: TTntLabel
Left = 8
Top = 300
Width = 26
Height = 13
Caption = 'Date:'
end
object Label7: TTntLabel
Left = 8
Top = 332
Width = 26
Height = 13
Caption = 'Time:'
end
object Label5: TTntLabel
Left = 8
Top = 108
Width = 72
Height = 13
Caption = 'Phone number:'
end
object Bevel2: TTntBevel
Left = 8
Top = 252
Width = 341
Height = 9
Shape = bsTopLine
end
object lblName: TTntLabel
Left = 64
Top = 20
Width = 9
Height = 13
Caption = ' '
end
object txtSubject: TTntEdit
Left = 96
Top = 72
Width = 253
Height = 21
TabOrder = 0
OnChange = txtSubjectChange
end
object chbCompleted: TTntCheckBox
Left = 8
Top = 187
Width = 89
Height = 17
Caption = 'Completed'
TabOrder = 3
OnClick = chbCompletedClick
end
object txtCompleted: TTntEdit
Left = 96
Top = 216
Width = 253
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 4
end
object chbReminder: TTntCheckBox
Left = 8
Top = 268
Width = 89
Height = 17
Caption = 'Reminder'
TabOrder = 5
OnClick = chbReminderClick
end
object dtpDate: TTntDateTimePicker
Left = 96
Top = 296
Width = 253
Height = 21
Date = 38161.606045011600000000
Time = 38161.606045011600000000
Enabled = False
TabOrder = 6
OnChange = ReminderDateTimeChange
end
object dtpTime: TTntDateTimePicker
Left = 96
Top = 328
Width = 253
Height = 21
Date = 38161.606045011600000000
Time = 38161.606045011600000000
Enabled = False
Kind = dtkTime
TabOrder = 7
OnChange = ReminderDateTimeChange
end
object txtNumber: TTntEdit
Left = 96
Top = 104
Width = 253
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 1
end
object Button1: TTntButton
Left = 276
Top = 132
Width = 73
Height = 25
Caption = 'B&rowse...'
TabOrder = 2
OnClick = Button1Click
end
end
object TabSheet5: TTntTabSheet
Caption = 'Outlook'
ImageIndex = 4
object Label3: TTntLabel
Left = 8
Top = 76
Width = 30
Height = 13
Caption = 'GUID:'
end
object Label25: TTntLabel
Left = 8
Top = 108
Width = 34
Height = 13
Caption = 'File As:'
end
object Image2: TTntImage
Left = 8
Top = 12
Width = 32
Height = 32
Transparent = True
end
object lblName2: TTntLabel
Left = 64
Top = 20
Width = 9
Height = 13
Caption = ' '
end
object Bevel4: TTntBevel
Left = 8
Top = 56
Width = 341
Height = 9
Shape = bsTopLine
end
object txtOutlookID: TTntEdit
Left = 96
Top = 72
Width = 253
Height = 21
Color = clBtnFace
MaxLength = 30
ReadOnly = True
TabOrder = 0
end
object txtFileAs: TTntEdit
Left = 96
Top = 104
Width = 253
Height = 21
Color = clBtnFace
MaxLength = 30
ReadOnly = True
TabOrder = 1
end
end
end
object OkButton: TTntButton
Left = 232
Top = 404
Width = 69
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = OkButtonClick
end
object CancelButton: TTntButton
Left = 308
Top = 404
Width = 69
Height = 25
Cancel = True
Caption = '&Cancel'
TabOrder = 2
OnClick = CancelButtonClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -