📄 infindut.~dfm
字号:
object rkcxfm: Trkcxfm
Left = 256
Top = 132
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #20837#24211#26597#35810
ClientHeight = 475
ClientWidth = 737
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 737
Height = 475
Align = alClient
TabOrder = 0
object lastbt: TSpeedButton
Left = 192
Top = 448
Width = 81
Height = 25
Caption = #19978#19968#26465
OnClick = lastbtClick
end
object nextbt: TSpeedButton
Left = 336
Top = 448
Width = 81
Height = 25
Caption = #19979#19968#26465
OnClick = nextbtClick
end
object closebt: TSpeedButton
Left = 560
Top = 448
Width = 89
Height = 25
Caption = #20851#38381
OnClick = closebtClick
end
object GroupBox1: TGroupBox
Left = 0
Top = 16
Width = 737
Height = 121
Caption = #26597#35810#26465#20214
TabOrder = 0
object Label1: TLabel
Left = 152
Top = 88
Width = 33
Height = 25
AutoSize = False
Caption = #20174
end
object Label2: TLabel
Left = 328
Top = 88
Width = 25
Height = 25
AutoSize = False
Caption = #21040
end
object cxbt: TSpeedButton
Left = 568
Top = 24
Width = 81
Height = 25
Caption = #26597#35810
OnClick = cxbtClick
end
object qxbt: TSpeedButton
Left = 568
Top = 80
Width = 81
Height = 25
Caption = #21462#28040
OnClick = qxbtClick
end
object mcrb: TRadioButton
Left = 40
Top = 24
Width = 113
Height = 17
Caption = #25353#26448#26009#21517#31216
TabOrder = 0
OnClick = mcrbClick
end
object bhrb: TRadioButton
Left = 40
Top = 56
Width = 113
Height = 17
Caption = #25353#26448#26009#32534#21495
TabOrder = 1
OnClick = bhrbClick
end
object sjrb: TRadioButton
Left = 40
Top = 88
Width = 113
Height = 17
Caption = #25353#26448#26009#36827#36135#26102#38388
TabOrder = 2
OnClick = sjrbClick
end
object clmcbox: TComboBox
Left = 176
Top = 24
Width = 193
Height = 21
ItemHeight = 13
TabOrder = 3
OnKeyDown = clmcboxKeyDown
end
object clbhedit: TEdit
Left = 176
Top = 56
Width = 185
Height = 21
TabOrder = 4
OnKeyDown = clbheditKeyDown
end
object rq1box: TDateTimePicker
Left = 176
Top = 88
Width = 137
Height = 21
Date = 38492.858918773150000000
Time = 38492.858918773150000000
TabOrder = 5
OnKeyDown = rq1boxKeyDown
end
object rq2box: TDateTimePicker
Left = 360
Top = 88
Width = 137
Height = 21
Date = 38492.858918773150000000
Time = 38492.858918773150000000
TabOrder = 6
OnKeyDown = rq2boxKeyDown
end
end
object GroupBox2: TGroupBox
Left = 1
Top = 144
Width = 735
Height = 294
TabOrder = 1
object DBGrid1: TDBGrid
Left = 2
Top = 15
Width = 731
Height = 277
Align = alClient
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
end
object ADOQuery: TADOQuery
Parameters = <>
SQL.Strings = (
'select * from rkb')
Left = 176
Top = 104
end
object DataSource1: TDataSource
DataSet = ADOQuery
Left = 217
Top = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -