📄 commonfrm.~dfm
字号:
object frmCommon: TfrmCommon
Left = 388
Top = 202
Width = 545
Height = 89
BorderIcons = [biSystemMenu]
Caption = #39640#26657#27605#19994#29983#23601#19994#20449#24687#31649#29702#31995#32479'-'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FrmCommon_OnShow
PixelsPerInch = 96
TextHeight = 13
object txt_content: TEdit
Left = 16
Top = 16
Width = 281
Height = 21
TabOrder = 0
end
object btn_Confirm: TButton
Left = 328
Top = 16
Width = 89
Height = 25
Caption = #30830' '#35748
TabOrder = 1
OnClick = btn_ConfirmClick
end
object btn_Cancel: TButton
Left = 432
Top = 16
Width = 89
Height = 25
Caption = #21462' '#28040
TabOrder = 2
OnClick = btn_CancelClick
end
object ADOCommand1: TADOCommand
ConnectionString =
'Provider=SQLOLEDB.1;Password=123456;Persist Security Info=True;U' +
'ser ID=sa;Initial Catalog=Graduated;Data Source=(local)'
Parameters = <>
Left = 472
Top = 32
end
object ADODataSet1: TADODataSet
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=Graduated;Data Source=(local)'
Parameters = <>
Left = 512
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -