unit14.~dfm
来自「商品销售管理系统」· ~DFM 代码 · 共 224 行
~DFM
224 行
object Form14: TForm14
Left = 289
Top = 122
Width = 542
Height = 380
Caption = #26597#35810#26694
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 521
Height = 97
Caption = #35831#36755#20837#26597#35810#30340#21830#21697#20449#24687#65306
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 32
Width = 60
Height = 13
Caption = #21830#21697#32534#21495#65306
end
object Edit1: TEdit
Left = 96
Top = 32
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 280
Top = 16
Width = 75
Height = 25
Caption = #26597' '#35810
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 280
Top = 56
Width = 75
Height = 25
Caption = #21024' '#38500
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 400
Top = 16
Width = 75
Height = 25
Caption = #20462' '#25913
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 400
Top = 56
Width = 75
Height = 25
Caption = #36864' '#20986
TabOrder = 4
OnClick = Button4Click
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 112
Width = 521
Height = 225
Caption = #21830#21697#20449#24687#65306
TabOrder = 1
object Label2: TLabel
Left = 32
Top = 24
Width = 60
Height = 13
Caption = #21830#21697#32534#21495#65306
end
object Label3: TLabel
Left = 272
Top = 24
Width = 48
Height = 13
Caption = #21830#21697#21517#65306
end
object Label4: TLabel
Left = 16
Top = 64
Width = 72
Height = 13
Caption = #20379#24212#32773#32534#21495#65306
end
object Label5: TLabel
Left = 16
Top = 120
Width = 72
Height = 13
Caption = #23384#25918#20179#24211#21495#65306
end
object Label6: TLabel
Left = 272
Top = 72
Width = 48
Height = 13
Caption = #21333' '#20215#65306
end
object Label7: TLabel
Left = 24
Top = 160
Width = 60
Height = 13
Caption = #24211' '#23384' '#37327#65306
end
object Label8: TLabel
Left = 272
Top = 96
Width = 42
Height = 13
Caption = #35828' '#26126#65306
end
object DBEdit1: TDBEdit
Left = 96
Top = 24
Width = 121
Height = 21
DataField = #21830#21697#32534#21495
DataSource = DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 328
Top = 24
Width = 121
Height = 21
DataField = #21830#21697#21517
DataSource = DataSource1
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 96
Top = 72
Width = 121
Height = 21
DataField = #20379#24212#32773#32534#21495
DataSource = DataSource1
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 328
Top = 72
Width = 121
Height = 21
DataField = #21333#20215
DataSource = DataSource1
TabOrder = 3
end
object DBEdit5: TDBEdit
Left = 96
Top = 128
Width = 121
Height = 21
DataField = #23384#25918#20179#24211#21495
DataSource = DataSource1
TabOrder = 4
end
object DBEdit6: TDBEdit
Left = 96
Top = 168
Width = 121
Height = 21
DataField = #24211#23384#37327
DataSource = DataSource1
TabOrder = 5
end
object DBMemo1: TDBMemo
Left = 264
Top = 120
Width = 185
Height = 73
DataField = #35828#26126
DataSource = DataSource1
TabOrder = 6
end
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog='#21830#21697#36827#36135#31649#29702#31995#32479
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 24
Top = 80
end
object ADOTable1: TADOTable
Connection = ADOConnection1
TableName = #21830#21697
Left = 64
Top = 80
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
SQL.Strings = (
'select * from '#21830#21697)
Left = 104
Top = 88
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 144
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?