📄 browser.~dfm
字号:
object FormBrowser: TFormBrowser
Left = 218
Top = 145
BorderStyle = bsDialog
Caption = #36890#29992#21830#21697#38144#21806#31649#29702#31995#32479
ClientHeight = 378
ClientWidth = 679
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LabelDate: TLabel
Left = 360
Top = 160
Width = 78
Height = 16
Caption = #38144#21806#26085#26399' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelPrice: TLabel
Left = 8
Top = 112
Width = 78
Height = 16
Caption = #38144#21806#21333#20215' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelSum: TLabel
Left = 8
Top = 160
Width = 75
Height = 16
Caption = #38144#21806#37329#39069' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelDetail: TLabel
Left = 360
Top = 216
Width = 72
Height = 16
Caption = #22791' '#27880' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelGoodName: TLabel
Left = 360
Top = 16
Width = 84
Height = 16
Caption = #21830#21697#21517#31216' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelAmount: TLabel
Left = 360
Top = 112
Width = 75
Height = 16
Caption = #38144#21806#25968#37327' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelDealer: TLabel
Left = 8
Top = 216
Width = 81
Height = 16
Caption = #32463' '#21150' '#20154' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 8
Top = 16
Width = 78
Height = 16
Caption = #21830#21697#32534#21495' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelBrand: TLabel
Left = 8
Top = 64
Width = 66
Height = 16
Caption = #21697' '#29260' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelProducer: TLabel
Left = 360
Top = 64
Width = 75
Height = 16
Caption = #21046' '#36896' '#21830' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBEditDate: TDBEdit
Left = 440
Top = 152
Width = 137
Height = 24
DataField = 'Date'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 0
OnChange = DBEditDateChange
end
object DBEditPrice: TDBEdit
Left = 88
Top = 104
Width = 105
Height = 24
DataField = 'Price'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 1
OnChange = DBEditPriceChange
end
object DBEditSum: TDBEdit
Left = 88
Top = 152
Width = 137
Height = 24
DataField = 'Sum'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 2
OnChange = DBEditSumChange
end
object DBEditGoodName: TDBEdit
Left = 440
Top = 8
Width = 129
Height = 24
DataField = 'GoodName'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 3
OnChange = DBEditGoodNameChange
end
object DBEditAmount: TDBEdit
Left = 440
Top = 104
Width = 129
Height = 24
DataField = 'Amount'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 4
OnChange = DBEditAmountChange
end
object DBEditDealer: TDBEdit
Left = 88
Top = 208
Width = 129
Height = 24
DataField = 'Dealer'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 5
OnChange = DBEditDealerChange
end
object DBMemoDetail: TDBMemo
Left = 440
Top = 200
Width = 225
Height = 57
DataField = 'Detail'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 6
OnChange = DBMemoDetailChange
end
object GroupBox1: TGroupBox
Left = 0
Top = 264
Width = 673
Height = 10
TabOrder = 7
end
object BTNFirst: TButton
Left = 40
Top = 288
Width = 105
Height = 33
Caption = ' '#31532' '#19968' '#20301' ( &F ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 8
OnClick = BTNFirstClick
end
object BTNNext: TButton
Left = 208
Top = 288
Width = 97
Height = 33
Caption = ' '#19979' '#19968' '#20301' ( &N ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 9
OnClick = BTNNextClick
end
object BTNPrev: TButton
Left = 368
Top = 336
Width = 105
Height = 33
Caption = ' '#21069' '#19968' '#20301' ( &P ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 10
OnClick = BTNPrevClick
end
object BTNLast: TButton
Left = 536
Top = 288
Width = 105
Height = 33
Caption = ' '#26368' '#21518' '#19968' '#20301' ( &L ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 11
OnClick = BTNLastClick
end
object BTNAdd: TButton
Left = 40
Top = 336
Width = 105
Height = 33
Caption = ' '#22686' '#21152' ( &A ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 12
OnClick = BTNAddClick
end
object BTNDel: TButton
Left = 208
Top = 336
Width = 97
Height = 33
Caption = ' '#21024' '#38500' ( &D ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 13
OnClick = BTNDelClick
end
object BTNModify: TButton
Left = 368
Top = 288
Width = 105
Height = 33
Caption = ' '#20462' '#25913' ( &M ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 14
OnClick = BTNModifyClick
end
object BTNClose: TButton
Left = 536
Top = 336
Width = 105
Height = 33
Caption = ' '#20851' '#38381' ( &X ) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 15
OnClick = BTNCloseClick
end
object DBEditCoding: TDBEdit
Left = 88
Top = 8
Width = 185
Height = 24
DataField = 'Coding'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 16
OnChange = DBEditCodingChange
end
object GroupBox2: TGroupBox
Left = 344
Top = 0
Width = 5
Height = 257
TabOrder = 17
end
object DBEditBrand: TDBEdit
Left = 88
Top = 56
Width = 137
Height = 24
DataField = 'Brand'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 18
OnChange = DBEditBrandChange
end
object DBEditProducer: TDBEdit
Left = 440
Top = 56
Width = 225
Height = 24
DataField = 'Producer'
DataSource = DataModule1.DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ParentFont = False
TabOrder = 19
OnChange = DBEditProducerChange
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -