📄 unitgdzcquery.~dfm
字号:
object FrmGdzcQuery: TFrmGdzcQuery
Left = 275
Top = 123
Width = 805
Height = 585
Caption = #22266#23450#36164#20135#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
ShowHint = False
DesignSize = (
797
551)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 16
Width = 48
Height = 13
Caption = #23384#25918#20179#24211
end
object Label2: TLabel
Left = 40
Top = 64
Width = 48
Height = 13
Caption = #20351#29992#37096#38376
end
object Label3: TLabel
Left = 40
Top = 112
Width = 36
Height = 13
Caption = #20351#29992#20154
end
object Label4: TLabel
Left = 384
Top = 16
Width = 36
Height = 13
Caption = #20379#36135#21830
end
object Label5: TLabel
Left = 384
Top = 64
Width = 36
Height = 13
Caption = #37319#36141#20154
end
object cmbbxStorePlace: TComboBox
Left = 104
Top = 8
Width = 128
Height = 21
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'A'#20179
'B'#20179
'C'#20179
'D'#20179
'')
end
object cmbbxDepartment: TComboBox
Left = 104
Top = 56
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 1
Items.Strings = (
#24320#21457#37096
#20154#20107#37096
#38144#21806#37096
#20844#20851#37096
'')
end
object cmbbxCustomer: TComboBox
Left = 473
Top = 8
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 2
Items.Strings = (
#40736#26631#20379#36135#21830
#38190#30424#20379#36135#21830
#26174#31034#22120#20379#36135#21830
#38899#31665#20379#24212#21830
'')
end
object edtBuyMan: TEdit
Left = 472
Top = 56
Width = 121
Height = 21
TabOrder = 3
end
object edtUserMan: TEdit
Left = 104
Top = 104
Width = 121
Height = 21
TabOrder = 4
end
object btnQuery: TButton
Left = 408
Top = 96
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 5
OnClick = btnQueryClick
end
object DBGrid1: TDBGrid
Left = 8
Top = 144
Width = 782
Height = 401
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = DataSource1
TabOrder = 6
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ADOStoredProc1: TADOStoredProc
Connection = DataModule2.ADOConnection1
ProcedureName = 'QueryGdzc;1'
Parameters = <
item
Name = '@RETURN_VALUE'
DataType = ftInteger
Direction = pdReturnValue
Precision = 10
end
item
Name = '@storeplace'
Attributes = [paNullable]
DataType = ftString
Size = 50
Value = Null
end
item
Name = '@department'
Attributes = [paNullable]
DataType = ftString
Size = 50
Value = ' '
end
item
Name = '@username'
Attributes = [paNullable]
DataType = ftString
Size = 50
Value = ' '
end
item
Name = '@buyman'
Attributes = [paNullable]
DataType = ftString
Size = 50
end
item
Name = '@customer'
Attributes = [paNullable]
DataType = ftString
Size = 50
end>
Left = 648
Top = 56
end
object DataSource1: TDataSource
DataSet = ADOStoredProc1
Left = 648
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -