acciinfofrm.dfm
来自「一个可以把源代码以语法高亮的形式转换成HTML格式或RTF格式。」· DFM 代码 · 共 60 行
DFM
60 行
inherited FrmAcciInfo: TFrmAcciInfo
Left = 269
Top = 223
BorderStyle = bsDialog
Caption = #35789#27861#37197#32622#25991#20214#20449#24687
ClientHeight = 110
ClientWidth = 318
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object lblName: TLabel
Left = 16
Top = 20
Width = 24
Height = 13
Caption = #21517#31216
end
object lblFilePath: TLabel
Left = 16
Top = 52
Width = 48
Height = 13
Caption = #25991#20214#36335#24452
end
object edtName: TEdit
Left = 72
Top = 16
Width = 233
Height = 21
TabOrder = 0
end
object edtFilePath: TEdit
Left = 72
Top = 48
Width = 233
Height = 21
ReadOnly = True
TabOrder = 1
end
object btnOK: TButton
Left = 152
Top = 80
Width = 75
Height = 23
Caption = '&OK'
Default = True
TabOrder = 2
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 232
Top = 80
Width = 75
Height = 23
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?