📄 reader.dfm
字号:
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = Button6Click
end
object Edit1: TEdit
Left = 96
Top = 104
Width = 89
Height = 21
TabOrder = 2
OnDragOver = Edit1DragOver
end
object ComboBox1: TComboBox
Left = 96
Top = 64
Width = 89
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 3
Text = #23398#21495
Items.Strings = (
#23398#21495
#22995#21517
#32423#21035
#19987#19994)
end
object ComboBox4: TComboBox
Left = 96
Top = 24
Width = 89
Height = 21
Color = clInfoBk
ItemHeight = 13
TabOrder = 4
Text = #25353#29677#32423#26597#35810
OnChange = ComboBox4Change
Items.Strings = (
'2002'
'2003'
'2004'
'2005'
'2006'
'2007'
'2008')
end
end
object GroupBox3: TGroupBox
Left = 464
Top = 200
Width = 201
Height = 217
Caption = #23398#29983#20449#24687#24405#20837
TabOrder = 6
object Label8: TLabel
Left = 24
Top = 25
Width = 32
Height = 16
Caption = #23398#21495
FocusControl = DBEdit1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 24
Top = 57
Width = 32
Height = 16
Caption = #22995#21517
FocusControl = DBEdit2
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 24
Top = 89
Width = 32
Height = 16
Caption = #24615#21035
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
end
object Label11: TLabel
Left = 24
Top = 121
Width = 64
Height = 16
Caption = #20986#29983#24180#26376
FocusControl = DBEdit4
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
end
object Label12: TLabel
Left = 24
Top = 153
Width = 32
Height = 16
Caption = #38498#31995
FocusControl = DBEdit5
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
end
object Label13: TLabel
Left = 24
Top = 185
Width = 32
Height = 16
Caption = #19987#19994
FocusControl = DBEdit6
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
end
object Label14: TLabel
Left = 104
Top = 89
Width = 32
Height = 16
Caption = #32423#21035
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
end
object DBEdit1: TDBEdit
Left = 72
Top = 20
Width = 108
Height = 21
Color = clInfoBk
DataField = #23398#21495
DataSource = DataModule1.DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 72
Top = 52
Width = 105
Height = 21
Color = clInfoBk
DataField = #22995#21517
DataSource = DataModule1.DataSource1
TabOrder = 1
end
object DBEdit4: TDBEdit
Left = 96
Top = 116
Width = 81
Height = 21
Color = clInfoBk
DataField = #20986#29983#24180#26376
DataSource = DataModule1.DataSource1
TabOrder = 2
end
object DBEdit5: TDBEdit
Left = 64
Top = 148
Width = 113
Height = 21
Color = clInfoBk
DataField = #38498#31995
DataSource = DataModule1.DataSource1
TabOrder = 3
end
object DBEdit6: TDBEdit
Left = 64
Top = 180
Width = 113
Height = 21
Color = clInfoBk
DataField = #19987#19994
DataSource = DataModule1.DataSource1
TabOrder = 4
end
object DBCombobox1: TDBComboBox
Left = 64
Top = 84
Width = 33
Height = 21
Color = clInfoBk
DataField = #24615#21035
DataSource = DataModule1.DataSource1
ItemHeight = 13
Items.Strings = (
#30007
#22899)
TabOrder = 5
end
object DBComboBox2: TDBComboBox
Left = 136
Top = 84
Width = 57
Height = 21
Color = clInfoBk
DataField = #32423#21035
DataSource = DataModule1.DataSource1
ItemHeight = 13
Items.Strings = (
'2002'
'2003'
'2004'
'2005'
'2006'
'2007'
'2008')
TabOrder = 6
end
end
object Button7: TButton
Left = 376
Top = 488
Width = 75
Height = 25
Caption = #21462' '#28040
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 7
OnClick = Button7Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -