📄 pfm_rptsellsh.dfm
字号:
object fm_rptsellsh: Tfm_rptsellsh
Left = 239
Top = 186
BorderStyle = bsDialog
Caption = '报表打印条件'
ClientHeight = 275
ClientWidth = 403
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 403
Height = 275
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 20
Width = 78
Height = 13
Caption = '报表打印条件'
end
object lbltishi: TLabel
Left = 36
Top = 224
Width = 7
Height = 13
end
object BBtnOK: TBitBtn
Left = 272
Top = 228
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = BBtnOKClick
end
object Edit1: TEdit
Left = 216
Top = 40
Width = 85
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 32
Top = 40
Width = 81
Height = 21
Color = clSilver
TabOrder = 2
Text = '流水号'
end
object ComboBox1: TComboBox
Left = 120
Top = 40
Width = 85
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
Items.Strings = (
'='
'<>'
'>'
'>='
'<'
'<=')
end
object BBtnAdd: TBitBtn
Left = 32
Top = 68
Width = 73
Height = 25
Caption = '加入'
TabOrder = 4
OnClick = BBtnAddClick
end
object LBox1: TListBox
Left = 36
Top = 100
Width = 321
Height = 117
Color = clInfoBk
ItemHeight = 13
TabOrder = 5
end
object ComboBox2: TComboBox
Left = 308
Top = 40
Width = 49
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 6
Items.Strings = (
'并且'
'或者')
end
object BBtndel: TBitBtn
Left = 124
Top = 68
Width = 75
Height = 25
Caption = '删除'
TabOrder = 7
OnClick = BBtndelClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -