querygradeinformation.~dfm

来自「本系统是一个基于delphi7环境开发的人事管理系统」· ~DFM 代码 · 共 82 行

~DFM
82
字号
object Form12: TForm12
  Left = 252
  Top = 232
  BorderStyle = bsDialog
  Caption = #26597#35810#32844#21592#32771#35780#20449#24687
  ClientHeight = 302
  ClientWidth = 590
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 73
    Height = 16
    AutoSize = False
    Caption = #26597#35810#36873#39033
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 48
    Width = 590
    Height = 254
    Align = alBottom
    DataSource = Form1.DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ComboBox1: TComboBox
    Left = 96
    Top = 16
    Width = 137
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    OnChange = ComboBox1Change
    OnKeyDown = ComboBox1KeyDown
    Items.Strings = (
      #21592#24037#32534#21495
      #24635#20307#32771#35780
      #37096#38376#21517#31216
      #32771#35780#26085#26399)
  end
  object Button1: TButton
    Left = 272
    Top = 16
    Width = 105
    Height = 25
    Caption = #26597#35810#20840#37096#20449#24687
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 416
    Top = 16
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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