search.xfm
来自「《Kylix程序设计》一书中附带的例程源代码」· XFM 代码 · 共 82 行
XFM
82 行
object FrmSearch: TFrmSearch Left = 217 Top = 112 Width = 322 Height = 118 HorzScrollBar.Range = 307 VertScrollBar.Range = 95 ActiveControl = EdtX Caption = 'Search' Color = clBackground Font.Color = clBlack Font.Height = 13 Font.Name = 'Helvetica' Font.Pitch = fpVariable Font.Style = [] ParentFont = False PixelsPerInch = 97 TextHeight = 15 TextWidth = 7 object LblInput: TLabel Left = 20 Top = 16 Width = 141 Height = 15 Caption = 'Search a specific record:' Font.Color = clBlack Font.Height = 13 Font.Name = 'Helvetica' Font.Pitch = fpVariable Font.Style = [] ParentFont = False end object LblX: TLabel Left = 20 Top = 44 Width = 12 Height = 15 Caption = 'X:' end object LblY: TLabel Left = 20 Top = 76 Width = 12 Height = 15 Caption = 'Y:' end object EdtX: TEdit Left = 40 Top = 40 Width = 100 Height = 23 TabOrder = 3 Text = '0' end object EdtY: TEdit Left = 40 Top = 72 Width = 100 Height = 23 TabOrder = 4 Text = '0' end object BtnOK: TButton Left = 232 Top = 16 Width = 75 Height = 23 Caption = 'OK' ModalResult = 1 TabOrder = 5 end object BtnCancel: TButton Left = 232 Top = 52 Width = 75 Height = 23 Caption = 'Cancel' ModalResult = 2 TabOrder = 6 endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?