📄 xxcx.dfm
字号:
object frmxxcx: Tfrmxxcx
Left = 192
Top = 114
Width = 456
Height = 335
Caption = #20449#24687#26597#35810#31995#32479
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 88
Width = 24
Height = 13
Caption = #24180#32423
end
object Label2: TLabel
Left = 136
Top = 88
Width = 24
Height = 13
Caption = #29677#32423
end
object Label3: TLabel
Left = 208
Top = 88
Width = 36
Height = 13
Caption = #29677#20027#20219
end
object Label4: TLabel
Left = 288
Top = 88
Width = 48
Height = 13
Caption = #23398#29983#24635#25968
end
object Label5: TLabel
Left = 64
Top = 160
Width = 24
Height = 13
Caption = #23398#21495
end
object Label6: TLabel
Left = 128
Top = 160
Width = 24
Height = 13
Caption = #22995#21517
end
object Label7: TLabel
Left = 208
Top = 160
Width = 24
Height = 13
Caption = #24615#21035
end
object Label8: TLabel
Left = 248
Top = 160
Width = 24
Height = 13
Caption = #24180#40836
end
object Label9: TLabel
Left = 312
Top = 160
Width = 24
Height = 13
Caption = #30005#35805
end
object ComboBox1: TComboBox
Left = 112
Top = 40
Width = 81
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'ComboBox1'
Items.Strings = (
#19968#24180#32423
#20108#24180#32423
#19977#24180#32423)
end
object Button1: TButton
Left = 216
Top = 40
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 1
end
object DBEdit1: TDBEdit
Left = 48
Top = 104
Width = 49
Height = 21
TabOrder = 2
end
object DBEdit2: TDBEdit
Left = 120
Top = 104
Width = 49
Height = 21
TabOrder = 3
end
object DBEdit3: TDBEdit
Left = 192
Top = 104
Width = 57
Height = 21
TabOrder = 4
end
object DBEdit4: TDBEdit
Left = 264
Top = 104
Width = 81
Height = 21
TabOrder = 5
end
object DBEdit5: TDBEdit
Left = 48
Top = 176
Width = 49
Height = 21
TabOrder = 6
end
object DBEdit6: TDBEdit
Left = 120
Top = 176
Width = 73
Height = 21
TabOrder = 7
end
object DBEdit7: TDBEdit
Left = 208
Top = 176
Width = 25
Height = 21
TabOrder = 8
end
object DBEdit8: TDBEdit
Left = 248
Top = 176
Width = 25
Height = 21
TabOrder = 9
end
object DBEdit9: TDBEdit
Left = 288
Top = 176
Width = 121
Height = 21
TabOrder = 10
end
object DataSource1: TDataSource
DataSet = Table1
Left = 16
Top = 16
end
object Table1: TTable
DatabaseName = 'xsgl'
TableName = 'dept.DB'
Left = 56
Top = 16
end
object Query1: TQuery
DatabaseName = 'xsgl'
DataSource = DataSource1
SQL.Strings = (
'select *from student where dno=:dno')
Left = 128
Top = 16
ParamData = <
item
DataType = ftInteger
Name = 'dno'
ParamType = ptUnknown
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -