📄 getfwclqd.dfm
字号:
object GetFwclQdForm: TGetFwclQdForm
Left = 242
Top = 159
Width = 241
Height = 269
Caption = '服务情况查询'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel
Left = 8
Top = 8
Width = 217
Height = 225
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Label4: TLabel
Left = 16
Top = 24
Width = 56
Height = 14
Caption = '起始日期'
end
object Label5: TLabel
Left = 16
Top = 64
Width = 56
Height = 14
Caption = '终止日期'
end
object dxfColorButton1: TdxfColorButton
Left = 128
Top = 104
Width = 65
Height = 40
Cursor = crHandPoint
Color = clAqua
Caption.Strings = (
'确定')
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Visible = True
OnClick = dxfColorButton1Click
end
object dxfColorButton2: TdxfColorButton
Left = 128
Top = 161
Width = 65
Height = 40
Cursor = crHandPoint
Color = clAqua
Caption.Strings = (
'退出')
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Visible = True
OnClick = dxfColorButton2Click
end
object DateTimePicker1: TDateTimePicker
Left = 80
Top = 24
Width = 121
Height = 22
CalAlignment = dtaLeft
Date = 37412.7195804051
Time = 37412.7195804051
DateFormat = dfLong
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 2
end
object DateTimePicker2: TDateTimePicker
Left = 80
Top = 64
Width = 121
Height = 22
CalAlignment = dtaLeft
Date = 37412.7195804051
Time = 37412.7195804051
DateFormat = dfLong
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 3
end
object RadioGroup2: TRadioGroup
Left = 16
Top = 96
Width = 105
Height = 113
Caption = '执行状态'
Items.Strings = (
'未派工'
'派工未结算'
'已结算'
'回 访')
TabOrder = 4
end
end
object ADOQuery1: TADOQuery
Connection = MainForm.ADOConnection1
DataSource = DataSource1
Parameters = <>
SQL.Strings = (
'select * from fwsl,fwjs')
Left = 112
Top = 160
end
object ADOQuerytmp: TADOQuery
Connection = MainForm.ADOConnection1
Parameters = <>
SQL.Strings = (
'select * from fwsl '
'')
Left = 112
Top = 96
end
object DataSource1: TDataSource
DataSet = ADOQuerytmp
Left = 112
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -