📄 unit_gz_bus.dfm
字号:
object Form1: TForm1
Left = 178
Top = 127
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object FlatPanel1: TFlatPanel
Left = 24
Top = 48
Width = 329
Height = 177
ParentColor = True
TabOrder = 0
UseDockManager = True
object Label1: TLabel
Left = 17
Top = 58
Width = 39
Height = 13
Caption = '出发站:'
end
object Label2: TLabel
Left = 16
Top = 91
Width = 39
Height = 13
Caption = '到达站:'
end
object Label3: TLabel
Left = 16
Top = 19
Width = 27
Height = 13
Caption = '数据:'
end
object FlatEdit1: TFlatEdit
Left = 80
Top = 56
Width = 201
Height = 19
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 0
end
object FlatEdit2: TFlatEdit
Left = 80
Top = 88
Width = 201
Height = 19
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 1
end
object FlatButton1: TFlatButton
Left = 72
Top = 128
Width = 97
Height = 25
Caption = '搜索直达班次'
TabOrder = 2
end
object FlatButton2: TFlatButton
Left = 176
Top = 128
Width = 113
Height = 25
Caption = '公车换乘搜索'
TabOrder = 3
end
object FlatEdit3: TFlatEdit
Left = 80
Top = 16
Width = 201
Height = 19
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 4
Text = 'C:\GZ_BUS.txt'
end
object FlatButton3: TFlatButton
Left = 280
Top = 16
Width = 25
Height = 19
Caption = '...'
TabOrder = 5
OnClick = FlatButton3Click
end
object FlatButton5: TFlatButton
Left = 16
Top = 128
Width = 49
Height = 25
Caption = '初始化'
TabOrder = 6
OnClick = FlatButton5Click
end
end
object FlatButton4: TFlatButton
Left = 408
Top = 256
Width = 65
Height = 33
Caption = '退出'
TabOrder = 1
OnClick = FlatButton4Click
end
object FlatEdit4: TFlatEdit
Left = 368
Top = 16
Width = 121
Height = 19
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 2
end
object FlatButton6: TFlatButton
Left = 488
Top = 16
Width = 49
Height = 19
Caption = 'Search'
TabOrder = 3
OnClick = FlatButton6Click
end
object FlatMemo1: TFlatMemo
Left = 368
Top = 48
Width = 185
Height = 177
ColorFlat = clBtnFace
ParentColor = True
ScrollBars = ssBoth
TabOrder = 4
Lines.Strings = (
'FlatMemo1')
end
object OpenDialog1: TOpenDialog
Left = 320
Top = 176
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -