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

📄 xwcsunit.dfm

📁 delphi sqlserver 学生学籍管理系统
💻 DFM
字号:
object xwcs: Txwcs
  Left = 360
  Top = 223
  Width = 427
  Height = 405
  Caption = #23398#20301#21021#23457
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 419
    Height = 371
    Align = alClient
    TabOrder = 0
    object Button2: TButton
      Left = 184
      Top = 336
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button2Click
    end
    object GroupBox1: TGroupBox
      Left = 24
      Top = 128
      Width = 385
      Height = 193
      Caption = #35831#36873#25321#33719#24471#23398#20301#26465#20214
      TabOrder = 1
      object ListBox2: TListBox
        Left = 216
        Top = 24
        Width = 145
        Height = 145
        ItemHeight = 13
        TabOrder = 0
      end
      object Button1: TButton
        Left = 177
        Top = 56
        Width = 33
        Height = 17
        Caption = '=>'
        TabOrder = 1
        OnClick = Button1Click
      end
      object Button3: TButton
        Left = 177
        Top = 112
        Width = 33
        Height = 17
        Caption = '<='
        TabOrder = 2
        OnClick = Button3Click
      end
      object ListBox1: TListBox
        Left = 24
        Top = 24
        Width = 145
        Height = 145
        ItemHeight = 13
        Items.Strings = (
          #19981#21450#26684#23398#20998#25968#23567#20110'25'
          #36890#36807#22823#23398#33521#35821#22235#32423
          #36890#36807#35745#31639#26426#20108#32423
          #26410#21463#35760#36807#20197#19978#22788#20998
          #26080#37325#20462#20173#26410#36890#36807#30340#35838#31243
          #19981#21450#26684#35838#31243#23569#20110'5'#38376)
        TabOrder = 3
      end
    end
    object GroupBox2: TGroupBox
      Left = 24
      Top = 8
      Width = 385
      Height = 105
      Caption = #35831#36873#25321#29677#32423
      TabOrder = 2
      object Label1: TLabel
        Left = 72
        Top = 26
        Width = 105
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#19987#19994#21517
      end
      object Label2: TLabel
        Left = 72
        Top = 64
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#29677#32423
      end
      object ComboBox1: TComboBox
        Left = 168
        Top = 24
        Width = 105
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        OnExit = ComboBox1Exit
      end
      object ComboBox2: TComboBox
        Left = 168
        Top = 60
        Width = 105
        Height = 21
        ItemHeight = 13
        TabOrder = 1
      end
    end
  end
  object qry: TQuery
    DatabaseName = 'sinfo'
    Left = 88
    Top = 320
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 64
    Top = 320
  end
  object qry1: TQuery
    DatabaseName = 'sinfo'
    Left = 352
    Top = 328
  end
  object DataSource2: TDataSource
    DataSet = qry1
    Left = 328
    Top = 328
  end
end

⌨️ 快捷键说明

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