📄 labels.dfm
字号:
object LabelFrm: TLabelFrm
Left = 146
Top = 161
BorderStyle = bsDialog
Caption = '图层标注'
ClientHeight = 285
ClientWidth = 221
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 42
Height = 13
Caption = '图层: '
end
object Label2: TLabel
Left = 8
Top = 72
Width = 42
Height = 13
Caption = '字段: '
end
object Label3: TLabel
Left = 8
Top = 120
Width = 39
Height = 13
Caption = '字体: '
end
object Label4: TLabel
Left = 8
Top = 160
Width = 42
Height = 13
Caption = '字号: '
end
object CbbLayer: TComboBox
Left = 64
Top = 32
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'CbbLayer'
OnChange = CbbLayerChange
end
object CbbField: TComboBox
Left = 64
Top = 80
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'CbbField'
end
object CbbFontType: TComboBox
Left = 64
Top = 128
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 2
Text = 'CbbFontType'
end
object Edit1: TEdit
Left = 64
Top = 176
Width = 113
Height = 21
TabOrder = 3
Text = '0'
end
object BtApp: TButton
Left = 152
Top = 232
Width = 49
Height = 25
Caption = '应用'
TabOrder = 4
OnClick = BtAppClick
end
object UpDown1: TUpDown
Left = 177
Top = 176
Width = 17
Height = 21
Associate = Edit1
Min = 0
Position = 0
TabOrder = 5
Wrap = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -