📄 unit1.dfm
字号:
object Form1: TForm1
Left = 67
Top = 141
Width = 706
Height = 478
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object DBGridEh1: TDBGridEh
Left = 0
Top = 0
Width = 698
Height = 451
Align = alClient
ColumnDefValues.Title.TitleButton = True
DataSource = DataSource1
ShowSerialNo = True
EvenRowColor = clWindow
Flat = False
FooterColor = clWindow
FooterFont.Charset = ANSI_CHARSET
FooterFont.Color = clWindowText
FooterFont.Height = -12
FooterFont.Name = #23435#20307
FooterFont.Style = []
OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection, dghAutoSortMarking, dghMultiSortMarking, dghEnterAsTab, dghDialogFind]
SortLocal = True
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
OnBuildIndicatorTitleMenu = DBGridEh1BuildIndicatorTitleMenu
OnColEnter = DBGridEh1ColEnter
OnColExit = DBGridEh1ColExit
OnDrawColumnCell = DBGridEh1DrawColumnCell
OnEditButtonClick = DBGridEh1EditButtonClick
Columns = <
item
EditButtons = <>
FieldName = #20351#29992
Footers = <>
end
item
EditButtons = <>
FieldName = #29305#20215
Footers = <>
end
item
EditButtons = <>
FieldName = #26465#24418#30721
Footers = <>
Width = 40
end
item
EditButtons = <>
FieldName = #32534#21495
Footers = <>
Width = 30
end
item
EditButtons = <>
FieldName = #21517#31216
Footers = <>
Width = 60
end
item
EditButtons = <>
FieldName = #25340#38899
Footers = <>
Width = 40
end
item
EditButtons = <>
FieldName = #36827#20215
Footers = <>
end
item
EditButtons = <>
FieldName = #21806#20215
Footers = <>
end
item
EditButtons = <>
FieldName = #31867#21035
Footers = <>
Width = 40
end
item
EditButtons = <>
FieldName = #21333#20301
Footers = <>
Width = 30
end
item
EditButtons = <>
FieldName = #20379#24212#21830
Footers = <>
Width = 100
end
item
EditButtons = <>
FieldName = #24211#23384#25968#37327
Footers = <>
end>
end
object sncDBCurrencyEdit: TsncDBCurrencyEdit
Left = 280
Top = 360
Width = 121
Height = 25
BorderStyle = bsNone
Ctl3D = True
CurrencySymbol = #65509
DataSource = DataSource1
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KilobitSeparatorColor = clBlue
NegativeFont.Charset = DEFAULT_CHARSET
NegativeFont.Color = clWindowText
NegativeFont.Height = -11
NegativeFont.Name = 'MS Sans Serif'
NegativeFont.Style = []
ParentColor = False
ParentCtl3D = False
ParentFont = False
TabOrder = 1
TabStop = True
Visible = False
ZeroEmpty = False
OnEnter = sncDBCurrencyEditEnter
OnExit = sncDBCurrencyEditExit
end
object ADOQuery1: TADOQuery
Active = True
Connection = ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from '#29289#36164)
Left = 120
Top = 192
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 168
Top = 192
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString = 'FILE NAME=.\connect.udl'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 88
Top = 192
end
object ADOQuery2: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 136
Top = 288
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -