D7gmYushang/客户供应商管理2(Company.dll)/U_Customer.dfm

632 lines
17 KiB
Plaintext
Raw Permalink Normal View History

2025-09-24 13:13:14 +08:00
object frmCustomer: TfrmCustomer
Left = 166
Top = 86
Width = 1385
Height = 650
Caption = #23458#25143#36164#26009#31649#29702
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 1369
Height = 31
ButtonHeight = 30
ButtonWidth = 131
Caption = 'ToolBar1'
Color = clSkyBlue
DisabledImages = DataLink_Company.ThreeImgList
Flat = True
Images = DataLink_Company.ThreeImgList
List = True
ParentColor = False
ShowCaptions = True
TabOrder = 0
object TBRafresh: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #21047#26032
ImageIndex = 0
OnClick = TBRafreshClick
end
object ToolButton2: TToolButton
Left = 63
Top = 0
AutoSize = True
Caption = #36807#28388
ImageIndex = 20
OnClick = ToolButton2Click
end
object ToolButton3: TToolButton
Left = 126
Top = 0
AutoSize = True
Caption = #26032#22686
ImageIndex = 1
OnClick = ToolButton3Click
end
object ToolButton4: TToolButton
Left = 189
Top = 0
AutoSize = True
Caption = #20462#25913
ImageIndex = 11
OnClick = ToolButton4Click
end
object TBDel: TToolButton
Left = 252
Top = 0
AutoSize = True
Caption = #21024#38500
ImageIndex = 3
OnClick = TBDelClick
end
object ToolButton1: TToolButton
Left = 315
Top = 0
AutoSize = True
Caption = #25351#23450#19994#21153#21592
ImageIndex = 22
OnClick = ToolButton1Click
end
object ToolButton6: TToolButton
Left = 414
Top = 0
AutoSize = True
Caption = #23458#25143#24050#21152#20225#19994#24494#20449
ImageIndex = 53
Visible = False
OnClick = ToolButton6Click
end
object ToolButton7: TToolButton
Left = 549
Top = 0
AutoSize = True
Caption = #23458#25143#26410#21152#20225#19994#24494#20449
ImageIndex = 32
Visible = False
OnClick = ToolButton7Click
end
object ToolButton5: TToolButton
Left = 684
Top = 0
AutoSize = True
Caption = #19978#20256#38468#20214
ImageIndex = 18
OnClick = ToolButton5Click
end
object TBClose: TToolButton
Left = 771
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 21
OnClick = TBCloseClick
end
end
object Panel1: TPanel
Left = 0
Top = 31
Width = 1369
Height = 71
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 1
object Label3: TLabel
Left = 179
Top = 38
Width = 48
Height = 12
Caption = #23458#25143#21517#31216
end
object Label1: TLabel
Left = 179
Top = 15
Width = 48
Height = 12
Caption = #23458#25143#32534#21495
end
object Label2: TLabel
Left = 326
Top = 15
Width = 36
Height = 12
Caption = #19994#21153#21592
end
object Label4: TLabel
Left = 338
Top = 39
Width = 24
Height = 12
Caption = #22320#21306
end
object Label5: TLabel
Left = 461
Top = 16
Width = 36
Height = 12
Caption = #24405#20837#20154
end
object CoName: TEdit
Tag = 2
Left = 227
Top = 34
Width = 89
Height = 20
TabOrder = 1
OnChange = CoNameChange
end
object CoCode: TEdit
Tag = 2
Left = 227
Top = 11
Width = 89
Height = 20
TabOrder = 0
OnChange = CoNameChange
end
object Salesman: TEdit
Tag = 2
Left = 364
Top = 11
Width = 89
Height = 20
TabOrder = 2
OnChange = CoNameChange
end
object Coarea: TEdit
Tag = 2
Left = 364
Top = 35
Width = 89
Height = 20
TabOrder = 3
OnChange = CoNameChange
end
object BegDate: TDateTimePicker
Left = 79
Top = 11
Width = 85
Height = 20
Date = 40675.464742650460000000
Format = 'yyyy-MM-dd'
Time = 40675.464742650460000000
TabOrder = 4
end
object EndDate: TDateTimePicker
Left = 79
Top = 35
Width = 86
Height = 20
Date = 40675.464761099540000000
Format = 'yyyy-MM-dd'
Time = 40675.464761099540000000
TabOrder = 5
end
object CheckBox1: TCheckBox
Left = 7
Top = 14
Width = 73
Height = 17
Caption = #26597#35810#26085#26399
TabOrder = 6
OnClick = CheckBox1Click
end
object FILLER: TEdit
Tag = 2
Left = 499
Top = 11
Width = 89
Height = 20
TabOrder = 7
OnChange = CoNameChange
end
end
object cxGrid2: TcxGrid
Left = 0
Top = 102
Width = 1369
Height = 274
Align = alClient
TabOrder = 2
object Tv2: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.Delete.Enabled = False
Navigator.Buttons.Delete.Visible = False
OnCustomDrawCell = Tv2CustomDrawCell
OnFocusedRecordChanged = Tv2FocusedRecordChanged
DataController.DataSource = DS_HZ
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
end>
DataController.Summary.SummaryGroups = <>
OptionsBehavior.GoToNextCellOnEnter = True
OptionsCustomize.ColumnFiltering = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
Styles.Inactive = DataLink_Company.SHuangSe
Styles.IncSearch = DataLink_Company.SHuangSe
Styles.Selection = DataLink_Company.SHuangSe
Styles.Header = DataLink_Company.handBlack
object Tv2Column7: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'ssel'
PropertiesClassName = 'TcxCheckBoxProperties'
Properties.ImmediatePost = True
Properties.NullStyle = nssUnchecked
HeaderAlignmentHorz = taCenter
Width = 48
end
object v2Column2: TcxGridDBColumn
Caption = #23458#25143#32534#21495
DataBinding.FieldName = 'CoCode'
PropertiesClassName = 'TcxTextEditProperties'
HeaderAlignmentHorz = taCenter
Width = 86
end
object v2Column6: TcxGridDBColumn
Caption = #23458#25143#21517#31216
DataBinding.FieldName = 'CoName'
HeaderAlignmentHorz = taCenter
Options.Focusing = False
Width = 127
end
object v2Column15: TcxGridDBColumn
Caption = #23458#25143#31616#31216
DataBinding.FieldName = 'CoHRName'
HeaderAlignmentHorz = taCenter
Width = 100
end
object v2Column10: TcxGridDBColumn
Caption = #19994#21153#21592
DataBinding.FieldName = 'Salesman'
HeaderAlignmentHorz = taCenter
Width = 84
end
object Tv2Column1: TcxGridDBColumn
Caption = #19994#21153#32452#21035
DataBinding.FieldName = 'SalesClass'
HeaderAlignmentHorz = taCenter
Width = 82
end
object Tv2Column2: TcxGridDBColumn
Caption = #38144#21806#21161#29702
DataBinding.FieldName = 'XSZL'
HeaderAlignmentHorz = taCenter
Width = 75
end
object v2DEFStr7: TcxGridDBColumn
Caption = #22320#21306
DataBinding.FieldName = 'Coarea'
HeaderAlignmentHorz = taCenter
Width = 69
end
object v2Column7: TcxGridDBColumn
Caption = #20844#21496#22320#22336
DataBinding.FieldName = 'CoAddress'
PropertiesClassName = 'TcxTextEditProperties'
Visible = False
HeaderAlignmentHorz = taCenter
Width = 80
end
object v2Column1: TcxGridDBColumn
Caption = #22791#27880
DataBinding.FieldName = 'Note'
PropertiesClassName = 'TcxTextEditProperties'
HeaderAlignmentHorz = taCenter
Width = 163
end
object v2Column3: TcxGridDBColumn
Caption = #38134#34892#36134#25143
DataBinding.FieldName = 'BankNo'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 85
end
object v2Column4: TcxGridDBColumn
Caption = #24320#25143#34892
DataBinding.FieldName = 'BankName'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 89
end
object Tv2Column3: TcxGridDBColumn
Caption = #38468#20214
DataBinding.FieldName = 'iSSC'
PropertiesClassName = 'TcxCheckBoxProperties'
Properties.ImmediatePost = True
Properties.NullStyle = nssUnchecked
HeaderAlignmentHorz = taCenter
Width = 57
end
object Tv2Column4: TcxGridDBColumn
Caption = #25805#20316#26085#26399
DataBinding.FieldName = 'filltime'
HeaderAlignmentHorz = taCenter
Width = 69
end
object Tv2Column5: TcxGridDBColumn
Caption = #24405#20837#20154
DataBinding.FieldName = 'filler'
HeaderAlignmentHorz = taCenter
Width = 66
end
object Tv2Column6: TcxGridDBColumn
Caption = #24050#32465#23450#24494#20449
DataBinding.FieldName = 'ISBD'
HeaderAlignmentHorz = taCenter
Width = 89
end
end
object cxGridLevel1: TcxGridLevel
GridView = Tv2
end
end
object Panel2: TPanel
Left = 0
Top = 376
Width = 1369
Height = 235
Align = alBottom
Caption = 'Panel2'
TabOrder = 3
object cxGrid1: TcxGrid
Left = 1
Top = 1
Width = 891
Height = 233
Align = alClient
TabOrder = 0
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.Delete.Enabled = False
Navigator.Buttons.Delete.Visible = False
DataController.DataSource = DSLXR
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
end>
DataController.Summary.SummaryGroups = <>
OptionsBehavior.GoToNextCellOnEnter = True
OptionsCustomize.ColumnFiltering = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
Styles.Header = DataLink_Company.Default
object v3Column3: TcxGridDBColumn
Caption = #40664#35748
DataBinding.FieldName = 'IsDefault'
PropertiesClassName = 'TcxCheckBoxProperties'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 76
end
object cxGridDBColumn1: TcxGridDBColumn
Caption = #32852#31995#20154
DataBinding.FieldName = 'Contacts'
PropertiesClassName = 'TcxTextEditProperties'
Properties.CharCase = ecUpperCase
HeaderAlignmentHorz = taCenter
Width = 70
end
object cxGridDBColumn2: TcxGridDBColumn
Caption = #32844#20301
DataBinding.FieldName = 'position'
PropertiesClassName = 'TcxTextEditProperties'
Properties.CharCase = ecUpperCase
HeaderAlignmentHorz = taCenter
Width = 70
end
object cxGridDBColumn3: TcxGridDBColumn
Caption = #20256#30495
DataBinding.FieldName = 'Fax'
PropertiesClassName = 'TcxTextEditProperties'
Properties.CharCase = ecUpperCase
HeaderAlignmentHorz = taCenter
Width = 70
end
object cxGridDBColumn4: TcxGridDBColumn
Caption = #30005#35805
DataBinding.FieldName = 'Telephone'
PropertiesClassName = 'TcxTextEditProperties'
Properties.CharCase = ecUpperCase
HeaderAlignmentHorz = taCenter
Width = 70
end
object cxGridDBColumn5: TcxGridDBColumn
Caption = #25163#26426
DataBinding.FieldName = 'PhoneNumber'
PropertiesClassName = 'TcxTextEditProperties'
Properties.CharCase = ecUpperCase
HeaderAlignmentHorz = taCenter
Width = 70
end
object Tv1Column1: TcxGridDBColumn
Caption = #37038#31665
DataBinding.FieldName = 'Email'
PropertiesClassName = 'TcxTextEditProperties'
Properties.CharCase = ecUpperCase
HeaderAlignmentHorz = taCenter
Width = 70
end
object v3Column2: TcxGridDBColumn
Caption = #24494#20449
DataBinding.FieldName = 'WeChat'
HeaderAlignmentHorz = taCenter
Width = 169
end
object Tv1Column2: TcxGridDBColumn
Caption = #22320#22336
DataBinding.FieldName = 'MXADDRESS'
HeaderAlignmentHorz = taCenter
Width = 81
end
end
object cxGridLevel2: TcxGridLevel
GridView = Tv1
end
end
object cxGrid3: TcxGrid
Left = 892
Top = 1
Width = 476
Height = 233
Align = alRight
TabOrder = 1
Visible = False
object tv3: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.Delete.Enabled = False
Navigator.Buttons.Delete.Visible = False
DataController.DataSource = DSDZ
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
end>
DataController.Summary.SummaryGroups = <>
OptionsBehavior.GoToNextCellOnEnter = True
OptionsCustomize.ColumnFiltering = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
Styles.Header = DataLink_Company.Default
object cxGridDBColumn13: TcxGridDBColumn
Caption = #20844#21496#22320#22336
DataBinding.FieldName = 'ADDRESS'
HeaderAlignmentHorz = taCenter
Width = 431
end
end
object cxGridLevel3: TcxGridLevel
GridView = tv3
end
end
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_Company.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 769
Top = 57
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_Company.ADOLink
Parameters = <>
Left = 829
Top = 53
end
object ADOQueryMain: TADOQuery
Connection = DataLink_Company.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 949
Top = 225
end
object RM1: TRMGridReport
ThreadPrepareReport = True
InitialZoom = pzDefault
PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbPageSetup, pbExit, pbExport, pbNavigator]
DefaultCollate = False
SaveReportOptions.RegistryPath = 'Software\ReportMachine\ReportSettings\'
PreviewOptions.RulerUnit = rmutScreenPixels
PreviewOptions.RulerVisible = False
PreviewOptions.DrawBorder = False
PreviewOptions.BorderPen.Color = clGray
PreviewOptions.BorderPen.Style = psDash
Dataset = RMDB_Main
CompressLevel = rmzcFastest
CompressThread = False
LaterBuildEvents = True
OnlyOwnerDataSet = False
Left = 864
Top = 224
ReportData = {}
end
object RMDB_Main: TRMDBDataSet
Visible = True
Left = 928
Top = 216
end
object cxGridPopupMenu2: TcxGridPopupMenu
Grid = cxGrid2
PopupMenus = <>
Left = 888
Top = 224
end
object DS_HZ: TDataSource
DataSet = CDS_HZ
Left = 915
Top = 163
end
object CDS_HZ: TClientDataSet
Aggregates = <>
Params = <>
Left = 712
Top = 192
end
object CDS_LXR: TClientDataSet
Aggregates = <>
Params = <>
Left = 448
Top = 428
end
object DSLXR: TDataSource
DataSet = CDS_LXR
Left = 483
Top = 419
end
object CDS_DZ: TClientDataSet
Aggregates = <>
Params = <>
Left = 768
Top = 428
end
object DSDZ: TDataSource
DataSet = CDS_DZ
Left = 875
Top = 419
end
end