📄 fcontract.~dfm
字号:
ImageIndex = 1
object DBRichEdit1: TDBRichEdit
Left = 0
Top = 62
Width = 353
Height = 288
Align = alClient
DataField = 'cmemo'
DataSource = Main.r_staffcontractDataSource
PopupMenu = PopupMenu1
ScrollBars = ssBoth
TabOrder = 0
OnSelectionChange = DBRichEdit1SelectionChange
end
object ControlBar1: TControlBar
Left = 0
Top = 0
Width = 353
Height = 62
Align = alTop
AutoSize = True
TabOrder = 1
object ToolBar1: TToolBar
Left = 11
Top = 2
Width = 0
Height = 54
AutoSize = True
ButtonHeight = 23
ButtonWidth = 25
Caption = 'ToolBar1'
EdgeInner = esNone
EdgeOuter = esNone
Flat = True
Images = Main.imgFormatting
TabOrder = 0
object FontName: TComboBox
Left = 0
Top = 0
Width = 113
Height = 23
Hint = 'Font Name|Select font name'
Ctl3D = False
DropDownCount = 10
ItemHeight = 0
ParentCtl3D = False
TabOrder = 0
OnChange = FontNameChange
end
object FontSize: TComboBox
Left = 113
Top = 1
Width = 48
Height = 20
ItemHeight = 12
ItemIndex = 0
TabOrder = 1
Text = '8'
OnChange = FontSizeChange
OnKeyPress = FontSizeKeyPress
Items.Strings = (
'8'
'9'
'10'
'11'
'12'
'14'
'16'
'18'
'20'
'24'
'28'
'32'
'46'
'80')
end
object ToolButton2: TToolButton
Left = 0
Top = 0
Width = 8
Caption = 'ToolButton2'
ImageIndex = 3
Wrap = True
Style = tbsSeparator
end
object BoldButton: TToolButton
Left = 0
Top = 31
Caption = 'BoldButton'
ImageIndex = 3
Style = tbsCheck
OnClick = BoldButtonClick
end
object ItalicButton: TToolButton
Left = 25
Top = 31
Caption = 'ItalicButton'
ImageIndex = 4
Style = tbsCheck
OnClick = ItalicButtonClick
end
object UnderlineButton: TToolButton
Left = 50
Top = 31
Caption = 'UnderlineButton'
ImageIndex = 5
Style = tbsCheck
OnClick = UnderlineButtonClick
end
object ToolButton1: TToolButton
Left = 75
Top = 31
Width = 8
Caption = 'ToolButton1'
ImageIndex = 6
Style = tbsSeparator
end
object LeftAlign: TToolButton
Left = 83
Top = 31
Caption = 'LeftAlign'
Grouped = True
ImageIndex = 0
Style = tbsCheck
OnClick = AlignButtonClick
end
object CenterAlign: TToolButton
Tag = 2
Left = 108
Top = 31
Caption = 'CenterAlign'
Grouped = True
ImageIndex = 1
Style = tbsCheck
OnClick = AlignButtonClick
end
object RightAlign: TToolButton
Tag = 1
Left = 133
Top = 31
Caption = 'RightAlign'
Grouped = True
ImageIndex = 2
Style = tbsCheck
OnClick = AlignButtonClick
end
end
end
end
end
object Button1: TButton
Left = 288
Top = 392
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 208
Top = 392
Width = 75
Height = 25
Caption = #30830#23450
Default = True
TabOrder = 2
OnClick = Button2Click
end
object PopupMenu1: TPopupMenu
Left = 52
Top = 167
object N5: TMenuItem
Caption = #25764#28040
ShortCut = 16474
OnClick = N5Click
end
object N4: TMenuItem
Caption = '-'
end
object N1: TMenuItem
Caption = #21098#20999
ShortCut = 16472
OnClick = N1Click
end
object N2: TMenuItem
Caption = #22797#21046
ShortCut = 16451
OnClick = N2Click
end
object N3: TMenuItem
Caption = #31896#36148
ShortCut = 16470
OnClick = N3Click
end
object N6: TMenuItem
Caption = '-'
end
object N7: TMenuItem
Caption = #23383#20307'...'
OnClick = N7Click
end
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Left = 124
Top = 159
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -