📄 consumptioninfo.dfm
字号:
object frmConsumptionInfo: TfrmConsumptionInfo
Left = -4
Top = -4
Width = 808
Height = 580
Caption = #20250#21592#28040#36153#24773#20917#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poScreenCenter
Visible = True
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 0
Width = 785
Height = 65
Caption = #26597#35810#20449#24687
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 32
Width = 48
Height = 13
Caption = #20250#21592#32534#21495
end
object Label2: TLabel
Left = 208
Top = 32
Width = 48
Height = 13
Caption = #20250#21592#22995#21517
end
object memberId: TEdit
Left = 72
Top = 28
Width = 105
Height = 21
TabOrder = 0
end
object memberName: TEdit
Left = 264
Top = 28
Width = 113
Height = 21
TabOrder = 1
end
object GroupBox2: TGroupBox
Left = 400
Top = 8
Width = 249
Height = 49
Caption = #28040#36153#26102#38388
TabOrder = 2
object Label3: TLabel
Left = 120
Top = 20
Width = 12
Height = 13
Caption = #33267
end
object lowTime: TDateTimePicker
Left = 24
Top = 16
Width = 89
Height = 21
CalAlignment = dtaLeft
Date = 37660.624534919
Time = 37660.624534919
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object highTime: TDateTimePicker
Left = 136
Top = 16
Width = 89
Height = 21
CalAlignment = dtaLeft
Date = 37660.6245734028
Time = 37660.6245734028
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
end
object Button1: TButton
Left = 720
Top = 24
Width = 57
Height = 25
Caption = #28165' '#23631
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 656
Top = 24
Width = 57
Height = 25
Caption = #26597' '#35810
TabOrder = 4
OnClick = Button2Click
end
end
object GroupBox7: TGroupBox
Left = 8
Top = 120
Width = 785
Height = 361
Caption = #28040#36153#26126#32454#27983#35272
TabOrder = 1
object DBGrid1: TDBGrid
Left = 8
Top = 16
Width = 769
Height = 337
Color = clBtnShadow
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object GroupBox4: TGroupBox
Left = 8
Top = 72
Width = 233
Height = 41
Caption = #35760#24405#27983#35272#25353#38062
TabOrder = 2
object DBNavigator1: TDBNavigator
Left = 18
Top = 15
Width = 196
Height = 18
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 0
end
end
object GroupBox6: TGroupBox
Left = 248
Top = 72
Width = 121
Height = 41
Caption = #25490#24207#26041#27861
TabOrder = 3
object asc: TRadioButton
Left = 16
Top = 16
Width = 49
Height = 17
Caption = #21319#24207
Checked = True
TabOrder = 0
TabStop = True
OnClick = ascClick
end
object desc: TRadioButton
Left = 72
Top = 16
Width = 41
Height = 17
Caption = #38477#24207
TabOrder = 1
OnClick = descClick
end
end
object GroupBox5: TGroupBox
Left = 375
Top = 72
Width = 418
Height = 41
Caption = #25490#24207#20869#23481
TabOrder = 4
object id: TRadioButton
Left = 16
Top = 16
Width = 65
Height = 17
Caption = #21830#21697#32534#21495
Checked = True
TabOrder = 0
TabStop = True
OnClick = idClick
end
object name: TRadioButton
Left = 94
Top = 16
Width = 76
Height = 17
Caption = #21830#21697#21517#31216
TabOrder = 1
OnClick = nameClick
end
object money: TRadioButton
Left = 266
Top = 16
Width = 41
Height = 17
Caption = #37329#39069
TabOrder = 2
OnClick = moneyClick
end
object date: TRadioButton
Left = 344
Top = 16
Width = 49
Height = 17
Caption = #26085#26399
TabOrder = 3
OnClick = dateClick
end
object amount: TRadioButton
Left = 188
Top = 16
Width = 49
Height = 17
Caption = #25968#37327
TabOrder = 4
OnClick = amountClick
end
end
object sqlConsumptionInfo: TQuery
DatabaseName = 'WorkData'
Left = 392
Top = 264
end
object DataSource1: TDataSource
DataSet = sqlConsumptionInfo
Left = 328
Top = 264
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -