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

📄 unit15.dfm

📁 本程序提供了考试学生系统的原代码函数,并实现了很多程序难实现的功能
💻 DFM
字号:
object Form15: TForm15
  Left = 303
  Top = 337
  Width = 411
  Height = 306
  Caption = 'Form15'
  Color = clGradientActiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 88
    Width = 100
    Height = 19
    Caption = #32771#29983#22995#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 64
    Top = 128
    Width = 100
    Height = 19
    Caption = #32771#29983#23398#21495#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 64
    Top = 224
    Width = 112
    Height = 16
    Caption = #20320#30340#32771#35797#36153#29992#26159
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object panel1: TPanel
    Left = 80
    Top = 16
    Width = 241
    Height = 41
    Caption = #32771#35797#35745#36153#20013#24515
    Color = clSilver
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -21
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 200
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 200
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object BitBtn1: TBitBtn
    Left = 128
    Top = 176
    Width = 121
    Height = 25
    Caption = #26597#35810#36153#29992
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 200
    Top = 224
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit3'
  end
end

⌨️ 快捷键说明

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