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

📄 unit13.~dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 ~DFM
字号:
object Formsc_upd: TFormsc_upd
  Left = 343
  Top = 219
  Width = 537
  Height = 246
  Caption = #23398#29983#36873#35838
  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 DBGridsc_upd: TDBGrid
    Left = 16
    Top = 40
    Width = 297
    Height = 120
    DataSource = DataSourcesc_upd
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridsc_updCellClick
  end
  object Button1: TButton
    Left = 40
    Top = 176
    Width = 75
    Height = 25
    Caption = #35835#20837#25968#25454
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 16
    Top = 24
    Width = 79
    Height = 17
    Caption = #35838#31243#21495
    TabOrder = 2
  end
  object Button3: TButton
    Left = 96
    Top = 24
    Width = 65
    Height = 17
    Caption = #35838#31243#21517
    TabOrder = 3
  end
  object Button5: TButton
    Left = 160
    Top = 24
    Width = 126
    Height = 17
    Caption = #25945#26448
    TabOrder = 4
  end
  object GroupBox1: TGroupBox
    Left = 328
    Top = 16
    Width = 185
    Height = 185
    Caption = #36873#35838#25805#20316
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 5
    object Label2: TLabel
      Left = 16
      Top = 40
      Width = 49
      Height = 13
      Caption = #35838#31243#21495
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Editcno: TEdit
      Left = 80
      Top = 40
      Width = 73
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object Button4: TButton
      Left = 56
      Top = 120
      Width = 65
      Height = 25
      Caption = #36873#35838
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button4Click
    end
  end
  object Button6: TButton
    Left = 184
    Top = 176
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 6
    OnClick = Button6Click
  end
  object DataSourcesc_upd: TDataSource
    DataSet = ADOQuerysc_upd
    Left = 136
    Top = 176
  end
  object ADOQuerysc_upd: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog='#23398#29983#36873#35838#31995#32479';Data Source=.'
    Parameters = <>
    Left = 288
    Top = 176
  end
end

⌨️ 快捷键说明

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