📄 acciinfofrm.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -