?? unit9.dfm
字號:
object student: Tstudent
Left = 313
Top = 332
Width = 436
Height = 315
Caption = #30331#24405
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 104
Top = 16
Width = 225
Height = 33
BevelInner = bvRaised
BevelWidth = 2
Caption = #32771#29983#30331#24405
Color = clTeal
Font.Charset = GB2312_CHARSET
Font.Color = clYellow
Font.Height = -19
Font.Name = #38582#20070
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object Panel2: TPanel
Left = 16
Top = 64
Width = 393
Height = 217
BevelWidth = 2
Color = clSkyBlue
TabOrder = 1
object Label1: TLabel
Left = 48
Top = 32
Width = 92
Height = 21
Caption = #23398#29983#23398#21495
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -21
Font.Name = #38582#20070
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 72
Width = 92
Height = 21
Caption = #23398#29983#22995#21517
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -21
Font.Name = #38582#20070
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 48
Top = 112
Width = 69
Height = 21
Caption = #35797#21367#21495
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -21
Font.Name = #38582#20070
Font.Style = [fsBold]
ParentFont = False
end
object no: TEdit
Left = 176
Top = 32
Width = 153
Height = 27
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = #38582#20070
Font.Style = [fsBold]
ImeName = #26234#33021'ABC'#36755#20837#27861
ParentFont = False
PasswordChar = '*'
TabOrder = 0
OnKeyPress = noKeyPress
end
object name: TEdit
Left = 176
Top = 72
Width = 153
Height = 27
CharCase = ecUpperCase
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = #38582#20070
Font.Style = [fsBold]
ImeName = #26234#33021'ABC'#36755#20837#27861
ParentFont = False
TabOrder = 1
end
object Button1: TButton
Left = 48
Top = 168
Width = 113
Height = 33
Caption = #30830#35748
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = #38582#20070
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = Button1Click
end
object juanhao: TEdit
Left = 176
Top = 112
Width = 97
Height = 27
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = #38582#20070
Font.Style = [fsBold]
ImeName = #26234#33021'ABC'#36755#20837#27861
ParentFont = False
TabOrder = 3
OnKeyPress = juanhaoKeyPress
end
object xk1: TEdit
Left = 32
Top = 8
Width = 81
Height = 21
ImeName = #26234#33021'ABC'#36755#20837#27861
TabOrder = 4
Text = 'xk1'
Visible = False
end
object tk1: TEdit
Left = 128
Top = 8
Width = 65
Height = 21
ImeName = #26234#33021'ABC'#36755#20837#27861
TabOrder = 5
Text = 'tk1'
Visible = False
end
object Button2: TButton
Left = 208
Top = 168
Width = 89
Height = 33
Caption = #36864#20986
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = #38582#20070
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
OnClick = Button2Click
end
end
object ke: TDBEdit
Left = 344
Top = 32
Width = 73
Height = 21
DataField = #25152#23646#35838#31243
DataSource = DataSource1
ImeName = #26234#33021'ABC'#36755#20837#27861
TabOrder = 2
Visible = False
end
object Edit1: TEdit
Left = 344
Top = 8
Width = 73
Height = 21
ImeName = #26234#33021'ABC'#36755#20837#27861
TabOrder = 3
Text = 'z'
Visible = False
end
object selstudent: TQuery
DatabaseName = #30005#23376#35797#21367#24211
SQL.Strings = (
'select *'
'from '#23398#29983#22522#26412#24773#20917#34920
'where '#23398#29983#22995#21517'=:name and '#23398#29983#23398#21495'=:no1')
Left = 32
Top = 16
ParamData = <
item
DataType = ftUnknown
Name = 'name'
ParamType = ptUnknown
end
item
DataType = ftUnknown
Name = 'no1'
ParamType = ptUnknown
end>
end
object inssjk: TQuery
DatabaseName = #30005#23376#35797#21367#24211
Left = 64
Top = 16
end
object DataSource1: TDataSource
DataSet = inssjk
Top = 16
end
object isxuan: TQuery
DatabaseName = #30005#23376#35797#21367#24211
Left = 8
Top = 48
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -