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

📄 gygl.dfm

📁 本程序是用delphi开发的新生报名管理系统 该程序的数据库是采用SQL server建的
💻 DFM
字号:
object gygl_Form: Tgygl_Form
  Left = 248
  Top = 221
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  BorderStyle = bsSingle
  Caption = #20844#23507#31649#29702
  ClientHeight = 313
  ClientWidth = 494
  Color = clGradientInactiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clInfoText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  PopupMenu = PopupMenu1
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 81
    Width = 494
    Height = 232
    Hint = #28857#20987#21491#38190' '#36873#25321#25805#20316
    Align = alClient
    DataSource = DataSource1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ParentShowHint = False
    PopupMenu = PopupMenu1
    ShowHint = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clInfoText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDrawColumnCell = DBGrid1DrawColunmnCell
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 494
    Height = 81
    Align = alTop
    Caption = #36755#20837#26597#35810#26465#20214
    Color = clGradientInactiveCaption
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clFuchsia
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 96
      Height = 13
      Caption = #22995#21517#12304#27169#31946#26597#35810#12305
      Color = clGradientInactiveCaption
      ParentColor = False
    end
    object xm_LEdit: TEdit
      Left = 8
      Top = 32
      Width = 121
      Height = 21
      Hint = #36755#20837#22995#21517#36827#34892#26597#35810
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clFuchsia
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 32
    Width = 75
    Height = 25
    Caption = #26816#32034
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clFuchsia
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 240
    Top = 32
    Width = 75
    Height = 25
    Caption = #20851#38381
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clFuchsia
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn2Click
    Kind = bkClose
  end
  object Query1: TQuery
    Left = 272
    Top = 200
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 128
    Top = 192
  end
  object PopupMenu1: TPopupMenu
    Left = 216
    Top = 192
    object N1: TMenuItem
      Caption = #23433#25490#20844#23507
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #20462#25913#20844#23507
      OnClick = N2Click
    end
  end
end

⌨️ 快捷键说明

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