📄 pidan.dfm
字号:
object pidanfrm: Tpidanfrm
Left = 240
Top = 162
BorderIcons = []
BorderStyle = bsDialog
Caption = '处理批单'
ClientHeight = 232
ClientWidth = 498
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 7
Height = 14
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 256
Top = 24
Width = 98
Height = 14
Caption = '请输入批单号:'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 21
Width = 56
Height = 14
Caption = '保单号:'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 72
Width = 56
Height = 14
Caption = '原车牌:'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 16
Top = 104
Width = 56
Height = 14
Caption = '现车牌:'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 264
Top = 104
Width = 70
Height = 14
Caption = '现联系人:'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object DBEdit1: TDBEdit
Left = 96
Top = 104
Width = 121
Height = 22
DataField = 'Carnum'
DataSource = dm.ds_car
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 352
Top = 104
Width = 113
Height = 22
DataField = 'Name'
DataSource = dm.ds_baodan
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 360
Top = 24
Width = 113
Height = 22
DataField = 'Pidanno'
DataSource = dm.ds_car
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object Edit1: TEdit
Left = 66
Top = 21
Width = 121
Height = 21
TabOrder = 3
end
object BitBtn1: TBitBtn
Left = 192
Top = 19
Width = 57
Height = 27
Caption = '查找'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 144
Top = 176
Width = 89
Height = 25
Caption = '确定并退出'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 256
Top = 176
Width = 89
Height = 25
Caption = '取消'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = BitBtn3Click
end
object DBEdit4: TDBEdit
Left = 96
Top = 72
Width = 121
Height = 22
DataField = 'OldCarnum'
DataSource = dm.ds_car
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -