unit2.dfm

来自「本系统为公交车辆调度系统」· DFM 代码 · 共 66 行

DFM
66
字号
object Form2: TForm2
  Left = 227
  Top = 183
  Width = 161
  Height = 334
  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 = 153
    Height = 307
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 0
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 151
      Height = 24
      Align = alTop
      Caption = '请在下表选择停开班车'
      TabOrder = 0
    end
    object ListBox1: TListBox
      Left = 1
      Top = 25
      Width = 151
      Height = 224
      Align = alTop
      ItemHeight = 13
      MultiSelect = True
      TabOrder = 1
    end
    object Button1: TButton
      Left = 16
      Top = 264
      Width = 49
      Height = 25
      Caption = '提交'
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 88
      Top = 264
      Width = 49
      Height = 25
      Caption = '全选'
      TabOrder = 3
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?