ulogf.dfm

来自「图书管理系统 用于进行图书的管理」· DFM 代码 · 共 78 行

DFM
78
字号
object LogF: TLogF
  Left = 399
  Top = 276
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22270#20070#31649#29702#31995#32479#65293#30331#24405
  ClientHeight = 150
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 7
    Top = 5
    Width = 277
    Height = 115
    Shape = bsFrame
  end
  object Edit1: TEdit
    Left = 91
    Top = 29
    Width = 161
    Height = 20
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 91
    Top = 71
    Width = 161
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object StaticText1: TStaticText
    Left = 29
    Top = 32
    Width = 40
    Height = 16
    Caption = #29992#25143#21517
    TabOrder = 2
  end
  object StaticText2: TStaticText
    Left = 29
    Top = 74
    Width = 28
    Height = 16
    Caption = #21475#20196
    TabOrder = 3
  end
  object Button1: TButton
    Left = 142
    Top = 125
    Width = 67
    Height = 22
    Caption = #30830#23450
    Default = True
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 210
    Top = 125
    Width = 67
    Height = 22
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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