📄 checkmoney.dfm
字号:
object frmCheckMoney: TfrmCheckMoney
Left = 227
Top = 104
BorderStyle = bsDialog
Caption = #36164#37329#30424#28857
ClientHeight = 403
ClientWidth = 459
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 8
Top = 64
Width = 57
Height = 13
AutoSize = False
Caption = #26174#31034#32467#26524
end
object DBGrid1: TDBGrid
Left = 8
Top = 80
Width = 443
Height = 273
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox2: TGroupBox
Left = 192
Top = 8
Width = 259
Height = 49
Caption = #26597#35810#26102#38388
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 20
Width = 12
Height = 13
AutoSize = False
Caption = #20174
end
object Label2: TLabel
Left = 104
Top = 20
Width = 12
Height = 13
AutoSize = False
Caption = #21040
end
object dt1: TDateTimePicker
Left = 24
Top = 16
Width = 77
Height = 21
CalAlignment = dtaLeft
Date = 37710.8398260417
Time = 37710.8398260417
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object dt2: TDateTimePicker
Left = 120
Top = 16
Width = 77
Height = 21
CalAlignment = dtaLeft
Date = 37710.8398260417
Time = 37710.8398260417
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object Button1: TButton
Left = 200
Top = 16
Width = 49
Height = 21
Caption = #26597#35810
TabOrder = 2
OnClick = Button1Click
end
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 185
Height = 49
Caption = #25968#25454#23548#33322
TabOrder = 2
object DBNavigator1: TDBNavigator
Left = 16
Top = 16
Width = 152
Height = 21
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 0
end
end
object Button2: TButton
Left = 368
Top = 368
Width = 75
Height = 25
Caption = #20851#38381
ModalResult = 2
TabOrder = 3
end
object DataSource1: TDataSource
DataSet = Query1
Left = 216
Top = 208
end
object Table1: TTable
DatabaseName = 'wuzi'
TableName = 'zjxb.db'
Left = 120
Top = 208
end
object Table2: TTable
DatabaseName = 'wuzi'
TableName = 'money.db'
Left = 184
Top = 208
end
object Table3: TTable
DatabaseName = 'wuzi'
Exclusive = True
TableName = 'chkMoney.db'
Left = 152
Top = 208
end
object Query1: TQuery
Active = True
DatabaseName = 'wuzi'
SQL.Strings = (
'select * from chkMoney')
Left = 88
Top = 208
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -