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

📄 unit14.~dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 ~DFM
字号:
object Formsc_sel: TFormsc_sel
  Left = 205
  Top = 82
  Width = 544
  Height = 435
  Caption = #20010#20154#35838#34920#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 = 320
    Top = 32
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #36755#20837#22995#21517
  end
  object Label3: TLabel
    Left = 56
    Top = 80
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #36873#25321#23398#26399
  end
  object Editsno: TEdit
    Left = 128
    Top = 24
    Width = 105
    Height = 21
    TabOrder = 0
    Text = ' '
  end
  object Editsname: TEdit
    Left = 408
    Top = 24
    Width = 105
    Height = 21
    TabOrder = 1
    Text = ' '
  end
  object ComboBoxsem: TComboBox
    Left = 128
    Top = 80
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = ' '
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      'all')
  end
  object Button1: TButton
    Left = 224
    Top = 128
    Width = 75
    Height = 25
    Caption = #35838#34920#26597#35810
    TabOrder = 3
    OnClick = Button1Click
  end
  object DBGridsc_sel: TDBGrid
    Left = 72
    Top = 208
    Width = 369
    Height = 120
    DataSource = DataSourcesc_sel
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Visible = False
  end
  object Button2: TButton
    Left = 72
    Top = 192
    Width = 81
    Height = 17
    Caption = #35838#31243#21495
    TabOrder = 5
    Visible = False
  end
  object Button3: TButton
    Left = 152
    Top = 192
    Width = 65
    Height = 17
    Caption = #35838#31243#21517
    TabOrder = 6
    Visible = False
  end
  object Button4: TButton
    Left = 340
    Top = 192
    Width = 66
    Height = 17
    Caption = #23398#26399
    TabOrder = 7
    Visible = False
  end
  object Button5: TButton
    Left = 216
    Top = 192
    Width = 125
    Height = 17
    Caption = #25945#26448
    TabOrder = 8
    Visible = False
  end
  object Button6: TButton
    Left = 224
    Top = 352
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 9
    OnClick = Button6Click
  end
  object ADOQuerysc_sel: TADOQuery
    Active = True
    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 = <>
    SQL.Strings = (
      'select cno,cname,cbook,sem from viewsc')
    Left = 472
    Top = 256
  end
  object DataSourcesc_sel: TDataSource
    DataSet = ADOQuerysc_sel
    Left = 448
    Top = 320
  end
end

⌨️ 快捷键说明

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