📄 ucxgoods.dfm
字号:
object FrmCxgoods: TFrmCxgoods
Left = 241
Top = 77
BorderStyle = bsDialog
Caption = '货品的销售数量'
ClientHeight = 351
ClientWidth = 322
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label2: TLabel
Left = 8
Top = 25
Width = 48
Height = 12
Caption = '起始时间'
end
object Label3: TLabel
Left = 8
Top = 60
Width = 48
Height = 12
Caption = '终止时间'
end
object Label1: TLabel
Left = 8
Top = 95
Width = 48
Height = 12
Caption = '定位查找'
end
object DBGrid1: TDBGrid
Left = 0
Top = 121
Width = 322
Height = 230
Align = alBottom
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Alignment = taCenter
Expanded = False
FieldName = 'nGdName'
Title.Alignment = taCenter
Title.Caption = '型体'
Width = 314
Visible = True
end
item
Expanded = False
FieldName = 'nGdCode'
Visible = False
end>
end
object DateTimePicker1: TDateTimePicker
Left = 71
Top = 22
Width = 145
Height = 20
Cursor = crArrow
BiDiMode = bdLeftToRight
CalAlignment = dtaLeft
Date = 37343.8228761227
Time = 37343.8228761227
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
ParentBiDiMode = False
TabOrder = 1
end
object DateTimePicker2: TDateTimePicker
Left = 71
Top = 56
Width = 145
Height = 20
Cursor = crArrow
BiDiMode = bdLeftToRight
CalAlignment = dtaLeft
Date = 37343.8228761227
Time = 37343.8228761227
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
ParentBiDiMode = False
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 232
Top = 20
Width = 75
Height = 25
Caption = '确定'
TabOrder = 3
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 232
Top = 52
Width = 75
Height = 25
Caption = '取消'
TabOrder = 4
OnClick = BitBtn2Click
end
object Edit1: TEdit
Left = 71
Top = 90
Width = 142
Height = 20
TabOrder = 5
OnChange = Edit1Change
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 184
Top = 112
end
object ADOQuery1: TADOQuery
Connection = DM.ADOConnection
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from s_goods order by ngdname')
Left = 216
Top = 112
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -