📄 unit6.dfm
字号:
object formcou_add: Tformcou_add
Left = 196
Top = 104
Width = 265
Height = 346
Caption = #35838#31243#20449#24687#30331#35760
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 = 48
Top = 24
Width = 49
Height = 13
AutoSize = False
Caption = #35838#31243#21495
end
object Label2: TLabel
Left = 48
Top = 88
Width = 41
Height = 17
AutoSize = False
Caption = #35838#31243#21517
end
object Label3: TLabel
Left = 48
Top = 144
Width = 49
Height = 13
AutoSize = False
Caption = #23398#26399
end
object Label4: TLabel
Left = 56
Top = 208
Width = 41
Height = 25
AutoSize = False
Caption = #25945#26448
end
object Editcno: TEdit
Left = 112
Top = 24
Width = 105
Height = 21
TabOrder = 0
end
object Editcname: TEdit
Left = 112
Top = 80
Width = 105
Height = 21
TabOrder = 1
end
object Editcbook: TEdit
Left = 112
Top = 208
Width = 105
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 32
Top = 264
Width = 73
Height = 25
Caption = #30331#35760
TabOrder = 3
OnClick = Button1Click
end
object ComboBoxsem: TComboBox
Left = 112
Top = 144
Width = 113
Height = 21
ItemHeight = 13
TabOrder = 4
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7')
end
object Button2: TButton
Left = 152
Top = 264
Width = 73
Height = 25
Caption = #36820#22238
TabOrder = 5
OnClick = Button2Click
end
object StoredProccou_add: TStoredProc
DatabaseName = 'student_course'
StoredProcName = 'cou_add;1'
Left = 24
Top = 208
ParamData = <
item
DataType = ftInteger
Name = '@RETURN_VALUE'
ParamType = ptResult
end
item
DataType = ftString
Name = '@cno'
ParamType = ptInput
end
item
DataType = ftString
Name = '@cname'
ParamType = ptInput
end
item
DataType = ftString
Name = '@cnum'
ParamType = ptInput
end
item
DataType = ftString
Name = '@cbook'
ParamType = ptInput
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -