📄 bcmdunit.dfm
字号:
object bcmdForm: TbcmdForm
Left = 134
Top = 115
Width = 613
Height = 410
Caption = '本班免单-打折情况'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 57
Width = 605
Height = 326
Align = alClient
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 605
Height = 57
Align = alTop
BevelOuter = bvNone
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
object Label1: TLabel
Left = 70
Top = 18
Width = 72
Height = 12
Caption = '历史开始时间'
end
object Label3: TLabel
Left = 322
Top = 17
Width = 48
Height = 12
Caption = '结束时间'
end
object zaizhu: TCheckBox
Left = 15
Top = 16
Width = 44
Height = 17
Caption = '在住'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = zaizhuClick
end
object begdate: TDateTimePicker
Left = 141
Top = 15
Width = 108
Height = 20
CalAlignment = dtaLeft
Date = 37039.6012255787
Time = 37039.6012255787
DateFormat = dfLong
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object begtime: TDateTimePicker
Left = 247
Top = 14
Width = 72
Height = 20
CalAlignment = dtaLeft
Date = 37039.6017131944
Time = 37039.6017131944
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkTime
ParseInput = False
TabOrder = 2
end
object enddate: TDateTimePicker
Left = 371
Top = 14
Width = 107
Height = 20
CalAlignment = dtaLeft
Date = 37039.6012255787
Time = 37039.6012255787
DateFormat = dfLong
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 3
end
object endtime: TDateTimePicker
Left = 477
Top = 14
Width = 73
Height = 20
CalAlignment = dtaLeft
Date = 37039.6017131944
Time = 37039.6017131944
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkTime
ParseInput = False
TabOrder = 4
end
object BitBtn1: TBitBtn
Left = 552
Top = 12
Width = 47
Height = 25
Caption = '查询'
TabOrder = 5
OnClick = BitBtn1Click
end
end
object DataSource1: TDataSource
DataSet = Query4
Left = 232
Top = 120
end
object Query4: TQuery
DatabaseName = 'sanadm'
Left = 232
Top = 160
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -