logu.dfm

来自「一个图书馆管理程序」· DFM 代码 · 共 106 行

DFM
106
字号
object LogF: TLogF
  Left = 376
  Top = 269
  Width = 269
  Height = 198
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'LogF'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 17
  object StaticText1: TStaticText
    Left = 22
    Top = 10
    Width = 90
    Height = 21
    Caption = #29992' '#25143' '#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -17
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 109
    Top = 9
    Width = 137
    Height = 23
    BevelInner = bvLowered
    BevelKind = bkFlat
    BevelOuter = bvRaised
    BorderStyle = bsNone
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ParentFont = False
    TabOrder = 1
    OnKeyDown = Edit1KeyDown
  end
  object StaticText2: TStaticText
    Left = 24
    Top = 65
    Width = 89
    Height = 21
    Caption = #30331#24405#23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -17
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 109
    Top = 63
    Width = 137
    Height = 23
    BevelInner = bvLowered
    BevelKind = bkFlat
    BevelOuter = bvRaised
    BorderStyle = bsNone
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 3
    OnKeyDown = Edit2KeyDown
  end
  object BitBtn2: TBitBtn
    Left = 154
    Top = 116
    Width = 83
    Height = 29
    Caption = #21462'  '#28040
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object BitBtn1: TBitBtn
    Left = 36
    Top = 118
    Width = 85
    Height = 28
    Caption = #30830'  '#35748
    TabOrder = 5
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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