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

📄 unit17.~dfm

📁 本程序提供了考试学生系统的原代码函数,并实现了很多程序难实现的功能
💻 ~DFM
字号:
object Form17: TForm17
  Left = 226
  Top = 179
  Width = 585
  Height = 446
  Caption = #32771#35797#31995#32479#20043#20132#27969#20013#24515
  Color = clFuchsia
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = Formshow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 366
    Width = 577
    Height = 53
    Align = alBottom
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 36
      Height = 13
      Caption = #20869#23481#65306
    end
    object SpeedButton1: TSpeedButton
      Left = 464
      Top = 16
      Width = 89
      Height = 22
      Caption = #21457#36865
      OnClick = SpeedButton1Click
    end
    object Edit1: TEdit
      Left = 72
      Top = 16
      Width = 361
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
      OnKeyPress = edit1keypress
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 577
    Height = 366
    Align = alClient
    TabOrder = 1
    object Memo1: TMemo
      Left = 1
      Top = 1
      Width = 432
      Height = 364
      Align = alLeft
      Color = clMoneyGreen
      Lines.Strings = (
        'Memo1')
      TabOrder = 0
    end
    object Panel3: TPanel
      Left = 433
      Top = 1
      Width = 143
      Height = 364
      Align = alClient
      TabOrder = 1
      object ListBox1: TListBox
        Left = 16
        Top = 16
        Width = 113
        Height = 217
        ItemHeight = 13
        TabOrder = 0
      end
      object BitBtn2: TBitBtn
        Left = 32
        Top = 256
        Width = 91
        Height = 25
        Caption = #22686' '#21152
        TabOrder = 1
        OnClick = BitBtn2Click
      end
      object BitBtn3: TBitBtn
        Left = 32
        Top = 288
        Width = 91
        Height = 25
        Caption = #21024' '#38500
        TabOrder = 2
        OnClick = BitBtn3Click
      end
      object BitBtn4: TBitBtn
        Left = 32
        Top = 320
        Width = 91
        Height = 25
        Caption = #36864' '#20986
        TabOrder = 3
        OnClick = BitBtn4Click
      end
    end
  end
  object NMUDP1: TNMUDP
    RemotePort = 8888
    LocalPort = 8888
    ReportLevel = 1
    OnDataReceived = nmudp1datareceived
    Left = 408
  end
end

⌨️ 快捷键说明

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