frm_conditionset.dfm
来自「一个电力企业的后台管理程序」· DFM 代码 · 共 117 行
DFM
117 行
object Form_CondSet: TForm_CondSet
Left = 310
Top = 205
BorderStyle = bsDialog
Caption = '条件设置'
ClientHeight = 134
ClientWidth = 358
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 358
Height = 134
Align = alClient
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 8
Width = 36
Height = 12
Caption = '表名:'
end
object Lbl_TableName: TLabel
Left = 64
Top = 8
Width = 6
Height = 12
end
object Label2: TLabel
Left = 40
Top = 33
Width = 36
Height = 12
Caption = '日期:'
end
object Label3: TLabel
Left = 98
Top = 33
Width = 12
Height = 12
Caption = '从'
end
object Label4: TLabel
Left = 98
Top = 68
Width = 12
Height = 12
Caption = '到'
end
object Dtp_Start: TDateTimePicker
Left = 115
Top = 29
Width = 186
Height = 20
CalAlignment = dtaLeft
Date = 37589.6695055671
Time = 37589.6695055671
DateFormat = dfLong
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object Dtp_End: TDateTimePicker
Left = 116
Top = 65
Width = 186
Height = 20
CalAlignment = dtaLeft
Date = 37589.6697299884
Time = 37589.6697299884
DateFormat = dfLong
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object Ch_DelRec: TCheckBox
Left = 40
Top = 104
Width = 97
Height = 17
Caption = '删除源记录'
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 184
Top = 106
Width = 68
Height = 21
Caption = '确定'
TabOrder = 3
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 272
Top = 106
Width = 68
Height = 21
Caption = '退出'
TabOrder = 4
OnClick = BitBtn2Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?