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

📄 logindlg.dfm

📁 Delphi的在线考试系统
💻 DFM
字号:
object Login: TLogin
  Left = 268
  Top = 218
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #30331#24405
  ClientHeight = 302
  ClientWidth = 352
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object OKBtn: TButton
    Left = 63
    Top = 260
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 223
    Top = 260
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 352
    Height = 249
    ActivePage = TabSheet1
    Align = alTop
    TabOrder = 2
    object TabSheet1: TTabSheet
      Caption = '  '#31649#29702#21592'    '
      object Label1: TLabel
        Left = 32
        Top = 65
        Width = 63
        Height = 13
        Caption = #31649#29702#21592#21517':    '
      end
      object Label2: TLabel
        Left = 40
        Top = 113
        Width = 42
        Height = 13
        Caption = #23494'  '#30721':   '
      end
      object Edit1: TEdit
        Left = 103
        Top = 60
        Width = 169
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
      end
      object Edit2: TEdit
        Left = 103
        Top = 108
        Width = 169
        Height = 21
        PasswordChar = '*'
        TabOrder = 1
        Text = 'Edit2'
      end
    end
    object TabSheet2: TTabSheet
      Caption = '  '#32771'  '#29983'  '
      ImageIndex = 1
      object Label3: TLabel
        Left = 32
        Top = 65
        Width = 66
        Height = 13
        Caption = ' '#20934#32771#35777#21495':    '
      end
      object Label4: TLabel
        Left = 40
        Top = 113
        Width = 42
        Height = 13
        Caption = #23494'  '#30721':   '
      end
      object Edit3: TEdit
        Left = 103
        Top = 60
        Width = 169
        Height = 21
        TabOrder = 0
        Text = 'Edit3'
      end
      object Edit4: TEdit
        Left = 103
        Top = 108
        Width = 169
        Height = 21
        PasswordChar = '*'
        TabOrder = 1
        Text = 'Edit4'
      end
      object Button1: TButton
        Left = 135
        Top = 152
        Width = 75
        Height = 25
        Caption = ' '#25105#35201#27880#20876'  '
        TabOrder = 2
        OnClick = Button1Click
      end
    end
  end
end

⌨️ 快捷键说明

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