unit1.dfm

来自「学生档案管理系统」· DFM 代码 · 共 73 行

DFM
73
字号
object Form1: TForm1
  Left = 244
  Top = 163
  BorderStyle = bsNone
  Caption = #27169#31946#26597#25214
  ClientHeight = 336
  ClientWidth = 524
  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
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label17: TLabel
    Left = 40
    Top = 40
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #23398#29983#22995#21517
  end
  object Edit13: TEdit
    Left = 112
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object DBGrid2: TDBGrid
    Left = 40
    Top = 88
    Width = 425
    Height = 169
    Ctl3D = False
    DataSource = dm.DataSource3
    ParentCtl3D = False
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 264
    Top = 32
    Width = 75
    Height = 25
    Caption = #26597'    '#35810
    TabOrder = 2
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 40
    Top = 272
    Width = 425
    Height = 25
    Color = clMoneyGreen
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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