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

📄 unitarrange.dfm

📁 教务管理系统
💻 DFM
字号:
object frmArrange: TfrmArrange
  Left = 203
  Top = 162
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #23433#25490#35838#31243
  ClientHeight = 295
  ClientWidth = 406
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 5
    Top = 3
    Width = 396
    Height = 190
    Caption = #35838#31243#21015#34920
    TabOrder = 0
    object btnDel: TButton
      Left = 224
      Top = 152
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 0
      OnClick = btnDelClick
    end
    object btnClose: TButton
      Left = 304
      Top = 152
      Width = 75
      Height = 25
      Cancel = True
      Caption = #20851#38381
      TabOrder = 1
      OnClick = btnCloseClick
    end
    object lv: TListView
      Left = 8
      Top = 16
      Width = 377
      Height = 129
      Columns = <
        item
          Caption = #25945#24072
          Width = 70
        end
        item
          Caption = #25945#23460
          Width = 100
        end
        item
          Caption = #35838#31243
          Width = 200
        end>
      GridLines = True
      HideSelection = False
      ReadOnly = True
      RowSelect = True
      TabOrder = 2
      ViewStyle = vsReport
    end
  end
  object GroupBox2: TGroupBox
    Left = 5
    Top = 195
    Width = 396
    Height = 94
    Caption = #23433#25490#26032#35838#31243
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 24
      Height = 12
      Caption = #25945#24072
    end
    object Label2: TLabel
      Left = 136
      Top = 16
      Width = 24
      Height = 12
      Caption = #25945#23460
    end
    object Label3: TLabel
      Left = 264
      Top = 16
      Width = 24
      Height = 12
      Caption = #35838#31243
    end
    object btnAdd: TButton
      Left = 304
      Top = 61
      Width = 79
      Height = 25
      Caption = #28155#21152
      Enabled = False
      TabOrder = 0
      OnClick = btnAddClick
    end
    object cmbT: TComboBox
      Left = 8
      Top = 32
      Width = 121
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 1
      OnChange = cmbTChange
    end
    object cmbR: TComboBox
      Left = 136
      Top = 32
      Width = 121
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 2
      OnChange = cmbRChange
    end
    object cmbC: TComboBox
      Left = 264
      Top = 32
      Width = 121
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 3
      OnChange = cmbCChange
    end
  end
  object qryLV: TADOQuery
    Connection = data.adoc
    Parameters = <>
    Left = 173
    Top = 147
  end
  object qry: TADOQuery
    Connection = data.adoc
    Parameters = <>
    Left = 13
    Top = 251
  end
end

⌨️ 快捷键说明

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