📄 unitprodquerycard.dfm
字号:
object frmProdQueryCard: TfrmProdQueryCard
Left = 157
Top = 109
Width = 609
Height = 419
Caption = 'frmProdQueryCard'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 12
Width = 98
Height = 14
Caption = '您现在看到的是'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object lDate: TLabel
Left = 131
Top = 12
Width = 98
Height = 14
Caption = '2001年12月11日'
Font.Charset = GB2312_CHARSET
Font.Color = clYellow
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 233
Top = 12
Width = 42
Height = 14
Caption = '所有的'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object lInOut: TLabel
Left = 281
Top = 12
Width = 42
Height = 14
Caption = '入库单'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 10
Top = 6
Width = 319
Height = 26
end
object Label2: TLabel
Left = 346
Top = 13
Width = 84
Height = 14
Caption = '在此选择日期'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object sbYesterday: TSpeedButton
Left = 535
Top = 8
Width = 22
Height = 21
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000C40E0000C40E00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF999999999999FFFF9999999999
99FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
OnClick = sbYesterdayClick
end
object sbTomrrow: TSpeedButton
Left = 558
Top = 8
Width = 23
Height = 22
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000C40E0000C40E00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFF99FFFFFFFFFFFFFF99FFFFFFFFFFFFFF99FFF
FFFFFFFFFFF99FFFFFFFFFFFFFF99FFFFFFFFF999999999999FFFF9999999999
99FFFFFFFFF99FFFFFFFFFFFFFF99FFFFFFFFFFFFFF99FFFFFFFFFFFFFF99FFF
FFFFFFFFFFF99FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
OnClick = sbTomrrowClick
end
object PCInOut: TPageControl
Left = 16
Top = 35
Width = 565
Height = 297
ActivePage = TabSheet2
TabOrder = 0
OnChange = PCInOutChange
object TabSheet1: TTabSheet
Caption = '实物入库凭证'
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 557
Height = 270
Align = alClient
Color = 13355926
DataSource = DM.dsProdInCard
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'CardID'
Visible = True
end
item
Expanded = False
FieldName = 'ProdID'
Visible = False
end
item
Expanded = False
FieldName = 'ProdName'
Visible = True
end
item
Expanded = False
FieldName = 'Number'
Visible = True
end
item
Expanded = False
FieldName = 'Price'
Visible = True
end
item
Expanded = False
FieldName = 'KeeperID'
Visible = False
end
item
Expanded = False
FieldName = 'TreasurerID'
Visible = False
end
item
Expanded = False
FieldName = 'Keeper'
Visible = True
end
item
Expanded = False
FieldName = 'Treasurer'
Visible = True
end
item
Expanded = False
FieldName = 'Note'
Visible = True
end>
end
end
object TabSheet2: TTabSheet
Caption = '实物出库凭证'
ImageIndex = 1
object DBGrid2: TDBGrid
Left = 0
Top = 0
Width = 557
Height = 270
Align = alClient
Color = 8761792
DataSource = DM.dsProdOutCard
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ParentFont = False
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clBlack
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'CardID'
Visible = True
end
item
Expanded = False
FieldName = 'ProdID'
Visible = False
end
item
Expanded = False
FieldName = 'Number'
Visible = True
end
item
Expanded = False
FieldName = 'Price'
Visible = True
end
item
Expanded = False
FieldName = 'KeeperID'
Visible = False
end
item
Expanded = False
FieldName = 'ProdName'
Visible = True
end
item
Expanded = False
FieldName = 'Keeper'
Visible = True
end
item
Expanded = False
FieldName = 'Note'
Visible = True
end
item
Expanded = False
FieldName = 'TreasurerID'
Visible = False
end
item
Expanded = False
FieldName = 'Treasurer'
Visible = True
end>
end
end
end
object dtpDate: TDateTimePicker
Left = 429
Top = 7
Width = 105
Height = 22
CalAlignment = dtaLeft
Date = 36967.5852622685
Time = 36967.5852622685
DateFormat = dfShort
DateMode = dmComboBox
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Kind = dtkDate
ParseInput = False
ParentFont = False
TabOrder = 1
end
object bbCard: TBitBtn
Left = 92
Top = 341
Width = 89
Height = 35
Caption = '填写入库单'
Default = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = bbCardClick
end
object bbCardView: TBitBtn
Left = 192
Top = 342
Width = 89
Height = 34
Caption = '查看凭证'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = bbCardViewClick
end
object bbDelete: TBitBtn
Left = 288
Top = 341
Width = 89
Height = 35
Caption = '删除'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = bbDeleteClick
end
object bbCancel: TBitBtn
Left = 496
Top = 341
Width = 89
Height = 35
Cancel = True
Caption = '关闭(ESC)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 5
NumGlyphs = 2
end
object bbViewStock: TBitBtn
Left = 393
Top = 341
Width = 89
Height = 35
Caption = '查看库存'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = bbViewStockClick
end
object Button1: TButton
Left = 16
Top = 351
Width = 75
Height = 25
Caption = '测试清空'
TabOrder = 7
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -