unit12.~dfm
来自「商品销售管理系统」· ~DFM 代码 · 共 272 行
~DFM
272 行
object Form12: TForm12
Left = 295
Top = 124
Width = 568
Height = 459
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 = 545
Height = 89
Caption = #35831#36755#20837#20462#25913#26597#35810#30340#20449#24687#65306
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 24
Width = 69
Height = 13
Caption = #21592' '#24037' '#32534' '#21495#65306
end
object Edit1: TEdit
Left = 88
Top = 32
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 304
Top = 16
Width = 75
Height = 25
Caption = #26597' '#35810
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 408
Top = 16
Width = 75
Height = 25
Caption = #21024#12288#38500
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 304
Top = 56
Width = 75
Height = 25
Caption = #20462#12288#25913
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 408
Top = 56
Width = 75
Height = 25
Caption = #36864' '#20986
TabOrder = 4
OnClick = Button4Click
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 104
Width = 545
Height = 313
Caption = #21592#24037#20449#24687
TabOrder = 1
object Label2: TLabel
Left = 24
Top = 24
Width = 60
Height = 13
Caption = #21592#24037#32534#21495#65306
end
object Label3: TLabel
Left = 272
Top = 24
Width = 60
Height = 13
Caption = #21592#24037#22995#21517#65306
end
object Label4: TLabel
Left = 24
Top = 64
Width = 66
Height = 13
Caption = #24615' '#21035#65306
end
object Label5: TLabel
Left = 256
Top = 72
Width = 36
Height = 13
Caption = #35828#26126#65306
end
object Label6: TLabel
Left = 24
Top = 224
Width = 60
Height = 13
Caption = #36523#20221#35777#21495#65306
end
object Label7: TLabel
Left = 24
Top = 104
Width = 63
Height = 13
Caption = #37096' '#38376#65306
end
object Label8: TLabel
Left = 24
Top = 184
Width = 63
Height = 13
Caption = #32852#31995' '#30005#35805#65306
end
object Label9: TLabel
Left = 24
Top = 152
Width = 60
Height = 13
Caption = #32423#12288#12288#21035#65306
end
object Label10: TLabel
Left = 24
Top = 264
Width = 60
Height = 13
Caption = #20303#12288#12288#22336#65306
end
object DBEdit1: TDBEdit
Left = 96
Top = 24
Width = 161
Height = 21
DataField = #21592#24037#32534#21495
DataSource = DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 344
Top = 24
Width = 161
Height = 21
DataField = #21592#24037#22995#21517
DataSource = DataSource1
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 96
Top = 184
Width = 121
Height = 21
DataField = #32852#31995#30005#35805
DataSource = DataSource1
TabOrder = 2
end
object DBComboBox1: TDBComboBox
Left = 96
Top = 64
Width = 49
Height = 21
DataField = #24615#21035
DataSource = DataSource1
ItemHeight = 13
Items.Strings = (
#30007
#22899)
TabOrder = 3
end
object DBComboBox2: TDBComboBox
Left = 96
Top = 104
Width = 129
Height = 21
DataField = #37096#38376
DataSource = DataSource1
ItemHeight = 13
Items.Strings = (
#20154#20107#37096
#37319#36141#37096
#24066#22330#37096
#31649#29702#37096)
TabOrder = 4
end
object DBComboBox3: TDBComboBox
Left = 96
Top = 144
Width = 129
Height = 21
DataField = #32423#21035
DataSource = DataSource1
ItemHeight = 13
Items.Strings = (
#19968#33324#21592#24037
#32452#38271
#37096#38376#20027#31649
#37096#38376#32463#29702)
TabOrder = 5
end
object DBEdit4: TDBEdit
Left = 96
Top = 224
Width = 121
Height = 21
DataField = #36523#20221#35777#21495
DataSource = DataSource1
TabOrder = 6
end
object DBEdit5: TDBEdit
Left = 96
Top = 264
Width = 121
Height = 21
DataField = #20303#22336
DataSource = DataSource1
TabOrder = 7
end
object DBMemo1: TDBMemo
Left = 256
Top = 96
Width = 249
Height = 185
DataField = #35828#26126
DataSource = DataSource1
TabOrder = 8
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';Data Source=NIZHAOXINA'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 56
Top = 80
end
object ADOTable1: TADOTable
Connection = ADOConnection1
TableName = #19994#21153#21592
Left = 96
Top = 80
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
SQL.Strings = (
'select * from '#19994#21153#21592)
Left = 136
Top = 80
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 168
Top = 80
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?