frmtouchinfo.dfm
来自「这是我的一个Delphi测试的一个链接access的一点代码」· DFM 代码 · 共 268 行
DFM
268 行
object frm_cltouchinfo: Tfrm_cltouchinfo
Left = 290
Top = 197
Width = 696
Height = 480
Caption = 'frm_cltouchinfo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 26
Width = 688
Height = 427
Align = alClient
AutoSize = True
BevelOuter = bvNone
BorderWidth = 10
TabOrder = 0
object DBGrid1: TDBGrid
Left = 10
Top = 10
Width = 668
Height = 407
Align = alClient
DataSource = DataModule1.DataSoure_touchinfo
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'CTOUCH_NAME'
Title.Caption = #23458#25143#21517#31216
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'C_NAME'
Title.Caption = #22995#21517
Visible = True
end
item
Expanded = False
FieldName = 'C_DESIG'
Title.Caption = #31216#21628
Visible = True
end
item
Expanded = False
FieldName = 'C_DEPT'
Title.Caption = #37096#38376
Width = 50
Visible = True
end
item
Expanded = False
FieldName = 'C_DUTY'
Title.Caption = #32844#21153
Width = 50
Visible = True
end
item
Expanded = False
FieldName = 'C_TOUCH'
Title.Caption = #20027#32852#31995#20154
Visible = True
end
item
Expanded = False
FieldName = 'COFFICE_PHONE'
Title.Caption = #21150#20844#30005#35805
Visible = True
end
item
Expanded = False
FieldName = 'CMOVE_PHONE'
Title.Caption = #31227#21160#30005#35805
Visible = True
end
item
Expanded = False
FieldName = 'CHOMEPHONE'
Title.Caption = #23478#24237#30005#35805
Visible = True
end
item
Expanded = False
FieldName = 'CFAX'
Title.Caption = #20256#30495
Visible = True
end
item
Expanded = False
FieldName = 'CEMAIL'
Title.Caption = #30005#23376#37038#20214
Visible = True
end
item
Expanded = False
FieldName = 'CCITY'
Title.Caption = #22320#22336
Visible = True
end
item
Expanded = False
FieldName = 'CSECTION'
Title.Caption = #21306#21495
Visible = True
end
item
Expanded = False
FieldName = 'CPOSTCODE'
Title.Caption = #37038#32534
Visible = True
end
item
Expanded = False
FieldName = 'CADDRESS'
Title.Caption = #35814#32454#22320#22336
Visible = True
end
item
Expanded = False
FieldName = 'CLIKE'
Title.Caption = #19994#20313#29233#22909
Width = 50
Visible = True
end
item
Expanded = False
FieldName = 'CSPECI'
Title.Caption = #29305#21035#32426#24565#26085
Visible = True
end
item
Expanded = False
FieldName = 'CREMARK'
Title.Caption = #20854#23427'/'#22791#27880
Visible = True
end>
end
end
object dxBarManager1: TdxBarManager
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Bars = <
item
Caption = 'tool'
DockedDockingStyle = dsTop
DockedLeft = 0
DockedTop = 0
DockingStyle = dsTop
FloatLeft = 424
FloatTop = 152
FloatClientWidth = 51
FloatClientHeight = 66
IsMainMenu = True
ItemLinks = <
item
Item = dxBarButton2
Visible = True
end
item
Item = dxBarButton3
Visible = True
end
item
Item = dxBarButton4
Visible = True
end
item
Item = dxBarButton5
Visible = True
end
item
Item = dxBarButton6
Visible = True
end>
MultiLine = True
Name = 'tool'
OneOnRow = True
Row = 0
ShowMark = False
UseOwnFont = False
Visible = True
WholeRow = True
end>
Categories.Strings = (
'Toolbar')
Categories.ItemsVisibles = (
2)
Categories.Visibles = (
True)
Images = Frm_main.Imglistone
PopupMenuLinks = <>
Style = bmsFlat
UseSystemFont = True
Left = 512
DockControlHeights = (
0
0
26
0)
object dxBarButton1: TdxBarButton
Caption = #25171#24320
Category = 0
Hint = #25171#24320
Visible = ivAlways
end
object dxBarButton2: TdxBarButton
Caption = #28155#21152
Category = 0
Hint = #28155#21152
Visible = ivAlways
ImageIndex = 78
PaintStyle = psCaptionGlyph
end
object dxBarButton3: TdxBarButton
Caption = #20445#23384'(&S)'
Category = 0
Hint = #20445#23384'(S)'
Visible = ivAlways
ImageIndex = 36
PaintStyle = psCaptionGlyph
end
object dxBarButton4: TdxBarButton
Caption = #20462#25913'(&E)'
Category = 0
Hint = #20462#25913'(E)'
Visible = ivAlways
ImageIndex = 27
PaintStyle = psCaptionGlyph
end
object dxBarButton5: TdxBarButton
Caption = #21024#38500'(&D)'
Category = 0
Hint = #21024#38500'(D)'
Visible = ivAlways
ImageIndex = 79
PaintStyle = psCaptionGlyph
OnClick = dxBarButton5Click
end
object dxBarButton6: TdxBarButton
Caption = #20851#38381
Category = 0
Hint = #20851#38381
Visible = ivAlways
ImageIndex = 200
PaintStyle = psCaptionGlyph
OnClick = dxBarButton6Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?