📄 client.dfm
字号:
object frmClient: TfrmClient
Left = 89
Top = 224
Width = 781
Height = 465
Caption = #23458#25143#20449#24687
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDefaultPosOnly
Scaled = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 39
Width = 773
Height = 392
Align = alClient
TabOrder = 4
object dxDBGrid1: TdxDBGrid
Left = 1
Top = 1
Width = 771
Height = 390
Bands = <
item
end>
DefaultLayout = True
HeaderPanelRowCount = 1
KeyField = 'ClientId'
SummaryGroups = <>
SummarySeparator = ', '
Align = alClient
TabOrder = 0
DataSource = DataSource1
Filter.Criteria = {00000000}
OptionsDB = [edgoCancelOnExit, edgoCanDelete, edgoCanInsert, edgoCanNavigation, edgoConfirmDelete, edgoLoadAllRecords, edgoUseBookmarks]
object dxDBGrid1ClientId: TdxDBGridColumn
Caption = #32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
HeaderAlignment = taCenter
Width = 60
BandIndex = 0
RowIndex = 0
FieldName = 'ClientId'
end
object dxDBGrid1ClientName: TdxDBGridColumn
Caption = #21517#31216
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
HeaderAlignment = taCenter
Width = 100
BandIndex = 0
RowIndex = 0
FieldName = 'ClientName'
end
object dxDBGrid1ClientBank: TdxDBGridColumn
Caption = #24320#25143#34892
HeaderAlignment = taCenter
Sorted = csUp
Width = 88
BandIndex = 0
RowIndex = 0
FieldName = 'ClientBank'
end
object dxDBGrid1MoneyCode: TdxDBGridColumn
Caption = #24080#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
HeaderAlignment = taCenter
Width = 80
BandIndex = 0
RowIndex = 0
FieldName = 'MoneyCode'
end
object dxDBGrid1BondMan: TdxDBGridColumn
Caption = #32852#31995#20154
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
HeaderAlignment = taCenter
Width = 61
BandIndex = 0
RowIndex = 0
FieldName = 'BondMan'
end
object dxDBGrid1Telphone: TdxDBGridColumn
Caption = #30005#35805
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
HeaderAlignment = taCenter
Width = 66
BandIndex = 0
RowIndex = 0
FieldName = 'Telphone'
end
object dxDBGrid1ClientTax: TdxDBGridColumn
Caption = #31246#21495
HeaderAlignment = taCenter
Width = 69
BandIndex = 0
RowIndex = 0
FieldName = 'ClientTax'
end
object dxDBGrid1ClientAddress: TdxDBGridColumn
Caption = #22320#22336
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
HeaderAlignment = taCenter
Width = 106
BandIndex = 0
RowIndex = 0
FieldName = 'ClientAddress'
end
object dxDBGrid1Memo: TdxDBGridMemoColumn
Caption = #22791#27880
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
HeaderAlignment = taCenter
Width = 131
BandIndex = 0
RowIndex = 0
HeaderMaxLineCount = 1
FieldName = 'Memo'
end
end
end
object dxBarManager1: TdxBarManager
Scaled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Bars = <
item
AllowClose = False
AllowCustomizing = False
AllowQuickCustomizing = False
AllowReset = False
Caption = #24037#20855#26639
DockedDockingStyle = dsTop
DockedLeft = 0
DockedTop = 0
DockingStyle = dsTop
FloatLeft = 164
FloatTop = 129
FloatClientWidth = 33
FloatClientHeight = 88
ItemLinks = <
item
Item = dxBarLargeButton1
Visible = True
end
item
Item = dxBarLargeButton3
Visible = True
end
item
Item = dxBarLargeButton2
Visible = True
end
item
Item = dxBarLargeButton4
Visible = True
end>
Name = #24037#20855#26639
OneOnRow = True
Row = 0
UseOwnFont = False
Visible = True
WholeRow = False
end>
Categories.Strings = (
'Default')
Categories.ItemsVisibles = (
2)
Categories.Visibles = (
True)
LargeImages = dmData.ImageList
PopupMenuLinks = <>
UseSystemFont = True
Left = 192
Top = 4
DockControlHeights = (
0
0
39
0)
object dxBarLargeButton1: TdxBarLargeButton
Caption = #22686#21152
Category = 0
Hint = #22686#21152
Visible = ivAlways
OnClick = dxBarLargeButton1Click
AutoGrayScale = False
LargeImageIndex = 0
end
object dxBarLargeButton2: TdxBarLargeButton
Caption = #20445#23384
Category = 0
Hint = #20445#23384
Visible = ivAlways
OnClick = dxBarLargeButton2Click
AutoGrayScale = False
LargeImageIndex = 1
end
object dxBarLargeButton3: TdxBarLargeButton
Caption = #21024#38500
Category = 0
Hint = #21024#38500
Visible = ivAlways
OnClick = dxBarLargeButton3Click
AutoGrayScale = False
LargeImageIndex = 2
end
object dxBarLargeButton4: TdxBarLargeButton
Caption = #36864#20986
Category = 0
Hint = #36864#20986
Visible = ivAlways
OnClick = dxBarLargeButton4Click
AutoGrayScale = False
LargeImageIndex = 3
end
end
object qryClient: TADOQuery
Connection = dmData.adcDatabase
CursorType = ctStatic
OnPostError = qryClientPostError
Parameters = <>
SQL.Strings = (
'Select * From tbClient')
Left = 236
Top = 8
end
object DataSource1: TDataSource
DataSet = qryClient
Left = 276
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -