D7myChuangpin/管理系统/U_CP_KC.dfm

280 lines
6.5 KiB
Plaintext
Raw Normal View History

2024-07-23 20:18:14 +08:00
object frmCP_KC: TfrmCP_KC
Left = 115
Top = 90
Width = 1220
Height = 592
Caption = 'frmCP_KC'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 1204
AutoSize = True
ButtonHeight = 30
ButtonWidth = 83
Caption = 'ToolBar1'
Color = clSkyBlue
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Images = DataLink_TradeManage.ThreeImgList
List = True
ParentColor = False
ParentFont = False
ShowCaptions = True
TabOrder = 0
object TBRafresh: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #21047#26032
ImageIndex = 2
OnClick = TBRafreshClick
end
object TBFind: TToolButton
Left = 63
Top = 0
AutoSize = True
Caption = #36807#28388
ImageIndex = 59
OnClick = TBFindClick
end
object TBexcel: TToolButton
Left = 126
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 75
OnClick = TBexcelClick
end
object ToolButton1: TToolButton
Left = 189
Top = 0
AutoSize = True
Caption = #26597#30475#26126#32454
ImageIndex = 58
OnClick = ToolButton1Click
end
object TBClose: TToolButton
Left = 276
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 55
OnClick = TBCloseClick
end
end
object Panel1: TPanel
Left = 0
Top = 32
Width = 1204
Height = 41
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 1
object Label1: TLabel
Left = 47
Top = 83
Width = 26
Height = 12
Caption = #26085#26399
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 42
Top = 15
Width = 26
Height = 12
Caption = #21697#21517
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label9: TLabel
Left = 495
Top = 55
Width = 39
Height = 12
Caption = #21512#21516#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 168
Top = 84
Width = 6
Height = 12
Caption = '-'
end
object Label3: TLabel
Left = 270
Top = 15
Width = 52
Height = 12
Caption = #20013#25991#21697#21517
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object BegDate: TDateTimePicker
Left = 80
Top = 79
Width = 85
Height = 20
Date = 40675.464742650460000000
Format = 'yyyy-MM-dd'
Time = 40675.464742650460000000
TabOrder = 0
end
object EndDate: TDateTimePicker
Left = 176
Top = 79
Width = 86
Height = 20
Date = 40675.464761099540000000
Format = 'yyyy-MM-dd'
Time = 40675.464761099540000000
TabOrder = 1
end
object C_CodeName: TEdit
Tag = 2
Left = 71
Top = 11
Width = 100
Height = 20
TabOrder = 2
OnChange = C_CodeNameChange
end
object ConNoM: TEdit
Tag = 2
Left = 536
Top = 51
Width = 77
Height = 20
TabOrder = 3
end
object C_CodeName_ZW: TEdit
Tag = 2
Left = 327
Top = 11
Width = 100
Height = 20
TabOrder = 4
OnChange = C_CodeNameChange
end
end
object cxGrid1: TcxGrid
Left = 0
Top = 73
Width = 1204
Height = 437
Align = alTop
TabOrder = 2
object Tv1: TcxGridDBTableView
NavigatorButtons.ConfirmDelete = False
OnCellDblClick = Tv1CellDblClick
DataController.DataSource = DS_Main
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <
item
Kind = skSum
Column = v1Column3
end
item
Kind = skSum
Column = v1Column4
end>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsData.Editing = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
OptionsView.Indicator = True
Styles.Header = DataLink_TradeManage.cxStyle_fontBlack
object v1Column1: TcxGridDBColumn
Caption = #21697#21517
DataBinding.FieldName = 'C_CodeName'
HeaderAlignmentHorz = taCenter
Width = 121
end
object v1Column2: TcxGridDBColumn
Caption = #20013#25991#21697#21517
DataBinding.FieldName = 'C_CodeName_ZW'
HeaderAlignmentHorz = taCenter
Width = 186
end
object v1Column3: TcxGridDBColumn
Caption = #21305#25968
DataBinding.FieldName = 'KCRollNum'
HeaderAlignmentHorz = taCenter
Styles.Content = DataLink_TradeManage.cxStyle_fontclBlue
Styles.Footer = DataLink_TradeManage.cxStyle_fontclBlue
Styles.Header = DataLink_TradeManage.cxStyle_fontclBlue
Width = 80
end
object v1Column4: TcxGridDBColumn
Caption = #25968#37327
DataBinding.FieldName = 'KCQty'
HeaderAlignmentHorz = taCenter
Styles.Content = DataLink_TradeManage.cxStyle_fontclBlue
Styles.Footer = DataLink_TradeManage.cxStyle_fontclBlue
Styles.Header = DataLink_TradeManage.cxStyle_fontclBlue
Width = 94
end
end
object cxGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
object ADOQueryMain: TADOQuery
Connection = DataLink_TradeManage.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 300
Top = 92
end
object DS_Main: TDataSource
DataSet = CDS_main
Left = 400
Top = 104
end
object CDS_main: TClientDataSet
Aggregates = <>
Params = <>
Left = 452
Top = 104
end
end