📄 unit9.dfm
字号:
object bus: Tbus
Left = 97
Top = 152
Width = 640
Height = 376
Caption = '交通查询'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 632
Height = 349
Align = alClient
Caption = '公车/铁路/航空'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clActiveCaption
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 312
Top = 24
Width = 78
Height = 13
Caption = '共查得 条路线'
end
object Label2: TLabel
Left = 448
Top = 24
Width = 33
Height = 13
Caption = '途径站'
end
object DBGrid1: TDBGrid
Left = 32
Top = 48
Width = 257
Height = 249
Color = clInfoBk
DataSource = DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clActiveCaption
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clActiveCaption
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = '路线'
Visible = True
end
item
Expanded = False
FieldName = '首班车'
Width = 88
Visible = True
end
item
Expanded = False
FieldName = '末班车'
Width = 84
Visible = True
end>
end
object DBMemo1: TDBMemo
Left = 296
Top = 48
Width = 313
Height = 249
Color = clInfoBk
DataSource = DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clActiveCaption
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object DBNavigator1: TDBNavigator
Left = 32
Top = 312
Width = 270
Height = 18
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 520
Top = 310
Width = 89
Height = 25
Cursor = crHandPoint
Caption = '重新查询'
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkRetry
end
end
object DataSource1: TDataSource
DataSet = Query1
Left = 192
Top = 8
end
object Query1: TQuery
DatabaseName = 'copfinal'
Left = 88
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -