📄 deletestock.dfm
字号:
object frmDeleteStock: TfrmDeleteStock
Left = 238
Top = 130
Width = 489
Height = 386
Caption = #29289#36164#20986#24211
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 465
Height = 169
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox2: TGroupBox
Left = 8
Top = 180
Width = 337
Height = 125
TabOrder = 1
object Label1: TLabel
Left = 24
Top = 20
Width = 57
Height = 13
AutoSize = False
Caption = #29289#36164#21517#31216
end
object Label2: TLabel
Left = 176
Top = 20
Width = 57
Height = 13
AutoSize = False
Caption = #29289#36164#32534#21495
end
object Label3: TLabel
Left = 24
Top = 92
Width = 57
Height = 13
AutoSize = False
Caption = #20986#24211#25968#37327
end
object units: TLabel
Left = 138
Top = 92
Width = 22
Height = 13
Caption = 'units'
end
object Label4: TLabel
Left = 176
Top = 92
Width = 57
Height = 13
AutoSize = False
Caption = #20986#24211#26102#38388
end
object Label5: TLabel
Left = 24
Top = 56
Width = 49
Height = 13
AutoSize = False
Caption = #37096#38376#21517#31216
end
object Label6: TLabel
Left = 176
Top = 56
Width = 49
Height = 13
AutoSize = False
Caption = #37096#38376#32534#21495
end
object wzName: TComboBox
Left = 80
Top = 16
Width = 81
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnSelect = wzNameSelect
end
object wzId: TEdit
Left = 232
Top = 16
Width = 81
Height = 21
ReadOnly = True
TabOrder = 1
Text = 'wzId'
end
object num: TEdit
Left = 80
Top = 88
Width = 57
Height = 21
TabOrder = 2
Text = 'num'
OnExit = numExit
end
object dt: TDateTimePicker
Left = 232
Top = 88
Width = 81
Height = 21
CalAlignment = dtaLeft
Date = 37710.4121173958
Time = 37710.4121173958
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 3
end
object bmName: TComboBox
Left = 80
Top = 52
Width = 81
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
OnSelect = bmNameSelect
end
object bmId: TEdit
Left = 232
Top = 52
Width = 81
Height = 21
ReadOnly = True
TabOrder = 5
end
end
object GroupBox1: TGroupBox
Left = 352
Top = 180
Width = 121
Height = 125
TabOrder = 2
object Button1: TButton
Left = 24
Top = 22
Width = 75
Height = 25
Caption = #26680#31639
TabOrder = 0
OnClick = Button1Click
end
object money: TEdit
Left = 24
Top = 72
Width = 73
Height = 21
ReadOnly = True
TabOrder = 1
Text = 'money'
OnExit = moneyExit
end
end
object Button2: TButton
Left = 272
Top = 320
Width = 75
Height = 25
Caption = #20986' '#24211
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 392
Top = 320
Width = 75
Height = 25
Caption = #36864' '#20986
ModalResult = 2
TabOrder = 4
end
object Query1: TQuery
Active = True
DatabaseName = 'wuzi'
SQL.Strings = (
'select a.'#29289#36164#32534#21495',a.'#29289#36164#21517#31216',b.'#37096#38376#32534#21495',b.'#37096#38376#21517#31216',c.'#20986#24211#25968#37327',c.'#20986#24211#26102#38388
' from wzinfo as a,bminfo as b,wzck as c'
' where a.'#29289#36164#32534#21495'=c.'#29289#36164#32534#21495' and b.'#37096#38376#32534#21495'=c.'#37096#38376#32534#21495)
Left = 152
Top = 88
end
object DataSource1: TDataSource
DataSet = Query1
Left = 200
Top = 88
end
object Table1: TTable
DatabaseName = 'wuzi'
TableName = 'wzinfo.DB'
Left = 80
Top = 328
end
object Table2: TTable
DatabaseName = 'wuzi'
TableName = 'bminfo.db'
Left = 120
Top = 328
end
object Table3: TTable
DatabaseName = 'wuzi'
TableName = 'wzck.db'
Left = 160
Top = 328
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -