📄 fmeditor.dfm
字号:
object fEditor: TfEditor
Left = 294
Top = 316
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Bug '#20449#24687
ClientHeight = 406
ClientWidth = 343
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblDevlpName: TLabel
Left = 8
Top = 16
Width = 36
Height = 12
Caption = #22995#21517#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lblType: TLabel
Left = 184
Top = 16
Width = 36
Height = 12
Caption = #31867#22411#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lblTime: TLabel
Left = 8
Top = 56
Width = 36
Height = 12
Caption = #26102#38388#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lblHourAndSecend: TLabel
Left = 184
Top = 56
Width = 36
Height = 12
Caption = #26102#21051#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lblNotes: TLabel
Left = 8
Top = 96
Width = 36
Height = 13
Caption = #20869#23481#65306
end
object lblDevpNotes: TLabel
Left = 8
Top = 152
Width = 36
Height = 13
Caption = #27880#37322#65306
end
object lblAllBranch: TLabel
Left = 16
Top = 208
Width = 84
Height = 12
Caption = #26410#20462#25913#30340#20998#25903#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lblEditBranch: TLabel
Left = 224
Top = 208
Width = 72
Height = 13
Caption = #20462#25913#30340#20998#25903#65306
end
object cbbDevpName: TComboBox
Left = 48
Top = 16
Width = 113
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object cbbType: TComboBox
Left = 224
Top = 16
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
Items.Strings = (
#20462#25913
#28155#21152
#21024#38500)
end
object dtpDate: TDateTimePicker
Left = 48
Top = 56
Width = 113
Height = 21
CalAlignment = dtaLeft
Date = 39573.6082320602
Time = 39573.6082320602
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 2
end
object mmoNotes: TMemo
Left = 48
Top = 96
Width = 281
Height = 41
Lines.Strings = (
'mmoNotes')
ScrollBars = ssVertical
TabOrder = 3
end
object dtpDateTime: TDateTimePicker
Left = 224
Top = 56
Width = 105
Height = 21
CalAlignment = dtaLeft
Date = 39573.6082320602
Time = 39573.6082320602
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkTime
ParseInput = False
TabOrder = 4
end
object mmoDevpNotes: TMemo
Left = 48
Top = 152
Width = 281
Height = 41
Lines.Strings = (
'mmoDevpNotes')
ScrollBars = ssVertical
TabOrder = 5
end
object lstNotEditBranch: TListBox
Left = 16
Top = 232
Width = 105
Height = 129
ItemHeight = 13
MultiSelect = True
TabOrder = 6
end
object btnAddBranch: TButton
Left = 136
Top = 248
Width = 75
Height = 25
Caption = '> >'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = btnAddBranchClick
end
object btnDelBtanch: TButton
Left = 136
Top = 320
Width = 75
Height = 25
Caption = '< <'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 8
OnClick = btnDelBtanchClick
end
object lstEditBranch: TListBox
Left = 224
Top = 232
Width = 105
Height = 129
ItemHeight = 13
MultiSelect = True
TabOrder = 9
end
object btnSave: TButton
Left = 64
Top = 368
Width = 75
Height = 25
Caption = #30830#23450
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 10
OnClick = btnSaveClick
end
object btnLogout: TButton
Left = 208
Top = 368
Width = 75
Height = 25
Caption = #36864#20986
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 11
OnClick = btnLogoutClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -