⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 epr_selectunit.dfm

📁 公交行业的管理系统
💻 DFM
字号:
object Epr_Select: TEpr_Select
  Left = 140
  Top = 86
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #35831#36873#25321#20225#19994
  ClientHeight = 437
  ClientWidth = 567
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 567
    Height = 437
    Align = alClient
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 267
      Top = 100
      Width = 36
      Height = 35
      Hint = #28155#21152
      Caption = '>'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 267
      Top = 169
      Width = 36
      Height = 35
      Hint = #20840#37096#28155#21152
      Caption = '>>'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 267
      Top = 238
      Width = 36
      Height = 35
      Hint = #21024#38500
      Caption = '<'
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      OnClick = SpeedButton3Click
    end
    object SpeedButton4: TSpeedButton
      Left = 267
      Top = 308
      Width = 36
      Height = 35
      Hint = #20840#37096#21024#38500
      Caption = '<<'
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      OnClick = SpeedButton4Click
    end
    object ListView1: TListView
      Left = 11
      Top = 57
      Width = 233
      Height = 314
      Columns = <
        item
          Caption = #21333#20301#20195#30721
          MaxWidth = 100
          MinWidth = 100
          Width = 100
        end
        item
          Caption = #21333#20301#21517#31216
          MaxWidth = 125
          MinWidth = 125
          Width = 125
        end>
      RowSelect = True
      SortType = stText
      TabOrder = 0
      ViewStyle = vsReport
      OnSelectItem = ListView1SelectItem
    end
    object ListView2: TListView
      Left = 323
      Top = 57
      Width = 233
      Height = 314
      Columns = <
        item
          Caption = #21333#20301#20195#30721
          MaxWidth = 100
          MinWidth = 100
          Width = 100
        end
        item
          Caption = #21333#20301#21517#31216
          MaxWidth = 125
          MinWidth = 125
          Width = 125
        end>
      RowSelect = True
      SortType = stText
      TabOrder = 1
      ViewStyle = vsReport
      OnSelectItem = ListView2SelectItem
    end
    object Panel2: TPanel
      Left = 10
      Top = 374
      Width = 547
      Height = 52
      BevelInner = bvLowered
      BevelOuter = bvLowered
      TabOrder = 2
      object BitBtn1: TBitBtn
        Left = 91
        Top = 11
        Width = 81
        Height = 29
        Caption = #30830#23450
        ModalResult = 1
        TabOrder = 0
        OnClick = BitBtn1Click
      end
      object BitBtn2: TBitBtn
        Left = 234
        Top = 11
        Width = 81
        Height = 29
        Caption = #21462#28040
        ModalResult = 2
        TabOrder = 1
        OnClick = BitBtn2Click
      end
      object BitBtn3: TBitBtn
        Left = 374
        Top = 11
        Width = 79
        Height = 28
        Caption = #37325#26032#36873#25321
        TabOrder = 2
        OnClick = BitBtn3Click
      end
    end
    object Panel3: TPanel
      Left = 11
      Top = 2
      Width = 545
      Height = 53
      BevelInner = bvLowered
      BevelOuter = bvLowered
      TabOrder = 3
      object Label1: TLabel
        Left = 165
        Top = 21
        Width = 60
        Height = 13
        AutoSize = False
        Caption = #32479#35745#24180#20221#65306
      end
      object ComboBox1: TComboBox
        Left = 243
        Top = 18
        Width = 106
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        OnChange = ComboBox1Change
        Items.Strings = (
          '2000'
          '2001'
          '2002'
          '2003'
          '2004'
          '2005'
          '2006'
          '2007'
          '2008'
          '2009'
          '2010')
      end
    end
  end
  object ADOQuery1: TADOQuery
    Connection = BusTradeDataModule.ADOConnection1
    Parameters = <>
    Left = 252
    Top = 66
  end
  object ADOQuery2: TADOQuery
    Connection = BusTradeDataModule.ADOConnection1
    Parameters = <>
    Left = 288
    Top = 65
  end
end

⌨️ 快捷键说明

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