📄 stockoutfrm.dfm
字号:
object StockOutDlg: TStockOutDlg
Left = 236
Top = 136
BorderStyle = bsDialog
Caption = #20179#24211#20986#36135
ClientHeight = 390
ClientWidth = 448
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsMDIChild
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
Visible = True
OnClose = FormClose
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 0
Top = 64
Width = 60
Height = 12
Caption = #36135#29289#32534#21495#65306
end
object Label2: TLabel
Left = 232
Top = 56
Width = 36
Height = 12
Caption = #25968#37327#65306
end
object Label3: TLabel
Left = 0
Top = 80
Width = 36
Height = 12
Caption = #22791#27880#65306
end
object DBEdtAmount: TDBEdit
Left = 280
Top = 56
Width = 121
Height = 20
DataField = 'Amount'
DataSource = DMMain.DSStockOut
TabOrder = 0
OnKeyPress = DBEdtAmountKeyPress
end
object DBMRemark: TDBMemo
Left = 16
Top = 96
Width = 417
Height = 81
DataField = 'Remark'
DataSource = DMMain.DSStockOut
TabOrder = 1
end
object DBEdtGoodId: TDBEdit
Left = 56
Top = 56
Width = 161
Height = 20
DataField = 'GoodId'
DataSource = DMMain.DSStockOut
TabOrder = 2
end
object DBGrid1: TDBGrid
Left = 0
Top = 177
Width = 449
Height = 208
DataSource = DMMain.DSStockOut
TabOrder = 3
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
OnKeyPress = DBGrid1KeyPress
Columns = <
item
Expanded = False
FieldName = 'GoodId'
Title.Caption = #21830#21697#20195#30721
Visible = True
end
item
Expanded = False
FieldName = 'Amount'
Title.Caption = #25968#37327
Visible = True
end
item
Expanded = False
FieldName = 'StockOutDate'
Title.Caption = #20986#24211#26102#38388
Visible = True
end
item
Expanded = False
FieldName = 'Remark'
Title.Caption = #22791#27880
Visible = True
end>
end
object TBMain: TToolBar
Left = 0
Top = 0
Width = 448
Height = 29
ButtonHeight = 20
ButtonWidth = 61
Caption = 'TBMain'
ShowCaptions = True
TabOrder = 4
object TBAdd: TToolButton
Left = 0
Top = 2
Caption = #28155#21152
ImageIndex = 0
OnClick = TBAddClick
end
object TBEdit: TToolButton
Left = 61
Top = 2
Caption = #32534#36753
Enabled = False
ImageIndex = 1
OnClick = TBEditClick
end
object TBDelete: TToolButton
Left = 122
Top = 2
Caption = #21024#38500
ImageIndex = 2
OnClick = TBDeleteClick
end
object TBOK: TToolButton
Left = 183
Top = 2
Caption = #30830#23450
Enabled = False
ImageIndex = 3
OnClick = TBOKClick
end
object TBCancel: TToolButton
Left = 244
Top = 2
Caption = ' '#21462#28040' '
Enabled = False
ImageIndex = 4
OnClick = TBCancelClick
end
object TBExit: TToolButton
Left = 305
Top = 2
Caption = #36864#20986
ImageIndex = 5
OnClick = TBExitClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -