📄 pm_pchistory.dfm
字号:
inherited Frm_Pm_PcHistory: TFrm_Pm_PcHistory
Left = 3
Top = 73
Caption = '采购合同表头操作日志'
ClientHeight = 444
ClientWidth = 780
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 780
inherited ToolBar: TToolBar
inherited TlBtn_Sum: TToolButton
Action = Act_Delete
end
end
end
inherited Pnl_Title: TPanel
Width = 780
Caption = '采购合同表头操作日志'
inherited Image2: TImage
Width = 780
end
end
inherited Pnl_Head: TPanel
Width = 780
inherited Image1: TImage
Width = 780
end
inherited Lbl_Order: TLabel
Width = 114
Caption = '采购合同号\操作时间'
end
end
inherited Pnl_Hint: TPanel
Top = 418
Width = 780
inherited Image4: TImage
Width = 780
end
end
inherited Pnl_Body: TPanel
Width = 780
Height = 321
inherited Image3: TImage
Width = 780
Height = 321
end
inherited DBGridEh: TDBGridEh
Width = 780
Height = 321
Columns = <
Item
FieldName = 'VendorCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '供应商'
Width = 203
KeyList.Strings = ()
end
Item
FieldName = 'PcNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '采购合同号'
Width = 66
KeyList.Strings = ()
end
Item
FieldName = 'PCDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '合同日期'
Width = 68
KeyList.Strings = ()
end
Item
FieldName = 'PCTaxRate_Percent'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '税率%'
Width = 36
KeyList.Strings = ()
end
Item
FieldName = 'CurrencyName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货币'
Width = 49
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作员'
Width = 107
KeyList.Strings = ()
end
Item
FieldName = 'ChgType'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作类型'
Width = 53
KeyList.Strings = ()
end
Item
FieldName = 'ChgTime'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作时间'
Width = 120
KeyList.Strings = ()
end
Item
FieldName = 'RemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 150
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 445
Top = 283
end
inherited ActionList: TActionList
Left = 440
Top = 200
inherited Act_Delete: TAction
Enabled = False
Visible = False
end
end
inherited AdoQry_Main: TAdoQuery
CurSorType = ctStatic
SQL.Strings = (
'Select PcHistory.PcNo'
' ,PcHistory.VendorCode+'#39' '#39'+Vendor.VendorName As VendorCodeNam' +
'e'
' ,PcHistory.PCDate'
' ,PcHistory.PCTaxRate_Percent'
' ,Currency.CurrencyName'
' ,PcHistory.RemArk'
' ,PcHistory.ChgEmployeeCode+'#39' '#39'+Employee.EmployeeName As Empl' +
'oyeeCodeName'
' ,PcHistory.ChgTime'
' ,PcHistory.ChgType'
' From PcHistory Join Vendor On PcHistory.VendorCode=Vendor.V' +
'endorCode'
' Join Currency On PcHistory.CurrencyCode=Currency.CurrencyCo' +
'de'
' Join Employee On PcHistory.ChgEmployeeCode=Employee.Employe' +
'eCode')
Left = 312
Top = 241
object AdoQry_MainPcNo: TStringField
FieldName = 'PcNo'
Origin = 'PcHistory'
Size = 16
end
object AdoQry_MaInvendorCodeName: TStringField
FieldName = 'VendorCodeName'
ReadOnly = True
Size = 73
end
object AdoQry_MainPCDate: TDateTimeField
FieldName = 'PCDate'
Origin = 'PcHistory'
end
object AdoQry_MainPCTaxRate_Percent: TIntegerField
FieldName = 'PCTaxRate_Percent'
Origin = 'PcHistory'
end
object AdoQry_MainCurrencyName: TStringField
FieldName = 'CurrencyName'
Size = 30
end
object AdoQry_MainRemArk: TStringField
FieldName = 'RemArk'
Origin = 'PcHistory'
Size = 250
end
object AdoQry_MainEmployeeCodeName: TStringField
FieldName = 'EmployeeCodeName'
ReadOnly = True
Size = 91
end
object AdoQry_MainChgTime: TDateTimeField
FieldName = 'ChgTime'
Origin = 'PcHistory'
end
object AdoQry_MainChgType: TStringField
FieldName = 'ChgType'
Origin = 'PcHistory'
Size = 10
end
end
inherited DataSource: TDataSource
Left = 368
Top = 257
end
inherited PopuPmenu: TPopuPmenu
Left = 232
Top = 225
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -