📄 unitcomapy.dfm
字号:
object frmCompany: TfrmCompany
Left = 283
Top = 337
BorderStyle = bsDialog
Caption = #20844#21496#21517#31216#20449#24687
ClientHeight = 89
ClientWidth = 315
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 59
Height = 13
Caption = #20844#21496#21517#31216':'
end
object DBEdit1: TDBEdit
Left = 6
Top = 26
Width = 303
Height = 21
DataField = 'CompanyName'
DataSource = DataSource1
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 130
Top = 56
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 216
Top = 56
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = BitBtn2Click
end
object adoConn: TADOConnection
KeepConnection = False
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 29
Top = 53
end
object ADOTable1: TADOTable
Connection = adoConn
TableName = 'dCompany'
Left = 57
Top = 53
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 85
Top = 53
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -