crkform.dfm
来自「一个物流公司的物流配送系统」· DFM 代码 · 共 292 行
DFM
292 行
object Frmcrk: TFrmcrk
Left = 90
Top = 21
Width = 769
Height = 499
Caption = #20986#20837#24211#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dg: TDBGrid
Left = 0
Top = 0
Width = 761
Height = 329
Align = alClient
DataSource = ds
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = dgCellClick
OnDrawColumnCell = dgDrawColumnCell
Columns = <
item
Expanded = False
FieldName = 'spmc'
Title.Alignment = taCenter
Title.Caption = #21830#21697#21517#31216
Width = 163
Visible = True
end
item
Expanded = False
FieldName = 'lxmc'
Title.Alignment = taCenter
Title.Caption = #31867#22411
Width = 114
Visible = True
end
item
Expanded = False
FieldName = 'gg'
Title.Alignment = taCenter
Title.Caption = #35268#26684
Width = 69
Visible = True
end
item
Expanded = False
FieldName = 'dj'
Title.Caption = #21333#20215
Width = 46
Visible = True
end
item
Expanded = False
FieldName = 'dl'
Title.Alignment = taCenter
Title.Caption = #21333#37327
Width = 63
Visible = True
end
item
Expanded = False
FieldName = 'sl'
Title.Caption = #25968#37327
Width = 53
Visible = True
end
item
Expanded = False
FieldName = 'sjdj'
Title.Caption = #23454#38469#21333#20215
Width = 55
Visible = True
end
item
Expanded = False
FieldName = 'czrq'
Title.Caption = #25805#20316#26085#26399
Width = 75
Visible = True
end
item
Expanded = False
FieldName = 'czlx'
Title.Caption = #25805#20316#31867#22411
Width = 50
Visible = True
end>
end
object editPanel: TPanel
Left = 0
Top = 329
Width = 761
Height = 102
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object Label5: TLabel
Left = 94
Top = 76
Width = 28
Height = 16
AutoSize = False
Caption = #21333#20215
end
object Label4: TLabel
Left = 414
Top = 22
Width = 75
Height = 16
AutoSize = False
Caption = #25805#20316#26085#26399
end
object Label2: TLabel
Left = 70
Top = 18
Width = 59
Height = 16
AutoSize = False
Caption = #21830#21697#21517#31216
end
object Label18: TLabel
Left = 95
Top = 50
Width = 32
Height = 13
AutoSize = False
Caption = #25968#37327
end
object Label1: TLabel
Left = 415
Top = 53
Width = 75
Height = 16
AutoSize = False
Caption = #25805#20316#31867#22411
end
object djedit: TEdit
Left = 128
Top = 71
Width = 145
Height = 22
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
Text = 'djedit'
OnKeyPress = inputrealKeyPress
end
object sledit: TEdit
Left = 128
Top = 43
Width = 145
Height = 22
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
Text = 'sledit'
OnKeyPress = inputrealKeyPress
end
object spmcedit: TComboBox
Left = 128
Top = 16
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'spmcedit'
OnEnter = spmceditEnter
OnKeyPress = NextFocusKeyPress
Items.Strings = (
#19987
#20860)
end
object czrqpk: TDateTimePicker
Left = 472
Top = 16
Width = 145
Height = 21
CalAlignment = dtaLeft
Date = 38485.2907095486
Time = 38485.2907095486
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 3
OnKeyPress = NextFocusKeyPress
end
object czlxedit: TComboBox
Left = 472
Top = 48
Width = 145
Height = 21
ItemHeight = 13
ItemIndex = 0
TabOrder = 4
Text = #20986#24211
Items.Strings = (
#20986#24211
#20837#24211
#30772#25439)
end
end
object btnPanel: TPanel
Left = 0
Top = 431
Width = 761
Height = 41
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object addbtn: TButton
Tag = 1
Left = 16
Top = 8
Width = 75
Height = 25
Caption = #28155#21152
Enabled = False
TabOrder = 0
OnClick = addbtnClick
end
object editbtn: TButton
Tag = 2
Left = 180
Top = 8
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 1
OnClick = editbtnClick
end
object okbtn: TButton
Tag = 4
Left = 508
Top = 8
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = okbtnClick
end
object delbtn: TButton
Tag = 3
Left = 344
Top = 8
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 3
OnClick = delbtnClick
end
object cancelbtn: TButton
Tag = 5
Left = 672
Top = 8
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 4
OnClick = cancelbtnClick
end
end
object ds: TDataSource
DataSet = DM.cquery
Left = 88
Top = 32
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?