w_grcjhgxx.~dfm

来自「学生学籍管理源码」· ~DFM 代码 · 共 94 行

~DFM
94
字号
object grcjhgxx: Tgrcjhgxx
  Left = 218
  Top = 259
  Width = 484
  Height = 305
  Caption = #20010#20154#25104#32489#21512#26684#20449#24687
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 476
    Height = 237
    Align = alClient
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 474
      Height = 235
      Align = alClient
      DataSource = data.cj
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = #22995#21517
          Visible = True
        end
        item
          Expanded = False
          FieldName = #29677#32423
          Visible = True
        end
        item
          Expanded = False
          FieldName = #24615#21035
          Width = 64
          Visible = True
        end
        item
          Expanded = False
          FieldName = #25104#32489
          Visible = True
        end
        item
          Expanded = False
          FieldName = #23398#26399
          Visible = True
        end
        item
          Expanded = False
          FieldName = #23398#20064#35838#31243
          Width = 64
          Visible = True
        end
        item
          Expanded = False
          FieldName = #26159#21542#34917#32771
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 237
    Width = 476
    Height = 41
    Align = alBottom
    TabOrder = 1
    object Button1: TButton
      Left = 368
      Top = 8
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 0
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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