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

📄 sjgl.dfm

📁 本程序是用delphi开发的新生报名管理系统 该程序的数据库是采用SQL server建的
💻 DFM
字号:
object sjgl_Form: Tsjgl_Form
  Left = 286
  Top = 198
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  BorderStyle = bsSingle
  Caption = #26032#29983#25968#25454#26597#35810
  ClientHeight = 307
  ClientWidth = 413
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBtnText
  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 = 0
    Top = 81
    Width = 413
    Height = 226
    Align = alClient
    DataSource = DataSource1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clBtnText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDrawColumnCell = DBGrid1DrawColumnCell
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 413
    Height = 81
    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 = 1
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 108
      Height = 13
      Caption = #22995#21517#12304#27169#31946#26597#35810#12305'    '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clFuchsia
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    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 = 176
      Top = 40
      Width = 57
      Height = 25
      Caption = #26816#32034
      TabOrder = 1
      OnClick = BitBtn1Click
      Kind = bkIgnore
    end
    object BitBtn2: TBitBtn
      Left = 280
      Top = 40
      Width = 57
      Height = 25
      Caption = #20851#38381
      TabOrder = 2
      OnClick = BitBtn2Click
      Kind = bkClose
    end
  end
  object Query1: TQuery
    Left = 224
    Top = 240
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 120
    Top = 240
  end
end

⌨️ 快捷键说明

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