📄 sortselect.dfm
字号:
object FormSortSelect: TFormSortSelect
Left = 295
Top = 112
Width = 306
Height = 221
Caption = '排序'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 21
Top = 15
Width = 11
Height = 19
Caption = '1'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 20
Top = 58
Width = 11
Height = 19
Caption = '2'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 21
Top = 100
Width = 11
Height = 19
Caption = '3'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 18
Top = 128
Width = 264
Height = 12
Caption = '提示:三个排序条件都为空则复原为原始排列顺序'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = [fsItalic]
ParentFont = False
end
object ComboBox1: TComboBox
Left = 42
Top = 14
Width = 194
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 0
end
object ComboBox2: TComboBox
Left = 42
Top = 56
Width = 194
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 1
end
object CheckBox1: TCheckBox
Left = 236
Top = 17
Width = 46
Height = 17
Caption = '升序'
Checked = True
State = cbChecked
TabOrder = 2
end
object ComboBox3: TComboBox
Left = 42
Top = 99
Width = 193
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 3
end
object CheckBox2: TCheckBox
Left = 236
Top = 59
Width = 45
Height = 17
Caption = '升序'
Checked = True
State = cbChecked
TabOrder = 4
end
object CheckBox3: TCheckBox
Left = 235
Top = 102
Width = 42
Height = 17
Caption = '升序'
Checked = True
State = cbChecked
TabOrder = 5
end
object ComboBoxColumn: TComboBox
Left = 5
Top = 152
Width = 51
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 6
Visible = False
end
object BitBtn1: TBitBtn
Left = 56
Top = 149
Width = 80
Height = 25
Caption = '确定(&Y)'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 149
Top = 149
Width = 80
Height = 25
Caption = '取消(&N)'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 8
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -