?? area.dfm
字號:
object f_area: Tf_area
Left = 362
Top = 124
BorderIcons = [biMinimize]
BorderStyle = bsSingle
Caption = #35745#37327#21333#20301
ClientHeight = 438
ClientWidth = 342
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 15
object BDelete: TButton
Left = 90
Top = 403
Width = 76
Height = 23
Caption = #21024#38500' Delete'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BDeleteClick
end
object BPageDown: TButton
Left = 170
Top = 403
Width = 87
Height = 23
Caption = #20445#23384' PageDown'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BPageDownClick
end
object BESC: TButton
Left = 261
Top = 403
Width = 70
Height = 23
Caption = #36820#22238' ESC'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = BESCClick
end
object BInsert: TButton
Left = 10
Top = 403
Width = 76
Height = 23
Caption = #22686#21152' Insert'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = BInsertClick
end
object StringGrid1: TStringGrid
Left = 0
Top = 4
Width = 337
Height = 389
ColCount = 3
DefaultColWidth = 60
DefaultRowHeight = 17
RowCount = 2
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
ParentFont = False
TabOrder = 0
OnDrawCell = StringGrid1DrawCell
OnKeyPress = StringGrid1KeyPress
OnSelectCell = StringGrid1SelectCell
ColWidths = (
60
60
60)
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -