📄 area.dfm
字号:
inherited frmArea: TfrmArea
Left = 106
Top = 99
Width = 595
Height = 441
Caption = '地区代码'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel [0]
Left = 0
Top = 39
Width = 289
Height = 334
Align = alLeft
Caption = 'Panel1'
Ctl3D = False
ParentCtl3D = False
TabOrder = 3
object tvArea: TTreeView
Left = 1
Top = 1
Width = 287
Height = 332
Align = alClient
Color = 50331647
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
HideSelection = False
Indent = 19
ParentCtl3D = False
ParentFont = False
ReadOnly = True
TabOrder = 0
OnChange = tvAreaChange
end
end
inherited sbBar: TStatusBar
Top = 373
Width = 587
end
inherited CoolBar1: TCoolBar
Width = 587
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 587
end>
inherited tbMainBar: TToolBar
Width = 574
inherited tbQuery: TToolButton
Visible = False
end
end
end
object FloatPanel1: TFloatPanel [3]
Left = 289
Top = 39
Width = 298
Height = 334
Align = alClient
Color = 50331647
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 2
object Label2: TLabel
Left = 23
Top = 54
Width = 60
Height = 12
Caption = '本级编码:'
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object Label3: TLabel
Left = 23
Top = 80
Width = 60
Height = 12
Caption = '地区名称:'
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object Label1: TLabel
Left = 23
Top = 132
Width = 60
Height = 12
Caption = '详细说明:'
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object Label4: TLabel
Left = 23
Top = 28
Width = 60
Height = 12
Caption = '上级编码:'
Color = clWhite
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object labAreaUpperCode: TLabel
Left = 83
Top = 27
Width = 24
Height = 12
Caption = 'Null'
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object Label5: TLabel
Left = 195
Top = 57
Width = 60
Height = 12
Caption = '编码长度:'
Color = clWhite
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object labItemLength: TLabel
Left = 251
Top = 56
Width = 6
Height = 12
Color = clWhite
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Transparent = True
end
object seAreaItem: TSDEdit
Left = 78
Top = 50
Width = 107
Height = 18
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 0
Text = '0'
DigLen = 2
DataType = dtNumber
CharType = ctMathematic
SplitSymbol = ' | '
DefaultValue = '0'
end
object seAreaName: TSDEdit
Left = 79
Top = 75
Width = 191
Height = 18
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentColor = True
ParentCtl3D = False
ParentFont = False
TabOrder = 1
Text = 'seAreaName'
SplitSymbol = ' | '
end
object memAreaDesc: TMemo
Left = 22
Top = 147
Width = 208
Height = 60
Color = 50331647
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Lines.Strings = (
'memAreaDesc')
ParentCtl3D = False
ParentFont = False
TabOrder = 3
end
object chkAreaEnd: TCheckBox
Left = 23
Top = 106
Width = 90
Height = 15
Caption = '是否末级'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -