📄 unit12.dfm
字号:
object frmgoodsflowquery: Tfrmgoodsflowquery
Left = 195
Top = 186
Width = 776
Height = 600
Caption = '商品物流查询'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 72
Top = 376
Width = 56
Height = 14
Caption = '商品名称'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 352
Top = 376
Width = 28
Height = 14
Caption = '日期'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 72
Top = 440
Width = 56
Height = 14
Caption = '物流方向'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 288
Top = 440
Width = 56
Height = 14
Caption = '物流来源'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 512
Top = 440
Width = 56
Height = 14
Caption = '物流目标'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object SpeedButton1: TSpeedButton
Left = 432
Top = 512
Width = 121
Height = 33
Caption = '返回'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 176
Top = 512
Width = 121
Height = 33
Caption = '按要求查询'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = SpeedButton2Click
end
object DBGrid1: TDBGrid
Left = 56
Top = 40
Width = 657
Height = 297
DataSource = dsgoodsflow
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Edit1: TEdit
Left = 176
Top = 376
Width = 121
Height = 19
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object DateTimePicker1: TDateTimePicker
Left = 424
Top = 376
Width = 97
Height = 19
CalAlignment = dtaLeft
Date = 36751.122928125
Time = 36751.122928125
DateFormat = dfShort
DateMode = dmComboBox
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
Kind = dtkDate
ParseInput = False
ParentFont = False
TabOrder = 2
end
object Edit2: TEdit
Left = 168
Top = 440
Width = 105
Height = 19
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object Edit3: TEdit
Left = 384
Top = 440
Width = 105
Height = 19
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object Edit4: TEdit
Left = 616
Top = 440
Width = 105
Height = 19
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 5
end
object Querygoodsflow: TQuery
DatabaseName = 'guohuabase1'
Left = 560
Top = 288
end
object dsgoodsflow: TDataSource
DataSet = Querygoodsflow
Left = 680
Top = 288
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -