📄 renderer.dfm
字号:
object RendererFrm: TRendererFrm
Left = 133
Top = 127
BorderStyle = bsDialog
Caption = '专题图'
ClientHeight = 361
ClientWidth = 239
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
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 16
Width = 217
Height = 89
Caption = '选择专题图类型'
TabOrder = 0
object RbDensityCheck: TRadioButton
Tag = 1
Left = 8
Top = 24
Width = 113
Height = 17
Caption = '点密度专题图'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RbDensityCheckClick
end
object RbChartCheck: TRadioButton
Tag = 3
Left = 8
Top = 56
Width = 113
Height = 17
Caption = '图表专题图'
TabOrder = 1
OnClick = RbDensityCheckClick
end
object RbBreaksCheck: TRadioButton
Tag = 2
Left = 112
Top = 24
Width = 89
Height = 17
Caption = '分类专题图'
TabOrder = 2
OnClick = RbDensityCheckClick
end
object RbValueCheck: TRadioButton
Tag = 4
Left = 112
Top = 56
Width = 113
Height = 17
Caption = '独立值专题图'
TabOrder = 3
OnClick = RbDensityCheckClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 112
Width = 217
Height = 217
Caption = '参数设置'
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 32
Width = 42
Height = 13
Caption = '图层: '
end
object Label2: TLabel
Left = 16
Top = 72
Width = 42
Height = 13
Caption = '字段: '
end
object Label3: TLabel
Left = 8
Top = 168
Width = 3
Height = 13
Caption = ' '
end
object Label4: TLabel
Left = 16
Top = 120
Width = 39
Height = 13
Caption = '点号: '
end
object CbbLayer: TComboBox
Left = 56
Top = 32
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'CbbLayer'
OnChange = CbbLayerChange
end
object CbbField: TComboBox
Left = 56
Top = 72
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'CbbField'
end
object EdtBreaksCount: TEdit
Left = 56
Top = 120
Width = 113
Height = 21
TabOrder = 2
Text = '3'
end
object Panel1: TPanel
Left = 56
Top = 176
Width = 55
Height = 25
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 3
OnClick = Panel1Click
end
object UpDownSize: TUpDown
Left = 169
Top = 120
Width = 16
Height = 21
Associate = EdtBreaksCount
Min = 1
Position = 3
TabOrder = 4
Wrap = False
end
object Panel2: TPanel
Left = 128
Top = 176
Width = 55
Height = 25
BevelOuter = bvLowered
Caption = 'Panel2'
TabOrder = 5
OnClick = Panel2Click
end
object RbBar: TRadioButton
Left = 48
Top = 152
Width = 73
Height = 17
Caption = '饼图'
Checked = True
TabOrder = 6
TabStop = True
Visible = False
end
object RbBt: TRadioButton
Left = 128
Top = 152
Width = 73
Height = 17
Caption = '直方图'
TabOrder = 7
Visible = False
end
end
object BtOk: TButton
Left = 160
Top = 336
Width = 65
Height = 25
Caption = '应用'
TabOrder = 2
OnClick = BtOkClick
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 216
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -