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

📄 enter.dfm

📁 软件实现了以下主要功能:1.手动生成试卷;2.自动生成试卷;3.抽取现有试卷;4.用户管理;5.数据库管理。
💻 DFM
字号:
object Enter_Form: TEnter_Form
  Left = 343
  Top = 245
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #31995#32479#30331#24405
  ClientHeight = 132
  ClientWidth = 336
  Color = clMoneyGreen
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 40
    Top = 17
    Width = 42
    Height = 13
    Caption = #29992#25143#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 61
    Width = 42
    Height = 13
    Caption = #23494#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object XM_CB: TComboBox
    Left = 96
    Top = 13
    Width = 193
    Height = 20
    Color = clInfoBk
    ItemHeight = 12
    TabOrder = 0
  end
  object MM_E: TEdit
    Left = 96
    Top = 56
    Width = 193
    Height = 20
    Color = clInfoBk
    PasswordChar = '*'
    TabOrder = 1
    OnKeyUp = MM_EKeyUp
  end
  object Enter_Btn: TButton
    Left = 80
    Top = 94
    Width = 75
    Height = 25
    Caption = #30331#24405#31995#32479
    TabOrder = 2
    OnClick = Enter_BtnClick
  end
  object Exit_Btn: TButton
    Left = 184
    Top = 94
    Width = 75
    Height = 25
    Caption = #21462#28040#30331#24405
    TabOrder = 3
    OnClick = Exit_BtnClick
  end
  object XPManifest1: TXPManifest
    Left = 16
    Top = 24
  end
end

⌨️ 快捷键说明

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