📄 u_fhp.dfm
字号:
DataField = 'IssuedBy'
DataSource = DataSourceFHP
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
OnKeyPress = DBEdit7KeyPress
end
object DBEdit8: TDBEdit
Left = 601
Top = 14
Width = 160
Height = 20
Color = clInfoBk
DataField = 'LCNo'
DataSource = DataSourceFHP
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
OnKeyPress = DBEdit8KeyPress
end
object DBMemo2: TDBMemo
Left = 95
Top = 44
Width = 408
Height = 29
Color = clInfoBk
DataField = 'PAddress'
DataSource = DataSourceFHP
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 2
end
end
object Panel4: TPanel
Left = -1
Top = 191
Width = 799
Height = 215
BorderStyle = bsSingle
TabOrder = 2
OnDblClick = Panel4DblClick
object Panel5: TPanel
Left = 117
Top = 1
Width = 678
Height = 209
BevelInner = bvLowered
TabOrder = 0
object Label24: TLabel
Left = 32
Top = 6
Width = 42
Height = 24
Caption = '箱 号'#13#10'BoxNo'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label32: TLabel
Left = 148
Top = 15
Width = 72
Height = 12
Caption = 'Descriptions'
Transparent = True
end
object Label22: TLabel
Left = 147
Top = 6
Width = 95
Height = 13
AutoSize = False
Caption = '品 名 及 规 格'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label34: TLabel
Left = 302
Top = 6
Width = 52
Height = 13
AutoSize = False
Caption = '数 量'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label33: TLabel
Left = 302
Top = 16
Width = 48
Height = 12
Caption = 'Quantity'
Transparent = True
end
object Label35: TLabel
Left = 437
Top = 6
Width = 60
Height = 13
AutoSize = False
Caption = '单 价'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label36: TLabel
Left = 565
Top = 16
Width = 60
Height = 12
Caption = 'Unit Price'
Transparent = True
end
object Label37: TLabel
Left = 573
Top = 6
Width = 52
Height = 13
AutoSize = False
Caption = '总 价'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label38: TLabel
Left = 438
Top = 15
Width = 36
Height = 12
Caption = 'Amount'
Transparent = True
end
object DBRichEdit1: TDBRichEdit
Left = 3
Top = 31
Width = 670
Height = 176
Color = clInfoBk
DataField = 'xianghao'
DataSource = DataSourceFHP
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
HideScrollBars = False
ParentFont = False
PopupMenu = PopupMenu2
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
end
object Panel6: TPanel
Left = 1
Top = 1
Width = 116
Height = 209
Align = alLeft
BevelInner = bvLowered
TabOrder = 1
object Label23: TLabel
Left = 17
Top = 4
Width = 84
Height = 12
Caption = '商 标(Brand)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label31: TLabel
Left = 8
Top = 98
Width = 102
Height = 13
AutoSize = False
Caption = '标 记 及 唛 头'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label21: TLabel
Left = 9
Top = 107
Width = 78
Height = 12
Caption = 'Marks && Nos'
Transparent = True
end
object DBImage1: TDBImage
Left = 4
Top = 17
Width = 108
Height = 80
Color = clInfoBk
DataField = 'picture1'
DataSource = DataSourceFHP
TabOrder = 0
OnDblClick = DBImage1DblClick
OnKeyPress = DBImage1KeyPress
end
object DBMemo8: TDBMemo
Left = 4
Top = 118
Width = 108
Height = 89
Color = clInfoBk
DataField = 'MarkNos'
DataSource = DataSourceFHP
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssHorizontal
TabOrder = 1
end
end
end
end
object ADOQuery1: TADOQuery
Connection = DM.ADOConnection
Parameters = <>
SQL.Strings = (
'select * from XS_FHP ')
Left = 391
Top = 279
end
object PopupMenu1: TPopupMenu
Left = 511
Top = 279
object N1: TMenuItem
Caption = '订单定位'
OnClick = N1Click
end
object N3: TMenuItem
Caption = '退出'
OnClick = N3Click
end
end
object OpenPictureDialog1: TOpenPictureDialog
Filter =
'All (*.jpg;*.jpeg;*.bmp)|*.jpg;*.jpeg;*.bmp|CompuServe GIF Image' +
' (*.gif)|*.gif|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.' +
'jpeg)|*.jpeg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced ' +
'Metafiles (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
Left = 330
Top = 279
end
object DataSourceFHP: TDataSource
DataSet = DM.ADOTableFHP
OnDataChange = DataSource1DataChange
Left = 447
Top = 279
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 569
Top = 279
end
object PopupMenu2: TPopupMenu
Left = 609
Top = 279
object N2: TMenuItem
Caption = '修改字体信息'
OnClick = N2Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -