📄 unit7.dfm
字号:
object wzmcdialog: Twzmcdialog
Left = 280
Top = 80
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '选择数据'
ClientHeight = 452
ClientWidth = 313
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 15
object Panel1: TPanel
Left = 0
Top = 0
Width = 313
Height = 73
Align = alTop
BevelInner = bvLowered
BorderWidth = 4
TabOrder = 0
object Label1: TLabel
Left = 12
Top = 12
Width = 121
Height = 15
Caption = '名称(按声母输入)'
end
object Label2: TLabel
Left = 14
Top = 43
Width = 106
Height = 15
Caption = '名称(汉字输入)'
end
object search: TEdit
Left = 184
Top = 10
Width = 97
Height = 23
CharCase = ecUpperCase
TabOrder = 0
OnChange = searchChange
end
object hzsearch: TEdit
Left = 184
Top = 40
Width = 97
Height = 23
TabOrder = 1
OnChange = hzsearchChange
end
end
object Panel2: TPanel
Left = 0
Top = 416
Width = 313
Height = 36
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BitBtn1: TBitBtn
Left = 14
Top = 4
Width = 65
Height = 27
Caption = '确定'
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 81
Top = 4
Width = 68
Height = 27
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object BitBtn3: TBitBtn
Left = 269
Top = 6
Width = 41
Height = 27
Hint = '增加新数据'
Caption = '+'
TabOrder = 2
OnClick = BitBtn3Click
end
end
object Panel3: TPanel
Left = 0
Top = 73
Width = 313
Height = 343
Align = alClient
BevelOuter = bvLowered
TabOrder = 2
object PageControl1: TPageControl
Left = 1
Top = 1
Width = 311
Height = 341
ActivePage = TabSheet2
Align = alClient
TabHeight = 28
TabOrder = 0
object TabSheet1: TTabSheet
Caption = '已选择数据列表'
object ResultList: TListBox
Left = 0
Top = 0
Width = 303
Height = 303
Align = alClient
ImeName = '智能ABC输入法'
ItemHeight = 17
Style = lbOwnerDrawFixed
TabOrder = 0
end
end
object TabSheet2: TTabSheet
Caption = '全部数据列表'
ImageIndex = 1
object sourcelist: TListBox
Left = 0
Top = 0
Width = 303
Height = 303
Align = alClient
ImeName = '智能ABC输入法'
ItemHeight = 17
Style = lbOwnerDrawFixed
TabOrder = 0
end
end
end
end
object FormTransitions1: TFormTransitions
Left = 125
Top = 220
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -