materail.dfm.~3~
来自「用于工厂对于门花尺寸进行自动计算」· ~3~ 代码 · 共 68 行
~3~
68 行
object frmMaterail: TfrmMaterail
Left = 0
Top = 0
Caption = #26448#26009#31649#29702
ClientHeight = 261
ClientWidth = 522
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 522
Height = 220
Align = alClient
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Top = 220
Width = 522
Height = 41
Align = alBottom
TabOrder = 1
object btnOK: TButton
Left = 304
Top = 6
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 400
Top = 6
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 1
OnClick = btnCancelClick
end
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\work\99woods\'#39033#30446'\' +
#38376#33457'\main.mdb;Persist Security Info=False'
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 24
Top = 8
end
object DataSource1: TDataSource
Left = 96
Top = 8
end
object Table1: TTable
Left = 144
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?