unit1.~xfm
来自「《Kylix程序设计》一书中附带的例程源代码」· ~XFM 代码 · 共 29 行
~XFM
29 行
object Form1: TForm1 Left = 208 Top = 117 Width = 470 Height = 130 HorzScrollBar.Range = 423 VertScrollBar.Range = 77 Caption = 'Form1' 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 Button1: TButton Left = 348 Top = 52 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?