D10myBiaoqi/A01基础公司管理/U_CustomerInput.dfm

419 lines
10 KiB
Plaintext
Raw Normal View History

2024-07-04 16:01:24 +08:00
object frmCustomerInput: TfrmCustomerInput
Left = 261
Top = 149
Caption = #20844#21496#24405#20837
ClientHeight = 519
ClientWidth = 929
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object ToolBar1: TToolBar
Tag = 1
Left = 0
Top = 0
Width = 929
Height = 38
AutoSize = True
ButtonHeight = 38
ButtonWidth = 75
Caption = 'ToolBar1'
Color = clWhite
DisabledImages = DataLink_Company.ImageList_new32
Images = DataLink_Company.ImageList_new32
List = True
ParentColor = False
ShowCaptions = True
TabOrder = 0
object ToolButton3: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #20445#23384
ImageIndex = 16
OnClick = ToolButton3Click
end
object TBClose: TToolButton
Left = 71
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 7
OnClick = TBCloseClick
end
end
object ScrollBox1: TScrollBox
Left = 0
Top = 38
Width = 929
Height = 481
Align = alClient
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
Color = clWhite
Ctl3D = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentColor = False
ParentCtl3D = False
ParentFont = False
TabOrder = 1
object Label2: TLabel
Left = 36
Top = 20
Width = 52
Height = 12
Caption = #20844#21496#32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 273
Top = 20
Width = 52
Height = 12
Caption = #20844#21496#21517#31216
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label39: TLabel
Left = 36
Top = 98
Width = 52
Height = 12
Caption = #20844#21496#22320#22336
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label7: TLabel
Left = 34
Top = 135
Width = 54
Height = 12
Caption = #22791' '#27880
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 515
Top = 20
Width = 52
Height = 12
Caption = #20844#21496#31616#31216
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label1: TLabel
Left = 516
Top = 61
Width = 52
Height = 12
Caption = #40664#35748#24065#31181
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 10
Top = 61
Width = 78
Height = 12
Caption = #20844#21496#33521#25991#21517#31216
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object CoName: TEdit
Tag = 2
Left = 332
Top = 18
Width = 150
Height = 18
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object CoCode: TEdit
Tag = 2
Left = 93
Top = 17
Width = 150
Height = 18
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object CoAddress: TEdit
Tag = 2
Left = 94
Top = 96
Width = 389
Height = 18
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object CoNote: TMemo
Tag = 2
Left = 96
Top = 131
Width = 636
Height = 52
ScrollBars = ssVertical
TabOrder = 3
end
object CoAbbrName: TEdit
Tag = 2
Left = 573
Top = 16
Width = 141
Height = 20
TabOrder = 4
end
object Currency: TComboBox
Tag = 2
Left = 572
Top = 56
Width = 140
Height = 22
TabOrder = 5
Text = 'CNY'
Items.Strings = (
'CNY'
'USD'
'')
end
object CoEName: TEdit
Tag = 2
Left = 94
Top = 58
Width = 389
Height = 18
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
end
object Panel1: TPanel
Left = 0
Top = 209
Width = 929
Height = 272
Align = alBottom
Caption = 'Panel1'
TabOrder = 7
object ToolBar3: TToolBar
Tag = 1
Left = 1
Top = 1
Width = 927
Height = 38
AutoSize = True
ButtonHeight = 38
ButtonWidth = 127
Caption = 'ToolBar1'
Color = clWhite
DisabledImages = DataLink_Company.ImageList_new32
Images = DataLink_Company.ImageList_new32
List = True
ParentColor = False
ShowCaptions = True
TabOrder = 0
object ToolButton12: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #35774#20026#40664#35748#36134#21495
ImageIndex = 16
2024-08-21 14:03:11 +08:00
Visible = False
2024-07-04 16:01:24 +08:00
OnClick = ToolButton12Click
end
object ToolButton13: TToolButton
Left = 131
Top = 0
AutoSize = True
Caption = #22686#21152#36134#21495
ImageIndex = 2
OnClick = ToolButton13Click
end
object ToolButton14: TToolButton
Left = 234
Top = 0
AutoSize = True
Caption = #21024#38500#36134#21495
ImageIndex = 6
OnClick = ToolButton14Click
end
end
object cxGrid4: TcxGrid
Left = 1
Top = 39
Width = 927
Height = 232
Align = alClient
BorderStyle = cxcbsNone
TabOrder = 1
object TV2: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.Delete.Enabled = False
Navigator.Buttons.Delete.Visible = False
2024-08-21 14:03:11 +08:00
ScrollbarAnnotations.CustomAnnotations = <>
2024-07-04 16:01:24 +08:00
DataController.DataSource = DS_Bank
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.GroupByBox = False
Styles.Footer = DataLink_Company.Default
Styles.Header = DataLink_Company.Default
object cxGridDBColumn10: TcxGridDBColumn
Caption = #40664#35748
DataBinding.FieldName = 'IsDefault'
2024-08-21 14:03:11 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
PropertiesClassName = 'TcxCheckBoxProperties'
2024-08-21 14:03:11 +08:00
Visible = False
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 59
end
object TV2Column1: TcxGridDBColumn
Caption = #36134#25143#21517#31216
2024-08-21 14:03:11 +08:00
DataBinding.FieldName = 'BankName'
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Width = 118
end
object cxGridDBColumn11: TcxGridDBColumn
Caption = #38134#34892#36134#21495
2024-08-21 14:03:11 +08:00
DataBinding.FieldName = 'BankCardNo'
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
PropertiesClassName = 'TcxTextEditProperties'
Properties.CharCase = ecUpperCase
HeaderAlignmentHorz = taCenter
Width = 221
end
object cxGridDBColumn12: TcxGridDBColumn
Caption = #24320#25143#34892
2024-08-21 14:03:11 +08:00
DataBinding.FieldName = 'BankDeposit'
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Width = 286
end
end
object cxGridLevel4: TcxGridLevel
GridView = TV2
end
end
end
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_Company.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 331
Top = 200
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_Company.ADOLink
Parameters = <>
Left = 158
Top = 193
end
object ADOQueryMain: TADOQuery
Connection = DataLink_Company.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 237
Top = 193
end
object CDS_Bank: TClientDataSet
Aggregates = <>
Params = <>
Left = 601
Top = 383
end
object DS_Bank: TDataSource
DataSet = CDS_Bank
Left = 690
Top = 382
end
object GPM_2: TcxGridPopupMenu
Grid = cxGrid4
PopupMenus = <>
Left = 574
Top = 443
end
object ADOQuery1: TADOQuery
Connection = DataLink_Company.ADOLink
Parameters = <>
Left = 216
Top = 366
end
end