📄 unit3.dfm
字号:
object Form3: TForm3
Left = 511
Top = 169
Width = 158
Height = 414
BorderIcons = [biSystemMenu, biMinimize]
Caption = '班车始发'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 150
Height = 387
Align = alClient
Caption = 'Panel1'
TabOrder = 0
object Panel2: TPanel
Left = 1
Top = 1
Width = 148
Height = 24
Align = alTop
Caption = '请在下表选择始发班车'
TabOrder = 0
end
object ListBox1: TListBox
Left = 1
Top = 25
Width = 148
Height = 224
Align = alTop
ItemHeight = 13
MultiSelect = True
TabOrder = 1
end
object Button1: TButton
Left = 16
Top = 344
Width = 49
Height = 25
Caption = '提交'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 88
Top = 344
Width = 51
Height = 25
Caption = '全选'
TabOrder = 3
OnClick = Button2Click
end
object RadioGroup1: TRadioGroup
Left = 1
Top = 249
Width = 148
Height = 80
Align = alTop
Caption = '班车行进方向'
TabOrder = 4
end
object RadioButton1: TRadioButton
Left = 16
Top = 272
Width = 113
Height = 17
Caption = '景芳小区'
Checked = True
TabOrder = 5
TabStop = True
end
object RadioButton2: TRadioButton
Left = 16
Top = 296
Width = 113
Height = 17
Caption = '六公园'
TabOrder = 6
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -