2 Star 9 Fork 1

王诩/Dev-Cpp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IncrementalFrm.dfm 2.68 KB
一键复制 编辑 原始数据 按行查看 历史
FMXExpress 提交于 2020-10-13 14:40 +08:00 . v6.0
object IncrementalForm: TIncrementalForm
Left = 861
Top = 494
Anchors = []
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Incremental Search'
ClientHeight = 25
ClientWidth = 282
Color = clWindow
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
PopupMenu = IncrementalPop
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object btnNext: TButton
Left = 257
Top = 0
Width = 25
Height = 25
Hint = 'Next (Enter)'
Caption = '>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = btnNextClick
end
object btnPrev: TButton
Left = 232
Top = 0
Width = 25
Height = 25
Hint = 'Previous (Shift+Enter)'
Caption = '<'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = btnPrevClick
end
object Edit: TEdit
Left = 0
Top = 2
Width = 231
Height = 22
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 2
OnChange = EditChange
OnKeyPress = EditKeyPress
end
object IncrementalPop: TPopupMenu
Left = 184
object IncrementalUndo: TMenuItem
Caption = 'Undo'
ShortCut = 16474
OnClick = IncrementalUndoClick
end
object N1: TMenuItem
Caption = '-'
end
object IncrementalCut: TMenuItem
Caption = 'Cut'
ShortCut = 16472
OnClick = IncrementalCutClick
end
object IncrementalCopy: TMenuItem
Caption = 'Copy'
ShortCut = 16451
OnClick = IncrementalCopyClick
end
object IncrementalPaste: TMenuItem
Caption = 'Paste'
ShortCut = 16470
OnClick = IncrementalPasteClick
end
object N2: TMenuItem
Caption = '-'
end
object IncrementalSelAll: TMenuItem
Caption = 'Select All'
ShortCut = 16449
OnClick = IncrementalSelAllClick
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Pascal
1
https://gitee.com/wong-xu/Dev-Cpp.git
git@gitee.com:wong-xu/Dev-Cpp.git
wong-xu
Dev-Cpp
Dev-Cpp
master

搜索帮助