📄 insert.~xfm
字号:
object FrmInsert: TFrmInsert Left = 217 Top = 112 Width = 322 Height = 140 HorzScrollBar.Range = 307 VertScrollBar.Range = 123 ActiveControl = EdtX Caption = 'Insert' 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 = 12 Width = 108 Height = 15 Caption = 'Input a new record:' Font.Color = clBlack Font.Height = 13 Font.Name = 'Helvetica' Font.Pitch = fpVariable Font.Style = [] ParentFont = False end object LblX: TLabel Left = 20 Top = 40 Width = 12 Height = 15 Caption = 'X:' end object LblY: TLabel Left = 20 Top = 72 Width = 12 Height = 15 Caption = 'Y:' end object EdtX: TEdit Left = 40 Top = 36 Width = 85 Height = 23 TabOrder = 3 Text = '0' end object EdtY: TEdit Left = 40 Top = 68 Width = 85 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 end object LblPosition: TLabel Left = 16 Top = 104 Width = 47 Height = 15 Caption = 'Position:' end object EdtPosition: TEdit Left = 64 Top = 100 Width = 61 Height = 23 TabOrder = 8 Text = '0' endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -