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

📄 sfgl.dfm

📁 本程序是用delphi开发的新生报名管理系统 该程序的数据库是采用SQL server建的
💻 DFM
字号:
object sfgl_Form: Tsfgl_Form
  Left = 265
  Top = 198
  BorderStyle = bsSingle
  Caption = #25910#36153#31649#29702
  ClientHeight = 298
  ClientWidth = 411
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 88
    Width = 393
    Height = 105
    Hint = #28857#20987#21491#38190' '#36873#25321#25805#20316
    DataSource = DataSource1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ParentShowHint = False
    PopupMenu = PopupMenu1
    ShowHint = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1Cellclick
    OnDrawColumnCell = DBGrid1DrawColumnCell
  end
  object DBGrid2: TDBGrid
    Left = 8
    Top = 192
    Width = 393
    Height = 97
    DataSource = DataSource2
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 411
    Height = 89
    Align = alTop
    Caption = #36755#20837#26597#35810#26465#20214
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clFuchsia
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 99
      Height = 13
      Caption = #22995#21517#12304#27169#31946#26597#35810#12305' '
    end
    object xm_LEdit: TEdit
      Left = 8
      Top = 40
      Width = 121
      Height = 21
      Hint = #36755#20837#22995#21517' '#36827#34892#26597#35810
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 144
      Top = 40
      Width = 75
      Height = 25
      Caption = #26816#32034
      TabOrder = 1
      OnClick = BitBtn1Click
      Kind = bkIgnore
    end
    object BitBtn2: TBitBtn
      Left = 224
      Top = 40
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 2
      OnClick = BitBtn2Click
      Kind = bkClose
    end
  end
  object Query1: TQuery
    Left = 216
    Top = 128
  end
  object Query2: TQuery
    Left = 176
    Top = 216
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 544
    Top = 216
  end
  object DataSource2: TDataSource
    DataSet = Query2
    Left = 576
    Top = 160
  end
  object PopupMenu1: TPopupMenu
    Left = 272
    Top = 128
    object N1: TMenuItem
      Caption = #25910#36153
      OnClick = N1Click
    end
  end
  object DataSource3: TDataSource
    DataSet = Query1
    Left = 136
    Top = 136
  end
  object DataSource4: TDataSource
    DataSet = Query2
    Left = 232
    Top = 232
  end
end

⌨️ 快捷键说明

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