📄 unit_rubb_incard.~dfm
字号:
object Form_Rubb_InCard: TForm_Rubb_InCard
Left = 5
Top = 58
Width = 792
Height = 514
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
Caption = '宁波市巨龙橡塑有限公司 炼胶车间管理系统'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 14
object DBGrid1: TDBGrid
Left = 0
Top = 100
Width = 798
Height = 449
Align = alBottom
DataSource = DS_InCard
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ImeMode = imChinese
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clGreen
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
OnColEnter = DBGrid1ColEnter
OnColExit = DBGrid1ColExit
OnKeyPress = DBGrid1KeyPress
Columns = <
item
Alignment = taCenter
Expanded = False
FieldName = '标识号'
Visible = False
end
item
Alignment = taCenter
Expanded = False
FieldName = '日期'
Title.Caption = '填单日期'
Width = 62
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '胶料名称'
Title.Alignment = taCenter
Width = 92
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '生产批号'
Title.Alignment = taCenter
Width = 69
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '入库数量'
Width = 51
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '甲班领料'
Width = 51
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '乙班领料'
Width = 51
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '丙班领料'
Width = 50
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '合计'
Title.Alignment = taCenter
Width = 45
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '盈亏'
Title.Alignment = taCenter
Width = 38
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '结存'
Title.Alignment = taCenter
Width = 47
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '领胶人'
Width = 42
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '送胶人'
Width = 39
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '配方编号'
Width = 50
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '货源号'
Width = 52
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = '最后领料标识'
Visible = False
end>
end
object BitBtn_Show: TBitBtn
Left = 239
Top = 75
Width = 130
Height = 25
Caption = '调出胶料台帐'
TabOrder = 1
OnClick = BitBtn_ShowClick
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
55555555FFFFFFFF5555555000000005555555577777777FF555550999999900
55555575555555775F55509999999901055557F55555557F75F5001111111101
105577FFFFFFFF7FF75F00000000000011057777777777775F755070FFFFFF0F
01105777F555557F75F75500FFFFFF0FF0105577F555FF7F57575550FF700008
8F0055575FF7777555775555000888888F005555777FFFFFFF77555550000000
0F055555577777777F7F555550FFFFFF0F05555557F5FFF57F7F555550F000FF
0005555557F777557775555550FFFFFF0555555557F555FF7F55555550FF7000
05555555575FF777755555555500055555555555557775555555}
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 705
Top = 75
Width = 75
Height = 25
Caption = '返回'
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkClose
end
object BitBtn_Ins: TBitBtn
Left = 370
Top = 75
Width = 70
Height = 25
Caption = '开始填写'
TabOrder = 3
OnClick = BitBtn_InsClick
end
object Panel12: TPanel
Left = -16
Top = 32
Width = 798
Height = 40
Caption = 'Panel12'
TabOrder = 4
object Panel2: TPanel
Left = 2
Top = 2
Width = 796
Height = 36
BevelInner = bvLowered
Caption = '混 炼 胶 出 入 库 台 帐'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = [fsItalic]
ParentFont = False
TabOrder = 0
end
end
object Panel3: TPanel
Left = 0
Top = 3
Width = 798
Height = 29
Caption = '宁 波 市 巨 龙 橡 塑 有 限 公 司'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -20
Font.Name = '隶书'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
end
object BitBtn_Post: TBitBtn
Left = 442
Top = 75
Width = 70
Height = 25
Caption = '记入帐本'
TabOrder = 6
OnClick = BitBtn_PostClick
end
object Panel1: TPanel
Left = -2
Top = 76
Width = 105
Height = 22
Caption = '请输入胶料名称'
TabOrder = 7
end
object BitBtn_Cancel: TBitBtn
Left = 514
Top = 75
Width = 70
Height = 25
Caption = '放弃'
TabOrder = 8
OnClick = BitBtn_CancelClick
end
object BitBtn_Del: TBitBtn
Left = 586
Top = 75
Width = 118
Height = 25
Caption = '删除最后一条记录'
TabOrder = 9
OnClick = BitBtn_DelClick
end
object ComboBox1: TComboBox
Left = 105
Top = 77
Width = 130
Height = 22
ItemHeight = 14
TabOrder = 10
Text = 'ComboBox1'
end
object Tab_InCard: TTable
AutoCalcFields = False
AfterPost = Tab_InCardAfterPost
DatabaseName = 'JL2000'
TableName = '炼胶台帐.db'
Left = 145
Top = 320
end
object Qry_exe: TQuery
DatabaseName = 'JL2000'
Left = 336
Top = 304
end
object DS_InCard: TDataSource
DataSet = Tab_InCard
Left = 133
Top = 309
end
object DS_Show: TDataSource
DataSet = Qry_OutCard
Left = 201
Top = 306
end
object Qry_OutCard: TQuery
DatabaseName = 'JL2000'
Left = 216
Top = 320
end
object Query1: TQuery
DatabaseName = 'JL2000'
Left = 264
Top = 248
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -