unit7.dfm
来自「停车厂管理系统 麻雀虽小 但是五脏齐全」· DFM 代码 · 共 152 行
DFM
152 行
object Form7: TForm7
Left = 311
Top = 192
Width = 277
Height = 230
Caption = #29992#25143#31867#22411
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
OnActivate = FormActivate
OnCanResize = FormCanResize
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 41
Height = 13
Caption = #31867#22411#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 144
Top = 16
Width = 41
Height = 13
Caption = #25240#25187#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 72
Width = 84
Height = 13
Caption = #29992#25143#31867#22411#22914#19979#65306
end
object DBGrid1: TDBGrid
Left = 8
Top = 88
Width = 233
Height = 97
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
Columns = <
item
Expanded = False
FieldName = 'customerclass'
Title.Caption = #29992#25143#31867#22411
Visible = True
end
item
Expanded = False
FieldName = 'zhek'
Title.Caption = #25240#25187
Visible = True
end>
end
object BitBtn1: TBitBtn
Left = 8
Top = 40
Width = 71
Height = 23
Caption = #22686#21152
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 95
Top = 40
Width = 74
Height = 23
Caption = #20462#25913
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkRetry
end
object BitBtn3: TBitBtn
Left = 187
Top = 40
Width = 71
Height = 23
Caption = #21024#38500
TabOrder = 3
OnClick = BitBtn3Click
Kind = bkCancel
end
object Edit1: TEdit
Left = 56
Top = 8
Width = 65
Height = 21
MaxLength = 8
TabOrder = 4
Text = 'Edit1'
end
object Edit2: TEdit
Left = 192
Top = 8
Width = 65
Height = 21
MaxLength = 4
TabOrder = 5
Text = 'Edit2'
OnExit = Edit2Exit
OnKeyPress = Edit2KeyPress
end
object ADOTable1: TADOTable
Active = True
Connection = DataModule11.ccsj
CursorType = ctStatic
TableName = 'customerclass'
Left = 64
Top = 136
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 176
Top = 120
end
object ADOQuery1: TADOQuery
Connection = DataModule11.ccsj
Parameters = <>
Left = 120
Top = 136
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?