📄 chengben.dfm
字号:
object cbglForm: TcbglForm
Left = 207
Top = 158
Width = 431
Height = 369
Caption = #25104#26412#31649#29702
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 115
Top = 27
Width = 13
Height = 13
Caption = #24180
FocusControl = DBEdit1
end
object Label2: TLabel
Left = 238
Top = 26
Width = 13
Height = 13
Caption = #26376
FocusControl = DBEdit2
end
object Label3: TLabel
Left = 359
Top = 25
Width = 13
Height = 13
Caption = #26085
FocusControl = DBEdit3
end
object Label4: TLabel
Left = 14
Top = 76
Width = 26
Height = 13
Caption = #39033#30446
FocusControl = DBEdit4
end
object Label5: TLabel
Left = 13
Top = 120
Width = 26
Height = 13
Caption = #37329#39069
FocusControl = DBEdit5
end
object Label6: TLabel
Left = 200
Top = 118
Width = 52
Height = 13
Caption = #32047#35745#37329#39069
FocusControl = DBEdit6
end
object DBEdit1: TDBEdit
Left = 32
Top = 24
Width = 73
Height = 21
DataField = 'yy'
DataSource = DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 143
Top = 24
Width = 79
Height = 21
DataField = 'mm'
DataSource = DataSource1
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 273
Top = 24
Width = 69
Height = 21
DataField = 'dd'
DataSource = DataSource1
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 44
Top = 72
Width = 135
Height = 21
DataField = 'xm'
DataSource = DataSource1
TabOrder = 3
end
object DBEdit5: TDBEdit
Left = 44
Top = 116
Width = 134
Height = 21
DataField = 'je'
DataSource = DataSource1
TabOrder = 4
end
object DBEdit6: TDBEdit
Left = 266
Top = 116
Width = 134
Height = 21
DataField = 'ljje'
DataSource = DataSource1
TabOrder = 5
end
object DBNavigator1: TDBNavigator
Left = 88
Top = 184
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 6
end
object ADODataSet1: TADODataSet
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\qxfw\qxfw.mdb;Pe' +
'rsist Security Info=False'
CursorType = ctStatic
CommandText = 'select *from cbgl'
Parameters = <>
Left = 280
Top = 72
object ADODataSet1yy: TWideStringField
FieldName = 'yy'
Size = 8
end
object ADODataSet1mm: TWideStringField
FieldName = 'mm'
Size = 8
end
object ADODataSet1dd: TWideStringField
FieldName = 'dd'
Size = 8
end
object ADODataSet1xm: TWideStringField
FieldName = 'xm'
end
object ADODataSet1je: TIntegerField
FieldName = 'je'
end
object ADODataSet1ljje: TIntegerField
FieldName = 'ljje'
end
end
object DataSource1: TDataSource
DataSet = ADODataSet1
Left = 360
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -