longin.dfm

来自「本软件应用了Delphi提供的BDE数据库引擎。本系统为政教管理系统」· DFM 代码 · 共 64 行

DFM
64
字号
object frmmain: Tfrmmain
  Left = 297
  Top = 217
  Width = 417
  Height = 301
  Caption = #25919#25945#31649#29702#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 216
    Top = 56
    Width = 105
    Height = 25
    AutoSize = False
    Caption = #21151#33021#35828#26126#20449#24687
  end
  object Button1: TButton
    Left = 48
    Top = 88
    Width = 105
    Height = 25
    Caption = #36829#32426#20449#24687#26597#35810
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 136
    Width = 105
    Height = 25
    Caption = #36829#32426#20449#24687#32500#25252
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 192
    Top = 88
    Width = 153
    Height = 113
    Lines.Strings = (
      '  '#26412#31995#32479#20026#25919#25945#31649#29702#31995#32479#65292
      #20854#20013#21253#25324#20108#20010#21151#33021#27169#22359#65306
      #36829#32426#20449#24687#26597#35810#31995#32479#12289
      #36829#32426#20449#24687#32500#25252#31995#32479#12290)
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 64
    Top = 186
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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