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

📄 unit15.dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 DFM
字号:
object Formg_sel: TFormg_sel
  Left = 12
  Top = 22
  Width = 536
  Height = 460
  Caption = #20010#20154#25104#32489#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 32
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #36755#20837#23398#21495
  end
  object Label2: TLabel
    Left = 296
    Top = 32
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #36755#20837#22995#21517
  end
  object Label3: TLabel
    Left = 56
    Top = 104
    Width = 65
    Height = 13
    Caption = #36873#25321#23398#26399
  end
  object DBGridg_sel: TDBGrid
    Left = 80
    Top = 216
    Width = 361
    Height = 129
    DataSource = DataSourceg_sel
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Visible = False
  end
  object Editsno: TEdit
    Left = 136
    Top = 32
    Width = 97
    Height = 21
    TabOrder = 1
    Text = ' '
  end
  object Editsname: TEdit
    Left = 384
    Top = 32
    Width = 97
    Height = 21
    TabOrder = 2
    Text = ' '
  end
  object ComboBoxsem: TComboBox
    Left = 136
    Top = 96
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      'all')
  end
  object Button1: TButton
    Left = 240
    Top = 144
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 200
    Width = 81
    Height = 17
    Caption = #23398#21495
    TabOrder = 5
    Visible = False
  end
  object Button3: TButton
    Left = 160
    Top = 200
    Width = 65
    Height = 17
    Caption = #22995#21517
    TabOrder = 6
    Visible = False
  end
  object Button4: TButton
    Left = 224
    Top = 200
    Width = 65
    Height = 17
    Caption = #35838#31243
    TabOrder = 7
    Visible = False
  end
  object Button5: TButton
    Left = 288
    Top = 200
    Width = 65
    Height = 17
    Caption = #25104#32489
    TabOrder = 8
    Visible = False
  end
  object Button6: TButton
    Left = 352
    Top = 200
    Width = 67
    Height = 17
    Caption = #23398#26399
    TabOrder = 9
    Visible = False
  end
  object Button7: TButton
    Left = 216
    Top = 368
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 10
    OnClick = Button7Click
  end
  object ADOQueryg_sel: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog='#23398#29983#36873#35838#31995#32479';Data Source=.'
    CursorType = ctStatic
    Parameters = <>
    Left = 472
    Top = 272
  end
  object DataSourceg_sel: TDataSource
    DataSet = ADOQueryg_sel
    Left = 472
    Top = 216
  end
end

⌨️ 快捷键说明

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