2 Star 9 Fork 1

王诩/Dev-Cpp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
GotoLineFrm.dfm 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
FMXExpress 提交于 2020-10-13 14:40 +08:00 . v6.0
object GotoLineForm: TGotoLineForm
Left = 587
Top = 624
ActiveControl = Line
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Go to line...'
ClientHeight = 79
ClientWidth = 246
Color = clWindow
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
KeyPreview = True
OldCreateOrder = True
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnKeyUp = FormKeyUp
PixelsPerInch = 96
TextHeight = 15
object GotoLabel: TLabel
Left = 11
Top = 12
Width = 102
Height = 15
Caption = 'Go to line number :'
end
object Line: TSpinEdit
Left = 12
Top = 28
Width = 137
Height = 24
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = 1
end
object BtnOK: TButton
Left = 162
Top = 12
Width = 75
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 1
end
object BtnCancel: TButton
Left = 162
Top = 45
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
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

搜索帮助