📄 dfm_delstohst.dfm
字号:
object dfmdelstohst: Tdfmdelstohst
Left = 291
Top = 253
Width = 318
Height = 246
Caption = #21024#38500#21382#21490#24211#23384
Color = 13422259
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poMainFormCenter
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object StatusBar1: TStatusBar
Left = 0
Top = 200
Width = 310
Height = 19
Panels = <>
SimplePanel = False
end
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 310
Height = 175
Align = alClient
DataSource = DataSource1
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
ReadOnly = True
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'bmh'
Title.Alignment = taCenter
Title.Caption = #37096#38376#21495
Width = 54
Visible = True
end
item
Expanded = False
FieldName = 'cyear'
Title.Alignment = taCenter
Title.Caption = #24180#24230
Width = 56
Visible = True
end
item
Expanded = False
FieldName = 'cmonth'
Title.Alignment = taCenter
Title.Caption = #26376#20221
Width = 45
Visible = True
end
item
Expanded = False
FieldName = 'cnumber'
Title.Alignment = taCenter
Title.Caption = #24211#23384#37327
Visible = True
end>
end
object Panel2: TPanel
Left = 0
Top = 175
Width = 310
Height = 25
Align = alBottom
BevelInner = bvLowered
TabOrder = 2
object delbtn: TBitBtn
Left = 2
Top = 0
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 0
OnClick = delbtnClick
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333333FF33333333333330003333333333333777333333333333
300033FFFFFF3333377739999993333333333777777F3333333F399999933333
3300377777733333337733333333333333003333333333333377333333333333
3333333333333333333F333333333333330033333F33333333773333C3333333
330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
333333377F33333333FF3333C333333330003333733333333777333333333333
3000333333333333377733333333333333333333333333333333}
NumGlyphs = 2
end
end
object ADOTable1: TADOTable
Connection = dmRainbowMIS.adopos
TableName = 'v_stohst'
Left = 104
Top = 96
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 72
Top = 96
end
object ADOQuery1: TADOQuery
Connection = dmRainbowMIS.adopos
Parameters = <
item
Name = 'vbmh'
Attributes = [paNullable]
DataType = ftFixedChar
NumericScale = 255
Precision = 255
Size = 510
Value = Null
end
item
Name = 'vyear'
Attributes = [paNullable]
DataType = ftFixedChar
NumericScale = 255
Precision = 255
Size = 510
Value = Null
end
item
Name = 'vmonth'
Attributes = [paNullable]
DataType = ftFixedChar
NumericScale = 255
Precision = 255
Size = 510
Value = Null
end>
SQL.Strings = (
'delete from t_storehst'
'where bmh=:vbmh and cyear=:vyear and cmonth=:vmonth')
Left = 168
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -