📄 execprocedure.dfm
字号:
object Form1: TForm1
Left = 469
Top = 115
Width = 286
Height = 349
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 241
Height = 13
AutoSize = False
Caption = #35831#36873#25321#25152#35201#26597#35810#38144#21806#39069#30340#22270#20070#30340#31867#22411#65306
end
object Label2: TLabel
Left = 8
Top = 296
Width = 169
Height = 13
AutoSize = False
Caption = #35813#31867#22270#20070#30340#24635#38144#21806#39069#20026#65306
end
object Label3: TLabel
Left = 160
Top = 288
Width = 81
Height = 20
Caption = 'Label3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 8
Top = 80
Width = 265
Height = 193
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'pub_id'
Title.Caption = #20986#29256#21830'ID'
Visible = True
end
item
Expanded = False
FieldName = 'total'
Title.Caption = #38144#21806#39069
Visible = True
end>
end
object Button1: TButton
Left = 120
Top = 40
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 1
OnClick = Button1Click
end
object ComboBox1: TComboBox
Left = 8
Top = 40
Width = 97
Height = 21
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'business'
'mod_cook'
'popular_comp'
'psychology'
'trad_cook')
end
object DataSource1: TDataSource
DataSet = StoredProc1
Left = 240
Top = 96
end
object StoredProc1: TStoredProc
DatabaseName = 'pubs'
StoredProcName = 'dbo.get_typesales'
Left = 208
Top = 96
ParamData = <
item
DataType = ftInteger
Name = 'Result'
ParamType = ptResult
Value = 0
end
item
DataType = ftString
Name = '@type'
ParamType = ptInput
end
item
DataType = ftInteger
Name = '@ytd_sales'
ParamType = ptOutput
Value = 0
end>
end
object Database1: TDatabase
AliasName = 'pubsDB'
DatabaseName = 'pubs'
LoginPrompt = False
Params.Strings = (
'USERNAME=SA'
'PASSWORD=')
SessionName = 'Default'
Left = 176
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -